3.1.4.75.2.2 ValidationGetResponse

The ValidationGetResponse element holds the response values for the ValidationGetRequest.

The following is the XML schema definition of the ValidationGetResponse element.

   <xs:element name="ValidationGetResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element minOccurs="0" name="IsRunning" type="xs:boolean"/>
         <xs:element xmlns:q358="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q358:OperationResult"/>
         <xs:element xmlns:q359="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="SummaryItems" nillable="true" type="q359:ArrayOfValidationSummaryItem"/>
         <xs:element minOccurs="0" name="TotalIssueCount" type="xs:int"/>
         <xs:element xmlns:q360="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ValidationIssueList" nillable="true" type="q360:ArrayOfValidationIssue"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

IsRunning: Specifies whether validation is running for this particular criteria.

OperationResult: Specifies the list of errors that is returned if the operation fails.

SummaryItems: Specifies the summary information related to the data that was validated. This element summarizes and counts the information per validation status.

ValidationIssueList: Specifies the list of issues that are to be corrected.