blob: 725dfbf19f1c05f59a35bf08bfe28ff51e4c7ea8 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.m2m.qvt.oml.editor.ui">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.m2m.qvt.oml.editor.ui" id="codeCompletionCollectors" name="%codeCompletionCollectors"/>
</appInfo>
<documentation>
This extension point allows a plug-in to register classes which can participate in
collecting completion proposals in OML QVT editor.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref="category"/>
</sequence>
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref="collector"/>
</sequence>
</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="collector">
<complexType>
<attribute name="category" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
a fully qualified name of a class that implements
&lt;code&gt;org.eclipse.m2m.qvt.oml.editor.ui.completion.ICollector&lt;/code&gt;
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.m2m.qvt.oml.editor.ui.completion.ICollector"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="category">
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="label" type="string" use="required">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
<attribute name="priority" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
</documentation>
</annotation>
</schema>