element <qm:resourcecollection> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 6 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 6 elements
Used:
never
XML Representation Summary
<qm:resourcecollection>
   
Content: 
</qm:resourcecollection>
Content model elements (6):
Annotation
A resourse collection is a placeholder for migration tools to use when they need the ability to place lab resources into collections where a given lab resource may be contained by many collections. This element is not currently used by the Quality Manager UI.
XML Source (w/o annotations (10); see within schema source)
<xs:element name="resourcecollection">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element ref="dc:title"/>
<xs:element ref="alm:updated"/>
<xs:element ref="dc:description"/>
<xs:element name="summary" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
<xs:attribute name="relation" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 6/6)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML dateTime of the last update of the resourcecollection.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:description
Type:
xs:string, predefined, simple content
[READ-ONLY] An account of the resourcecollection.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

dc:identifier
Type:
xs:string, predefined, simple content
[READ-ONLY] An unambiguous reference to the resourcecollection within a given context.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

dc:title
Type:
xs:string, predefined, simple content
[READ-ONLY] A name given to the resource.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:labresource
Type:
anonymous complexType, empty content
[READ-ONLY] A link to a lab resource. The href attribute of this element is a URI pointing to the lab resource.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
<xs:attribute name="relation" type="xs:string"/>
</xs:complexType>
</xs:element>

qm:summary
Type:
xs:string, predefined, simple content
[READ-ONLY] A summary description of the resource collection.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="summary" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set