xpdl:Transition

Element Information

Model

xpdl:Condition{0,1} , xpdl:Description{0,1} , xpdl:ExtendedAttributes{0,1} , xpdl:Assignments{0,1} , xpdl:Object{0,1} , xpdl:ConnectorGraphicsInfos{0,1} , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
From xpdl:IdRef required
Id xpdl:Id required
Name xsd:string optional
Quantity xsd:int 1 optional
Used only in BPMN. Specifies number of tokens on outgoing transition.
To xpdl:IdRef required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="Transition">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:Condition" minOccurs="0"/>
      <xsd:element ref="xpdl:Description" minOccurs="0"/>
      <xsd:element ref="xpdl:ExtendedAttributes" minOccurs="0"/>
      <xsd:element ref="xpdl:Assignments" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>BPMN and XPDL. Error: should not re-use Assignments because AssignTime attribute has no meaning for transitions.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="xpdl:Object" minOccurs="0"/>
      <xsd:element ref="xpdl:ConnectorGraphicsInfos" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="Id" type="xpdl:Id" use="required"/>
    <xsd:attribute name="From" type="xpdl:IdRef" use="required"/>
    <xsd:attribute name="To" type="xpdl:IdRef" use="required"/>
    <xsd:attribute name="Name" type="xsd:string" use="optional"/>
    <xsd:attribute name="Quantity" type="xsd:int" use="optional" default="1">
      <xsd:annotation>
        <xsd:documentation>Used only in BPMN. Specifies number of tokens on outgoing transition.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:anyAttribute