element <qm:changestate> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
locally within qm:changestates element in qm.xsd; see XML source
Includes:
definitions of 4 elements
XML Representation Summary
<qm:changestate>
   
Content: 
</qm:changestate>
Content model elements (4):
qm:newstate, qm:oldstate, qm:statechangedate, qm:stateid
Included in content model of elements (1):
qm:changestates (in qm:workitem)
XML Source (w/o annotations (4); see within schema source)
<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>
Content Element Detail (all declarations; defined within this component only; 4/4)
qm:newstate
Type:
xs:string, predefined, simple content
[READ-ONLY] The name of the state after the change.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="newstate" type="xs:string"/>

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

qm:statechangedate
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML Datetime for the change.
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] UUID of the state.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="stateid" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set