3.1.4.21.2.1 EntityMemberAnnotationsGetRequest

The EntityMemberAnnotationsGetRequest element specifies the details of what is requested.

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

   <xs:element name="EntityMemberAnnotationsGetRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q391="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="EntityId" nillable="true" type="q391:Identifier"/>
         <xs:element xmlns:q392="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="MemberId" nillable="true" type="q392:MemberIdentifier"/>
         <xs:element xmlns:q393="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ModelId" nillable="true" type="q393:Identifier"/>
         <xs:element xmlns:q394="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="VersionId" nillable="true" type="q394:Identifier"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

EntityId: Specifies the GUID or the exact name of an entity.

MemberId: Specifies the MemberIdentifier of the member whose annotations are requested.

ModelId: Specifies the GUID or the exact name of a model.

VersionId: Specifies the GUID or the exact name of a model version.