<!ELEMENT extension (connection)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT connection (property*)>
<!ATTLIST connection
jarList CDATA #IMPLIED
connectionProfileName CDATA #REQUIRED
connectionProfileID CDATA #REQUIRED
driverDefinitionName CDATA #REQUIRED
driverTemplateID CDATA #REQUIRED
connectionInitializer CDATA #REQUIRED
><!ELEMENT property EMPTY>
<!ATTLIST property
id CDATA #REQUIRED
value CDATA #REQUIRED
>Collection of properties for specifying the properties needed by the driver template. If a property value requires the location of a plugin's state location, enter the value as follows: value="Plugin_State_Location/sample_value"> Plugin_State_Location will be substituted with the declaring extension's state location.
Copyright (c) 2008 IBM Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/.