http://memberwebs.com/ns/rtfx/
element footnote

Documentation
A footnote. Footnotes are all usually grouped together at the end of the document.

Model
<footnote
  id = xs:integer>
(para | list | table) *
</footnote>


Attribute Summary
 xs:integerid
          The footnote number. 

Attribute Detail

id

The footnote number.

Type:
xs:integer
Use:
optional
Form:
unqualified

Source
<xs:element name="footnote">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="block"/>
</xs:choice>
<xs:attribute name="id" type="xs:integer">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.