blob: 021e8506cdd77316152d66a2b8e762129fabbeaf [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.emf.compare.rcp" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.eclipse.emf.compare.rcp" id="conflictsDetector" name="Conflicts Detector"/>
</appinfo>
<documentation>
This extension point can be used for customizing the conflict detector used for comparison.
</documentation>
</annotation>
<element name="extension">
<annotation>
<appinfo>
<meta.element />
</appinfo>
</annotation>
<complexType>
<sequence>
<element ref="descriptor" minOccurs="1" maxOccurs="unbounded"/>
</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="descriptor">
<complexType>
<attribute name="label" type="string" use="required">
<annotation>
<documentation>
Label of the engine
</documentation>
</annotation>
</attribute>
<attribute name="description" type="string" use="required">
<annotation>
<documentation>
Description of the engine
</documentation>
</annotation>
</attribute>
<attribute name="ranking" type="string" use="required">
<annotation>
<documentation>
Rank of the engine. The engine with the highest rank is used by default. (integer value)
</documentation>
</annotation>
</attribute>
<attribute name="impl" type="string">
<annotation>
<documentation>
Implementation of the detector
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn=":org.eclipse.emf.compare.conflict.IConflictDetector"/>
</appinfo>
</annotation>
</attribute>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
Unique identifier of the engine.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appinfo>
<meta.section type="since"/>
</appinfo>
<documentation>
2.2.0
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="examples"/>
</appinfo>
<documentation>
&lt;extension
point=&quot;org.eclipse.emf.compare.rcp.conflictsDetector&quot;&gt;
&lt;descriptor
description=&quot;Default implementation of the conflict detector provided by EMF Compare.&quot;
id=&quot;org.eclipse.emf.compare.rcp.default.conflictDetector&quot;
impl=&quot;org.eclipse.emf.compare.conflict.DefaultConflictDetector&quot;
label=&quot;Default Conflict Detector&quot;
ranking=&quot;100&quot;&gt;
&lt;/descriptor&gt;
&lt;/extension&gt;
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="apiinfo"/>
</appinfo>
<documentation>
[Enter API information here.]
</documentation>
</annotation>
</schema>