blob: d89a52e8f956027b0395c5c56660f0f4e0dc6248 [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="activitiesProvider" name="Activity 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="Activity"/>
</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="Activity">
<complexType>
<sequence>
<element ref="Description"/>
<element ref="Predicate" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
Technical id of the activity
</documentation>
</annotation>
</attribute>
<attribute name="sectionId" type="string" use="required">
<annotation>
<documentation>
The ID of the contributed section.
</documentation>
<appInfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.amalgam.explorer.activity.pagesProvider/Page/Section/@id"/>
</appInfo>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
The name of the Activity
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string">
<annotation>
<documentation>
Your Activty class.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.ui.forms.events.IHyperlinkListener"/>
</appInfo>
</annotation>
</attribute>
<attribute name="image" type="string">
<annotation>
<documentation>
The image that appears in the link
</documentation>
<appInfo>
<meta.attribute kind="resource"/>
</appInfo>
</annotation>
</attribute>
<attribute name="index" type="string" use="required">
<annotation>
<documentation>
Index of the activity in the section.
Should be a &lt;b&gt;Number&lt;/b&gt;
</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>