This element is used to indicate in which part of the OJ, the document has to be published. |
Elements | INPUT.SHEET.INFO.OJ, ITEM.PUB, OJ, OJ.TOC.ITEM.PUB |
<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> |