Description
The node containing the data source mapping according to the current step.
Attributes
Name | Type | Use | Default | Description |
---|
dsName | string | required | | The name of the data source. |
rowId | string | required | | The row index of the step's data source. |
Used By
Source
<
xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataMappedItem">
<xs:annotation>
<xs:documentation>The node containing the data source mapping according to the current step.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="dsName" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the data source.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rowId" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The row index of the step's data source.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|