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

Documentation
The entire RTF document.

Model
<document>
((info | stylesheet | options) | (sect | page | footnote) | (para | list | table) )*
</document>


Source
<xs:element name="document">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="meta"/>
<xs:group ref="section"/>
<xs:group ref="block"/>
</xs:choice>
</xs:complexType>
</xs:element>


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