blob: ee8dc6083a7fdb3a27c2be3a84e0b247343c4703 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.jwt.we" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.eclipse.jwt.we" id="sheet" name="Editor sheet for JWT WE"/>
</appinfo>
<documentation>
This extension point allows to add additional editor sheets (in the form of SWT Controls or IEditorParts) to the JWT-WE Multipart Editor.
The sheets must be provided by an IWEExternalSheetprovider.
</documentation>
</annotation>
<element name="extension">
<annotation>
<appinfo>
<meta.element />
</appinfo>
<documentation>
Add custom editor sheets to the JWT Workflow Editor.
</documentation>
</annotation>
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref="sheet"/>
</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="sheet">
<annotation>
<documentation>
An extension to add custom editor sheets to the JWT Workflow Editor.
</documentation>
</annotation>
<complexType>
<attribute name="title" type="string" use="required">
<annotation>
<documentation>
The displayed title of the editor sheet.
</documentation>
<appinfo>
<meta.attribute translatable="true"/>
</appinfo>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
The java class (implementing org.eclipse.jwt.we.editors.pages.externalSheet.IWEExternalSheetProvider)
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn=":org.eclipse.jwt.we.editors.pages.externalSheet.IWEExternalSheetProvider"/>
</appinfo>
</annotation>
</attribute>
<attribute name="closable" type="boolean" use="required">
<annotation>
<documentation>
If set to true, the sheet can be closed.
</documentation>
</annotation>
</attribute>
<attribute name="autoshow" type="boolean" use="required">
<annotation>
<documentation>
Automatically load the editor sheet on loading of the model.
</documentation>
</annotation>
</attribute>
<attribute name="multiple" type="boolean" use="required">
<annotation>
<documentation>
Allows multiple sheets of this type to be opened.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appinfo>
<meta.section type="since"/>
</appinfo>
<documentation>
JWT 0.5.0
</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>