Defines the footnote or endnote properties for this section.

Type Information

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

Elements and Attributes

Child Elements

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

Attributes

None.

Definition

XML

<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>

©2006 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/odcXMLRefLegalNotice12.asp