DataMapping Element
Description
The node that includes information regarding the data mapping.
Namespace(none)
Diagram
DataMappedItem ElementChoiceSequenceDataMapping Element
Overview
DataMapping
The node that includes information regarding the data mapping.
Sequence
Choice 0..∞
DataMappedItem
The node containing the data source mapping according to the current step.
Source
<xs:element name="DataMapping" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The node that includes information regarding the data mapping.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="DataMappedItem"   />
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also