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:
<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>