<xsd:complexType name="bodyElt">
<xsd:annotation>
<xsd:documentation>Defines the body of the document.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="blockLevelElts" minOccurs="0" maxOccurs="unbounded">
</xsd:group>
<xsd:element name="sectPr" minOccurs="0" maxOccurs="1" type="sectPrElt">
<xsd:annotation>
<xsd:documentation>Represents the section properties for the very last section in the document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|