TypeControl DataObject
TypeControl is used to specify the repository ID.
The TypeControl is an abstract data object. An application that calls the virtual member manager cannot include this control in the input data object.
The structure of a TypeControl data object consists of:
- repositoryId
- is used to specify the ID of the repository in the virtual member manager configuration XML file.
XML schema definition
The following is the XML schema
definition for the TypeControl DataObject:
<xsd:complexType name="TypeControl" abstract="true">
<xsd:complexContent>
<xsd:extension base="Control">
<xsd:attribute name="repositoryId" type="xsd:token"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>