2.2.4.7 ArrayOfBRAction

The ArrayOfBRAction complex type specifies a collection of BRAction complex types.

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

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

BRAction: Specifies the BRAction complex type.