element <qm:request> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
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:request>
Content model elements (22):
alm:state,
dc:description,
dc:identifier,
jproc:team-area,
qm:changestates (in qm:request),
qm:comments,
qm:configuration (type xs:string),
qm:confirmationDate,
qm:createDate,
qm:fulfiller,
qm:priority (type xs:string),
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:requestType,
qm:requester,
qm:reserveFrom,
qm:reserveTo,
qm:stylesheet,
qm:summary,
qm:title,
qm:updated,
qm:visibleId,
qm:webId
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
qm:reportableArtifact (extension)
  complexType
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 (all declarations; defined within this component only; 18/22)
alm:state
Type:
anonymous complexType, 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 complexType, 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 complexType, 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 complexType, 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set