Description

The node that includes information regarding the data mapping.

Diagram

DataMapping Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)Choice (Optional, unlimited elements allowed)DataMappedItem Element (Required, 1 element allowed)


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>