3.1.4.43.2.1 MetadataUpdateRequest

The MetadataUpdateRequest request element MUST include a Metadata complex type that contains objects to be updated in the MDS repository.

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

   <xs:element name="MetadataUpdateRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q509="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="Metadata" nillable="true" type="q509:Metadata"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

Metadata: Specifies a Metadata complex type.