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

Documentation
            The applicationType declaration defines an application type for a workflow
            activity in a workflow process.
         
Properties
This component is not nillable.

Model
<applicationType
  accessPointProviderClass = xs:string
  id = xs:string
  instanceClass = xs:string
  name = xs:string
  oid = xs:long
  panelClass = xs:string
  predefined = xs:boolean
  synchronous = xs:boolean
  validatorClass = xs:string>
((description, attribute*) | (attribute+, description?))?
</applicationType>


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:stringaccessPointProviderClass
          
 xs:stringid
           The human usable identifier of the application type.  
 xs:stringinstanceClass
          
 xs:stringname
           The human friendly name of the application type.  
 xs:longoid
           A 32-bit number assigned to the application type.  
 xs:stringpanelClass
          
 xs:booleanpredefined
           A boolean that indicates whether the application type element is predefined or created by modeling.  
 xs:booleansynchronous
           A boolean that indicates whether the application type element describes a synchronously executed application or not.  
 xs:stringvalidatorClass
          

Attribute Detail

accessPointProviderClass

Type:
xs:string
Use:
optional
Form:
unqualified

id

The human usable identifier of the application type.

Type:
xs:string
Use:
required
Form:
unqualified

instanceClass

Type:
xs:string
Use:
optional
Form:
unqualified

name

The human friendly name of the application type.

Type:
xs:string
Use:
optional
Form:
unqualified

oid

A 32-bit number assigned to the application type.

Type:
xs:long
Use:
required
Form:
unqualified

panelClass

Type:
xs:string
Use:
optional
Form:
unqualified

predefined

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

Type:
xs:boolean
Use:
optional
Form:
unqualified

synchronous

A boolean that indicates whether the application type element describes a synchronously executed application or not.

Type:
xs:boolean
Use:
optional
Form:
unqualified

validatorClass

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="applicationType">
<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="synchronous" type="xs:boolean">
</xs:attribute>
<xs:attribute name="panelClass" type="xs:string"/>
<xs:attribute name="accessPointProviderClass" type="xs:string"/>
<xs:attribute name="validatorClass" type="xs:string"/>
<xs:attribute name="instanceClass" 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.