blob: 63f9c69fc276430fa43ee5ba09910cb35dc37cd5 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.sirius" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.sirius" id="org.eclipse.sirius.migration" name="migrationParticipant"/>
</appInfo>
<documentation>
This extension allows to contribute to migration process by providing classes implementing &lt;code&gt;org.eclipse.sirius.business.api.migration.IMigrationParticipant&lt;/code&gt;.
</documentation>
</annotation>
<element name="extension">
<annotation>
<appInfo>
<meta.element />
</appInfo>
</annotation>
<complexType>
<sequence minOccurs="1" maxOccurs="unbounded">
<element ref="participant"/>
</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="participant">
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
A class implementing &lt;code&gt;org.eclipse.sirius.business.api.migration.IMigrationParticipant&lt;/code&gt; interface.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.sirius.business.api.migration.IMigrationParticipant"/>
</appInfo>
</annotation>
</attribute>
<attribute name="kind" type="string" use="required">
<annotation>
<documentation>
Provides information for what kind of file that contribution is to. See interface &lt;code&gt;org.eclipse.sirius.business.api.migration.IMigrationParticipant&lt;/code&gt; for kind constantes.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
org.eclipse.sirius 4.1.0
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
&lt;extension
point=&quot;org.eclipse.sirius.migrationParticipant&quot;&gt;
&lt;contribution
class=&quot;org.eclipse.sirius.business.internal.migration.DefaultRepresentationsFileMigrationParticipant&quot;
kind=&quot;RepresentationsFile&quot;&gt;
&lt;/contribution&gt;
&lt;contribution
class=&quot;org.eclipse.sirius.business.internal.migration.description.DefaultVSMMigrationParticipant&quot;
kind=&quot;VSM&quot;&gt;
&lt;/contribution&gt;
&lt;/extension&gt;
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
Copyright (c) 2012 THALES GLOBAL SERVICES&lt;br&gt;
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
&lt;a href=&quot;https://www.eclipse.org/legal/epl-2.0&quot;&gt;https://www.eclipse.org/legal/epl-v20.html&lt;/a&gt;/
SPDX-License-Identifier: EPL-2.0
</documentation>
</annotation>
</schema>