3.1.4.8.2.1 BusinessRulesPaletteGetRequest

The BusinessRulesPaletteGetRequest request element MUST include a MemberType input. The allowable business rule components can be limited based on the member type that is specified.

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

 <xs:element name="BusinessRulesPaletteGetRequest">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:q316="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="MemberType" type="q316:BREntityMemberType" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

MemberType: Specifies a BREntityMemberType simple type.