http://www.carnot.ag/workflowmodel/3.1
element poolSymbol

Properties
This component is not nillable.

Model
<poolSymbol
  borderColor = xs:string
  boundaryVisible = xs:boolean
  fillColor = xs:string
  height = xs:int
  id = xs:string
  name = xs:string
  oid = xs:long
  orientation = swimlaneOrientationType
  participant = xs:string
  process = xs:string
  shape = xs:string
  style = xs:string
  width = xs:int
  x = xs:long
  y = xs:long>
(activitySymbol | annotationSymbol | applicationSymbol | conditionalPerformerSymbol | dataSymbol | endEventSymbol | gatewaySymbol | groupSymbol | intermediateEventSymbol | modelerSymbol | organizationSymbol | processSymbol | roleSymbol | startEventSymbol | textSymbol | dataMappingConnection | executedByConnection | genericLinkConnection | partOfConnection | performsConnection | refersToConnection | subProcessOfConnection | transitionConnection | worksForConnection | teamLeadConnection | triggersConnection | laneSymbol)*
</poolSymbol>


Nested Element Summary
 activitySymbol
          The list of activity symbols. 
 annotationSymbol
          The list of annotation symbols. 
 applicationSymbol
          The list of application symbols. 
 conditionalPerformerSymbol
           The list of conditional performer symbols.  
 dataMappingConnection
           The list of data mapping connections.  
 dataSymbol
          The list of data symbols. 
 endEventSymbol
          The list of end event symbols. 
 executedByConnection
           The list of "executed by"-connections.  
 gatewaySymbol
          The list of gateway symbols. 
 genericLinkConnection
           The list of generic link connections.  
 groupSymbol
          The list of group symbols. 
 intermediateEventSymbol
          The list of intermediate event symbols. 
 laneSymbol
           The list of lanes contained in this pool.  
 modelerSymbol
          The list of modeler symbols. 
 organizationSymbol
           The list of organization symbols.  
 partOfConnection
           The list of "part of"-connections.  
 performsConnection
           The list of performs-connections.  
 processSymbol
          The list of workflow process symbols. 
 refersToConnection
           The list of "refers to"-connections.  
 roleSymbol
          The list of role symbols. 
 startEventSymbol
          The list of start event symbols. 
 subProcessOfConnection
           The list of "subprocess of"-connections.  
 teamLeadConnection
           The list of "teamLead"-connections.  
 textSymbol
          The list of text symbols. 
 transitionConnection
           The list of transition connections.  
 triggersConnection
           The list of "triggers"-connections.  
 worksForConnection
           The list of "works for"-connections.  

Attribute Summary
 xs:stringborderColor
          The border color, if applicable. 
 xs:booleanboundaryVisible
           Indicates if the pool boundary is drawn or not.  
 xs:stringfillColor
          The fill color, if applicable. 
 xs:intheight
          The node height in the diagram. 
 xs:stringid
           The human usable identifier of the pool.  
 xs:stringname
           The human friendly name of the diagram.  
 xs:longoid
           A 32-bit number assigned to the diagram.  
 swimlaneOrientationTypeorientation
           The orientation of the swimlane.  
 xs:stringparticipant
           A reference to the associated participant, if existing.  
 xs:stringprocess
           A reference to the associated process definition, if existing.  
 xs:stringshape
           A hint on the shape to be used, if applicable.  
 xs:stringstyle
          The drawing style, if applicable. 
 xs:intwidth
          The node width in the diagram. 
 xs:longx
          The x position in the diagram. 
 xs:longy
          The y position in the diagram. 

Attribute Detail

borderColor

The border color, if applicable.

Type:
xs:string
Use:
optional
Form:
unqualified

boundaryVisible

Indicates if the pool boundary is drawn or not.

Type:
xs:boolean
Use:
optional
Form:
unqualified

fillColor

The fill color, if applicable.

Type:
xs:string
Use:
optional
Form:
unqualified

height

The node height in the diagram.

Type:
xs:int
Use:
optional
Form:
unqualified

id

The human usable identifier of the pool.

Type:
xs:string
Use:
required
Form:
unqualified

name

The human friendly name of the diagram.

Type:
xs:string
Use:
required
Form:
unqualified

oid

A 32-bit number assigned to the diagram.

Type:
xs:long
Use:
required
Form:
unqualified

orientation

The orientation of the swimlane.

Type:
swimlaneOrientationType
Use:
optional
Form:
unqualified

participant

A reference to the associated participant, if existing.

Type:
xs:string
Use:
optional
Form:
unqualified

process

A reference to the associated process definition, if existing.

Type:
xs:string
Use:
optional
Form:
unqualified

shape

A hint on the shape to be used, if applicable.

Type:
xs:string
Use:
optional
Form:
unqualified

style

The drawing style, if applicable.

Type:
xs:string
Use:
optional
Form:
unqualified

width

The node width in the diagram.

Type:
xs:int
Use:
optional
Form:
unqualified

x

The x position in the diagram.

Type:
xs:long
Use:
required
Form:
unqualified

y

The y position in the diagram.

Type:
xs:long
Use:
required
Form:
unqualified

Source
<xs:element name="poolSymbol">
<xs:complexType>
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="activitySymbol">
</xs:element>
<xs:element ref="annotationSymbol">
</xs:element>
<xs:element ref="applicationSymbol">
</xs:element>
<xs:element ref="conditionalPerformerSymbol">
</xs:element>
<xs:element ref="dataSymbol">
</xs:element>
<xs:element ref="endEventSymbol">
</xs:element>
<xs:element ref="gatewaySymbol">
</xs:element>
<xs:element ref="groupSymbol">
</xs:element>
<xs:element ref="intermediateEventSymbol">
</xs:element>
<xs:element ref="modelerSymbol">
</xs:element>
<xs:element ref="organizationSymbol">
</xs:element>
<xs:element ref="processSymbol">
</xs:element>
<xs:element ref="roleSymbol">
</xs:element>
<xs:element ref="startEventSymbol">
</xs:element>
<xs:element ref="textSymbol">
</xs:element>
<xs:element ref="dataMappingConnection">
</xs:element>
<xs:element ref="executedByConnection">
</xs:element>
<xs:element ref="genericLinkConnection">
</xs:element>
<xs:element ref="partOfConnection">
</xs:element>
<xs:element ref="performsConnection">
</xs:element>
<xs:element ref="refersToConnection">
</xs:element>
<xs:element ref="subProcessOfConnection">
</xs:element>
<xs:element ref="transitionConnection">
</xs:element>
<xs:element ref="worksForConnection">
</xs:element>
<xs:element ref="teamLeadConnection">
</xs:element>
<xs:element ref="triggersConnection">
</xs:element>
<xs:element ref="laneSymbol">
</xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="id" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="name" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="x" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="y" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="width" type="xs:int" use="optional">
</xs:attribute>
<xs:attribute name="height" type="xs:int" use="optional">
</xs:attribute>
<xs:attribute name="shape" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="borderColor" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="fillColor" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="style" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="orientation" type="swimlaneOrientationType" use="optional">
</xs:attribute>
<xs:attribute name="participant" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="boundaryVisible" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="process" type="xs:string" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.