RTFX Output Format

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

Documentation
A paragraph. One of the main basic building blocks of the document. Basically all text and other 'inline' elements are contained in paragraphs.

Model
<para
  style = xs:string>
(b | tab | line | hide | i | strike | u | super | sub | ref | font) *
</para>


Attribute Summary
 xs:stringstyle
          The paragraph style name. 

Attribute Detail

style

The paragraph style name.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="para">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="inline"/>
</xs:choice>
<xs:attribute name="style" type="xs:string">
</xs:attribute>
</xs:complexType>
</xs:element>

RTFX Output Format

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