element <qm:category>
Namespace:
Type:
anonymous complexType
Content:
empty, 6 attributes
Defined:
locally within element qm:project in qm.xsd, see XML source
Includes:
definitions of 6 attributes
XML Representation Summary
<qm:category
    isDefault
 = 
xs:boolean
    scope
 = 
xs:string
    term
 = 
xs:string
    termUUID
 = 
xs:string
    value
 = 
xs:string
    valueUUID
 = 
xs:string
/>
Included in content model of elements (1):
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 (defined in 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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set