Definition Type: SimpleType
Name: ftnEdnPosType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines the footnote or endnote position.
Collapse XSD Schema Diagram:
XSD Diagram of ftnEdnPosType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="ftnEdnPosType">
    <xsd:annotation>
        <xsd:documentation>Defines the footnote or endnote position.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="sect-end">
            <xsd:annotation>
                <xsd:documentation>Endnotes are printed after the last line of the section in which the note reference mark appears.  Not a valid property for footnotes.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="page-bottom">
            <xsd:annotation>
                <xsd:documentation>Footnotes are printed at the bottom margin of the page on which the note reference mark appears.  Not a valid property for endnotes.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="beneath-text">
            <xsd:annotation>
                <xsd:documentation>Footnotes are printed immediately after the last line of text on the page on which the note reference mark appears.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="doc-end">
            <xsd:annotation>
                <xsd:documentation>Endnotes are printed at the end of the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration sect-end
Enumeration page-bottom
Enumeration beneath-text
Enumeration doc-end
Collapse Derivation Tree:
  • ftnEdnPosType
Collapse References:
W:val