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
  align = xs:string : left
  indent = xs:float : 0
  style = xs:string>
(b | tab | line | hide | i | strike | u | super | sub | ref | font | span | highlight | link | bookmark) *
</para>


Attribute Summary
 xs:stringalign
          The paragraph alignment. 
 xs:floatindent
          Left paragraph indent in points. 
 xs:stringstyle
          The paragraph style name. 

Attribute Detail

align

The paragraph alignment. Either 'left', 'center', 'right' or 'justify'. [NOTE: This attribute is only generated in 'presentation' mode]

Type:
xs:string
Default:
left
Use:
optional
Form:
unqualified

indent

Left paragraph indent in points. [NOTE: This attribute is only generated in 'presentation' mode]

Type:
xs:float
Default:
0
Use:
optional
Form:
unqualified

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:attribute name="align" type="xs:string" default="left">
</xs:attribute>
<xs:attribute name="indent" type="xs:float" default="0">
</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.