2.2.4.80 BRConditionComponent

The BRConditionComponent complex type specifies condition components of business rules. BRConditionComponent extends the BRItemTypeComponent complex type.

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

   <xs:complexType name="BRConditionComponent">
     <xs:complexContent mixed="false">
       <xs:extension base="tns:BRItemTypeComponent">
         <xs:sequence />
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>