blob: dc54c1f0deb31f2630b13811f7ad6b7b2f1608f2 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.gmt.modisco.workflow" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.eclipse.gmt.modisco.workflow" id="driver" name="Driver"/>
</appinfo>
<documentation>
This extension point allows to connect any plug-in representing a driver. The driver has to respect the conditions of this extention point (Point execution &quot;driver&quot; and point execution &quot;execution&quot;).
</documentation>
</annotation>
<element name="extension">
<annotation>
<appinfo>
<meta.element deprecated="true" />
</appinfo>
</annotation>
<complexType>
<sequence>
<element ref="driverUI"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
Id allowing to link the &quot;driver&quot; point execution and the &quot;execution&quot; point execution.
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
<appinfo>
<meta.attribute translatable="true"/>
</appinfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="driverUI">
<annotation>
<appinfo>
<meta.element deprecated="true"/>
</appinfo>
</annotation>
<complexType>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
This name will be used to the list of transformation type.
</documentation>
<appinfo>
<meta.attribute translatable="true"/>
</appinfo>
</annotation>
</attribute>
<attribute name="icon" type="string">
<annotation>
<documentation>
Driver icon path. This icone is presently in the list of transformation type.
</documentation>
<appinfo>
<meta.attribute kind="resource" deprecated="true"/>
</appinfo>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
The class has to implement this interface: org.eclipse.gmt.modisco.workflow.Driver
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn=":org.eclipse.gmt.modisco.workflow.Driver"/>
</appinfo>
</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>
<annotation>
<appinfo>
<meta.section type="copyright"/>
</appinfo>
<documentation>
/*
* Copyright (c) 2009 Mia-Software.
* 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
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Nicolas Payneau (Mia-Software) - initial API and implementation
*/
</documentation>
</annotation>
</schema>