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