2.2.4.22 ArrayOfEntity

The ArrayOfEntity complex type specifies a collection of Entity complex types.

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

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

Entity: Specifies the Entity complex type.