xpdl:StartEvent

BPMN

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Implementation restriction of xsd:NMTOKEN WebService optional
Required if the Trigger is Message
Interrupting xsd:boolean true optional
BPMN: Determine if the Event is Interrupting
Trigger restriction of xsd:NMTOKEN required
BPMN: Trigger or Result type for the event
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:Event

Source

<xsd:element name="StartEvent">
  <xsd:annotation>
    <xsd:documentation>BPMN</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice minOccurs="0">
      <xsd:element ref="xpdl:TriggerResultMessage" minOccurs="0"/>
      <xsd:element ref="xpdl:TriggerTimer" minOccurs="0"/>
      <xsd:element ref="xpdl:ResultError" minOccurs="0"/>
      <xsd:element ref="xpdl:TriggerEscalation" minOccurs="0"/>
      <xsd:element ref="xpdl:TriggerResultCompensation" minOccurs="0"/>
      <xsd:element ref="xpdl:TriggerConditional" minOccurs="0"/>
      <xsd:element ref="xpdl:TriggerResultSignal" minOccurs="0"/>
      <xsd:element ref="xpdl:TriggerMultiple" minOccurs="0"/>
    </xsd:choice>
    <xsd:attribute name="Trigger" use="required">
      <xsd:annotation>
        <xsd:documentation>BPMN: Trigger or Result type for the event</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="None"/>
          <xsd:enumeration va