Command Line XML : Elements

Elements
The following XML elements are permissible in an XML file:
Determines whether OMR marks are positioned on the reverse (even) side of multi-page mail pieces.
Determines the text string used for identifying the first page or last page of a mail piece when Detection type = First or Last.
MORE:
For details about the attributes associated with certain elements, refer to Command Line XML > Attributes.
MORE:
To view a sample XML file, refer to Appendix A: Sample XML File.
Using
Elements that appear in an XML file must be <opened> then </closed>:
<Element>Value or other element(s)</Element>
 
Or:
<Element>
Value or other element(s)
</Element>