<element name="element-name"> <element name="child1"> <text/> </element> <element name="child2"> <text/> </element> </element>
Defines an XML Element.
The 'name' attribute is used to define the name of the element.
The 'ns' attribute is used to define the namespace the element is in.
As value it can have any pattern.
Order of elements is significant.