blob: 4ca01fc5cd4b3fae5f0bec9316629574b5d7587e [file] [log] [blame]
<?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 &lt;code&gt;org.eclipse.datatools.sqltools.sql.ui.INodesImageHandler&lt;/code&gt; 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>
&lt;p&gt;&lt;pre&gt;
&lt;extension
point=&quot;org.eclipse.datatools.sqltools.sql.ui.sqlNodesImage&quot;&gt;
&lt;dbConfiguration
product=&quot;Sybase Adaptive Server Enterprise&quot;
version=&quot;12.5.x&quot;
configurationClass=&quot;com.sybase.stf.dmp.ase.ASEUIConfiguration&quot;
&gt;
&lt;/dbConfiguration&gt;
&lt;/extension&gt;
&lt;/pre&gt;&lt;/p&gt;
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>