3.1.4.80.2.1 GetRootTypeDescriptorForParameter

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

 <xs:element name="GetRootTypeDescriptorForParameter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="parameterId" type="xs:unsignedInt"/>
       <xs:element xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="partitionId" type="ser:guid"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

parameterId: The MetadataObjectId of the Parameter.

partitionId: An empty GUID.