3.1.4.40.2.2 MetadataCreateResponse

The MetadataCreateResponse response element echoes the created metadata objects in a Metadata complex type if requested.

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

   <xs:element name="MetadataCreateResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q494="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="MetadataCreated" nillable="true" type="q494:Metadata"/>
         <xs:element xmlns:q495="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q495:OperationResult"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

MetadataCreated: Specifies a Metadata complex type that contains the objects that are created, including their assigned GUIDs.

OperationResult: Specifies the list of errors that is returned if the operation fails.