2.2.4.11 ArrayOfBRCondition

The ArrayOfBRCondition complex type specifies a collection of BRCondition complex types.

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

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

BRCondition: Specifies the BRCondition complex type.