element <qm:category> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 6 attributes
Defined:
locally within qm:project element in qm.xsd; see XML source
Includes:
definitions of 6 attributes
XML Representation Summary
<qm:category
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:boolean
/>
Included in content model of elements (1):
qm:project
Annotation
[READ-ONLY] A category that has been defined in the RQM system. The project resource will contain a list of all of the categories that have been defined.
XML Source (w/o annotations (7); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="category">
<xs:complexType>
<xs:attribute name="scope" type="xs:string"/>
<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:attribute name="isDefault" type="xs:boolean"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 6/6)
isDefault
Type:
xs:boolean, predefined
Use:
optional
[READ-ONLY] Is this category the default value within its term.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isDefault" type="xs:boolean"/>

scope
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] The object that contains the category.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="scope" type="xs:string"/>

term
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] The name of the category.
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] A specific value that can be chosen 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