2.2.4.133 MemberAttributeIdentifier

Applies to MDS 2012

The MemberAttributeIdentifier complex type specifies the attribute that identifies errors in EntityMember operations and is used where the Identifier complex type is used. The MemberAttributeIdentifier is a known identifier type.

This complex type is an extension of the base type MemberTypeContextIdentifier.

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

   <xs:complexType name="MemberAttributeIdentifier">
     <xs:complexContent mixed="false">
       <xs:extension xmlns:q13="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" base="q13:MemberTypeContextIdentifier">
         <xs:sequence>
           <xs:element minOccurs="0" name="MemberId" nillable="true" type="q13:MemberIdentifier">
             <xs:annotation>
               <xs:appinfo>
                 <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
               </xs:appinfo>
             </xs:annotation>
           </xs:element>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>

MemberId: Specifies the attribute that caused the current issue in a MDS member that is passed in the request.