blob: 594b7e0fbcc5ac00747b52fc3c6f3aba17b926f7 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.emf.edit">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.emf.edit" id="childCreationExtenders" name="Registered Child Creation Extenders"/>
</appInfo>
<documentation>
This extension point is used to register a child creation extender that is able to produce new child descriptors for classes of the given package. The global child creation extender registry, &lt;samp&gt;IChildCreationExtender.Descriptor.Registry.INSTANCE&lt;/samp&gt;, is used to record the registration.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<element ref="extender" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
A fully qualified identifier of the target extension point.
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
An optional identifier of the extension instance.
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
An optional name of the extension instance.
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="extender">
<complexType>
<attribute name="uri" type="string" use="required">
<annotation>
<documentation>
The key for this extension which will typically be the namespace URI of an EPackage or the fully qualified name of a Java package.
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
The fully qualified Java class name of an child creation extender.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.emf.edit.provider.IChildCreationExtender"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
2.4.0
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
&lt;extension point=&quot;org.eclipse.emf.edit.childCreationExtender&quot;&gt;
&lt;factory
uri = &quot;http:///org/eclipse/example/library.ecore&quot;
class = &quot;org.eclipse.example.library.extended.provider.ExtendedLibraryItemProviderAdapterFactory$LibraryChildCreationExtender&quot;/&gt;
&lt;/extension&gt;
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
Copyright (c) 2008 IBM Corporation and others.&lt;br&gt;
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at &lt;a
href=&quot;http://www.eclipse.org/legal/epl-v20.html&quot;&gt;http://www.eclipse.org/legal/epl-v20.html&lt;/a&gt;
</documentation>
</annotation>
</schema>