element <qm:configuration>
Namespace:
Type:
Content:
complex, 13 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 9 elements
Used:
never
XML Representation Summary
<qm:configuration>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, qm:name, alm:updated, alm:state, qm:description, qm:summary, qm:configuration, qm:configurationParts, qm:com.ibm.rational.test.lm.config.lrdid*
</qm:configuration>
Content model elements (13):
Annotation
A configuration is a description of a test environment where a test can be executed. It is used by test management tools to document environments for execution planning. It can also be used to specify a machine or virtual image in a Request.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (10); see within schema source)
<xs:element name="configuration">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element minOccurs="1" ref="dc:title"/>
<xs:element minOccurs="1" name="name" type="xs:string"/>
<!-- WI 9220
<xs:element ref="dc:description">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] This field maps to the summary field in the UI.</xs:documentation>
</xs:annotation>
</xs:element>
-->
<xs:element ref="alm:updated"/>
<xs:element ref="alm:state"/>
<xs:element name="description" type="richtext"/>
<xs:element name="summary" type="xs:string"/>
<xs:element name="configuration" type="xs:string"/>
<xs:element name="configurationParts">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="qm:configurationPart"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="com.ibm.rational.test.lm.config.lrdid"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 9/13)
alm:state
Type:
anonymous, mixed content
[READ-ONLY] Not implemented.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] Not implemented.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:title
Type:
xs:string, predefined, simple content
The name of the test environment.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" ref="dc:title"/>

qm:com.ibm.rational.test.lm.config.lrdid
Type:
anonymous, empty content
A list of the IDs of all the Lab Resource Descriptions in the configuration. The list is in the same order that the descriptions are found in the configuration JSon string.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="com.ibm.rational.test.lm.config.lrdid"/>

qm:configuration
Type:
xs:string, predefined, simple content
[DEPRECATED] This is a JSon string representing the test environment. Use configurationTerm.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="configuration" type="xs:string"/>

qm:configurationParts
Type:
anonymous, complex content
XML Source (w/o annotations (1); see within schema source)
<xs:element name="configurationParts">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="qm:configurationPart"/>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:description
Type:
qm:richtext, mixed content
This is a rich text field that may contain a detailed description of the test environment.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="description" type="richtext"/>

qm:name
Type:
xs:string, predefined, simple content
The name of the resource group.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="name" type="xs:string"/>

qm:summary
Type:
xs:string, predefined, simple content
A summary description of the resource collection.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="summary" type="xs:string"/>

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