blob: 2d6abf894672345fdbe062f63b045dd461a9a5ce [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.platform.discovery.runtime" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.platform.discovery.runtime" id="org.eclipse.platform.discovery.runtime.searchsubdestinations" name="Search subdestinations XP"/>
</appInfo>
<documentation>
Search subdestinations can be contributed via this extension point
</documentation>
</annotation>
<element name="extension">
<annotation>
<appInfo>
<meta.element />
</appInfo>
</annotation>
<complexType>
<sequence>
<element ref="subdestination"/>
</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="subdestination">
<complexType>
<sequence minOccurs="0" maxOccurs="1">
<element ref="conflict" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
Search subdestination id
</documentation>
</annotation>
</attribute>
<attribute name="displayname" type="string" use="required">
<annotation>
<documentation>
The search subdestination display name
</documentation>
</annotation>
</attribute>
<attribute name="objecttypeid" type="string" use="required">
<annotation>
<documentation>
the object type ID for which this subdestination is relevant
</documentation>
</annotation>
</attribute>
<attribute name="categoryid" type="string" use="required">
<annotation>
<documentation>
The category ID this search subdestination is relevant for
</documentation>
</annotation>
</attribute>
<attribute name="defaultSelected" type="boolean">
<annotation>
<documentation>
&quot;true&quot; in case the subdestination is to be selected by default, &quot;false&quot; otherwise. In case this attribute is not specified, the default value is &quot;true&quot;
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="conflict">
<annotation>
<documentation>
Subdestinations may conflict each other and therefore cannot be selected at the same time. This element provides a list of IDs which this subdestination conflicts with
</documentation>
</annotation>
<complexType>
<attribute name="conflictingSubdID" type="string">
<annotation>
<documentation>
The ID of the conflicting subdestination
</documentation>
</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>