2.2.4.71 BRActionComponent

The BRActionComponent complex type specifies the action components of business rules. BRActionComponent extends the BRItemTypeComponent complex type.

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

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