<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>
|