http://memberwebs.com/ns/rtfx/
complexType inline

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://memberwebs.com/ns/rtfx/}inline (restriction)

Documentation
Inline elements flow with the text and/or change attributes in the text.

Model
<...>
(b | tab | line | hide | i | strike | u | super | sub | ref | font | span | highlight | link | bookmark) *
</...>


Source
<xs:complexType name="inline" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="inline"/>
</xs:choice>
</xs:complexType>


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