element <qm:labresourceattribute> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:labresourceattribute> |
|
|
</qm:labresourceattribute> |
Content model elements (9):
-
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.
Type Derivation Tree
complexType
|
XML Source (w/o annotations (7); see within schema source)
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element name="uuidIdentifier" type="xs:anyURI"/>
<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)
-
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)
-
Type: |
xs:string, predefined, simple content
|
Name of the lab resource type.
XML Source (w/o annotations (1); see within schema source)
-
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)
-
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>
|
-
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)