element <qm:request>
Namespace:
Type:
Content:
complex, 22 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 18 elements
Used:
never
XML Representation Summary
<qm:request>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, qm:webId?, dc:description, qm:confirmationDate, qm:createDate, qm:updated, qm:title, qm:summary, qm:fulfiller, qm:requester, qm:reserveFrom, qm:reserveTo, qm:requestType, qm:priority, alm:state, qm:visibleId, qm:configuration, qm:comments, qm:changestates
</qm:request>
Content model elements (22):
qm:configuration (type xs:string),
qm:priority (type xs:string),
qm:projectArea (type anonymous),
qm:reserveFrom (type xs:dateTime),
qm:reserveTo (type xs:dateTime),
qm:stylesheet (type anonymous),
qm:summary (type xs:string),
qm:title (type xs:string),
qm:visibleId (type xs:string),
qm:webId (type xs:int)
Annotation
Request encapsulates a message to a lab manager(s) indication a desire to reserve one or more machines.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (29); see within schema source)
<xs:element name="request">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>
<xs:element ref="dc:description"/>
<xs:element name="confirmationDate" type="xs:dateTime"/>
<xs:element name="createDate" type="xs:dateTime"/>
<xs:element name="updated" type="xs:dateTime"/>
<xs:element name="title" type="xs:string"/>
<xs:element name="summary" type="xs:string"/>
<!-- WI 9220
<xs:element ref="dc:description">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] The summary of the request.</xs:documentation>
</xs:annotation>
</xs:element>
-->
<xs:element name="fulfiller">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>
<xs:element name="requester">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>
<xs:element name="reserveFrom" type="xs:dateTime"/>
<xs:element name="reserveTo" type="xs:dateTime"/>
<xs:element name="requestType" type="xs:string"/>
<xs:element name="priority" type="xs:string"/>
<xs:element ref="alm:state"/>
<xs:element name="visibleId" type="xs:string"/>
<xs:element name="configuration" type="xs:string"/>
<xs:element name="comments" type="xs:string"/>
<xs:element name="changestates">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="changestate">
<xs:complexType>
<xs:sequence>
<xs:element name="stateid" type="xs:string"/>
<xs:element name="oldstate" type="xs:string"/>
<xs:element name="newstate" type="xs:string"/>
<xs:element name="statechangedate" type="xs:dateTime"/>
<xs:element name="oldstatechangedate" type="xs:dateTime"/>
<xs:element name="statechangedby">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 18/22)
alm:state
Type:
anonymous, mixed content
The current state of the request as per the state transition matrix.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

dc:description
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element ref="dc:description"/>

qm:changestates
Type:
anonymous, complex content
XML Source (w/o annotations (8); see within schema source)
<xs:element name="changestates">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="changestate">
<xs:complexType>
<xs:sequence>
<xs:element name="stateid" type="xs:string"/>
<xs:element name="oldstate" type="xs:string"/>
<xs:element name="newstate" type="xs:string"/>
<xs:element name="statechangedate" type="xs:dateTime"/>
<xs:element name="oldstatechangedate" type="xs:dateTime"/>
<xs:element name="statechangedby">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

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

qm:configuration
Type:
xs:string, predefined, simple content
The JSON string describing the requested lab resource.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="configuration" type="xs:string"/>

qm:confirmationDate
Type:
xs:dateTime, predefined, simple content
The detailed description of the request.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="confirmationDate" type="xs:dateTime"/>

qm:createDate
Type:
xs:dateTime, predefined, simple content
The date and time the request was first submitted.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="createDate" type="xs:dateTime"/>

qm:fulfiller
Type:
anonymous, mixed content
The contributor responsible for fulfilling the request.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="fulfiller">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>

qm:priority
Type:
xs:string, predefined, simple content
The importance of the request. Must be one of "low", "normal" or "high".
XML Source (w/o annotations (1); see within schema source)
<xs:element name="priority" type="xs:string"/>

qm:requester
Type:
anonymous, mixed content
The contributor making the request.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="requester">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>

qm:requestType
Type:
xs:string, predefined, simple content
Not Implemented.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="requestType" type="xs:string"/>

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

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

qm:summary
Type:
xs:string, predefined, simple content
A text summary of the request.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="summary" type="xs:string"/>

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

qm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The date and time the request was first submitted. This is counter intuitive, but makes more sense for how the resulting ATOM feed is displayed.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="updated" type="xs:dateTime"/>

qm:visibleId
Type:
xs:string, predefined, simple content
[READ-ONLY] An auto generated integer identifying the request.
XML Source (w/o annotations (1); see within schema source)
<xs:element 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