ProcessType

BPMN:

Attribute Information

Used By

Complex Type xpdl:ProcessType

Source

<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>

Sample