3.1.4.76.2.1 ValidationProcessRequest

The ValidationProcessRequest element specifies the validation process criteria and options.

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

   <xs:element name="ValidationProcessRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q369="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ValidationProcessCriteria" nillable="true" type="q369:ValidationProcessCriteria"/>
         <xs:element xmlns:q370="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ValidationProcessOptions" nillable="true" type="q370:ValidationProcessOptions"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

ValidationProcessCriteria: Specifies the ValidationProcessCriteria complex type.

ValidationProcessOptions: Specifies the ValidationProcessOptions complex type.