element <qm:labresourceattribute> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 9 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 5 elements
Used:
never
XML Representation Summary
<qm:labresourceattribute>
   
Content: 
</qm:labresourceattribute>
Content model elements (9):
alm:updated,
dc:identifier,
dc:title,
jproc:team-area,
qm:externalIdentifier,
qm:parent,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:stylesheet,
qm:uuidIdentifier
Annotation
A Lab Resource Attribute can be used to add data to the lab resource catalog. This resource may only be use to add to the system, there is no DELETE for this service. The name of the new attribute must be indicated as the Id in the URL. The types that may be extended by this mechanism are: CPU, Operating System and Software Install. The parent where this attribute will show up in the hierarchy must also be indicated. If the new attribute is to be put at the root of the hierarchy, a special keyword must be used for the parent. These are: CPU, OperatingSystem and SoftwareInstall.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (7); see within schema source)
<xs:element name="labresourceattribute">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element name="uuidIdentifier" type="xs:anyURI"/>
<xs:element name="externalIdentifier" type="xs:string"/>
<xs:element ref="dc:title"/>
<xs:element ref="alm:updated"/>
<xs:element minOccurs="1" name="parent">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 5/9)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The last modification date of a lab resource type. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:title
Type:
xs:string, predefined, simple content
Name of the lab resource type.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:externalIdentifier
Type:
xs:string, predefined, simple content
[READ-ONLY] A unique identifier for this type to be used by external tools such as Zephyr integrations.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="externalIdentifier" type="xs:string"/>

qm:parent
Type:
anonymous complexType, mixed content
The parent in the type hierarchy. This must be an existing lab resource type that this attribute will extend, such as OperatingSystem or AIX.
XML Source (w/o annotations (2); see within schema source)
<xs:element minOccurs="1" name="parent">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>

qm:uuidIdentifier
Type:
xs:anyURI, predefined, simple content
[READ-ONLY] A unique identifier for this type. With a UUID value.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="uuidIdentifier" type="xs:anyURI"/>

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