<xsd:complexType name="TransitionType">
<xsd:sequence>
<xsd:element name="ID" type="IDType" />
<xsd:element name="Condition" type="ConditionType" />
<xsd:element name="ConditionAnnotation" type="ConditionAnnotationType" minOccurs="0" />
<xsd:element name="Description" type="DescriptionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:group ref="Extended:Transition" minOccurs="0" maxOccurs="1" />
<xsd:element name="Any" type="AnyType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|