Description
The node that includes information regarding the data mapping.
Diagram
Children
Used By
Source
<
xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataMapping">
<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>
|