blob: e838222d30bf98e502b403f5b66097c159e639fb [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.dltk.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.dltk.ui" id="completion" name="Script Completion stuff"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<element name="extension">
<annotation>
<appInfo>
<meta.element labelAttribute="name" />
</appInfo>
</annotation>
<complexType>
<choice minOccurs="1" maxOccurs="unbounded">
<element ref="proposalLabelProvider"/>
<element ref="proposalFactory"/>
</choice>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
The fully qualified identifier of the target extension point
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
The identifier of the extension instance, unique within the declaring plug-in (the plug-in&apos;s identifier will be prepended to form a platform-wide unique id)
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
The optional name of the extension instance
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="proposalLabelProvider">
<annotation>
<documentation>
A proposal computer contribution. If no partition types are specified, the computer is added to all partition types.
</documentation>
</annotation>
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
The name of the class that implements the contributed label provider. The
class must be public and extend
&lt;samp&gt;org.eclipse.dltk.ui.text.completion.CompletionProposalLabelProvider&lt;/samp&gt;
and must have a public 0-argument constructor.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.dltk.ui.text.completion.CompletionProposalLabelProvider:"/>
</appInfo>
</annotation>
</attribute>
<attribute name="nature" type="string" use="required">
<annotation>
<documentation>
DLTK Language Toolkit ID.
</documentation>
<appInfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.dltk.core.language/language/@nature"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="proposalFactory">
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.dltk.ui.text.completion.IScriptCompletionProposalFactory"/>
</appInfo>
</annotation>
</attribute>
<attribute name="nature" type="string" use="required">
<annotation>
<documentation>
DLTK Language Toolkit ID.
</documentation>
<appInfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.dltk.core.language/language/@nature"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
2.0
</documentation>
</annotation>
</schema>