3.1.4.40.2.1 MetadataCreateRequest

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

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

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

Metadata: Specifies a Metadata complex type.

ReturnCreatedIdentifiers: Specifies a Boolean that, when set to true, populates the MetadataCreate property in the response message.