element <qm:workitem> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
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:workitem>
Content model elements (30):
alm:owner,
alm:state,
alm:updated,
dc:creator,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:authorid (in qm:workitem),
qm:changestates (in qm:workitem),
qm:creationtime,
qm:customAttributes,
qm:duedate,
qm:filedagainst,
qm:oldstate,
qm:ownerid (in qm:workitem),
qm:plannedfor,
qm:priority (type xs:string),
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:resolution,
qm:resolvedtime,
qm:resolverid,
qm:severity,
qm:statechangedate,
qm:stateid,
qm:stylesheet,
qm:summary,
qm:tags,
qm:type (type xs:string),
qm:webId
Annotation
[DEPRECATED] [READ-ONLY] A task in the RQM system.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
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 (all declarations; defined within this component only; 26/30)
alm:owner
Type:
anonymous complexType, 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 complexType, 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 complexType, 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 complexType, 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 complexType, 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 complexType, 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 complexType, 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 complexType, 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set