<?xml version='1.0' encoding='UTF-8'?> <!-- Schema file written by PDE --> <schema targetNamespace="net.sourceforge.phpeclipse.quantum.sql"> <annotation> <appInfo> <meta.schema plugin="net.sourceforge.phpeclipse.quantum.sql" id="metadata" name="Metadata"/> </appInfo> <documentation> This extension point allow other plug-ins to act on metadata information extracted by Quantum. For each registered extension, Quantum will add a menu entry in the context menu of the Bookmarks View. </documentation> </annotation> <element name="extension"> <complexType> <sequence> <element ref="metadataActor" 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="metadataActor"> <complexType> <attribute name="label" type="string"> <annotation> <documentation> The label of the metadataActor. Will be used to appear in the context menu. </documentation> </annotation> </attribute> <attribute name="class" type="string"> <annotation> <documentation> The class acting on the metadata. Will be supplied by the external plug-in, not by Quantum. </documentation> </annotation> </attribute> </complexType> </element> <annotation> <appInfo> <meta.section type="since"/> </appInfo> <documentation> 2.3 </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> <annotation> <appInfo> <meta.section type="copyright"/> </appInfo> <documentation> </documentation> </annotation> </schema>