element <qm:workitem>
Namespace:
Type:
Content:
complex, 30 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 26 elements
Used:
never
XML Representation Summary
<qm:workitem>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, qm:webId?, dc:title, qm:type, alm:updated, qm:creationtime, qm:resolvedtime, dc:description, qm:summary, dc:creator, qm:authorid, alm:owner, qm:ownerid, qm:resolution, qm:resolverid, qm:stateid, alm:state, qm:severity, qm:priority, qm:filedagainst, qm:plannedfor, qm:duedate, qm:tags, qm:oldstate, qm:statechangedate, qm:changestates, qm:customAttributes?
</qm:workitem>
Content model elements (30):
Annotation
[DEPRECATED] [READ-ONLY] A task in the RQM system.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (36); see within schema source)
<xs:element name="workitem">
<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:title"/>
<xs:element name="type" type="xs:string"/>
<xs:element ref="alm:updated"/>
<xs:element name="creationtime" type="xs:dateTime"/>
<xs:element name="resolvedtime" type="xs:dateTime"/>
<xs:element ref="dc:description"/>
<xs:element name="summary" type="xs:string"/>
<xs:element ref="dc:creator"/>
<xs:element name="authorid">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>
<xs:element ref="alm:owner"/>
<xs:element name="ownerid">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>
<xs:element name="resolution" type="xs:string"/>
<xs:element name="resolverid">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>
<xs:element name="stateid" type="xs:string"/>
<xs:element ref="alm:state"/>
<xs:element name="severity" type="xs:string"/>
<xs:element name="priority" type="xs:string"/>
<xs:element name="filedagainst" type="xs:string"/>
<xs:element name="plannedfor" type="xs:string"/>
<xs:element name="duedate" type="xs:dateTime"/>
<xs:element name="tags" type="xs:string"/>
<xs:element name="oldstate" type="xs:string"/>
<xs:element name="statechangedate" type="xs:dateTime"/>
<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:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 26/30)
alm:owner
Type:
anonymous, mixed content
[READ-ONLY] The contributor that owns the work item.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
anonymous, mixed content
[READ-ONLY] The name of the current state of the workitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML dateTime of the last update of the workitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:creator
Type:
anonymous, mixed content
[READ-ONLY] The contributor that created the work item.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

dc:description
Type:
xs:string, predefined, simple content
[READ-ONLY] An account of the workitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

dc:title
Type:
xs:string, predefined, simple content
[READ-ONLY] A name given to the workitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:authorid
Type:
anonymous, mixed content
[DEPRECATED] [READ-ONLY] The contributor that authored the work item. Note, this property was deprecated in RQM 2.0. Use dc:creator.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="authorid">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>

qm:changestates
Type:
anonymous, complex content
XML Source (w/o annotations (4); 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:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:creationtime
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML datetime the the workitem was created.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="creationtime" type="xs:dateTime"/>

qm:customAttributes
Type:
anonymous, complex content
[READ-ONLY] A user defined name/value pair associated with the workitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>

qm:duedate
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML Datetime that the workitem is to be completed.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="duedate" type="xs:dateTime"/>

qm:filedagainst
Type:
xs:string, predefined, simple content
[READ-ONLY] The component the workitem is assigned to.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="filedagainst" type="xs:string"/>

qm:oldstate
Type:
xs:string, predefined, simple content
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:element name="oldstate" type="xs:string"/>

qm:ownerid
Type:
anonymous, mixed content
[DEPRECATED] [READ-ONLY] The contributor that owns the work item. Note, this property was deprecated in RQM 2.0. Use alm:owner.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="ownerid">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>

qm:plannedfor
Type:
xs:string, predefined, simple content
[READ-ONLY] The release the workitem is to be completed in.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="plannedfor" type="xs:string"/>

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

qm:resolution
Type:
xs:string, predefined, simple content
[READ-ONLY] The name of the resolution of the workitem. This will only be present for workitem in a resolved state.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="resolution" type="xs:string"/>

qm:resolvedtime
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML datetime that the workitem was resolved.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="resolvedtime" type="xs:dateTime"/>

qm:resolverid
Type:
anonymous, mixed content
[READ-ONLY] The contributor that resolved the work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="resolverid">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>

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

qm:statechangedate
Type:
xs:dateTime, predefined, simple content
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:element name="statechangedate" type="xs:dateTime"/>

qm:stateid
Type:
xs:string, predefined, simple content
[READ-ONLY] The UUID of the current state of the workitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="stateid" type="xs:string"/>

qm:summary
Type:
xs:string, predefined, simple content
[DEPRECATED] [READ-ONLY] Note, this property was deprecated in RQM 2.0. Use dc:description.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="summary" type="xs:string"/>

qm:tags
Type:
xs:string, predefined, simple content
[READ-ONLY] Search strings associated with the workitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="tags" type="xs:string"/>

qm:type
Type:
xs:string, predefined, simple content
[READ-ONLY] The type of the workitem (task, defect, etc.).
XML Source (w/o annotations (1); see within schema source)
<xs:element name="type" 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