element <qm:reservation> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 12 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 8 elements
Used:
never
XML Representation Summary
<qm:reservation>
   
Content: 
</qm:reservation>
Content model elements (12):
dc:identifier,
jproc:team-area,
qm:labresource (in qm:reservation),
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:request (in qm:reservation),
qm:reserveFrom,
qm:reserveTo,
qm:reservedBy,
qm:reservedFor,
qm:stylesheet,
qm:visibleId,
qm:webId
Annotation
A reservation is an indication that a lab resource is set aside for a user for a specific time span.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (13); see within schema source)
<xs:element name="reservation">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>
<xs:element minOccurs="1" name="reservedFor" type="xs:string"/>
<xs:element minOccurs="1" name="reservedBy" type="xs:string"/>
<xs:element minOccurs="1" name="reserveTo" type="xs:dateTime"/>
<xs:element minOccurs="1" name="reserveFrom" type="xs:dateTime"/>
<xs:element minOccurs="1" name="visibleId" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="request">
<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 (all declarations; defined within this component only; 8/12)
qm:labresource
Type:
anonymous complexType, empty content
A link to the lab resource. The href attribute of this element is a URI pointing to the lab resource.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:request
Type:
anonymous complexType, empty content
A link to the request. The href attribute of this element is a URI pointing to the request.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="request">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:reservedBy
Type:
xs:string, predefined, simple content
The login id of the person making the reservation.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="reservedBy" type="xs:string"/>

qm:reservedFor
Type:
xs:string, predefined, simple content
The login id of the person for whom the lab resource is reserved.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="reservedFor" type="xs:string"/>

qm:reserveFrom
Type:
xs:dateTime, predefined, simple content
The date and time that the reservation begins.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="reserveFrom" type="xs:dateTime"/>

qm:reserveTo
Type:
xs:dateTime, predefined, simple content
The date and time that the reservation ends.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="reserveTo" type="xs:dateTime"/>

qm:visibleId
Type:
xs:string, predefined, simple content
[READ-ONLY] An auto-generated integer id for the reservation.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="visibleId" type="xs:string"/>

qm:webId
Type:
xs:int, predefined, simple content
[READ-ONLY] Integer ID as seen in the web UI.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>

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