element <qm:testcell> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:testcell> |
|
Content: |
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, qm:type?, alm:owner, dc:description, qm:longdescription, qm:configuration?, qm:topology* |
|
</qm:testcell> |
Content model elements (11):
-
Annotation
A Test Cell is used to group lab resources together so they can be thought of and used as a logical unit. A Test Cell can refer to a Test Environment and each lab resource can be associated with a lab resource description from that Test Environment.
Type Derivation Tree
complexType
|
XML Source (w/o annotations (15); see within schema source)
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:title"/>
<xs:element minOccurs="0" name="type" type="xs:int"/>
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<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>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|
Content Element Detail (all declarations; defined within this component only; 7/11)
-
The contributor that owns the test cell.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content
|
A summary description of the Test Cell.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content
|
The name of the Test Cell.
XML Source (w/o annotations (1); see within schema source)
-
A configuration associated with the testcell.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
|
-
Type: |
xs:string, predefined, simple content |
This is a rich text field that may contain a detailed description of the Test Cell.
XML Source (w/o annotations (1); see within schema source)
-
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>
|
-
Type: |
xs:int, predefined, simple content |
The type of the Test Cell. Only used when creating a new Test Cell. The type specified here defines the type of lab resource that can be referenced - either Machines or Virtual Images. The value must be one of: 1. Indicates that the Test Cell is managed externally and references Virtual Images, 2. Indicates that the Test Cell is managed externally and references Virtual Machines, 3. Indicates that the Test Cell references Machines, and 4. Indicates that the Test Cell references Virtual Images
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="type" type="xs:int"/>
|