element <qm:configuration> (local)
Namespace:
Type:
anonymous complexType (extension of qm:abstract-configuration)
Content:
complex, 2 attributes, 14 elements
Defined:
Includes:
definitions of 2 attributes
XML Representation Summary
<qm:configuration
   
 = 
xs:anyURI
 = 
xs:string
   
>
   
Content: 
</qm:configuration>
Content model elements (14):
alm:state,
alm:updated,
dc:identifier,
dc:title,
jproc:team-area,
qm:com.ibm.rational.test.lm.config.lrdid,
qm:component (defined in qm:abstract-configuration complexType),
qm:configuration (type xs:string),
qm:configurationParts,
qm:description (type qm:richtext),
qm:name,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:stylesheet,
qm:summary
Included in content model of elements (2):
Annotation
The configuraiton for this test case execution record. Specify either a reference to an existing configuration, a new configuration to be created, or updates that should be made to an existing configuration. References should be specified with an absolute URL that uniquely identifies the configuration as the value of the "href" attribute. To create or update a configuration, specify the details of the change as you would when directly invoking the configuration API with the URL as the value for the "identifier" element.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
      complexType
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="configuration">
<xs:complexType>
<xs:complexContent>
<xs:extension base="abstract-configuration">
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
href
Type:
xs:anyURI, predefined
Use:
required
The URL of the configuration.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>

vega:id
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] UUID of the configuration.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="vega:id"/>

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