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

Documentation
            The triggerType declaration defines a trigger type. They are used for
            classification of trigger elements (see attribute "type").
         
Properties
This component is not nillable.

Model
<triggerType
  id = xs:string
  name = xs:string
  oid = xs:long
  panelClass = xs:string
  predefined = xs:boolean
  pullTrigger = xs:boolean
  pullTriggerEvaluator = xs:string
  rule = xs:string>
((description, attribute*) | (attribute+, description?))?
</triggerType>


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:stringid
           The human usable identifier of the trigger type.  
 xs:stringname
           The human friendly name of the trigger type.  
 xs:longoid
           A 32-bit number assigned to the trigger type.  
 xs:stringpanelClass
          
 xs:booleanpredefined
           A boolean that indicates whether the trigger type is predefined or created by modeling.  
 xs:booleanpullTrigger
          A boolean that indicates whether the trigger type describes a pulltrigger. 
 xs:stringpullTriggerEvaluator
          
 xs:stringrule
          

Attribute Detail

id

The human usable identifier of the trigger type.

Type:
xs:string
Use:
required
Form:
unqualified

name

The human friendly name of the trigger type.

Type:
xs:string
Use:
optional
Form:
unqualified

oid

A 32-bit number assigned to the trigger type.

Type:
xs:long
Use:
required
Form:
unqualified

panelClass

Type:
xs:string
Use:
optional
Form:
unqualified

predefined

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

Type:
xs:boolean
Use:
optional
Form:
unqualified

pullTrigger

A boolean that indicates whether the trigger type describes a pulltrigger. A pull trigger (e.g. mail) has its own trigger daemon.

Type:
xs:boolean
Use:
optional
Form:
unqualified

pullTriggerEvaluator

Type:
xs:string
Use:
optional
Form:
unqualified

rule

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="triggerType">
<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="pullTrigger" type="xs:boolean">
</xs:attribute>
<xs:attribute name="panelClass" type="xs:string"/>
<xs:attribute name="pullTriggerEvaluator" 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.