<xsd:complexType name="ednElt">
<xsd:annotation>
<xsd:documentation>Represents an endnote that appears at this point in the document. The contents of the endnote are in this element.</xsd:documentation>
</xsd:annotation>
<xsd:group ref="blockLevelElts" minOccurs="1" maxOccurs="unbounded">
</xsd:group>
<xsd:attribute name="type" type="ednValue" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the endnote type. This attribute is required if this is an endnote separator.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="suppressRef" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>Suppresses automatic insertion of an endnote reference character.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|