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

Documentation
            The eventActionType declaration defines an action type for
            eventAction-elements, bindAction-elements and unbindAction-elements.
         
Properties
This component is not nillable.

Model
<eventActionType
  actionClass = xs:string
  activityAction = xs:boolean
  id = xs:string
  name = xs:string
  oid = xs:long
  panelClass = xs:string
  predefined = xs:boolean
  processAction = xs:boolean
  supportedConditionTypes = xs:string
  unsupportedContexts = xs:string>
((description, attribute*) | (attribute+, description?))?
</eventActionType>


Nested Element Summary
 attribute
          The list of extension attributes. 
 attribute
          The list of extension attributes. 
 description
          An optional description of the model element. 
 description
          An optional description of the model element. 

Attribute Summary
 xs:stringactionClass
          
 xs:booleanactivityAction
           A boolean that indicates whether actions of this event action type are available for workflow activities.  
 xs:stringid
           The human usable identifier of the event action type.  
 xs:stringname
           The human friendly name of the event action type.  
 xs:longoid
           A 32-bit number assigned to the event action type.  
 xs:stringpanelClass
          
 xs:booleanpredefined
           A boolean that indicates whether the event action type is predefined or created by modeling.  
 xs:booleanprocessAction
           A boolean that indicates whether actions of this event action type are available for workflow processes.  
 xs:stringsupportedConditionTypes
          A comma separated list of model id's of supported event condition types. 
 xs:stringunsupportedContexts
          A comma separated list of unsupported event contexts (actions). 

Attribute Detail

actionClass

Type:
xs:string
Use:
optional
Form:
unqualified

activityAction

A boolean that indicates whether actions of this event action type are available for workflow activities.

Type:
xs:boolean
Use:
optional
Form:
unqualified

id

The human usable identifier of the event action type.

Type:
xs:string
Use:
required
Form:
unqualified

name

The human friendly name of the event action type.

Type:
xs:string
Use:
optional
Form:
unqualified

oid

A 32-bit number assigned to the event action type.

Type:
xs:long
Use:
required
Form:
unqualified

panelClass

Type:
xs:string
Use:
optional
Form:
unqualified

predefined

A boolean that indicates whether the event action type is predefined or created by modeling.

Type:
xs:boolean
Use:
optional
Form:
unqualified

processAction

A boolean that indicates whether actions of this event action type are available for workflow processes.

Type:
xs:boolean
Use:
optional
Form:
unqualified

supportedConditionTypes

A comma separated list of model id's of supported event condition types. Valid values are taken from previously defined eventConditionType elements.

Type:
xs:string
Use:
optional
Form:
unqualified

unsupportedContexts

A comma separated list of unsupported event contexts (actions). Valid values are "bind", "unbind" and "event".

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="eventActionType">
<xs:complexType>
<xs:sequence>
<xs:choice maxOccurs="1" minOccurs="0">
<xs:group ref="grDescrAttr"/>
<xs:group ref="grAttrDescr"/>
</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">
</xs:attribute>
<xs:attribute name="predefined" type="xs:boolean">
</xs:attribute>
<xs:attribute name="processAction" type="xs:boolean">
</xs:attribute>
<xs:attribute name="activityAction" type="xs:boolean">
</xs:attribute>
<xs:attribute name="panelClass" type="xs:string"/>
<xs:attribute name="actionClass" type="xs:string"/>
<xs:attribute name="supportedConditionTypes" type="xs:string">
</xs:attribute>
<xs:attribute name="unsupportedContexts" type="xs:string">
</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.