DASC e-doc xml Print File v1.1 Reference Manual

 Semi-formal Description
The following description condenses the full print file tag summary.
e-doc printfile ::= e-doc
e-doc ::= ref* |
code*
ref ::= docform* |
graph* |
font* |
barcode*
code ::= page*
page ::= d* |
g* |
b* |
l* |
t* |
n* |
m* |
bc*
m ::= mt*

 e-doc printfile
 
e-doc printfile
e-doc printfile complies with the World Wide Web Consortium (W3C) recommendation - Extensible Markup Language (XML) 1.0 specification. The top level element of an e-doc printfile is an <e-doc>. The e-doc printfile starts with header comments which contain the print file version, file name, document description, and remarks. The last part of the e-doc printfile is the summary and statistics comments. A sample is shown below.
<!-- *** DASC e-doc xml Print File v1.1 *** -->
<!-- Zip File: ABC_20030928.zip -->
<!-- Filename: ABC_20030928.xml -->
<!-- SoA Type: ABC Statement of Account -->
<!-- SoA Date: September 28, 2003 -->
<!-- Remarks : Size/Distance units are 1/72 of an inch -->

<e-doc>
  ...
</e-doc>

<!-- Total Zip Codes: 38 -->
<!-- Total Accounts : 148 -->
<!-- Total Documents: 177 -->
<!-- Total Lines    : 19,345 -->
<!-- Time Started   : Thu Feb 19 21:20:34 CST 2004 -->
<!-- Time Completed : Thu Feb 19 21:22:04 CST 2004 -->
<!-- Total Duration : 1 minute 90.485 seconds -->
1