Command Line XML : XML Structure

XML Structure
An XML file is structured in the following way:
<?xml version="1.0" encoding="utf-8"?>
<MailMarkupCommand>
<Detection>
<DetectionDetail>
<Coords></Coords>
<Text></Text>
</DetectionDetail>
</Detection>
<OMR>
<Configuration></Configuration>
<Feeders></Feeders>
<Duplex></Duplex>
</OMR>
<Output>
<Printer></Printer>
<Tray></Tray>
<File></File>
<Name></Name>
</Output>
<DigitalInserts>
<File></File>
</DigitalInserts>
</MailMarkupCommand>
 
MORE:
For details about each element and their attributes and values, refer to Command Line XML > Elements.