ftnEdnPropsElt complexType [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

ftnEdnPropsElt complexType [Word 2003 XML Reference]

Defines the footnote or endnote properties for this section.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name XML Document 2003

Elements and Attributes

Child Elements

Element Description
pos Represents the footnote or endnote position.
numFmt Represents the number format for automatically numbered footnotes or endnotes.
numStart Represents the starting number or character for the first automatically numbered footnotes or endnotes.
numRestart Determines when automatic numbering restarts.

Attributes

None.

Definition

<xsd:complexType name="ftnEdnPropsElt" >
  <xsd:sequence>
    <xsd:element name="pos" type="ftnEdnPosProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="numFmt" type="numFmtProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="numStart" type="decimalNumberProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="numRestart" type="numRestartProperty" minOccurs="0">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>

©2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp