2.2.4.42 ArrayOfMemberSourceTarget

The ArrayOfMemberSourceTarget complex type specifies a collection of MemberSourceTarget complex types.

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

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

MemberSourceTarget: Specifies the MemberSourceTarget complex type.