<xs:element name="COMMENTS.SHEET">
<xs:annotation>
<xs:documentation>The Comments sheet is used to mark up the document which is accompanying proofs or control proofs</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="DOCUMENT.REF"/>
<xs:element ref="OJ.REFERENCE"/>
</xs:choice>
<xs:element ref="VERSION"/>
<xs:element ref="HEADER"/>
<xs:element ref="COLL"/>
<xs:element ref="NO.OJ" minOccurs="0"/>
<xs:element ref="PUBLICATION.DATE" minOccurs="0"/>
<xs:element ref="COMMENTS"/>
</xs:sequence>
<xs:attribute name="ID" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(OJ-)?\d{8}-\d{3}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element> |