element <qm:resourcegroup>
Namespace:
Type:
anonymous complexType
Content:
complex, 9 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 9 elements
Used:
never
XML Representation Summary
<qm:resourcegroup>
   
Content: 
qm:projectArea, dc:identifier, qm:name, dc:title, qm:description, qm:isExpireable?, qm:startDate, qm:expirationdate, qm:teamarea?
</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:element name="projectArea">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element ref="dc:identifier"/>
<xs:element minOccurs="1" name="name" type="xs:string"/>
<xs:element ref="dc:title"/>
<xs:element name="description" type="xs:string"/>
<xs:element minOccurs="0" name="isExpireable" type="xs:boolean"/>
<xs:element name="startDate" type="xs:dateTime"/>
<xs:element name="expirationdate" type="xs:dateTime"/>
<xs:element maxOccurs="1" minOccurs="0" name="teamarea">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 9/9)
dc:identifier
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)
<xs:element ref="dc:identifier"/>

dc:title
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element ref="dc:title"/>

qm:description
Type:
xs:string, predefined, simple content
The description of the resource group.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="description" type="xs:string"/>

qm:expirationdate
Type:
xs:dateTime, predefined, simple content
Date and time that the group expires.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="expirationdate" type="xs:dateTime"/>

qm:isExpireable
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"/>

qm:name
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"/>

qm:projectArea
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:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:startDate
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"/>

qm:teamarea
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:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

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