| <?xml version='1.0' encoding='UTF-8'?> |
| <!-- Schema file written by PDE --> |
| <schema targetNamespace="org.eclipse.datatools.sqltools.sql.ui" xmlns="http://www.w3.org/2001/XMLSchema"> |
| <annotation> |
| <appinfo> |
| <meta.schema plugin="org.eclipse.datatools.sqltools.sql.ui" id="sqlNodesImage" name="SQL Nodes Image Support"/> |
| </appinfo> |
| <documentation> |
| This extension point provides support for SQL Nodes Image. |
| </documentation> |
| </annotation> |
| |
| <element name="extension"> |
| <annotation> |
| <appinfo> |
| <meta.element /> |
| </appinfo> |
| </annotation> |
| <complexType> |
| <sequence> |
| <element ref="nodeImage" minOccurs="1" maxOccurs="unbounded"/> |
| </sequence> |
| <attribute name="point" type="string" use="required"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="id" type="string"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="name" type="string"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="nodeImage"> |
| <complexType> |
| <attribute name="imageHandler" type="string" use="required"> |
| <annotation> |
| <documentation> |
| a fully qualified name of the Java class of the type <code>org.eclipse.datatools.sqltools.sql.ui.INodesImageHandler</code> which will be responsible for providing database specific classes. |
| </documentation> |
| <appinfo> |
| <meta.attribute kind="java" basedOn=":org.eclipse.datatools.sqltools.sql.ui.INodesImageHandler"/> |
| </appinfo> |
| </annotation> |
| </attribute> |
| <attribute name="nodeClazzName" type="string" use="required"> |
| <annotation> |
| <documentation> |
| the name of node class |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="description" type="string"> |
| <annotation> |
| <documentation> |
| optional description |
| </documentation> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <annotation> |
| <appinfo> |
| <meta.section type="since"/> |
| </appinfo> |
| <documentation> |
| [Enter the first release in which this extension point appears.] |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appinfo> |
| <meta.section type="examples"/> |
| </appinfo> |
| <documentation> |
| <p><pre> |
| <extension |
| point="org.eclipse.datatools.sqltools.sql.ui.sqlNodesImage"> |
| <dbConfiguration |
| product="Sybase Adaptive Server Enterprise" |
| version="12.5.x" |
| configurationClass="com.sybase.stf.dmp.ase.ASEUIConfiguration" |
| > |
| </dbConfiguration> |
| </extension> |
| </pre></p> |
| Contributes an ASE extenstion to the UI Configuration. |
| </documentation> |
| </annotation> |
| |
| |
| <annotation> |
| <appinfo> |
| <meta.section type="implementation"/> |
| </appinfo> |
| <documentation> |
| [Enter information about supplied implementation of this extension point.] |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appinfo> |
| <meta.section type="copyright"/> |
| </appinfo> |
| <documentation> |
| Copyright (c) 2008 Sybase, Inc. |
| 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/ |
| Contributors: |
| Sybase, Inc. - initial API and implementation |
| </documentation> |
| </annotation> |
| |
| </schema> |