2.2.4.4 ArrayOfAttribute

The ArrayOfAttribute complex type specifies a collection of Attribute complex types.

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

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

Attribute: Specifies the Attribute complex type.