3.1.4.9.2.1 BusinessRulesPublishRequest

The BusinessRulesPublishRequest element can include a BRPublishCriteria to limit which business rules are published. Otherwise, all business rules for all models, entities, and member types are published.

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

 <xs:element name="BusinessRulesPublishRequest>
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:q433="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="BRPublishCriteria" nillable="true" type="q433:BRPublishCriteria" />
     </xs:sequence>
   </xs:complexType>
</xs:element>

BRPublishCriteria: Specifies the scope of rules to be published.