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

Documentation
            The dataMapping declaration defines a mapping between data and activity.
         
Properties
This component is not nillable.

Model
<dataMapping
  applicationAccessPoint = xs:string
  applicationPath = xs:string
  context = xs:string
  data = xs:string
  dataPath = xs:string
  direction = xs:string
  id = xs:string
  name = xs:string
  oid = xs:long>

</dataMapping>


Attribute Summary
 xs:stringapplicationAccessPoint
           The name of the access point for the application in scope of the activity.  
 xs:stringapplicationPath
           The method of the application to retrieve or put the data to/from the application.  
 xs:stringcontext
          If the activity is an interactive activity then the context specifies for which type of interactive activity this data mapping is used. 
 xs:stringdata
           The unique model id of the corresponding data element.  
 xs:stringdataPath
          The method of the data object to retrieve or put the data. 
 xs:stringdirection
          The direction of the mapping. 
 xs:stringid
           The human usable identifier of the data mapping.  
 xs:stringname
           The human friendly name of the data mapping.  
 xs:longoid
           A 32-bit number assigned to the data mapping.  

Attribute Detail

applicationAccessPoint

The name of the access point for the application in scope of the activity.

Type:
xs:string
Use:
optional
Form:
unqualified

applicationPath

The method of the application to retrieve or put the data to/from the application.

Type:
xs:string
Use:
optional
Form:
unqualified

context

If the activity is an interactive activity then the context specifies for which type of interactive activity this data mapping is used. Valid values are the following model id's of previously defined applicationContextType elements: "jfc" | "jsp"

Type:
xs:string
Use:
optional
Form:
unqualified

data

The unique model id of the corresponding data element.

Type:
xs:string
Use:
required
Form:
unqualified

dataPath

The method of the data object to retrieve or put the data. Can be left empty, if the whole object is used.

Type:
xs:string
Use:
optional
Form:
unqualified

direction

The direction of the mapping. Valid values are "IN" | "OUT".

Type:
xs:string
Use:
required
Form:
unqualified

id

The human usable identifier of the data mapping.

Type:
xs:string
Use:
optional
Form:
unqualified

name

The human friendly name of the data mapping.

Type:
xs:string
Use:
optional
Form:
unqualified

oid

A 32-bit number assigned to the data mapping.

Type:
xs:long
Use:
optional
Form:
unqualified

Source
<xs:element name="dataMapping">
<xs:complexType>
<xs:attribute name="oid" type="xs:long" use="optional">
</xs:attribute>
<xs:attribute name="id" type="xs:string">
</xs:attribute>
<xs:attribute name="name" type="xs:string">
</xs:attribute>
<xs:attribute name="data" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="direction" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="context" type="xs:string">
</xs:attribute>
<xs:attribute name="dataPath" type="xs:string">
</xs:attribute>
<xs:attribute name="applicationAccessPoint" type="xs:string">
</xs:attribute>
<xs:attribute name="applicationPath" 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.