3.1.4.7.2.1 GetObjectSchema

The GetObjectSchema element specifies the input data for the GetObjectSchema WSDL operation.

 <xs:element name="GetObjectSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="parameter" type="tns2:CommandParameter"/>
       <xs:element minOccurs="0" maxOccurs="1" name="requestContext" type="tns2:RequestContext"/>
       <xs:element minOccurs="0" maxOccurs="1" name="source" type="xs:string"/>
       <xs:element xmlns:q2="http://microsoft.com/wsdl/types/" minOccurs="1" maxOccurs="1" name="userCookieId" type="q2:guid"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

parameter: A CommandParameter, as specified by section 2.2.4.3. The parameter element MUST be present.

requestContext: A RequestContext (section 2.2.4.27) that specifies information necessary for the protocol server to uniquely identify the database application. MUST be present.

source: A string ([XMLSCHEMA2] section 3.2.1) that specifies the Source (section 3.1.1.1) for which metadata is to be retrieved. The Source element MUST be present.

userCookieId: A guid (section 2.2.5.8) that specifies an identifier for the operation. SHOULD be ignored by the protocol server.