HEADING

This element is used to indicate in which part of the OJ, the document has to be published.

Element Information

Model

Used By

Source

<xs:element name="HEADING">
  <xs:annotation>
    <xs:documentation>This element is used to indicate in which part of the OJ, the document has to be published.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="0"/>
      <xs:enumeration value="I"/>
      <xs:enumeration value="II"/>
      <xs:enumeration value="III"/>
      <xs:enumeration value="IV"/>
      <xs:enumeration value="V"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>

Sample