element <configuration>
Namespace:
Type:
anonymous complexType
Content:
complex, 9 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 9 elements
Used:
never
XML Representation Summary
<configuration>
   
Content: 
dc:identifier, dc:title, name, alm:updated, alm:state, description, summary, configuration, com.ibm.rational.test.lm.config.lrdid*
</configuration>
Content model elements (9):
configuration (type xs:string),
description (type xs:string),
name (type xs:string),
summary (type xs:string)
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.
XML Source (w/o annotations (10); see within schema source)
<xs:element name="configuration">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<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">
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="xs:string"/>
<xs:element name="summary" type="xs:string"/>
<xs:element name="configuration" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="com.ibm.rational.test.lm.config.lrdid"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 9/9)
alm:state
Type:
xs:string, predefined, simple content
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
Not implemented.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

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"/>

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

dc:identifier
Type:
xs:string, predefined, simple content
The read-only identifier for this resource. A URL is typically provided for this element.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

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"/>

description
Type:
xs:string, predefined, simple 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="xs:string"/>

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"/>

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