blob: 72594531ce7bf6b3c385f6af75368a25996edbdc [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.amalgam.explorer.activity" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.amalgam.explorer.activity" id="sectionsProvider" name="Section Contribution Provider"/>
</appInfo>
<documentation>
[Enter description of this extension point.]
</documentation>
</annotation>
<include schemaLocation="pagesProvider.exsd"/>
<element name="extension">
<annotation>
<appInfo>
<meta.element />
</appInfo>
</annotation>
<complexType>
<sequence minOccurs="1" maxOccurs="unbounded">
<element ref="Section"/>
</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="Section">
<complexType>
<sequence>
<element ref="Description"/>
<element ref="Activity" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
Technical id of the section
</documentation>
</annotation>
</attribute>
<attribute name="pageId" type="string" use="required">
<annotation>
<documentation>
The ID of the contributed page.
</documentation>
<appInfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.amalgam.explorer.activity.pagesProvider/Page/@id"/>
</appInfo>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
The name of the Section
</documentation>
</annotation>
</attribute>
<attribute name="index" type="string" use="required">
<annotation>
<documentation>
Index of the section in the page.
Should be a &lt;b&gt;Number&lt;/b&gt;
</documentation>
</annotation>
</attribute>
<attribute name="filtering" type="boolean" use="default" value="true">
<annotation>
<documentation>
Define if your section should have a filtering action.
</documentation>
</annotation>
</attribute>
<attribute name="expanded" type="boolean" use="default" value="true">
<annotation>
<documentation>
Define if the section should be expanded or not.
</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>