<xsd:simpleType name="ftnValue">
<xsd:annotation>
<xsd:documentation>Specifies the footnote type.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="normal">
<xsd:annotation>
<xsd:documentation>Normal footnote.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="separator">
<xsd:annotation>
<xsd:documentation>Separates document text from footnotes.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="continuation-separator">
<xsd:annotation>
<xsd:documentation>Is printed above footnotes on the next page when footnotes 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 footnotes have continued on the next page.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|