complexType "qm:richtext"
Namespace:
Content:
mixed (allows character data), elem. wildcard
Defined:
globally in qm.xsd; see XML source
Includes:
definition of elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (4):
qm:com.ibm.rqm.planning.editor.section.testCaseDesign,
qm:comment (in qm:approvalComment),
qm:description (type qm:richtext),
qm:expectedResult (in qm:step)
Known Usage Locations
Annotation
Mixed content element containing text and/or XHTML.
XML Source (w/o annotations (1); see within schema source)
<xs:complexType mixed="true" name="richtext">
<xs:sequence>
<xs:any maxOccurs="1" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/1)
{any element with "http://www.w3.org/1999/xhtml" namespace}
XML Source (see within schema source)
<xs:any maxOccurs="1" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set