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

Documentation
            The processDefinition declaration defines a workflow process in the model.
         
Properties
This component is not nillable.

Model
<processDefinition
  defaultPriority = xs:int
  id = xs:string
  name = xs:string
  oid = xs:long>
(((description, attribute*) | (attribute+, description?))? , activity*, transition*, trigger*, dataPath*, eventHandler*, diagram* )
</processDefinition>


Nested Element Summary
 activity
           The list of activity definitions of the workflow process definition.  
 attribute
          The list of extension attributes. 
 attribute
          The list of extension attributes. 
 dataPath
           The list of data paths of the workflow process definition.  
 description
          An optional description of the model element. 
 description
          An optional description of the model element. 
 diagram
           The list of diagrams of the workflow process definition.  
 eventHandler
           The list of event handlers of the workflow process definition.  
 transition
           The list of transitions between the activity definitions of the workflow process definition.  
 trigger
           The list of triggers of the workflow process definition.  

Attribute Summary
 xs:intdefaultPriority
          
 xs:stringid
           The human usable identifier of the workflow process definition.  
 xs:stringname
           The human friendly name of the workflow process definition.  
 xs:longoid
           A 32-bit number assigned to the workflow process definition.  

Attribute Detail

defaultPriority

Type:
xs:int
Use:
optional
Form:
unqualified

id

The human usable identifier of the workflow process definition.

Type:
xs:string
Use:
required
Form:
unqualified

name

The human friendly name of the workflow process definition.

Type:
xs:string
Use:
required
Form:
unqualified

oid

A 32-bit number assigned to the workflow process definition.

Type:
xs:long
Use:
required
Form:
unqualified

Source
<xs:element name="processDefinition">
<xs:complexType>
<xs:sequence>
<xs:choice maxOccurs="1" minOccurs="0">
<xs:group ref="grDescrAttr"/>
<xs:group ref="grAttrDescr"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="activity">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="transition">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="trigger">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="dataPath">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="eventHandler">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="diagram">
</xs:element>
</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="defaultPriority" type="xs:int"/>
</xs:complexType>
</xs:element>


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