xpdl:Lane

BPMN

Element Information

Model

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

Attributes

QName Type Fixed Default Use Inheritable Annotation
Id xsd:NMTOKEN required
Name xsd:string optional
Orientation restriction of xsd:NMTOKEN optional
To be specified only when different from the parent pool.
ParentLane xsd:NMTOKEN optional
Deprecated from BPMN1.0.
ParentPool xsd:NMTOKEN optional
Deprecated from BPMN1.0.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:Lanes

Source

<xsd:element name="Lane">
  <xsd:annotation>
    <xsd:documentation>BPMN</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence minOccurs="0">
      <xsd:element ref="xpdl:Object" minOccurs="0"/>
      <xsd:element ref="xpdl:NodeGraphicsInfos" minOccurs="0"/>
      <xsd:element ref="xpdl:Performers" minOccurs="0"/>
      <xsd:element name="NestedLane" minOccurs="0" maxOccurs="unbounded">
        <xsd:complexType>
          <xsd:attribute name="LaneId" type="xsd:NMTOKEN" use="required"/>
        </xsd:complexType>
      </xsd:element>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="Id" type="xsd:NMTOKEN" use="required"/>
    <xsd:attribute name="Name" type="xsd:string" use="optional"/>
    <xsd:attribute name="ParentLane" type="xsd:NMTOKEN" use="optional">
      <xsd:annotation>
        <xsd:documentation>Deprecated from BPMN1.0.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name=</