DataMappedItem Element
Description
The node containing the data source mapping according to the current step.
Namespace(none)
Diagram
DataMappedItem Element
Overview
DataMappedItem
The node containing the data source mapping according to the current step.
dsName requiredxs:string
The name of the data source.
rowId requiredxs:string
The row index of the step's data source.
Attributes
NameTypeUseDefaultFixedDescription
dsNamexs:stringrequired  The name of the data source.
rowIdxs:stringrequired  The row index of the step's data source.
Source
<xs:element name="DataMappedItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also