element <resourcegroup>
Namespace:
Type:
anonymous complexType
Content:
complex, 8 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 8 elements
Used:
never
XML Representation Summary
<resourcegroup>
   
Content: 
dc:identifier, name, dc:title, description, isExpireable, startDate, expirationdate, teamarea?
</resourcegroup>
Content model elements (8):
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 (10); see within schema source)
<xs:element name="resourcegroup">
<xs:complexType>
<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 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; 8/8)
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"/>

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"/>

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"/>

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 name="isExpireable" type="xs:boolean"/>

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"/>

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"/>

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