XML Question

Is it possible to have multiple tags in the same root for XML such as:

<house>
<interior></interior>
<interior></interior>
<interior></interior>
</house>

I want to have multiple images for the same <house> tag, but there would be a different number of images for each <house> tag. It seems to be confusing my AS3.