Definition Type: ComplexType
Name: ednDocPropsElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: W:ftnEdnPropsElt
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the default endnote properties for the document.
Collapse XSD Schema Diagram:
Drilldown into endnote in schema wordnet_xsd 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_xsd Drilldown into ftnEdnPropsElt in schema wordnet_xsdXSD Diagram of ednDocPropsElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="ednDocPropsElt">
    <xsd:annotation>
        <xsd:documentation>Defines the default endnote properties for the document.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ftnEdnPropsElt">
            <xsd:sequence>
                <xsd:element name="endnote" type="ednElt" minOccurs="0" maxOccurs="3">
                    <xsd:annotation>
                        <xsd:documentation>Represents the endnote separator, continuation separator, and continuation notice. If the document has endnotes, these are required.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</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)
endnote W:endnote 0 3
Collapse Derivation Tree:
Collapse References:
W:endnotePr