element <qm:changestate> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 6 elements
Defined:
locally within qm:changestates element in qm.xsd; see XML source
Includes:
definitions of 6 elements
XML Representation Summary
<qm:changestate>
   
Content: 
</qm:changestate>
Content model elements (6):
qm:newstate, qm:oldstate, qm:oldstatechangedate, qm:statechangedate, qm:statechangedby, qm:stateid
Included in content model of elements (1):
qm:changestates (in qm:request)
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 (all declarations; defined within 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 complexType, 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set