blob: 18156244a583c40fd57fb650d90c6a47475bec44 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.modisco.workflow" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.modisco.workflow" id="engine" name="MoDisco Workflow Engine"/>
</appInfo>
<documentation>
This extension point allows to connect any plug-in representing a type of workflow.
</documentation>
</annotation>
<element name="extension">
<annotation>
<appInfo>
<meta.element deprecated="true" />
</appInfo>
<documentation>
This extension point allows to connect any plug-in representing a type of workflow. It means a workflow engine, configured through &quot;workflowExecution&quot;, and a workflow item defintion configured through &quot;workflowCore&quot; to bridge internal representation with MoDiscoWorkflow representation.
</documentation>
</annotation>
<complexType>
<sequence>
<element ref="workflowCore"/>
<element ref="workflowExecution"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
Id of workflow
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="workflowCore">
<annotation>
<appInfo>
<meta.element deprecated="true"/>
</appInfo>
</annotation>
<complexType>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
Name of workflow technology
</documentation>
<appInfo>
<meta.attribute translatable="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.WorkflowModel
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.gmt.modisco.workflow.WorkflowModel"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="workflowExecution">
<annotation>
<appInfo>
<meta.element deprecated="true"/>
</appInfo>
</annotation>
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
The class has to implement this interface:org.eclipse.gmt.modisco.workflow.WorkflowExecution
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.gmt.modisco.workflow.WorkflowExecution"/>
</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>