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

Documentation
            The groupSymbol declaration defines a group symbol (GUI).
         
Properties
This component is not nillable.

Model
<groupSymbol
  oid = 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)*
</groupSymbol>


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
          
 executedByConnection
           The list of "executed by"-connections.  
 gatewaySymbol
          
 genericLinkConnection
           The list of generic link connections.  
 groupSymbol
          The list of group symbols. 
 intermediateEventSymbol
          
 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
          
 subProcessOfConnection
           The list of "subprocess of"-connections.  
 textSymbol
          The list of text symbols. 
 transitionConnection
           The list of transition connections.  
 worksForConnection
           The list of "works for"-connections.  

Attribute Summary
 xs:longoid
           A 32-bit number assigned to the group symbol.  

Attribute Detail

oid

A 32-bit number assigned to the group symbol.

Type:
xs:long
Use:
required
Form:
unqualified

Source
<xs:element name="groupSymbol">
<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 ref="gatewaySymbol"/>
<xs:element ref="groupSymbol">
</xs:element>
<xs:element ref="intermediateEventSymbol"/>
<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 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:choice>
</xs:sequence>
<xs:attribute name="oid" type="xs:long" use="required">
</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.