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

Documentation
            The conditionalPerformer declaration defines a perfomer under certain
            circumstances.
         
Properties
This component is not nillable.

Model
<conditionalPerformer
  data = xs:string
  dataPath = xs:string
  id = xs:string
  is_user = xs:boolean
  name = xs:string
  oid = xs:long>
((description, attribute*) | (attribute+, description?))?
</conditionalPerformer>


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:stringdata
           The model id of the data which determines the runtime identity of the performer.  
 xs:stringdataPath
          The data path the data which determines the runtime identity of the performer. 
 xs:stringid
           The human usable identifier of the conditional performer.  
 xs:booleanis_user
           A boolean that indicates whether this conditional performer is a user or not.  
 xs:stringname
           The human friendly name of the conditional performer.  
 xs:longoid
           A 32-bit number assigned to the conditional performer.  

Attribute Detail

data

The model id of the data which determines the runtime identity of the performer.

Type:
xs:string
Use:
optional
Form:
unqualified

dataPath

The data path the data which determines the runtime identity of the performer. This must evaluate to String (id) or long (oid).

Type:
xs:string
Use:
optional
Form:
unqualified

id

The human usable identifier of the conditional performer.

Type:
xs:string
Use:
required
Form:
unqualified

is_user

A boolean that indicates whether this conditional performer is a user or not.

Type:
xs:boolean
Use:
optional
Form:
unqualified

name

The human friendly name of the conditional performer.

Type:
xs:string
Use:
required
Form:
unqualified

oid

A 32-bit number assigned to the conditional performer.

Type:
xs:long
Use:
required
Form:
unqualified

Source
<xs:element name="conditionalPerformer">
<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" use="required">
</xs:attribute>
<xs:attribute name="is_user" type="xs:boolean">
</xs:attribute>
<xs:attribute name="data" type="xs:string">
</xs:attribute>
<xs:attribute name="dataPath" 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.