2.3.1.13 Rich Text Box Control

A rich text box control, which is bound to an XML element, for example named "field1", has the following complex type XSD:

 <xsd:element name="field1">
     <xsd:complexType mixed="true">
         <xsd:sequence>
             <xsd:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/1999/xhtml" processContents="lax"/>
         </xsd:sequence>
     </xsd:complexType>
 </xsd:element>