<xsd:element name="publ_body" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="contents" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A text section of a paper.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="format" minOccurs="0" maxOccurs="1" nillable="true"> <xsd:annotation> <xsd:documentation xml:lang="en">Code indicating the appropriate typesetting conventions for accented characters and special symbols in the text section.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ascii"/> <xsd:enumeration value="cif"/> <xsd:enumeration value="latex"/> <xsd:enumeration value="sgml"/> <xsd:enumeration value="tex"/> <xsd:enumeration value="troff"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="title" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Title of the associated section of text.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="element" use="required"> <xsd:annotation> <xsd:documentation xml:lang="en">The functional role of the associated text section.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="section"/> <xsd:enumeration value="subsection"/> <xsd:enumeration value="subsubsection"/> <xsd:enumeration value="appendix"/> <xsd:enumeration value="footnote"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="label" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Code identifying the section of text. 1 1.1 2.1.3</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> |