xpdl:Pool

BPMN

Element Information

Model

xpdl:Lanes{0,1} , xpdl:Object{0,1} , xpdl:NodeGraphicsInfos{0,1} , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
BoundaryVisible xsd:boolean required
Id xpdl:Id required
BPMN
MainPool xsd:boolean false optional
MultiInstance xsd:boolean false optional
Name xsd:string optional
BPMN: Pool label in diagram
Orientation restriction of xsd:NMTOKEN HORIZONTAL optional
Participant xsd:NMTOKEN optional
Process xpdl:IdRef optional
BPMN: Pointer to WorkflowProcess/@Id; presence indicates this pool is part of an internal (private) process.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:Pools

Source

<xsd:element name="Pool">
  <xsd:annotation>
    <xsd:documentation>BPMN</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:Lanes" minOccurs="0"/>
      <xsd:element ref="xpdl:Object" minOccurs="0"/>
      <xsd:element ref="xpdl:NodeGraphicsInfos" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="Id" type="xpdl:Id" use="required">
      <xsd:annotation>
        <xsd:documentation>BPMN</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute