BPM-Engine
view release on metacpan or search on metacpan
share/schemas/XPDL_2_1.xsd view on Meta::CPAN
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="Implementation" use="optional" default="WebService">
<xsd:annotation>
<xsd:documentation>Required if the Trigger is Message</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="WebService"/>
<xsd:enumeration value="Other"/>
<xsd:enumeration value="Unspecified"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="SubFlow">
<xsd:complexType>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element ref="xpdl:ActualParameters"/>
<xsd:element ref="xpdl:DataMappings"/>
</xsd:choice>
<xsd:element ref="xpdl:EndPoint" minOccurs="0"/>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="Id" type="xpdl:IdRef" use="required">
<xsd:annotation>
<xsd:documentation>BPMN: Corresponds to BPMN attribute ProcessRef, pointer to WorkflowProcess/@Id in BPD referenced by PackageRef. [Suggest name change to ProcessRef; this is IDREF not ID].</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Name" type="xsd:string" use="optional"/>
<xsd:attribute name="Execution" use="optional" default="SYNCHR">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="ASYNCHR"/>
<xsd:enumeration value="SYNCHR"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="View" use="optional" default="COLLAPSED">
<xsd:annotation>
<xsd:documentation>BPMN: Detrmines rendering of subprocess as Collapsed or Expended. Default is Collapsed.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="COLLAPSED"/>
<xsd:enumeration value="EXPANDED"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="PackageRef" type="xpdl:IdRef" use="optional">
<xsd:annotation>
<xsd:documentation>BPMN: Corresponds to BPMN attribute DiagramRef, pointer to a BPD identified by Package/@Id. [Maybe IDREF doesn't work here since ID is in a different document.]</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="InstanceDataField" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation> Used to store the instance id of the subflow instantiated by the activity. This is then available later on (e.g. for correlation, messaging etc.) especially in the case of asynchronous invocation.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="StartActivitySetId" type="xpdl:IdRef" use="optional"/>
<xsd:attribute name="StartActivityId" type="xpdl:IdRef" use="optional"/>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Task">
<xsd:annotation>
<xsd:documentation>BPMN</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0">
<xsd:element ref="xpdl:TaskService">
<xsd:annotation>
<xsd:documentation>BPMN: TaskType = Service. In BPMN generally signifies any automated activity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="xpdl:TaskReceive">
<xsd:annotation>
<xsd:documentation>BPMN: TaskType = Receive. Waits for a message, then continues. Equivalent to a "catching" message event. In BPMN, "message" generally signifies any signal from outside the process (pool).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="xpdl:TaskManual">
<xsd:annotation>
<xsd:documentation>BPMN: TaskType = Manual. Used for human tasks other than those accessed via workflow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="xpdl:TaskReference">
<xsd:annotation>
<xsd:documentation>BPMN: TaskType = Reference. Task properties defined in referenced activity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="xpdl:TaskScript">
<xsd:annotation>
<xsd:documentation>BPMN: TaskType = Script. Used for automated tasks executed by scripts on process engine, to distinguish from automated tasks performed externally (Service).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="xpdl:TaskSend">
<xsd:annotation>
<xsd:documentation>BPMN: Task Type = Send. Equivalent to a "throwing" message event. Sends a message immediately and continues. In BPMN, "message" signifies any signal sent outside the process (pool).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="xpdl:TaskUser">
<xsd:annotation>
<xsd:documentation>BPMN: Task Type = User. Generally used for human tasks. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="xpdl:TaskApplication"/>
</xsd:choice>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="TaskManual">
<xsd:annotation>
<xsd:documentation>BPMN</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="xpdl:Performers" minOccurs="0"/>
( run in 0.379 second using v1.01-cache-2.11-cpan-f56aa216473 )