<xs:element name="READY.FOR.PRESS">
<xs:annotation>
<xs:documentation>This document is used to indicate to the printer how many copies of an edition have to be delivered.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="HEADER"/>
<xs:element ref="VERSION"/>
<xs:element ref="COLL"/>
<xs:element ref="YEAR"/>
<xs:element ref="NO.OJ"/>
<xs:element ref="PUBLICATION.DATE"/>
<xs:element ref="ELECTRONIC.VERSION"/>
<xs:element ref="PAPER.VERSION"/>
<xs:element ref="PAGE.TOTAL.ESTIMATED" minOccurs="0"/>
<xs:element ref="OPOCE.CONTACT" minOccurs="0"/>
<xs:element ref="DELIVERY.ITEM" maxOccurs="unbounded"/>
<xs:element ref="TOTAL.VL"/>
<xs:element ref="TOTAL"/>
</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> |