2.2.4.98 DataSourceFieldMapping

Applies to MDS 2012

The DataSourceFieldMapping complex type represents the field mapping for the data source.

The following is the XML schema definition of the DataSourceFieldMapping complex type.

 <xs:complexType name="DataSourceFieldMapping">
   <xs:sequence>
     <xs:element minOccurs="0" name="DomainId" type="xs:long" />
     <xs:element minOccurs="0" name="FieldName" nillable="true" type="xs:string" />
   </xs:sequence>
 </xs:complexType>

DomainId: Specifies the domain identifier.

FieldName: Specifies the field name.