blob: 2adf9260dc94268af8c6d0a4238709d3c9787f70 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.datatools.sqltools.result.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.datatools.sqltools.result.ui" id="externalResultSetViewer" name="External Viewer for ResultSets"/>
</appInfo>
<documentation>
Enables extensions to add alternate viewer for the result sets
</documentation>
</annotation>
<element name="extension">
<annotation>
<appInfo>
<meta.element />
</appInfo>
</annotation>
<complexType>
<sequence minOccurs="1" maxOccurs="unbounded">
<element ref="externalViewer"/>
</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>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="externalViewer">
<complexType>
<attribute name="vendor" type="string">
<annotation>
<documentation>
Database vendor name
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
Extension must extend this class and override configureTableViewer().
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.datatools.sqltools.result.ui.ExternalResultSetViewerProvider:"/>
</appInfo>
</annotation>
</attribute>
<attribute name="default_viewer_name" type="string" use="default" value="Default Result Set Viewer">
<annotation>
<documentation>
The name of the result set viewer to be used by the SQL Results Viewer if more than one exists.
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
The id of the viewer. This string will appear in the result set viewer preference page.
</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>
[Enter extension point usage example here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
[Enter API information here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
[Enter information about supplied implementation of this extension point.]
</documentation>
</annotation>
</schema>