element <qm:resourcegroup>
Namespace:
Type:
Content:
complex, 9 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 8 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.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (10); see within schema source)
<xs:element name="resourcegroup">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<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:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 8/9)
dc:identifier
Type:
xs:string, predefined, simple content
The read-only 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
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: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
A link to a team area. The href attribute of this element is a URI or a UUID pointing to the team area.
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