Definition Type: SimpleType
Name: ednValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Specifies the endnote type.
Collapse XSD Schema Diagram:
XSD Diagram of ednValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="ednValue">
    <xsd:annotation>
        <xsd:documentation>Specifies the endnote type.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="normal">
            <xsd:annotation>
                <xsd:documentation>Normal endnote.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="separator">
            <xsd:annotation>
                <xsd:documentation>Separates document text from endnotes.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="continuation-separator">
            <xsd:annotation>
                <xsd:documentation>Is printed above endnotes on the next page when endnotes 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 endnotes 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