element <changestate>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
locally within element changestates in qm.xsd, see XML source
Includes:
definitions of 4 elements
XML Representation Summary
<changestate>
   
Content: 
stateid, oldstate, newstate, statechangedate
</changestate>
Content model elements (4):
newstate (type xs:string),
oldstate (type xs:string),
statechangedate (type xs:dateTime),
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)
newstate
Type:
xs:string, predefined, simple content
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"/>

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

statechangedate
Type:
xs:dateTime, predefined, simple content
XML Datetime for the change.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="statechangedate" type="xs:dateTime"/>

stateid
Type:
xs:string, predefined, simple content
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