2.2.4.191 ValidationSummaryItem

The ValidationSummaryItem complex type represents the summary information related to the data that was validated.

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

 <xs:complexType name="ValidationSummaryItem">
   <xs:complexContent mixed="false">
     <xs:extension xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" base="q999:DataContractBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="MemberCount" type="xs:int" />
         <xs:element minOccurs="0" name="Status" type="q999:ValidationStatus" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

MemberCount: Specifies the count of members with the particular validation status.

Status: Specifies the status associated with the count.