<xs:element name="MAIN.DOC">
<xs:annotation>
<xs:documentation>This element is used to describe the main part of a document composing the print.production.file. It gives information about the title, the pagination and the length.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="SHORT.TITLE"/>
<xs:element ref="START.PAGE"/>
<xs:element ref="END.PAGE"/>
<xs:element ref="LENGTH"/>
<xs:element ref="COMMENTS" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element> |