3.1.4.42.2.2 MetadataGetResponse

The MetadataGetResponse response element includes a Metadata type as a container for any requested metadata information.

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

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

Metadata: Specifies a Metadata complex type.

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