2.2.4.40 ArrayOfMemberIdentifier

The ArrayOfMemberIdentifier complex type specifies a collection of MemberIdentifier complex types.

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

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

MemberIdentifier: Specifies the MemberIdentifier complex type.