PropertyExtensionDataTypeControl DataObject
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:
XML schema definition
The following is the XML schema
definition for the PropertyExtensionTypeControl DataObject:
<xsd:complexType name="PropertyExtensionDataTypeControl">
<xsd:complexContent>
<xsd:extension base="Control">
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Sample data object
The following is a sample DataTypeControl
data object that is used in the getSchema operation to request the supported
data types of the repository LDAP1:
<wim:controls xsi:type="wim:PropertyExtensionDataTypeControl"/>