element <qm:resourcegroup>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:resourcegroup> |
|
|
</qm:resourcegroup> |
Content model elements (9):
-
Annotation
A resource group indicates a collection of lab resources. This resource group is associated with a team area and can be used to give members of that team additional privileges on the resources in the group.
XML Source (w/o annotations (13); see within schema source)
<xs:element name="resourcegroup"> <xs:complexType> <xs:sequence> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element minOccurs="1" name="name" type="xs:string"/> <xs:element minOccurs="0" name="isExpireable" type="xs:boolean"/> <xs:element name="startDate" type="xs:dateTime"/> <xs:element maxOccurs="1" minOccurs="0" name="teamarea"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 9/9) -
Type: |
xs:string, predefined, simple content |
[READ-ONLY] The identifier for this resource. A URL is typically provided for this element.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
XML Source (see within schema source)
-
Type: |
xs:string, predefined, simple content |
The description of the resource group.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:dateTime, predefined, simple content |
Date and time that the group expires.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:boolean, predefined, simple content |
[READ-ONLY] Determines if the group will expire.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="isExpireable" type="xs:boolean"/> |
-
Type: |
xs:string, predefined, simple content |
The name of the resource group.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="name" type="xs:string"/> |
-
Type: |
anonymous, empty content |
[READ-ONLY] The project area that contains the resource.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="projectArea"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
xs:dateTime, predefined, simple content |
Date and time that the group becomes active.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="startDate" type="xs:dateTime"/> |
-
Type: |
anonymous, empty content |
[DEPRECATED] A link to a team area. The href attribute of this element is a URI or a UUID pointing to the team area. Note, this property will be removed after RQM 4.0.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="teamarea"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |