2.2.4.6 ArrayOfAttributeGroup

The ArrayOfAttributeGroup complex type specifies a collection of AttributeGroup complex types.

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

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

AttributeGroup: Specifies the AttributeGroup complex type.