2.2.4.99 DateMatchingCriterion

Applies to MDS 2012

The DateMatchingCriterion complex type represents the criteria for date matching.

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

 <xs:complexType name="DateMatchingCriterion">
   <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="DaysDifference" type="xs:int" />
         <xs:element minOccurs="0" name="MonthsDifference" type="xs:int" />
         <xs:element minOccurs="0" name="YearsDifference" type="xs:int" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

DaysDifference: Specifies the difference in days.

MonthsDifference: Specifies the difference in months.

YearsDifference: Specifies the difference in years.