2.2.4.149 NumericByPercentageMatchingCriterion

Applies to MDS 2012

The NumericByPercentageMatchingCriterion complex type represents the criteria for matching numeric by percentage.

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

 <xs:complexType name="NumericByPercentageMatchingCriterion">
   <xs:complexContent mixed="false">
     <xs:extension xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" base="q999:SimilarMatchingCriterion">
       <xs:sequence>
         <xs:element minOccurs="0" name="Percentage" type="xs:double" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Percentage: Specifies the percentage.