3.1.4.21.2.2 EntityMemberAnnotationsGetResponse

The EntityMemberAnnotationsGetResponse element holds the details of the response.

The following is the XML schema definition of the EntityMemberAnnotationsGetResponse element.

   <xs:element name="EntityMemberAnnotationsGetResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q395="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="Annotations" nillable="true" type="q395:ArrayOfAnnotation"/>
         <xs:element xmlns:q396="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="EntityId" nillable="true" type="q396:Identifier"/>
         <xs:element xmlns:q397="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="MemberId" nillable="true" type="q397:MemberIdentifier"/>
         <xs:element xmlns:q398="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ModelId" nillable="true" type="q398:Identifier"/>
         <xs:element xmlns:q399="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q399:OperationResult"/>
         <xs:element xmlns:q400="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="VersionId" nillable="true" type="q400:Identifier"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

Annotations: Specifies an array of annotations.

EntityId: Specifies the GUID of the entity.

MemberId: Specifies the MemberIdentifier of the member whose annotations were retrieved.

ModelId: Specifies the GUID of the model.

OperationResult: Specifies the list of errors that is returned if the operation fails.

VersionId: Specifies the GUID of the model version.