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.

Icon that indicates the type of topic Concept topic

Terms and conditions for documentation | Feedback


Timestamp icon Last updated: March 30, 2016 13:35
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=vmm&topic=dataobjecttypecontrol
File name: dataobjecttypecontrol.html