XoomXML is structured into four levels: root, type, item and parameter.
<Root><!-- Can be called anything -->
<Type><!-- Items are assigned to a type, for example Region -->
<Item xoom:id="Type[Name]"><!-- Items are assigned an environment-independent ID -->
<ParameterA>Value</ParameterA><!-- Items contain parameters -->
<ParameterB>Value</ParameterB>
…
</Item>
…
<Type>
<Item xoom:id="Type[Owner|Category|Subcategory|Name">
<ParameterC>Value</ParameterC>
…
</Item>
…
</Type>
…
</Root>