element <qm:changestate>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
locally within element qm:changestates in qm.xsd, see XML source
Includes:
definitions of 4 elements
XML Representation Summary
<qm:changestate>
   
Content: 
qm:stateid, qm:oldstate, qm:newstate, qm:statechangedate
</qm:changestate>
Content model elements (4):
qm:newstate (type xs:string),
qm:oldstate (type xs:string),
qm:statechangedate (type xs:dateTime),
qm:stateid (type xs:string)
Included in content model of elements (1):
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 (defined in 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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set