element <labresourceattribute>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 3 elements
Used:
never
XML Representation Summary
<labresourceattribute>
   
Content: 
parent, id, state
</labresourceattribute>
Content model elements (3):
id (type xs:string),
state (type xs:string)
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.
XML Source (w/o annotations (4); see within schema source)
<xs:element name="labresourceattribute">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" name="parent" type="xs:string"/>
<xs:element name="id" type="xs:string"/>
<xs:element name="state" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/3)
id
Type:
xs:string, predefined, simple content
UUID of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="id" type="xs:string"/>

parent
Type:
xs:string, predefined, simple content
The name of the parent in the part hierarchy. This must be an existing lab resource part that this attribute will extend, such as OperatingSystem or AIX.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="parent" type="xs:string"/>

state
Type:
xs:string, predefined, simple content
State UUID of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="state" type="xs:string"/>

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