2.2.4.24 ArrayOfEntityMemberType

The ArrayOfEntityMemberType complex type specifies a collection of EntityMemberType complex types.

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

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

EntityMemberType: Specifies the EntityMemberType complex type.