| <?xml version='1.0' encoding='UTF-8'?> |
| <!-- Schema file written by PDE --> |
| <schema targetNamespace="org.eclipse.epf.import.xml" xmlns="http://www.w3.org/2001/XMLSchema"> |
| <annotation> |
| <appInfo> |
| <meta.schema plugin="org.eclipse.epf.import.xml" id="importXMLWizard" name="Import XML Wizard Extension"/> |
| </appInfo> |
| <documentation> |
| Enables a plug-in to extend the Import plugin wizard by replacing existing wizard pages or adding new ones. |
| </documentation> |
| </annotation> |
| |
| <element name="extension"> |
| <annotation> |
| <appInfo> |
| <meta.element /> |
| </appInfo> |
| </annotation> |
| <complexType> |
| <sequence> |
| <element ref="wizardExtender" minOccurs="0" maxOccurs="1"/> |
| </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> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="wizardExtender"> |
| <complexType> |
| <sequence> |
| <element ref="wizardPage" minOccurs="0" maxOccurs="unbounded"/> |
| </sequence> |
| <attribute name="class" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The Java class that implements the wizard extender. This class must implements <code>org.eclipse.epf.publishing.ui.wizards.IPublishConfigWizardExtender</code>. |
| </documentation> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="wizardPage"> |
| <complexType> |
| <attribute name="class" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The Java class that implements the wizard page. This class must implements <code>org.eclipse.jface.wizard.IWizardPage</code>. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="type" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The type of extension - "replace" or "new". |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="target" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The name of the base wizard page to be replaced or used as a reference for inserting a new wizard page. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="insert" type="string"> |
| <annotation> |
| <documentation> |
| The insertion type for a new wizard page - "before" or "after". |
| </documentation> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="since"/> |
| </appInfo> |
| <documentation> |
| 1.5.1.1 |
| </documentation> |
| </annotation> |
| |
| |
| |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="copyright"/> |
| </appInfo> |
| <documentation> |
| Copyright (c) 2005, 2011 IBM Corporation and others.<br> |
| 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 <a |
| href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> |
| </documentation> |
| </annotation> |
| |
| </schema> |