element <qm:category>
Namespace:
Type:
anonymous complexType
Content:
empty, 4 attributes
Defined:
locally within element qm:testsuite in qm.xsd, see XML source
Includes:
definitions of 4 attributes
XML Representation Summary
<qm:category
    term
 = 
xs:string
    termUUID
 = 
xs:string
    value
 = 
xs:string
    valueUUID
 = 
xs:string
/>
Included in content model of elements (1):
Annotation
Category terms are provided in an attribute as is the value for that term. The category is used for query support and for sortable table views.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="category">
<xs:complexType>
<xs:attribute name="term" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
<xs:attribute name="termUUID" type="xs:string"/>
<xs:attribute name="valueUUID" type="xs:string"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 4/4)
term
Type:
xs:string, predefined
Use:
optional
The name of the catagory.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="term" type="xs:string"/>

termUUID
Type:
xs:string, predefined
Use:
optional
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="termUUID" type="xs:string"/>

value
Type:
xs:string, predefined
Use:
optional
The value selected for the category.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="value" type="xs:string"/>

valueUUID
Type:
xs:string, predefined
Use:
optional
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="valueUUID" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set