This element is used in the pre.press.request to collect all information about the document about the OJ Level: - the collection of the OJ - the year - the number of the OJ if it is known - the publication date if it is known - etc ... The attribute Extra or Daily gives information about the type of the OJ. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
TYPE | restriction of xs:string | required |
<xs:element name="OJ.REQUEST"> <xs:annotation> <xs:documentation>This element is used in the pre.press.request to collect all information about the document about the OJ Level: - the collection of the OJ - the year - the number of the OJ if it is known - the publication date if it is known - etc ... The attribute Extra or Daily gives information about the type of the OJ.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="COLL"/> <xs:element ref="YEAR" minOccurs="0"/> <xs:element ref="NO.OJ" minOccurs="0"/> <xs:element ref="PUBLICATION.DATE" minOccurs="0"/> <xs:element ref="PUBLISHED.VL"/> <xs:element ref="MANUSCRIPT.PAGES" minOccurs="0"/> <xs:element ref="ESTIMATED.OJ.PAGES"/> <xs:element ref="PRINT.RUN"/> </xs:sequence> <xs:attribute name="TYPE" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="DAILY"/> <xs:enumeration value="EXTRA"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |