3.1.4.39.2.1 MetadataCloneRequest

The MetadataCloneRequest request element MUST include a Metadata complex type that contains objects to be applied to the MDS repository.

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

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

Metadata: Specifies a Metadata complex type.