2.2.4.10 ArrayOfBRAttributeTypeInfo

The ArrayOfBRAttributeTypeInfo complex type specifies a collection of BRAttributeTypeInfo complex types.

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

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

BRAttributeTypeInfo: Specifies the BRAttributeTypeInfo complex type.