xpdl:ProcessType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
AccessLevel restriction of xsd:NMTOKEN PUBLIC optional
AdHoc xsd:boolean false optional
BPMN: for Embedded subprocess
AdHocCompletionCondition xsd:string optional
AdHocOrdering restriction of xsd:NMTOKEN Parallel optional
DefaultStartActivityId xpdl:IdRef optional
DefaultStartActivitySetId xpdl:IdRef optional
EnableInstanceCompensation xsd:boolean false optional
Id xpdl:Id required
BPMN: unique identifier for the process, referenced by Pool
Name xsd:string optional
BPMN: label of WorkflowProcess in diagram, should be same as for Pool
ProcessType restriction of xsd:NMTOKEN None optional
BPMN:
Status restriction of xsd:NMTOKEN None optional
BPMN: Status values are assigned during execution. Status can be treated as a property and used in expressions local to a Process. It is unclear that status belongs in the XPDL document.
SuppressJoinFailure xsd:boolean false optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:complexType name="ProcessType">
  <xsd:sequence>
    <xsd:element ref="xpdl:ProcessHeader"/>
    <xsd:element ref="xpdl:RedefinableHeader" minOccurs="0"/>
    <xsd:element ref="xpdl:FormalParameters" minOccurs="0"/>
    <xsd:element ref="xpdl:InputSets" minOccurs="0"/>
    <xsd:element ref="xpdl:OutputSets" minOccurs="0"/>
    <xsd:choice minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>changes xpdl 1.0 order</xsd:documentation>
      </xsd:annotation>
      <xsd:sequence minOccurs="0">
        <xsd:element ref="xpdl:Participants" minOccurs="0"/>
        <xsd:element ref="xpdl:Applications" minOccurs="0"/>
        <xsd:element ref="xpdl:DataFields" minOccurs="0"/>
      </xsd:sequence>
      <xsd:sequence minOccurs="0">
        <xsd:element ref="deprecated:DataFields" minOccurs="0"/>
        <xsd:element ref="deprecated:Participants" minOccurs="0"/>
        <xsd:element ref="deprecated:Applications" minOccurs="0"/>
      </xsd:sequence>
    </xsd:choice>
    <xsd:element ref="xpdl:ActivitySets" minOccurs="0"/>
    <xsd:element ref="xpdl:Activities" minOccurs="0"/>
    <xsd:element ref="xpdl:DataObjects" minOccurs="0"/>
    <xsd:element ref="xpdl:DataInputOutputs" minOccurs="0"/>
    <xsd:element ref="xpdl:DataStoreReferences" minOccurs="0"/>
    <xsd:element ref="xpdl:Transitions" minOccurs="0"/>
    <xsd:element ref="xpdl:DataAssociations" minOccurs="0"/>
    <xsd:element ref="xpdl:ExtendedAttributes" minOccurs="0"/>
    <xsd:element ref="xpdl:Assignments" minOccurs="0"/>
    <xsd:element ref="xpdl:PartnerLinks" minOccurs="0"/>
    <xsd:element ref="xpdl:Object" minOccurs="0"/>
    <xsd:choice minOccurs="0">
      <xsd:sequence>
        <xsd:element name="Extensions">
          <xsd:annotation>
            <xsd:documentation>This element is needed to distinguish neighboring wildcard elements, it is not functional</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:choice>
  </xsd:sequence>
  <xsd:attribute name="Id" type="xpdl:Id" use="required">
    <xsd:annotation>
      <xsd:documentation>BPMN: unique identifier for the process, referenced by Pool</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="Name" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation>BPMN: label of WorkflowProcess in diagram, should be same as for Pool</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="AccessLevel" use="optional" default="PUBLIC">
    <xsd:simpleType>
      <xsd:restriction base="xsd:NMTOKEN">
        <xsd:enumeration value="PUBLIC"/>
        <xsd:enumeration value="PRIVATE"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="ProcessType" use="optional" default="None">
    <xsd:annotation>
      <xsd:documentation>BPMN:</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:NMTOKEN">
        <xsd:enumeration value="None"/>
        <xsd:enumeration value="Private"/>
        <xsd:enumeration value="Abstract"/>
        <xsd:enumeration value="Collaboration"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="Status" use="optional" default="None">
    <xsd:annotation>
      <xsd:documentation>BPMN: Status values are assigned during execution. Status can be treated as a property and used in expressions local to a Process. It is unclear that status belongs in the XPDL document.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:NMTOKEN">
        <xsd:enumeration value="None"/>
        <xsd:enumeration value="Ready"/>
        <xsd:enumeration value="Active"/>
        <xsd:enumeration value="Cancelled"/>
        <xsd:enumeration value="Aborting"/>
        <xsd:enumeration value="Aborted"/>
        <xsd:enumeration value="Completing"/>
        <xsd:enumeration value="Completed"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="SuppressJoinFailure" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="EnableInstanceCompensation" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="AdHoc" type="xsd:boolean" use="optional" default="false">
    <xsd:annotation>
      <xsd:documentation>BPMN: for Embedded subprocess</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="AdHocOrdering" use="optional" default="Parallel">
    <xsd:simpleType>
      <xsd:restriction base="xsd:NMTOKEN">
        <xsd:enumeration value="Sequential"/>
        <xsd:enumeration value="Parallel"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="AdHocCompletionCondition" type="xsd:string" use="optional"/>
  <xsd:attribute name="DefaultStartActivitySetId" type="xpdl:IdRef" use="optional"/>
  <xsd:attribute name="DefaultStartActivityId" type="xpdl:IdRef" use="optional"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>