<xsd:complexType name="ftnDocPropsElt">
<xsd:annotation>
<xsd:documentation>Defines the default footnote properties for the document.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ftnEdnPropsElt">
<xsd:sequence>
<xsd:element name="footnote" type="ftnElt" minOccurs="0" maxOccurs="3">
<xsd:annotation>
<xsd:documentation>Represents the footnote separator, continuation separator, and continuation notice. If the document has footnotes, these are required.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|