<xs:element name="OJ.TOC">
<xs:annotation>
<xs:documentation>This element is used to describe the composition of an OJ when the information are completed by the printer with all information about the corrigenda</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="HEADER"/>
<xs:element ref="VERSION"/>
<xs:element ref="COLL"/>
<xs:element ref="NO.OJ"/>
<xs:element ref="PUBLICATION.DATE"/>
<xs:element ref="PAGE.TOTAL.ESTIMATED"/>
<xs:element ref="PAGE.TOTAL.PRINTED"/>
<xs:element ref="OJ.TOC.ITEM.PUB" maxOccurs="unbounded"/>
</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> |