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 False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into Time Drilldown into TransitionIdentifier Drilldown into PreviousState Drilldown into EnteredStateXSD Diagram of StateTransitionType
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-p2-xs:EnteredState (1) (1)
PreviousState muws-p2-xs:PreviousState 0 (1)
<xs:any> ##other 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
TransitionIdentifier muws-p2-xs:TransitionIdentifier Optional
Time muws-p2-xs:Time Required
<anyAttribute> ##other
Collapse Derivation Tree:
Collapse References:
muws-p2-xs:StateTransition
Collapse Comments:
blog comments powered by Disqus