3.1.4.43.2.1 GetDefaultValuesForTypeDescriptor

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

 <xs:element name="GetDefaultValuesForTypeDescriptor" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="typeDescriptorId" 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>

typeDescriptorId: The MetadataObjectId for the TypeDescriptor.

partitionId: An empty GUID.