3.1.4.84.2.1 GetTypeDescriptorsByNameAndLevelForParameter

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

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

name: The name of the TypeDescriptors that are retrieved.

parameterId: The MetadataObjectId of the Parameter.

level: The level of the TypeDescriptors that are retrieved. <93>

partitionId: An empty GUID.