3.1.4.76.2.2 ValidationProcessResponse

The ValidationProcessResponse element holds the response values back from the validation process.

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

   <xs:element name="ValidationProcessResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q375="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q375:OperationResult"/>
         <xs:element xmlns:q376="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ValidationIssueList" nillable="true" type="q376:ArrayOfValidationIssue"/>
         <xs:element xmlns:q377="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ValidationProcessResult" nillable="true" type="q377:ValidationProcessResult"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

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

ValidationIssueList: Specifies the list of validation issues returned.

ValidationProcessResult: Specifies the ValidationProcessResult complex type.