<xsd:complexType name="ftnEdnPropsElt">
<xsd:annotation>
<xsd:documentation>Defines the footnote or endnote properties for this section.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pos" type="ftnEdnPosProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the footnote or endnote position.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="numFmt" type="numFmtProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the number format for automatically numbered footnotes or endnotes.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="numStart" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the starting number or character for the first automatically numbered footnotes or endnotes.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="numRestart" type="numRestartProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Determines when automatic numbering restarts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|