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>

Sample data object

TypeControl DataObject is abstract and is not directly used in the data object.


Terms of use | Feedback

http://publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/com.ibm.websphere.wim.doc/dataobjecttypecontrol.html