2.2.4.129 MatchingCriterion

Applies to MDS 2012

The MatchingCriterion complex type represents the criteria for matching.

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

 <xs:complexType name="MatchingCriterion">
   <xs:sequence>
     <xs:element xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="Mappings" nillable="true" type="q999:ArrayOfDataSourceFieldMapping" />
   </xs:sequence>
 </xs:complexType>

Mappings: Specifies the list of the field mappings.