Does the order of values, attributes, or children in a Tag matter?
The order of values and children is significant. They are modelled as lists so duplicates are allowed and the order in which they are listed is maintained in the model. The order of attributes is not significant. Only one instance of an attribute key is allowed in a given tag. See the Language Guide for details.