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

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

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


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:booleanhasApplicationPath
          
 xs:booleanhasMappingId
          
 xs:stringid
           The human usable identifier of the application context type.  
 xs:stringname
           The human friendly name of the application context type.  
 xs:longoid
           A 32-bit number assigned to the application contect type.  
 xs:stringpanelClass
          
 xs:booleanpredefined
           A boolean that indicates whether the application context type element is predefined or created by modeling.  
 xs:stringvalidatorClass
          

Attribute Detail

accessPointProviderClass

Type:
xs:string
Use:
optional
Form:
unqualified

hasApplicationPath

Type:
xs:boolean
Use:
optional
Form:
unqualified

hasMappingId

Type:
xs:boolean
Use:
optional
Form:
unqualified

id

The human usable identifier of the application context type.

Type:
xs:string
Use:
required
Form:
unqualified

name

The human friendly name of the application context type.

Type:
xs:string
Use:
optional
Form:
unqualified

oid

A 32-bit number assigned to the application contect type.

Type:
xs:long
Use:
required
Form:
unqualified

panelClass

Type:
xs:string
Use:
optional
Form:
unqualified

predefined

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

Type:
xs:boolean
Use:
optional
Form:
unqualified

validatorClass

Type:
xs:string
Use:
optional
Form:
unqualified

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