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

Documentation
            The parameterMapping declaration defines a parameter mapping for trigger
            parameters.
         
Properties
This component is not nillable.

Model
<parameterMapping
  data = xs:string
  oid = xs:long
  parameter = xs:string
  parameterPath = xs:string>

</parameterMapping>


Attribute Summary
 xs:stringdata
          The model id of the data element. 
 xs:longoid
           A 32-bit number assigned to the parameter mapping.  
 xs:stringparameter
           The name of the parameter the data element is mapped to.  
 xs:stringparameterPath
           The access path (data mapping) to the data element.  

Attribute Detail

data

The model id of the data element.

Type:
xs:string
Use:
optional
Form:
unqualified

oid

A 32-bit number assigned to the parameter mapping.

Type:
xs:long
Use:
required
Form:
unqualified

parameter

The name of the parameter the data element is mapped to.

Type:
xs:string
Use:
optional
Form:
unqualified

parameterPath

The access path (data mapping) to the data element.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="parameterMapping">
<xs:complexType>
<xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="data" type="xs:string">
</xs:attribute>
<xs:attribute name="parameter" type="xs:string">
</xs:attribute>
<xs:attribute name="parameterPath" 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.