2.2.4.8 ArrayOfBRActionComponent

The ArrayOfBRActionComponent complex type specifies a collection of BRActionComponent complex types.

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

   <xs:complexType name="ArrayOfBRActionComponent">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="BRActionComponent" nillable="true" type="tns:BRActionComponent" />
     </xs:sequence>
   </xs:complexType>

BRActionComponent: Specifies the BRActionComponent complex type.