noNamespace
element SUBSECTION

Documentation
This a normal LaTeX subsection of a section.
Properties
This component is not nillable.

Model
<SUBSECTION
  id = xs:NMTOKEN
  level = xs:string>
(TITLE?, TEXT )
</SUBSECTION>


Nested Element Summary
 TEXT
          The LaTeX text of this subsection. 
 TITLE
          Subsection title. 

Attribute Summary
 xs:NMTOKENid
          Reference id for this subsection. 
 xs:stringlevel
          Detail level of this subsection. 

Attribute Detail

id

Reference id for this subsection.

Type:
xs:NMTOKEN
Use:
optional
Form:
unqualified

level

Detail level of this subsection.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="SUBSECTION" substitutionGroup="SUBSECTIONTYPE">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="TITLE">
</xs:element>
<xs:element minOccurs="0" name="TEXT">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LATEX"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="xs:NMTOKEN" use="optional">
</xs:attribute>
<xs:attribute name="level" type="xs:string">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.