element <qm:changestate>
Namespace:
Type:
anonymous complexType
Content:
complex, 6 elements
Defined:
locally within element qm:changestates in qm.xsd, see XML source
Includes:
definitions of 6 elements
XML Representation Summary
<qm:changestate>
   
Content: 
qm:stateid, qm:oldstate, qm:newstate, qm:statechangedate, qm:oldstatechangedate, qm:statechangedby
</qm:changestate>
Content model elements (6):
Included in content model of elements (1):
XML Source (w/o annotations (8); 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:element name="oldstatechangedate" type="xs:dateTime"/>
<xs:element name="statechangedby">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 6/6)
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:oldstatechangedate
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML Datetime for the previous change.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="oldstatechangedate" type="xs:dateTime"/>

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:statechangedby
Type:
anonymous, mixed content
[READ-ONLY] The contributor that changed the state.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="statechangedby">
<xs:complexType mixed="true">
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>

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