element <qm:resourcecollection> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<qm:resourcecollection> |
|
|
</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:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<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 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)
-
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)
-
Type: |
xs:string, predefined, simple content
|
[READ-ONLY] An account of the resourcecollection.
XML Source (w/o annotations (1); see within schema source)
-
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)
-
Type: |
xs:string, predefined, simple content
|
[READ-ONLY] A name given to the resource.
XML Source (w/o annotations (1); see within schema source)
-
[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 name="relation" type="xs:string"/>
</xs:complexType>
</xs:element>
|
-
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"/>
|