blob: 88d75b3f6dc277153a8069f58c4484023b41a188 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.epf.export.msp">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.epf.export.msp" id="exportMSPWizard" name="Export Microsoft Project Wizard Extension"/>
</appInfo>
<documentation>
Enables a plug-in to extend the Export Microsoft Project wizard by replacing existing wizard pages or adding new ones.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<element ref="wizard" 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="wizard">
<complexType>
<sequence>
<element ref="exportOption" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
The Java class that implements a wizard page. This class must extends &lt;code&gt;org.eclipse.epf.export.msp.ui.wizard.ExportRPMWizard&lt;/code&gt;.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="exportOption">
<complexType>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
A name for this export option. This name will be used as a lookup key for the option value (true or false).
</documentation>
</annotation>
</attribute>
<attribute name="description" type="string" use="required">
<annotation>
<documentation>
A description for this export option. This description will be displayed on the wizard page next to a checkbox.
</documentation>
</annotation>
</attribute>
<attribute name="defaultSelection" type="string" use="optional">
<annotation>
<documentation>
Indicates whether this export option should be selected by default.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
1.0
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
The following is an example of how the extension point can be used:
&lt;p&gt;
&lt;pre&gt;
&lt;extension point=&quot;org.eclipse.epf.export.msp.exportMSPWizard&quot;&gt;
&lt;wizard
class=&quot;org.eclipse.epf.export.msp.MyExportMSPWizard&quot;&gt;
&lt;exportOption
name=&quot;option1&quot;
displayName=&quot;A brief description for option 1&quot;
defaultSelection=&quot;true&quot;/&gt;
&lt;exportOption
name=&quot;option2&quot;
displayName=&quot;A brief description for option 2&quot;
defaultSelection=&quot;false&quot;/&gt;
&lt;/wizard&gt;
&lt;/extension&gt;
&lt;/pre&gt;
&lt;/p&gt;
</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) 2005, 2006 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 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>