PropertyExtensionDataTypeControl is used to get the supported data types of the virtual member manager property extension repository.
The PropertyExtensionDataTypeControl is extended from Control and is used in the input data object of the getSchema method of SchemaService.
The structure of a PropertyExtensionDataTypeControl data object consists of:
<xsd:complexType name="PropertyExtensionDataTypeControl"> <xsd:complexContent> <xsd:extension base="Control"> </xsd:extension> </xsd:complexContent> </xsd:complexType>
<wim:controls xsi:type="wim:PropertyExtensionDataTypeControl"/>