INPUT.SHEET.INFO.OJ

This element is used in the input sheet to collect all information about the document concerning the OJ Level: -	the collection of the OJ -	the year -	the number of the OJ -	the heading and sub heading where is published the document -	the publication date -	the estimated page number in pdf format The attribute Extra or Daily gives information about the type of the OJ.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
TYPE restriction of xs:string required

Used By

Element INPUT.SHEET

Source

<xs:element name="INPUT.SHEET.INFO.OJ">
  <xs:annotation>
    <xs:documentation>This element is used in the input sheet to collect all information about the document concerning the OJ Level: - the collection of the OJ - the year - the number of the OJ - the heading and sub heading where is published the document - the publication date - the estimated page number in pdf format 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="HEADING" minOccurs="0"/>
      <xs:element ref="SUB.HEADING" minOccurs="0"/>
      <xs:element ref="PUBLICATION.DATE" minOccurs="0"/>
    </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>

Sample