2.2.4.19 ArrayOfDataSourceFieldMapping

Applies to MDS 2012

The ArrayOfDataSourceFieldMapping complex type specifies a collection of DataSourceFieldMapping complex types.

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

   <xs:complexType name="ArrayOfDataSourceFieldMapping">
     <xs:sequence>
       <xs:element xmlns:q156="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" maxOccurs="unbounded" name="DataSourceFieldMapping" nillable="true" type="q156:DataSourceFieldMapping" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
     </xs:sequence>
   </xs:complexType>

DataSourceFieldMapping: Specifies the DataSourceFieldMapping complex type.