blob: 460ec2922c4177d095a17e9acd587200a94b074c [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.ui.views.properties.tabbed">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.ui.views.properties.tabbed" id="propertyTabs" name="Property Tabs"/>
</appInfo>
<documentation>
Describes a list of tabs that will be contributed to the tabbed property sheet page.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<element ref="propertyTabs"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
a fully qualified identifier of the target extension point
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
an optional identifier of the extension instance
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
an optional name of the extension instance
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="propertyTabs">
<complexType>
<sequence>
<element ref="propertyTab" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="contributorId" type="string" use="required">
<annotation>
<documentation>
The unique identifier of the property sheet page contributor.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="propertyTab">
<complexType>
<attribute name="label" type="string" use="required">
<annotation>
<documentation>
The label to be displayed on the tab.
</documentation>
</annotation>
</attribute>
<attribute name="category" type="string" use="required">
<annotation>
<documentation>
The category used to group tabs.
</documentation>
</annotation>
</attribute>
<attribute name="afterTab" type="string">
<annotation>
<documentation>
When there is more than one tab in a category, tabs are sorted by the afterTab attribute.
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
The unique id for the tab.
</documentation>
</annotation>
</attribute>
<attribute name="indented" type="boolean">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="image" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute kind="resource"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
&lt;pre&gt;
&lt;extension
point=&quot;org.eclipse.ui.views.properties.tabbed.propertyTabs&quot;&gt;
&lt;propertyTabs contributorId=&quot;org.eclipse.ui.tests.views.properties.tabbed.views.TestsView&quot;&gt;
&lt;propertyTab
category=&quot;first&quot;
id=&quot;propertyTab1&quot;
label=&quot;Name&quot;&gt;
&lt;/propertyTab&gt;
&lt;propertyTab
afterTab=&quot;propertyTab1&quot;
category=&quot;first&quot;
id=&quot;propertyTab2&quot;
label=&quot;Project&quot;&gt;
&lt;/propertyTab&gt;
&lt;propertyTab
category=&quot;second&quot;
id=&quot;propertyTab8&quot;
label=&quot;Message&quot;&gt;
&lt;/propertyTab&gt;
&lt;/propertyTabs&gt;
&lt;/extension&gt;
&lt;/pre&gt;
</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>
Copyright (c) 2005, 2006 IBM Corporation and others.&lt;br&gt;
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at &lt;a
href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
</documentation>
</annotation>
</schema>