element <qm:reservation>
Namespace:
Type:
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:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, qm:webId?, qm:reservedFor, qm:reservedBy, qm:reserveTo, qm:reserveFrom, qm:visibleId, qm:labresource, qm:request?
</qm:reservation>
Content model elements (12):
qm:projectArea (type anonymous),
qm:reserveFrom (type xs:dateTime),
qm:reserveTo (type xs:dateTime),
qm:stylesheet (type anonymous),
qm:visibleId (type xs:string),
qm:webId (type xs:int)
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
  complexType (extension)
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 (defined in this component only; 8/12)
qm:labresource
Type:
anonymous, 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, 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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set