2007-02-21 09:56:10 +00:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<!-- Schema file written by PDE -->
|
2013-09-12 20:20:28 -04:00
|
|
|
<schema targetNamespace="org.eclipse.cdt.ui" xmlns="http://www.w3.org/2001/XMLSchema">
|
2007-02-21 09:56:10 +00:00
|
|
|
<annotation>
|
|
|
|
<appInfo>
|
|
|
|
<meta.schema plugin="org.eclipse.cdt.ui" id="IndexerPage" name="Indexer Page"/>
|
|
|
|
</appInfo>
|
|
|
|
<documentation>
|
2013-09-12 20:20:28 -04:00
|
|
|
|
2007-02-21 09:56:10 +00:00
|
|
|
</documentation>
|
|
|
|
</annotation>
|
|
|
|
<element name="extension">
|
2013-09-12 20:20:28 -04:00
|
|
|
<annotation>
|
|
|
|
<appInfo>
|
|
|
|
<meta.element />
|
|
|
|
</appInfo>
|
|
|
|
</annotation>
|
2007-02-21 09:56:10 +00:00
|
|
|
<complexType>
|
|
|
|
<sequence>
|
|
|
|
<element ref="indexerUI" 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="indexerUI">
|
|
|
|
<complexType>
|
|
|
|
<attribute name="id" type="string" use="required">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
2013-09-12 20:20:28 -04:00
|
|
|
A unique id for this indexer page.
|
2007-02-21 09:56:10 +00:00
|
|
|
</documentation>
|
2013-09-12 20:20:28 -04:00
|
|
|
<appInfo>
|
|
|
|
<meta.attribute kind="identifier"/>
|
|
|
|
</appInfo>
|
2007-02-21 09:56:10 +00:00
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="name" type="string" use="required">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
2013-09-12 20:20:28 -04:00
|
|
|
A name for this page to be used in the UI.
|
2007-02-21 09:56:10 +00:00
|
|
|
</documentation>
|
2013-09-12 20:20:28 -04:00
|
|
|
<appInfo>
|
|
|
|
<meta.attribute translatable="true"/>
|
|
|
|
</appInfo>
|
2007-02-21 09:56:10 +00:00
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="indexerID" type="string" use="required">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
2013-09-12 20:20:28 -04:00
|
|
|
The unique id of the indexer that this UI is associated with.
|
2007-02-21 09:56:10 +00:00
|
|
|
</documentation>
|
2013-09-12 20:20:28 -04:00
|
|
|
<appInfo>
|
|
|
|
<meta.attribute kind="identifier"/>
|
|
|
|
</appInfo>
|
2007-02-21 09:56:10 +00:00
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="class" type="string" use="required">
|
|
|
|
<annotation>
|
|
|
|
<documentation>
|
2013-09-12 20:20:28 -04:00
|
|
|
A class that extends <code>org.eclipse.cdt.ui.dialogs.AbstractIndexerPage</code>.
|
2007-02-21 09:56:10 +00:00
|
|
|
</documentation>
|
|
|
|
<appInfo>
|
|
|
|
<meta.attribute kind="java" basedOn="org.eclipse.cdt.ui.dialogs.AbstractIndexerPage"/>
|
|
|
|
</appInfo>
|
|
|
|
</annotation>
|
|
|
|
</attribute>
|
|
|
|
</complexType>
|
|
|
|
</element>
|
|
|
|
</schema>
|