<xsd:attribute name="GatewayType" use="optional" default="Exclusive">
<xsd:annotation>
<xsd:documentation>Used when needed for BPMN Gateways. Gate and sequence information is associated with the Transition Element.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="XOR">
<xsd:annotation>
<xsd:documentation>Deprecated in BPMN 1.1</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OR">
<xsd:annotation>
<xsd:documentation>Deprecated in BPMN 1.1</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AND">
<xsd:annotation>
<xsd:documentation>Deprecated in BPMN 1.1</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Exclusive"/>
<xsd:enumeration value="Inclusive"/>
<xsd:enumeration value="Parallel"/>
<xsd:enumeration value="Complex"/>
</xsd:restriction>
</xsd:simpleType>
|