element <qm:reservation>
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
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):
-
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: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:complexType> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="request"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 8/12) -
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:complexType> </xs:element> |
-
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:complexType> </xs:element> |
-
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"/> |
-
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"/> |
-
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"/> |
-
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"/> |
-
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"/> |
-
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"/> |