element <testcell>
Namespace:
Type:
anonymous complexType
Content:
complex, 8 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 8 elements
Used:
never
XML Representation Summary
<testcell>
   
Content: 
dc:identifier, dc:title, type, alm:owner, dc:description, longdescription, configuration?, topology*
</testcell>
Content model elements (8):
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.
XML Source (w/o annotations (16); see within schema source)
<xs:element name="testcell">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element ref="dc:title"/>
<xs:element name="type" type="xs:int"/>
<xs:element ref="alm:owner"/>
<xs:element ref="dc:description"/>
<xs:element name="longdescription" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="configuration">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</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: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>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 8/8)
alm:owner
Type:
xs:string, predefined, simple content
An optional owner for the Test Cell.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

configuration
Type:
anonymous, empty content
A configuration associated with the testcell.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="configuration">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

dc:description
Type:
xs:string, predefined, simple content
A summary description of the Test Cell.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

dc:identifier
Type:
xs:string, predefined, simple content
The read-only identifier for this Test Cell. 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 Cell.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

longdescription
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)
<xs:element name="longdescription" type="xs:string"/>

topology
Type:
anonymous, complex content
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>

type
Type:
xs:int, predefined, simple content
The type of the Test Cell. Only used when creating a new Test Cell. 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 4 - Indicates that the Test Cell references Virtual Images The type specified here defines the type of lab resource that can be referenced - either Machines or Virtual Images.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="type" type="xs:int"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set