Definition Type: SimpleType
Name: ftnValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Specifies the footnote type.
Collapse XSD Schema Diagram:
XSD Diagram of ftnValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="ftnValue">
    <xsd:annotation>
        <xsd:documentation>Specifies the footnote type.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="normal">
            <xsd:annotation>
                <xsd:documentation>Normal footnote.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="separator">
            <xsd:annotation>
                <xsd:documentation>Separates document text from footnotes.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="continuation-separator">
            <xsd:annotation>
                <xsd:documentation>Is printed above footnotes on the next page when footnotes overflow onto the next page.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="continuation-notice">
            <xsd:annotation>
                <xsd:documentation>A notice to let readers now that the footnotes have continued on the next page.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration normal
Enumeration separator
Enumeration continuation-separator
Enumeration continuation-notice
Collapse Derivation Tree:
Collapse References:
W:type