B2B Data Transformation
- B2B Data Transformation 10.5
- All Products
Property
| Description
|
---|---|
initialization
| Defines an initial value for the variable. You can initialize variables that have simple data types. Default is empty.
|
InitialValue
| Defines an initial value for the variable.
InitialValue has one property,
value .
|
list
| Determines whether the variable is single-occurrence or multiple-occurrence variable. You can choose one of the following options:
|
val_type
| Defines the data type that the variable can store. Legal values are defined in the schema. Default is
xs:string .
|
value
| Defines the initial value.
|