2.2.4.9 ArrayOfBRActionGroup

The ArrayOfBRActionGroup complex type specifies a collection of BRActionGroup complex types.

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

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

BRActionGroup: Specifies the BRActionGroup complex type.