3.1.4.44.2.1 ModelMembersBulkDeleteRequest

The ModelMembersBulkDeleteRequest element MUST contain existing members from a single model to be deleted.

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

   <xs:element name="ModelMembersBulkDeleteRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q303="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ModelMembers" nillable="true" type="q303:ArrayOfEntityMembers"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

ModelMembers: Specifies the list of entity members and/or hierarchies that are associated with the model.