<xsd:simpleType name="ftnEdnPosType">
<xsd:annotation>
<xsd:documentation>Defines the footnote or endnote position.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="sect-end">
<xsd:annotation>
<xsd:documentation>Endnotes are printed after the last line of the section in which the note reference mark appears. Not a valid property for footnotes.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="page-bottom">
<xsd:annotation>
<xsd:documentation>Footnotes are printed at the bottom margin of the page on which the note reference mark appears. Not a valid property for endnotes.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="beneath-text">
<xsd:annotation>
<xsd:documentation>Footnotes are printed immediately after the last line of text on the page on which the note reference mark appears.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="doc-end">
<xsd:annotation>
<xsd:documentation>Endnotes are printed at the end of the document.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|