BPMN |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
BoundaryVisible | xsd:boolean | required | |||||
Id | xpdl:Id | required |
|
||||
MainPool | xsd:boolean | false | optional | ||||
MultiInstance | xsd:boolean | false | optional | ||||
Name | xsd:string | optional |
|
||||
Orientation | restriction of xsd:NMTOKEN | HORIZONTAL | optional | ||||
Participant | xsd:NMTOKEN | optional | |||||
Process | xpdl:IdRef | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2' |
Element | xpdl:Pools |
<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 |