element <qm:priority> (global)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data), 1 attribute
Defined:
globally in qm.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<qm:priority
   
 = 
xs:anyURI
   
>
   
Content: 
</qm:priority>
Included in content model of elements (7):
qm:suiteexecutionrecord,
qm:testcase,
qm:testcase (defined in qm:abstract-executionworkitem complexType),
qm:testcase (defined in qm:abstract-testplan complexType),
qm:testplan,
qm:testplan (defined in qm:abstract-testphase complexType),
qm:testsuite
Known Usage Locations
Annotation
The priority literal value associated with the test artifact. Possible priority literal values (project area defaults) include: literal.priority.101 (Unassigned: default), literal.priority.110 (Low), literal.priority.120 (Medium), and literal.priority.130 (High). Note, project areas may be configured with a default priority and custom priority values for test artifacts in the project area. To resolve the associated custom priority literal value, set the custom priority value in the test artifact editor and read the test artifact using the RQM Reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi#ReadResource).
Anonymous Type Detail
Annotation
The priority literal value.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="priority">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
rdf:resource
Type:
xs:anyURI, predefined
Use:
optional
[READ-ONLY] The URL of the priority.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="rdf:resource"/>

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