blob: 008f8d5512ca7fce421e16a6f6fc34e96cbf1fb0 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.platform.discovery.integration" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.platform.discovery.integration" id="org.eclipse.platform.discovery.integration.searchfavorites" name="Search Favorites XP"/>
</appInfo>
<documentation>
Extension point for customizing the search favorites view
</documentation>
</annotation>
<element name="extension">
<annotation>
<appInfo>
<meta.element />
</appInfo>
</annotation>
<complexType>
<sequence>
<element ref="slavecontroller" minOccurs="0" maxOccurs="unbounded"/>
<element ref="viewcustomization" minOccurs="0" 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>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="slavecontroller">
<annotation>
<documentation>
Contribution of &quot;slave&quot; controllers to the search favorites master controller
</documentation>
</annotation>
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
Unique ID of the slave controller
</documentation>
</annotation>
</attribute>
<attribute name="implclass" type="string" use="required">
<annotation>
<documentation>
Unique ID of the slave controller
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.platform.discovery.core.api.ISearchFavoritesSlaveController"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="viewcustomization">
<annotation>
<documentation>
View customization for the search favorites view. Do note that the search favorites will only accept and display objects for which view customizations exist.
Check org.eclipse.platform.discovery.ui.api.ISearchFavoritesViewCustomization.itemsFor(Object) javadoc for details
</documentation>
</annotation>
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
Unique ID of the contribution
</documentation>
</annotation>
</attribute>
<attribute name="customizationimpl" type="string" use="required">
<annotation>
<documentation>
Implementation of the view customization
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.platform.discovery.ui.api.ISearchFavoritesViewCustomization"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
[Enter the first release in which this extension point appears.]
</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>
</schema>