2.2.4.30 ArrayOfGroup

The ArrayOfGroup complex type specifies a collection of Group complex types.

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

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

Group: Specifies the Group complex type.