3.1.4.7.2.2 BusinessRulesGetResponse

The BusinessRulesGetResponse response message returns a BusinessRules type that contains requested business rules or rule components.

The following is the XML schema definition of the BusinessRulesGetResponse message.

   <xs:element name="BusinessRulesGetResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q127="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="BusinessRuleSet" nillable="true" type="q127:BusinessRules"/>
         <xs:element xmlns:q128="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q128:OperationResult"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

BusinessRuleSet: Specifies a BusinessRules complex type.

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