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

Documentation
            The eventConditionType declaration defines an event condition type for
            eventHandler elements.
         
Properties
This component is not nillable.

Model
<eventConditionType
  activityCondition = xs:boolean
  binderClass = xs:string
  id = xs:string
  implementation = xs:NMTOKEN
  name = xs:string
  oid = xs:long
  panelClass = xs:string
  predefined = xs:boolean
  processCondition = xs:boolean
  pullEventEmitterClass = xs:string
  rule = xs:string>
((description, attribute*) | (attribute+, description?))?
</eventConditionType>


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:booleanactivityCondition
           A boolean that indicates whether event handlers of this event condition type are available for workflow activities.  
 xs:stringbinderClass
          
 xs:stringid
           The human usable identifier of the event condition type.  
 xs:NMTOKENimplementation
          
 xs:stringname
           The human friendly name of the event condition type.  
 xs:longoid
           A 32-bit number assigned to the event condition type.  
 xs:stringpanelClass
          
 xs:booleanpredefined
           A boolean that indicates whether the event condition type is predefined or created by modeling.  
 xs:booleanprocessCondition
           A boolean that indicates whether event handlers of this event condition type are available for workflow processes.  
 xs:stringpullEventEmitterClass
          
 xs:stringrule
          

Attribute Detail

activityCondition

A boolean that indicates whether event handlers of this event condition type are available for workflow activities.

Type:
xs:boolean
Use:
optional
Form:
unqualified

binderClass

Type:
xs:string
Use:
optional
Form:
unqualified

id

The human usable identifier of the event condition type.

Type:
xs:string
Use:
required
Form:
unqualified

implementation

Type:
based on
with :
Use:
optional
Form:
unqualified

name

The human friendly name of the event condition type.

Type:
xs:string
Use:
optional
Form:
unqualified

oid

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

Type:
xs:long
Use:
required
Form:
unqualified

panelClass

Type:
xs:string
Use:
optional
Form:
unqualified

predefined

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

Type:
xs:boolean
Use:
optional
Form:
unqualified

processCondition

A boolean that indicates whether event handlers of this event condition type are available for workflow processes.

Type:
xs:boolean
Use:
optional
Form:
unqualified

pullEventEmitterClass

Type:
xs:string
Use:
optional
Form:
unqualified

rule

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="eventConditionType">
<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="processCondition" type="xs:boolean">
</xs:attribute>
<xs:attribute name="activityCondition" type="xs:boolean">
</xs:attribute>
<xs:attribute name="implementation">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="engine"/>
<xs:enumeration value="pull"/>
<xs:enumeration value="push"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="panelClass" type="xs:string"/>
<xs:attribute name="binderClass" type="xs:string"/>
<xs:attribute name="pullEventEmitterClass" type="xs:string"/>
<xs:attribute name="rule" type="xs:string"/>
</xs:complexType>
</xs:element>


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