1 <?xml version='1.0' encoding='UTF-8'?>
\r
2 <!-- Schema file written by PDE -->
\r
3 <schema targetNamespace="net.sourceforge.phpeclipse.quantum.sql">
\r
6 <meta.schema plugin="net.sourceforge.phpeclipse.quantum.sql" id="data" name="Data"/>
\r
9 This extension point allow other plug-ins to act on data information extracted by Quantum.
10 For each registered extension, Quantum will add a menu entry in the context menu of the Table View.
\r
14 <element name="extension">
\r
17 <element ref="dataActor" minOccurs="1" maxOccurs="unbounded"/>
\r
19 <attribute name="point" type="string" use="required">
\r
26 <attribute name="id" type="string">
\r
33 <attribute name="name" type="string">
\r
43 <element name="dataActor">
\r
45 <attribute name="label" type="string">
\r
48 The label of the dataActor. Will be used to appear in the context menu.
\r
52 <attribute name="class" type="string">
\r
55 The class acting on the data. Will be supplied by the external plug-in, not by Quantum.
\r
64 <meta.section type="since"/>
\r
73 <meta.section type="examples"/>
\r
76 [Enter extension point usage example here.]
\r
82 <meta.section type="apiInfo"/>
\r
85 [Enter API information here.]
\r
91 <meta.section type="implementation"/>
\r
94 [Enter information about supplied implementation of this extension point.]
\r
100 <meta.section type="copyright"/>
\r