blob: 7ec10d5f6f7df58c28905065012bf9c6dcb880af [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.emf.compare.diff" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.emf.compare.diff" id="org.eclipse.emf.compare.diff.extension" name="org.eclipse.emf.compare.diff.extension"/>
</appInfo>
<documentation>
This extension allow a plugin to introduce higher level delta in a diff model.
</documentation>
</annotation>
<element name="extension">
<annotation>
<appInfo>
<meta.element />
</appInfo>
</annotation>
<complexType>
<sequence>
<element ref="diffExtension"/>
</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="diffExtension">
<complexType>
<attribute name="fileExtension" type="string">
<annotation>
<documentation>
The file extension the engine targets. * for any file extension
</documentation>
</annotation>
</attribute>
<attribute name="contentType" type="string">
<annotation>
<documentation>
The content type the engine targets. * for any file extension
</documentation>
</annotation>
</attribute>
<attribute name="namespace" type="string">
<annotation>
<documentation>
The namespace the engine targets. * for any file extension
</documentation>
</annotation>
</attribute>
<attribute name="extensionClass" type="string" use="required">
<annotation>
<documentation>
The fully qualified name of a Java class implementing &lt;code&gt;org.eclipse.emf.compare.diff.metamodel.AbstractDiffExtension&lt;/code&gt;.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.emf.compare.diff.metamodel.AbstractDiffExtension"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
1.0.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>