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 heading and sub heading where is published the document if it is known - the publication date if it is known 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 | optional |
Element | PRE.PRESS.REQUEST |
<xs:element name="OJ"> <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 heading and sub heading where is published the document if it is known - the publication date if it is known 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" minOccurs="0"/> <xs:element ref="YEAR" minOccurs="0"/> <xs:element ref="NO.OJ" minOccurs="0"/> <xs:element ref="OJ.REFERENCE" minOccurs="0"/> <xs:element ref="HEADING" minOccurs="0"/> <xs:element ref="SUB.HEADING" minOccurs="0"/> <xs:element ref="PUBLICATION.DATE" minOccurs="0"/> </xs:sequence> <xs:attribute name="TYPE" use="optional"> <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> |