element <qm:topology> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
locally within qm:testcell element in qm.xsd; see XML source
Includes:
definitions of 3 elements
XML Representation Summary
<qm:topology>
   
Content: 
</qm:topology>
Content model elements (3):
Included in content model of elements (1):
qm:testcell
Annotation
Each topology specifies a lab resource and optionally a lab resource description and a note
XML Source (w/o annotations (6); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="topology">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="note" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 3/3)
qm:com.ibm.rational.test.lm.config.lrdid
Type:
anonymous complexType, empty content
This is the identifier of the lab resource description from the test environment that the Test Cell is associated with. Typically this means that the associated lab resource matches or satisfies the lab resource description.
XML Source (w/o annotations (1); see within schema source)

qm:labresource
Type:
anonymous complexType, empty content
A link to the lab resource. The href attribute of this element is a URI pointing to the lab resource.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:note
Type:
xs:string, predefined, simple content
A comment associated with the test cell.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="note" type="xs:string"/>

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