element <labresourceattribute>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<labresourceattribute> |
|
|
</labresourceattribute> |
Content model elements (3):
-
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) -
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"/> |
-
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"/> |
-
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"/> |