Definition Type: ComplexType
Name: ftnEdnPropsElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the footnote or endnote properties for this section.
Collapse XSD Schema Diagram:
Drilldown into numRestart in schema wordnet_xsd Drilldown into numStart in schema wordnet_xsd Drilldown into numFmt in schema wordnet_xsd Drilldown into pos in schema wordnet_xsdXSD Diagram of ftnEdnPropsElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="ftnEdnPropsElt">
    <xsd:annotation>
        <xsd:documentation>Defines the footnote or endnote properties for this section.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="pos" type="ftnEdnPosProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the footnote or endnote position.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="numFmt" type="numFmtProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the number format for automatically numbered footnotes or endnotes.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="numStart" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the starting number or character for the first automatically numbered footnotes or endnotes.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="numRestart" type="numRestartProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Determines when automatic numbering restarts.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pos W:pos 0 (1)
numFmt W:numFmt 0 (1)
numStart W:numStart 0 (1)
numRestart W:numRestart 0 (1)
Collapse Derivation Tree:
Collapse References:
W:ednDocPropsElt, W:endnotePr, W:footnotePrW:ftnDocPropsElt,