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

Documentation
            The diagram declaration defines a GUI representation of a workflow process.
         
Properties
This component is not nillable.

Model
<diagram
  mode = modeType
  name = xs:string
  oid = xs:long
  orientation = swimlaneOrientationType>
(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 | poolSymbol)*
</diagram>


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.  
 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.  
 poolSymbol
           The list of contained pool symbols.  
 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
 modeTypemode
          
 xs:stringname
           The human friendly name of the diagram.  
 xs:longoid
           A 32-bit number assigned to the diagram.  
 swimlaneOrientationTypeorientation
           The default orientation of the diagram.  

Attribute Detail

mode

Type:
modeType
Use:
optional
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 default orientation of the diagram.

Type:
swimlaneOrientationType
Use:
optional
Form:
unqualified

Source
<xs:element name="diagram">
<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="poolSymbol">
</xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="name" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="orientation" type="swimlaneOrientationType" use="optional">
</xs:attribute>
<xs:attribute name="mode" type="modeType"/>
</xs:complexType>
</xs:element>


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