Definition Type: ComplexType
Name: StateTransitionType
Namespace: http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd
Containing Schema: wsdm-muws-part2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PreviousState in schema wsdm-muws-part2_xsd Drilldown into EnteredState in schema wsdm-muws-part2_xsd Drilldown into Time in schema wsdm-muws-part2_xsd Drilldown into TransitionIdentifier in schema wsdm-muws-part2_xsdXSD Diagram of StateTransitionType in schema wsdm-muws-part2_xsd (OASIS Web Services Distributed Management (WSDM) TC)
Collapse XSD Schema Code:
<xs:complexType name="StateTransitionType">
    <xs:sequence>
        <xs:element ref="muws-p2-xs:EnteredState" />
        <xs:element ref="muws-p2-xs:PreviousState" minOccurs="0" />
        <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
    </xs:sequence>
    <xs:attribute name="TransitionIdentifier" type="xs:anyURI" use="optional" />
    <xs:attribute name="Time" type="xs:dateTime" use="required" />
    <xs:anyAttribute namespace="##other" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EnteredState muws-xs2:EnteredState (1) (1)
PreviousState muws-xs2:PreviousState 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
TransitionIdentifier muws-xs2:TransitionIdentifier Optional
Time muws-xs2:Time Required
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
mows-xs:LastOperationalStateTransition, muws-xs2:StateTransition