element <qm:topology> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:topology> |
|
|
</qm:topology> |
Content model elements (3):
-
Included in content model of elements (1):
-
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: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)
-
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)
-
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:complexType>
</xs:element>
|
-
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"/>
|