Defines the footnote or endnote properties for this section.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Element | Description |
---|---|
pos | Represents the footnote or endnote position. |
numFmt | Represents the number format for automatically numbered footnotes or endnotes. |
numStart | Represents the starting number or character for the first automatically numbered footnotes or endnotes. |
numRestart | Determines when automatic numbering restarts. |
None.
<xsd:complexType name="ftnEdnPropsElt" >
<xsd:sequence>
<xsd:element name="pos" type="ftnEdnPosProperty" minOccurs="0">
</xsd:element>
<xsd:element name="numFmt" type="numFmtProperty" minOccurs="0">
</xsd:element>
<xsd:element name="numStart" type="decimalNumberProperty" minOccurs="0">
</xsd:element>
<xsd:element name="numRestart" type="numRestartProperty" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>