Defines the body of the document.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Element | Description |
---|---|
sectPr | Represents the section properties for the very last section in the document. |
None.
<xsd:complexType name="bodyElt" >
<xsd:sequence>
<xsd:group ref="blockLevelElts" minOccurs="0" maxOccurs="unbounded"></xsd:group>
<xsd:element name="sectPr" minOccurs="0" maxOccurs="1" type="sectPrElt">
</xsd:element>
</xsd:sequence>
</xsd:complexType>