When the Script runs a Parser, it organizes the output in the sequence that is required by the schema.
For example, a schema may require that a
LastName
element precede a
FirstName
element. The Script creates the output in the locations defined by the schema, even if the anchors that produce the output are defined in the opposite sequence.