2.2.4.88 BRItem

The BRItem complex type specifies a logical part of a complete business rule.

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

   <xs:complexType name="BRItem">
     <xs:sequence>
       <xs:element xmlns:q360="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="AuditInfo" nillable="true" type="q360:AuditInfo" />
       <xs:element xmlns:q361="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="BusinessRuleId" nillable="true" type="q361:MemberTypeContextIdentifier">
         <xs:annotation>
           <xs:appinfo>
             <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
           </xs:appinfo>
         </xs:annotation>
       </xs:element>
       <xs:element xmlns:q362="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="Identifier" nillable="true" type="q362: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:q363="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="Operator" type="q363:BRItemType" />
       <xs:element xmlns:q364="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="PostfixArguments" nillable="true" type="q364:ArrayOfanyType">
         <xs:annotation>
           <xs:appinfo>
             <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
           </xs:appinfo>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="Sequence" type="xs:int" />
       <xs:element minOccurs="0" name="Text" nillable="true" type="xs:string" />
     </xs:sequence>
   </xs:complexType>

AuditInfo: Specifies the AuditInfo complex type.

BusinessRuleId: Specifies the MemberTypeContextIdentifier complex type.

Identifier: Specifies the Identifier complex type.

Operator: Specifies the BRItemType simple type.

PostfixArguments: Specifies an ArrayOfanyType.

Sequence: Specifies an integer value that represents the order in which business rule items are displayed and evaluated.

Text: Specifies the text describing the business rule item.