2.2.4.37 ArrayOfMatchingCriterion

Applies to MDS 2012

The ArrayOfMatchingCriterion complex type specifies a collection of MatchingCriterion complex types.

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

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

MatchingCriterion: Specifies the MatchingCriterion complex type.