blob: a9a6134cc425cec7c9be70a78b181322b7dcf256 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.gmt.umlx.editor.pageDefinition">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.gmt.umlx.editor.pageDefinition" id="pageDefinition" name="%ExtPoint.pageDefinition"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref="page"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
The standard extension point type name.
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
The optional extension point identifier.
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
The optional extension point name.
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="page">
<annotation>
<documentation>
Definition of page for the Paged Editor.
</documentation>
</annotation>
<complexType>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
Name of the page content variant: e.g. &quot;Ecore&quot; if an Ecore XML page.
</documentation>
</annotation>
</attribute>
<attribute name="pageFactory" type="string" use="required">
<annotation>
<documentation>
Class implementing IPageFactory that creates the required editor page.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.gmt.umlx.editor.pages.IPageFactory"/>
</appInfo>
</annotation>
</attribute>
<attribute name="creationFactory" type="string">
<annotation>
<documentation>
Class implementing ICreationFactory that creates the data-model-specific editable artefacts for the editor page, for those pages that support more than one data-model.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.gmt.umlx.editor.ICreationFactory"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
Copyright (c) 2007 E.D.Willink 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 v1.0 which accompanies this distribution, and is available at &lt;a
href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
</documentation>
</annotation>
</schema>