2.2.4.90 BRPublishCriteria

The BRPublishCriteria complex type represents the criteria for the BusinessRulesPublish operation.

The following is the XML schema definition of the BRPublishCriteria complex type.

   <xs:complexType name="BRPublishCriteria">
     <xs:sequence>
       <xs:element xmlns:q434="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="EntityId" nillable="true" type="q434:Identifier">
         <xs:annotation>
           <xs:appinfo>
             <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
           </xs:appinfo>
         </xs:annotation>
       </xs:element>
       <xs:element xmlns:q435="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="MemberType" type="q435:BREntityMemberType" />
       <xs:element xmlns:q436="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ModelId" nillable="true" type="q436:Identifier">
         <xs:annotation>
           <xs:appinfo>
             <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
           </xs:appinfo>
         </xs:annotation>
       </xs:element>
     </xs:sequence>
   </xs:complexType>

EntityId: Specifies the entity identifier.

MemberType: Specifies the member type.

ModelId: Specifies the model identifier.