2.2.4.41 ArrayOfMemberKey

The ArrayOfMemberKey complex type specifies a collection of MemberKey complex types.

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

   <xs:complexType name="ArrayOfMemberKey">
     <xs:sequence>
       <xs:element xmlns:q412="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" maxOccurs="unbounded" name="MemberKey" nillable="true" type="q412:MemberKey" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
     </xs:sequence>
   </xs:complexType>

MemberKey: Specifies the MemberKey complex type.