element <qm:category> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 4 attributes
Defined:
Includes:
definitions of 4 attributes
XML Representation Summary
<qm:category
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
/>
Included in content model of elements (1):
qm:executionworkitem
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 (all declarations; defined within this component only; 4/4)
term
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] 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
[READ-ONLY] 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set