<xs:element name="PRINT.PRODUCTION.FILE">
<xs:annotation>
<xs:documentation>This element is used to describe the composition of an OJ. It gives information about the OJ level: - the collection - the number - the publication date of the OJ - the number of page total - the number of printed page total</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" minOccurs="0"/>
<xs:element ref="PUBLICATION.DATE"/>
<xs:element ref="PAGE.TOTAL.ESTIMATED" minOccurs="0"/>
<xs:element ref="PAGE.TOTAL.PRINTED" minOccurs="0"/>
<xs:element ref="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> |