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