Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2004-06-23 21:29:13 +0000
committerMazen Faraj2004-06-23 21:29:13 +0000
commit7f339727c8c4a91f2fb011c285a943ceb4505faa (patch)
treef704c9186c055c5a9f8705b21d285b593ea22b8f
parent2e98d59317c9a6cc7002e401e7d324a0a3cea01f (diff)
downloadeclipse.platform.ua-7f339727c8c4a91f2fb011c285a943ceb4505faa.tar.gz
eclipse.platform.ua-7f339727c8c4a91f2fb011c285a943ceb4505faa.tar.xz
eclipse.platform.ua-7f339727c8c4a91f2fb011c285a943ceb4505faa.zip
changing file to -kkv
-rw-r--r--org.eclipse.ui.intro/schema/IntroContent.exsd1282
-rw-r--r--org.eclipse.ui.intro/schema/config.exsd472
-rw-r--r--org.eclipse.ui.intro/schema/configExtension.exsd416
3 files changed, 1085 insertions, 1085 deletions
diff --git a/org.eclipse.ui.intro/schema/IntroContent.exsd b/org.eclipse.ui.intro/schema/IntroContent.exsd
index a0ebf6e6b..b072a607c 100644
--- a/org.eclipse.ui.intro/schema/IntroContent.exsd
+++ b/org.eclipse.ui.intro/schema/IntroContent.exsd
@@ -1,641 +1,641 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.ui.intro">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.ui.intro" id="null" name=""/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
-
- <element name="introContent">
- <annotation>
- <documentation>
- The introContent element defines the body of the intro content file. The content file is made up of pages, shared groups that can be included in multiple pages, and extensions to anchor points defined in other configurations.
- </documentation>
- </annotation>
- <complexType>
- <sequence>
- <element ref="page" minOccurs="1" maxOccurs="unbounded"/>
- <element ref="group" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="extensionContent" minOccurs="0" maxOccurs="unbounded"/>
- </sequence>
- </complexType>
- </element>
-
- <element name="page">
- <annotation>
- <documentation>
- This element is used to describe a page to be displayed. The intro can display both dynamic and static pages.&lt;br&gt;
-&lt;br&gt;
-Content for dynamic pages is generated from the subelements of the page, described below. The style or alt-style will be applied depending on the presentation. The styles can be further enhanced by referencing the id or class-id.&lt;br&gt;
-&lt;br/&gt;
-Static pages allow for the reuse of existing HTML documents within one&apos;s introduction, and can be linked to from any static or dynamic page. Static pages are not defined in a page element, they are simply html files that can be linked to by other pages.&lt;br&gt;
-&lt;br/&gt;
-The home page, whose id is specified in the presentation element of the intro config extension point, can have a url indicating that it is a static page. If no url is specified then the home page is assumed to be dynamic. All other pages described using the page element are dynamic.
-&lt;br/&gt;
- Also note that when the SWT presentation is used and a static page is to be displayed, an external brower is launched and the current page remains visible.&lt;br/&gt;
-&lt;br/&gt;
-
-The subelements used in a dynamic page are as follows: A &lt;b&gt;group&lt;/b&gt; subelement is used to group related content and apply style across the grouped content. A &lt;b&gt;link&lt;/b&gt; subelement defines a link which can be used to link to a static or dynamic page and run an intro action/command. A link is normally defined at the page level to navigate between main pages versus links within a page. A &lt;b&gt;text&lt;/b&gt; subelement defines textual content at the page level. A &lt;b&gt;head&lt;/b&gt; subelement is only applicable for the Web based presentation and allows for additional html to be added to the HTML &lt;b&gt;head&lt;/b&gt; section. This is useful for adding java scripts or extra style sheets. An &lt;b&gt;img&lt;/b&gt; subelement defines image content for the page level. An &lt;b&gt;include&lt;/b&gt; subelement allows for reuse of any element other than a page. An &lt;b&gt;html&lt;/b&gt; subelement is only applicable for the Web based presentation and allows for the embedding or inclusion of html into the page&apos;s content. Embedding allows for a fully defined html file to be embeded within an HTML &lt;b&gt;object&lt;/b&gt; by referencing the html file. Inclusion allows for including an html snippet directly from an html file. A &lt;b&gt;title&lt;/b&gt; subelement defines the title of the page. An &lt;b&gt;anchor&lt;/b&gt; subelement defines a point where external contributions can be made by an &lt;extensionContent&gt; element.
- </documentation>
- </annotation>
- <complexType>
- <choice>
- <element ref="group" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="link" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="text" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="head" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="img" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="include" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="html" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="title" minOccurs="0" maxOccurs="1"/>
- <element ref="anchor" minOccurs="0" maxOccurs="unbounded"/>
- </choice>
- <attribute name="url" type="string">
- <annotation>
- <documentation>
- The optional relative path to an HTML file. When using the Web based presentation, this HTML file will be displayed instead of any content defined for this page. This attribute is only applicable to the home page, which is identified in the presentation element of the intro config extension point. It is ignored for all other pages.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- A unique name that can be used to identify this page.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="style" type="string">
- <annotation>
- <documentation>
- A relative path to a CSS file which is applied to the page only when using the Web based presentation.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="alt-style" type="string">
- <annotation>
- <documentation>
- A relative path to a SWT presentation properies file which is applied to the page only when using the SWT based presentation.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="filteredFrom">
- <annotation>
- <documentation>
- an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
- </documentation>
- </annotation>
- <simpleType>
- <restriction base="string">
- <enumeration value="swt">
- </enumeration>
- <enumeration value="html">
- </enumeration>
- </restriction>
- </simpleType>
- </attribute>
- <attribute name="content" type="string">
- <annotation>
- <documentation>
- an optional attribute which can define the location of an introContent.xml file that represents the content of this page. When this attribute is defined, all children and attributes in this page element, except id, are ignored. This is because the content of this page is now assumed to reside in the xml file pointed to by the content file attribute. When resolving to the content of this file, the page with an id that matches the id defined in this page element is chosen.
-This seperation of pages can be used when performance is an issue, as the content of a page is now loaded more lazily.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="style-id" type="string">
- <annotation>
- <documentation>
- A means to classifiy the page into a given category so that a common style may be applied.
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="group">
- <annotation>
- <documentation>
- Used to group related content, content that should have similar style applied, or content that will be included together in other pages.
- </documentation>
- </annotation>
- <complexType>
- <choice>
- <element ref="group" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="link" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="text" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="img" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="include" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="html" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="anchor" minOccurs="0" maxOccurs="unbounded"/>
- </choice>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- unique identifier of the group
- </documentation>
- </annotation>
- </attribute>
- <attribute name="label" type="string">
- <annotation>
- <documentation>
- a label or heading for this group
- </documentation>
- </annotation>
- </attribute>
- <attribute name="style-id" type="string">
- <annotation>
- <documentation>
- A means to classifiy this group into a given category so that a common style may be applied.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="filteredFrom">
- <annotation>
- <documentation>
- an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
- </documentation>
- </annotation>
- <simpleType>
- <restriction base="string">
- <enumeration value="swt">
- </enumeration>
- <enumeration value="html">
- </enumeration>
- </restriction>
- </simpleType>
- </attribute>
- </complexType>
- </element>
-
- <element name="link">
- <annotation>
- <documentation>
- Can link to a static HTML file, an external web site, or can run an Intro URL action.
- </documentation>
- </annotation>
- <complexType>
- <sequence>
- <element ref="text" minOccurs="0" maxOccurs="1"/>
- <element ref="img" minOccurs="0" maxOccurs="1"/>
- </sequence>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- A unique id that can be used to identify this link
- </documentation>
- </annotation>
- </attribute>
- <attribute name="label" type="string">
- <annotation>
- <documentation>
- The text name of this link
- </documentation>
- </annotation>
- </attribute>
- <attribute name="url" type="string" use="required">
- <annotation>
- <documentation>
- A valid URL to an external web site, a static html file, or an Intro URL that represents an Intro action. All intro URLs have the following form: http://org.eclipse.ui.intro/&lt;action name&gt;?param1=value1&amp;param2=value2 and will be processed by the intro framework.
-
-&lt;br&gt;&lt;br&gt;
-The predefined actions will be described using this format:
-&lt;br&gt;
-&lt;p style=&quot;margin-left:15px;&quot;&gt;
-&lt;b&gt;action name&lt;/b&gt; - descripton of action&lt;br&gt;
-&lt;i&gt;action parameter1&lt;/i&gt; - description of parameter&lt;br&gt;
-&lt;i&gt;action parameter2 (optional)&lt;/i&gt; - description of parameter&lt;br&gt;
-&lt;i&gt;action parameter3 (optional) = (&quot;true&quot; | &quot;false&quot;) &quot;false&quot;&lt;/i&gt; - description of parameter, choice of either true or false and &quot;false&quot; is the default&lt;br&gt;
-&lt;/p&gt;
-
-&lt;br&gt;
-The following predefined actions are included in the intro framework:
-&lt;p style=&quot;margin-left:15px;&quot;&gt;
-&lt;b&gt;close&lt;/b&gt; - closes the intro part&lt;br&gt;
-no parameters required&lt;br&gt;
-&lt;br&gt;
-
-&lt;b&gt;navigate&lt;/b&gt; - navigate through the intro pages in a given direction or return to the home page&lt;br&gt;
-&lt;i&gt;direction = (&quot;backward&quot; | &quot;forward&quot; | &quot;home&quot;)&lt;/i&gt; - specifies the direction to navigate&lt;br&gt;
-&lt;br&gt;
-
-&lt;b&gt;openBrowser&lt;/b&gt; - open the url in an external browser&lt;br&gt;
-&lt;i&gt;url&lt;/i&gt; - a valid URL to an external web site or a static HTML file&lt;br&gt;
-&lt;i&gt;pluginId (optional)&lt;/i&gt; - only required if a static HTML file is specified. This is the id of the plug-in containing the file.&lt;br&gt;
-&lt;br&gt;
-
-&lt;b&gt;runAction&lt;/b&gt; - runs the specified action&lt;br&gt;
-&lt;i&gt;class&lt;/i&gt; - the fully qualified class name of the class that implements one of &lt;code&gt;org.eclipse.ui.intro.config.IIntroAction&lt;/code&gt;,
- &lt;code&gt;org.eclipse.jface.actino.IAction&lt;/code&gt;, or &lt;code&gt;org.eclipse.ui.IActionDelegate&lt;/code&gt;&lt;br&gt;
-&lt;i&gt;pluginId&lt;/i&gt; - The id of the plug-in which contains the class.&lt;br&gt;
-&lt;i&gt;standby (optional) = (&quot;true&quot; | &quot;false&quot;) &quot;false&quot;&lt;/i&gt; - indicate whether to set the intro into standby mode after executing the action&lt;br&gt;
-additional parameters - any additional parameters are passed to actions that implement &lt;code&gt;org.eclipse.ui.intro.config.IIntroAction&lt;/code&gt;&lt;br&gt;
-&lt;br&gt;
-
-&lt;b&gt;setStandbyMode&lt;/b&gt; - sets the state of the intro part&lt;br&gt;
-&lt;i&gt;standby = (&quot;true&quot; | &quot;false&quot;)&lt;/i&gt; - true to put the intro part in its partially visible standy mode, and false to make it fully visible&lt;br&gt;
-&lt;br&gt;
-
-&lt;b&gt;showHelp&lt;/b&gt; - Open the help system.&lt;br&gt;
-no parameters required&lt;br&gt;
-&lt;br&gt;
-
-&lt;b&gt;showHelpTopic&lt;/b&gt; - Open a help topic.&lt;br&gt;
-&lt;i&gt;id&lt;/i&gt; - the URL of the help resource. (See Javadoc for &lt;code&gt;org.eclipse.ui.help.WorkbenchHelp.displayHelpResource&lt;/code&gt;&lt;br&gt;
-&lt;br&gt;
-
-&lt;b&gt;showMessage&lt;/b&gt; - Displays a message to the user using a standard information dialog.&lt;br&gt;
-&lt;i&gt;message&lt;/i&gt; - the message to show the user&lt;br&gt;
-&lt;br&gt;
-
-&lt;b&gt;showStandby&lt;/b&gt; - Sets the intro part to standby mode and shows the standbyContentPart with the given input&lt;br&gt;
-&lt;i&gt;partId&lt;/i&gt; - the id of the standbyContentPart to show&lt;br&gt;
-&lt;i&gt;input&lt;/i&gt; - the input to set on the standbyContentPart&lt;br&gt;
-&lt;br&gt;
-
-&lt;b&gt;showPage&lt;/b&gt; - show the intro page with the given id&lt;br&gt;
-&lt;i&gt;id&lt;/i&gt; - the id of the intro page to show&lt;br&gt;
-&lt;i&gt;standby (optional) = (&quot;true&quot; | &quot;false&quot;) &quot;false&quot;&lt;/i&gt; - indicate whether to set the intro into standby mode after showing the page&lt;br&gt;
-&lt;/p&gt;
-&lt;br&gt;
- </documentation>
- </annotation>
- </attribute>
- <attribute name="style-id" type="string">
- <annotation>
- <documentation>
- A means to classifiy this link into a given category so that a common style may be applied.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="filteredFrom">
- <annotation>
- <documentation>
- an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
- </documentation>
- </annotation>
- <simpleType>
- <restriction base="string">
- <enumeration value="swt">
- </enumeration>
- <enumeration value="html">
- </enumeration>
- </restriction>
- </simpleType>
- </attribute>
- </complexType>
- </element>
-
- <element name="html">
- <annotation>
- <documentation>
- direct HTML to include in the page either by embedding the entire document, or inlining a snippet of HTML in-place. A fallback image or text must be defined for alternative swt presentation rendering.
-&lt;br&gt;
-Embedding allows for a fully defined html file to be embedded within the dynamic page&apos;s content. An HTML &lt;b&gt;object&lt;/b&gt; element is created that references the html file.
-&lt;br&gt;
-Inclusion allows for including an html snippet directly from a file into the dynamic html page.
- </documentation>
- </annotation>
- <complexType>
- <choice>
- <element ref="img"/>
- <element ref="text"/>
- </choice>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- unique identifier of this HTML element
- </documentation>
- </annotation>
- </attribute>
- <attribute name="src" type="string" use="required">
- <annotation>
- <documentation>
- relative or absolute URL to a file containing HTML
- </documentation>
- </annotation>
- </attribute>
- <attribute name="type" use="required">
- <annotation>
- <documentation>
- if &apos;embed&apos;, a valid (full) HTML document will be embedded using HTML &apos;OBJECT&apos; tag. If &apos;inline&apos;, value of &apos;src&apos; will be treated as a snippet of HTML to emit &apos;in-place&apos;. (if type is not specified, this html object is ignored by the intro configuration).
- </documentation>
- </annotation>
- <simpleType>
- <restriction base="string">
- <enumeration value="inline">
- </enumeration>
- <enumeration value="embed">
- </enumeration>
- </restriction>
- </simpleType>
- </attribute>
- <attribute name="style-id" type="string">
- <annotation>
- <documentation>
- A means to classifiy this HTML element into a given category so that a common style may be applied.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="filteredFrom">
- <annotation>
- <documentation>
- an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
- </documentation>
- </annotation>
- <simpleType>
- <restriction base="string">
- <enumeration value="swt">
- </enumeration>
- <enumeration value="html">
- </enumeration>
- </restriction>
- </simpleType>
- </attribute>
- </complexType>
- </element>
-
- <element name="title">
- <annotation>
- <documentation>
- a snippet of text that can optionally contain escaped HTML tags. It is only used as a Page Title, and so a given page can have a maximum of one title element.
- </documentation>
- </annotation>
- <complexType>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- unique identifier of this title.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="style-id" type="string">
- <annotation>
- <documentation>
- A means to classifiy this element into a given category so that a common style may be applied
- </documentation>
- </annotation>
- </attribute>
- <attribute name="filteredFrom">
- <annotation>
- <documentation>
- an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
- </documentation>
- </annotation>
- <simpleType>
- <restriction base="string">
- <enumeration value="swt">
- </enumeration>
- <enumeration value="html">
- </enumeration>
- </restriction>
- </simpleType>
- </attribute>
- </complexType>
- </element>
-
- <element name="text">
- <annotation>
- <documentation>
- a snippet of text that can optionally contain escaped HTML tags. It can include b and li tags. It can also contain anchors for urls.
-If multiple paragraphs are needed, then the text can be divided into multiple sections each begining and ending with the p tag.
- </documentation>
- </annotation>
- <complexType>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- unique identifier of this text.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="style-id" type="string">
- <annotation>
- <documentation>
- A means to classifiy this element into a given category so that a common style may be applied
- </documentation>
- </annotation>
- </attribute>
- <attribute name="filteredFrom">
- <annotation>
- <documentation>
- an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
- </documentation>
- </annotation>
- <simpleType>
- <restriction base="string">
- <enumeration value="swt">
- </enumeration>
- <enumeration value="html">
- </enumeration>
- </restriction>
- </simpleType>
- </attribute>
- </complexType>
- </element>
-
- <element name="include">
- <annotation>
- <documentation>
- expands an element targeted by the given path and optional configId attributes. Path should uniquely address an element within the specified configuration. It could point to a shared group defined at the configuration level, or any element in a page.
- </documentation>
- </annotation>
- <complexType>
- <attribute name="configId" type="string">
- <annotation>
- <documentation>
- identifier of a configuration where the included element is defined. If specified, it is assumed that the element to be included is specified in another configuration, and not the enclosing configuration. In this case, that external config is loaded and the element is resolved from that new config. If not specified, enclosing (parent) configuration of this include is assumed.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="path" type="string" use="required">
- <annotation>
- <documentation>
- the path that uniquely represents the target element within the configuration (e.g. page/group1/group2). It may be a group element, or any element that may be contained in a group. You can not include a page.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="merge-style" type="boolean">
- <annotation>
- <documentation>
- if &lt;code&gt;true&lt;/code&gt;, style belonging to the page that owns the included element will be added to list of styles of the including page. If &lt;code&gt;false&lt;/code&gt; (the default), the including page is responsible for controlling properties of the included element.
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="head">
- <annotation>
- <documentation>
- Direct HTML to include in a page&apos;s HEAD content area. It allows for additional html to be added to the HTML HEAD section. This is useful for adding java srcipts or extra styles sheets.
-This markup is only to be used with an HTML based intro part implementation. It is simply ignored in the case of a UI Forms implementation. A page can have more than one head element. An implementation can have one and only one head element (since it is a shared across all pages).
- </documentation>
- </annotation>
- <complexType>
- <attribute name="src" type="string" use="required">
- <annotation>
- <documentation>
- relative or absolute URL to a file containing HTML to include directly into the HTML head section.
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="img">
- <annotation>
- <documentation>
- An image that represents intro content and not presentation (as opposed to decoration images defined in styles).
- </documentation>
- </annotation>
- <complexType>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- unique identifier of this image
- </documentation>
- </annotation>
- </attribute>
- <attribute name="src" type="string" use="required">
- <annotation>
- <documentation>
- the file to load the image from
- </documentation>
- </annotation>
- </attribute>
- <attribute name="alt" type="string">
- <annotation>
- <documentation>
- the alternative text to use when the image can not be loaded and as tooltip text for the image.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="style-id" type="string">
- <annotation>
- <documentation>
- A means to classifiy this image into a given category so that a common style may be applied.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="filteredFrom">
- <annotation>
- <documentation>
- an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
- </documentation>
- </annotation>
- <simpleType>
- <restriction base="string">
- <enumeration value="swt">
- </enumeration>
- <enumeration value="html">
- </enumeration>
- </restriction>
- </simpleType>
- </attribute>
- </complexType>
- </element>
-
- <element name="extensionContent">
- <annotation>
- <documentation>
- The content to be added to the target anchor. Only one extensionContent is allowed in a given configExtension because if this extension could not be resolved (if the config could not be found, or the target anchor element could not be found) then the pages and/or groups in the extension need to be ingnored.
- </documentation>
- </annotation>
- <complexType>
- <choice>
- <element ref="text"/>
- <element ref="group"/>
- <element ref="link"/>
- <element ref="html"/>
- <element ref="include"/>
- </choice>
- <attribute name="style" type="string">
- <annotation>
- <documentation>
- A relative path to a CSS file which is applied to the page only when using the Web based presentation.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="alt-style" type="string">
- <annotation>
- <documentation>
- A relative path to a SWT presentation properies file which is applied to the page only when using the SWT based presentation.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="path" type="string" use="required">
- <annotation>
- <documentation>
- the path that uniquely represents the path to an anchor. (e.g. page/group1/group2/anchorId) within the target configuration to be extended. It can only be an anchor which can be in any page or group, including shared groups at configuration level
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="anchor">
- <annotation>
- <documentation>
- an anchor is the element used to declare extensibility. It is a location in the configurtaion that allows for external contributions. Only anchors are valid target values for the path attribute in an extensionContent
- </documentation>
- </annotation>
- <complexType>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
- unique id to identify this anchor.
- </documentation>
- </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>
-
- </documentation>
- </annotation>
-
-</schema>
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.ui.intro">
+<annotation>
+ <appInfo>
+ <meta.schema plugin="org.eclipse.ui.intro" id="null" name=""/>
+ </appInfo>
+ <documentation>
+
+ </documentation>
+ </annotation>
+
+ <element name="introContent">
+ <annotation>
+ <documentation>
+ The introContent element defines the body of the intro content file. The content file is made up of pages, shared groups that can be included in multiple pages, and extensions to anchor points defined in other configurations.
+ </documentation>
+ </annotation>
+ <complexType>
+ <sequence>
+ <element ref="page" minOccurs="1" maxOccurs="unbounded"/>
+ <element ref="group" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="extensionContent" minOccurs="0" maxOccurs="unbounded"/>
+ </sequence>
+ </complexType>
+ </element>
+
+ <element name="page">
+ <annotation>
+ <documentation>
+ This element is used to describe a page to be displayed. The intro can display both dynamic and static pages.&lt;br&gt;
+&lt;br&gt;
+Content for dynamic pages is generated from the subelements of the page, described below. The style or alt-style will be applied depending on the presentation. The styles can be further enhanced by referencing the id or class-id.&lt;br&gt;
+&lt;br/&gt;
+Static pages allow for the reuse of existing HTML documents within one&apos;s introduction, and can be linked to from any static or dynamic page. Static pages are not defined in a page element, they are simply html files that can be linked to by other pages.&lt;br&gt;
+&lt;br/&gt;
+The home page, whose id is specified in the presentation element of the intro config extension point, can have a url indicating that it is a static page. If no url is specified then the home page is assumed to be dynamic. All other pages described using the page element are dynamic.
+&lt;br/&gt;
+ Also note that when the SWT presentation is used and a static page is to be displayed, an external brower is launched and the current page remains visible.&lt;br/&gt;
+&lt;br/&gt;
+
+The subelements used in a dynamic page are as follows: A &lt;b&gt;group&lt;/b&gt; subelement is used to group related content and apply style across the grouped content. A &lt;b&gt;link&lt;/b&gt; subelement defines a link which can be used to link to a static or dynamic page and run an intro action/command. A link is normally defined at the page level to navigate between main pages versus links within a page. A &lt;b&gt;text&lt;/b&gt; subelement defines textual content at the page level. A &lt;b&gt;head&lt;/b&gt; subelement is only applicable for the Web based presentation and allows for additional html to be added to the HTML &lt;b&gt;head&lt;/b&gt; section. This is useful for adding java scripts or extra style sheets. An &lt;b&gt;img&lt;/b&gt; subelement defines image content for the page level. An &lt;b&gt;include&lt;/b&gt; subelement allows for reuse of any element other than a page. An &lt;b&gt;html&lt;/b&gt; subelement is only applicable for the Web based presentation and allows for the embedding or inclusion of html into the page&apos;s content. Embedding allows for a fully defined html file to be embeded within an HTML &lt;b&gt;object&lt;/b&gt; by referencing the html file. Inclusion allows for including an html snippet directly from an html file. A &lt;b&gt;title&lt;/b&gt; subelement defines the title of the page. An &lt;b&gt;anchor&lt;/b&gt; subelement defines a point where external contributions can be made by an &lt;extensionContent&gt; element.
+ </documentation>
+ </annotation>
+ <complexType>
+ <choice>
+ <element ref="group" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="link" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="text" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="head" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="img" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="include" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="html" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="title" minOccurs="0" maxOccurs="1"/>
+ <element ref="anchor" minOccurs="0" maxOccurs="unbounded"/>
+ </choice>
+ <attribute name="url" type="string">
+ <annotation>
+ <documentation>
+ The optional relative path to an HTML file. When using the Web based presentation, this HTML file will be displayed instead of any content defined for this page. This attribute is only applicable to the home page, which is identified in the presentation element of the intro config extension point. It is ignored for all other pages.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="id" type="string" use="required">
+ <annotation>
+ <documentation>
+ A unique name that can be used to identify this page.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="style" type="string">
+ <annotation>
+ <documentation>
+ A relative path to a CSS file which is applied to the page only when using the Web based presentation.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="alt-style" type="string">
+ <annotation>
+ <documentation>
+ A relative path to a SWT presentation properies file which is applied to the page only when using the SWT based presentation.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="filteredFrom">
+ <annotation>
+ <documentation>
+ an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="swt">
+ </enumeration>
+ <enumeration value="html">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ <attribute name="content" type="string">
+ <annotation>
+ <documentation>
+ an optional attribute which can define the location of an introContent.xml file that represents the content of this page. When this attribute is defined, all children and attributes in this page element, except id, are ignored. This is because the content of this page is now assumed to reside in the xml file pointed to by the content file attribute. When resolving to the content of this file, the page with an id that matches the id defined in this page element is chosen.
+This seperation of pages can be used when performance is an issue, as the content of a page is now loaded more lazily.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="style-id" type="string">
+ <annotation>
+ <documentation>
+ A means to classifiy the page into a given category so that a common style may be applied.
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="group">
+ <annotation>
+ <documentation>
+ Used to group related content, content that should have similar style applied, or content that will be included together in other pages.
+ </documentation>
+ </annotation>
+ <complexType>
+ <choice>
+ <element ref="group" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="link" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="text" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="img" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="include" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="html" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="anchor" minOccurs="0" maxOccurs="unbounded"/>
+ </choice>
+ <attribute name="id" type="string" use="required">
+ <annotation>
+ <documentation>
+ unique identifier of the group
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="label" type="string">
+ <annotation>
+ <documentation>
+ a label or heading for this group
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="style-id" type="string">
+ <annotation>
+ <documentation>
+ A means to classifiy this group into a given category so that a common style may be applied.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="filteredFrom">
+ <annotation>
+ <documentation>
+ an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="swt">
+ </enumeration>
+ <enumeration value="html">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="link">
+ <annotation>
+ <documentation>
+ Can link to a static HTML file, an external web site, or can run an Intro URL action.
+ </documentation>
+ </annotation>
+ <complexType>
+ <sequence>
+ <element ref="text" minOccurs="0" maxOccurs="1"/>
+ <element ref="img" minOccurs="0" maxOccurs="1"/>
+ </sequence>
+ <attribute name="id" type="string">
+ <annotation>
+ <documentation>
+ A unique id that can be used to identify this link
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="label" type="string">
+ <annotation>
+ <documentation>
+ The text name of this link
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="url" type="string" use="required">
+ <annotation>
+ <documentation>
+ A valid URL to an external web site, a static html file, or an Intro URL that represents an Intro action. All intro URLs have the following form: http://org.eclipse.ui.intro/&lt;action name&gt;?param1=value1&amp;param2=value2 and will be processed by the intro framework.
+
+&lt;br&gt;&lt;br&gt;
+The predefined actions will be described using this format:
+&lt;br&gt;
+&lt;p style=&quot;margin-left:15px;&quot;&gt;
+&lt;b&gt;action name&lt;/b&gt; - descripton of action&lt;br&gt;
+&lt;i&gt;action parameter1&lt;/i&gt; - description of parameter&lt;br&gt;
+&lt;i&gt;action parameter2 (optional)&lt;/i&gt; - description of parameter&lt;br&gt;
+&lt;i&gt;action parameter3 (optional) = (&quot;true&quot; | &quot;false&quot;) &quot;false&quot;&lt;/i&gt; - description of parameter, choice of either true or false and &quot;false&quot; is the default&lt;br&gt;
+&lt;/p&gt;
+
+&lt;br&gt;
+The following predefined actions are included in the intro framework:
+&lt;p style=&quot;margin-left:15px;&quot;&gt;
+&lt;b&gt;close&lt;/b&gt; - closes the intro part&lt;br&gt;
+no parameters required&lt;br&gt;
+&lt;br&gt;
+
+&lt;b&gt;navigate&lt;/b&gt; - navigate through the intro pages in a given direction or return to the home page&lt;br&gt;
+&lt;i&gt;direction = (&quot;backward&quot; | &quot;forward&quot; | &quot;home&quot;)&lt;/i&gt; - specifies the direction to navigate&lt;br&gt;
+&lt;br&gt;
+
+&lt;b&gt;openBrowser&lt;/b&gt; - open the url in an external browser&lt;br&gt;
+&lt;i&gt;url&lt;/i&gt; - a valid URL to an external web site or a static HTML file&lt;br&gt;
+&lt;i&gt;pluginId (optional)&lt;/i&gt; - only required if a static HTML file is specified. This is the id of the plug-in containing the file.&lt;br&gt;
+&lt;br&gt;
+
+&lt;b&gt;runAction&lt;/b&gt; - runs the specified action&lt;br&gt;
+&lt;i&gt;class&lt;/i&gt; - the fully qualified class name of the class that implements one of &lt;code&gt;org.eclipse.ui.intro.config.IIntroAction&lt;/code&gt;,
+ &lt;code&gt;org.eclipse.jface.actino.IAction&lt;/code&gt;, or &lt;code&gt;org.eclipse.ui.IActionDelegate&lt;/code&gt;&lt;br&gt;
+&lt;i&gt;pluginId&lt;/i&gt; - The id of the plug-in which contains the class.&lt;br&gt;
+&lt;i&gt;standby (optional) = (&quot;true&quot; | &quot;false&quot;) &quot;false&quot;&lt;/i&gt; - indicate whether to set the intro into standby mode after executing the action&lt;br&gt;
+additional parameters - any additional parameters are passed to actions that implement &lt;code&gt;org.eclipse.ui.intro.config.IIntroAction&lt;/code&gt;&lt;br&gt;
+&lt;br&gt;
+
+&lt;b&gt;setStandbyMode&lt;/b&gt; - sets the state of the intro part&lt;br&gt;
+&lt;i&gt;standby = (&quot;true&quot; | &quot;false&quot;)&lt;/i&gt; - true to put the intro part in its partially visible standy mode, and false to make it fully visible&lt;br&gt;
+&lt;br&gt;
+
+&lt;b&gt;showHelp&lt;/b&gt; - Open the help system.&lt;br&gt;
+no parameters required&lt;br&gt;
+&lt;br&gt;
+
+&lt;b&gt;showHelpTopic&lt;/b&gt; - Open a help topic.&lt;br&gt;
+&lt;i&gt;id&lt;/i&gt; - the URL of the help resource. (See Javadoc for &lt;code&gt;org.eclipse.ui.help.WorkbenchHelp.displayHelpResource&lt;/code&gt;&lt;br&gt;
+&lt;br&gt;
+
+&lt;b&gt;showMessage&lt;/b&gt; - Displays a message to the user using a standard information dialog.&lt;br&gt;
+&lt;i&gt;message&lt;/i&gt; - the message to show the user&lt;br&gt;
+&lt;br&gt;
+
+&lt;b&gt;showStandby&lt;/b&gt; - Sets the intro part to standby mode and shows the standbyContentPart with the given input&lt;br&gt;
+&lt;i&gt;partId&lt;/i&gt; - the id of the standbyContentPart to show&lt;br&gt;
+&lt;i&gt;input&lt;/i&gt; - the input to set on the standbyContentPart&lt;br&gt;
+&lt;br&gt;
+
+&lt;b&gt;showPage&lt;/b&gt; - show the intro page with the given id&lt;br&gt;
+&lt;i&gt;id&lt;/i&gt; - the id of the intro page to show&lt;br&gt;
+&lt;i&gt;standby (optional) = (&quot;true&quot; | &quot;false&quot;) &quot;false&quot;&lt;/i&gt; - indicate whether to set the intro into standby mode after showing the page&lt;br&gt;
+&lt;/p&gt;
+&lt;br&gt;
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="style-id" type="string">
+ <annotation>
+ <documentation>
+ A means to classifiy this link into a given category so that a common style may be applied.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="filteredFrom">
+ <annotation>
+ <documentation>
+ an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="swt">
+ </enumeration>
+ <enumeration value="html">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="html">
+ <annotation>
+ <documentation>
+ direct HTML to include in the page either by embedding the entire document, or inlining a snippet of HTML in-place. A fallback image or text must be defined for alternative swt presentation rendering.
+&lt;br&gt;
+Embedding allows for a fully defined html file to be embedded within the dynamic page&apos;s content. An HTML &lt;b&gt;object&lt;/b&gt; element is created that references the html file.
+&lt;br&gt;
+Inclusion allows for including an html snippet directly from a file into the dynamic html page.
+ </documentation>
+ </annotation>
+ <complexType>
+ <choice>
+ <element ref="img"/>
+ <element ref="text"/>
+ </choice>
+ <attribute name="id" type="string" use="required">
+ <annotation>
+ <documentation>
+ unique identifier of this HTML element
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="src" type="string" use="required">
+ <annotation>
+ <documentation>
+ relative or absolute URL to a file containing HTML
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="type" use="required">
+ <annotation>
+ <documentation>
+ if &apos;embed&apos;, a valid (full) HTML document will be embedded using HTML &apos;OBJECT&apos; tag. If &apos;inline&apos;, value of &apos;src&apos; will be treated as a snippet of HTML to emit &apos;in-place&apos;. (if type is not specified, this html object is ignored by the intro configuration).
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="inline">
+ </enumeration>
+ <enumeration value="embed">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ <attribute name="style-id" type="string">
+ <annotation>
+ <documentation>
+ A means to classifiy this HTML element into a given category so that a common style may be applied.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="filteredFrom">
+ <annotation>
+ <documentation>
+ an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="swt">
+ </enumeration>
+ <enumeration value="html">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="title">
+ <annotation>
+ <documentation>
+ a snippet of text that can optionally contain escaped HTML tags. It is only used as a Page Title, and so a given page can have a maximum of one title element.
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="id" type="string">
+ <annotation>
+ <documentation>
+ unique identifier of this title.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="style-id" type="string">
+ <annotation>
+ <documentation>
+ A means to classifiy this element into a given category so that a common style may be applied
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="filteredFrom">
+ <annotation>
+ <documentation>
+ an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="swt">
+ </enumeration>
+ <enumeration value="html">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="text">
+ <annotation>
+ <documentation>
+ a snippet of text that can optionally contain escaped HTML tags. It can include b and li tags. It can also contain anchors for urls.
+If multiple paragraphs are needed, then the text can be divided into multiple sections each begining and ending with the p tag.
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="id" type="string">
+ <annotation>
+ <documentation>
+ unique identifier of this text.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="style-id" type="string">
+ <annotation>
+ <documentation>
+ A means to classifiy this element into a given category so that a common style may be applied
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="filteredFrom">
+ <annotation>
+ <documentation>
+ an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="swt">
+ </enumeration>
+ <enumeration value="html">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="include">
+ <annotation>
+ <documentation>
+ expands an element targeted by the given path and optional configId attributes. Path should uniquely address an element within the specified configuration. It could point to a shared group defined at the configuration level, or any element in a page.
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="configId" type="string">
+ <annotation>
+ <documentation>
+ identifier of a configuration where the included element is defined. If specified, it is assumed that the element to be included is specified in another configuration, and not the enclosing configuration. In this case, that external config is loaded and the element is resolved from that new config. If not specified, enclosing (parent) configuration of this include is assumed.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="path" type="string" use="required">
+ <annotation>
+ <documentation>
+ the path that uniquely represents the target element within the configuration (e.g. page/group1/group2). It may be a group element, or any element that may be contained in a group. You can not include a page.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="merge-style" type="boolean">
+ <annotation>
+ <documentation>
+ if &lt;code&gt;true&lt;/code&gt;, style belonging to the page that owns the included element will be added to list of styles of the including page. If &lt;code&gt;false&lt;/code&gt; (the default), the including page is responsible for controlling properties of the included element.
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="head">
+ <annotation>
+ <documentation>
+ Direct HTML to include in a page&apos;s HEAD content area. It allows for additional html to be added to the HTML HEAD section. This is useful for adding java srcipts or extra styles sheets.
+This markup is only to be used with an HTML based intro part implementation. It is simply ignored in the case of a UI Forms implementation. A page can have more than one head element. An implementation can have one and only one head element (since it is a shared across all pages).
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="src" type="string" use="required">
+ <annotation>
+ <documentation>
+ relative or absolute URL to a file containing HTML to include directly into the HTML head section.
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="img">
+ <annotation>
+ <documentation>
+ An image that represents intro content and not presentation (as opposed to decoration images defined in styles).
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="id" type="string" use="required">
+ <annotation>
+ <documentation>
+ unique identifier of this image
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="src" type="string" use="required">
+ <annotation>
+ <documentation>
+ the file to load the image from
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="alt" type="string">
+ <annotation>
+ <documentation>
+ the alternative text to use when the image can not be loaded and as tooltip text for the image.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="style-id" type="string">
+ <annotation>
+ <documentation>
+ A means to classifiy this image into a given category so that a common style may be applied.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="filteredFrom">
+ <annotation>
+ <documentation>
+ an optional attribute that allows for filtering a given element out of a specific implementation. For example, if a group has filteredFrom = swt, it means that this group will not appear as content in the swt implementation.
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="swt">
+ </enumeration>
+ <enumeration value="html">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="extensionContent">
+ <annotation>
+ <documentation>
+ The content to be added to the target anchor. Only one extensionContent is allowed in a given configExtension because if this extension could not be resolved (if the config could not be found, or the target anchor element could not be found) then the pages and/or groups in the extension need to be ingnored.
+ </documentation>
+ </annotation>
+ <complexType>
+ <choice>
+ <element ref="text"/>
+ <element ref="group"/>
+ <element ref="link"/>
+ <element ref="html"/>
+ <element ref="include"/>
+ </choice>
+ <attribute name="style" type="string">
+ <annotation>
+ <documentation>
+ A relative path to a CSS file which is applied to the page only when using the Web based presentation.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="alt-style" type="string">
+ <annotation>
+ <documentation>
+ A relative path to a SWT presentation properies file which is applied to the page only when using the SWT based presentation.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="path" type="string" use="required">
+ <annotation>
+ <documentation>
+ the path that uniquely represents the path to an anchor. (e.g. page/group1/group2/anchorId) within the target configuration to be extended. It can only be an anchor which can be in any page or group, including shared groups at configuration level
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="anchor">
+ <annotation>
+ <documentation>
+ an anchor is the element used to declare extensibility. It is a location in the configurtaion that allows for external contributions. Only anchors are valid target values for the path attribute in an extensionContent
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="id" type="string">
+ <annotation>
+ <documentation>
+ unique id to identify this anchor.
+ </documentation>
+ </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>
+
+ </documentation>
+ </annotation>
+
+</schema>
diff --git a/org.eclipse.ui.intro/schema/config.exsd b/org.eclipse.ui.intro/schema/config.exsd
index 22e6e074c..b87073c67 100644
--- a/org.eclipse.ui.intro/schema/config.exsd
+++ b/org.eclipse.ui.intro/schema/config.exsd
@@ -1,236 +1,236 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.ui.intro">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.ui.intro" id="config" name="Intro Part Configuration"/>
- </appInfo>
- <documentation>
- This extension point is used to register an intro configuration. This configuration provides presentation implementations and content for a given intro contribution. An intro appears when the workbench is first launched and as a choice from the &quot;Help&quot; menu. The intro is typically used to introduce a user to a product built on Eclipse.
-&lt;p&gt;
-The intros are organized into pages which usually reflect a particular category of introductory material. For instance, a What&apos;s New page may introduce new concepts or functionality since previous versions. The content defined by one intro configuration can be referenced and extended from other plug-ins using the &lt;a href=&quot;org.eclipse.ui.intro.configExtension.exsd&quot;&gt;org.eclipse.ui.intro.configExtension&lt;/a&gt; extension point.
-&lt;p&gt;
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="config" 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>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="config">
- <annotation>
- <documentation>
- A config element can be used to configure a customizable Intro Part. A config element must specify an id, an introId, and a content file.
-The intro content file is an XML file that describes the pages, groups and links that the intro has.
- </documentation>
- </annotation>
- <complexType>
- <sequence>
- <element ref="presentation"/>
- </sequence>
- <attribute name="introId" type="string" use="required">
- <annotation>
- <documentation>
- the id of an intro part contribution that this configuration will be associated with.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- a unique name that can be used to identify this intro configuration
- </documentation>
- </annotation>
- </attribute>
- <attribute name="content" type="string" use="required">
- <annotation>
- <documentation>
- an intro content file. The content file is an XML file that contains the specifics of the intro (&lt;a href=&quot;introContentFileSpec.html&quot;&gt;intro content file format specification)&lt;/a&gt;.
-The content file is parsed at run time by the intro framework. Based on the settings in this file, a certain number of pages, groups, and links are shown to the user when the intro is opened.
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="presentation">
- <annotation>
- <documentation>
- Presentation element that defines all the possible implementations of an intro part&apos;s presentation. It can have one or more implementation defined in it. Only one implementation will be chosen at startup, based the os/ws attributes of the implementations. Otherwise, the first one with no os/ws attributes defined will be chosen.
- </documentation>
- </annotation>
- <complexType>
- <sequence>
- <element ref="implementation" minOccurs="1" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="home-page-id" type="string" use="required">
- <annotation>
- <documentation>
- the id of the home (root) page, which is the first page of the introduction. This page can be used as an entry point to the other main pages that make up the intro.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="standby-page-id" type="string">
- <annotation>
- <documentation>
- an optional attribute to define the id of the standby page. The standby page will be shown to the user when the Intro is set to standby.
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="implementation">
- <annotation>
- <documentation>
- The presentation of the Platform&apos;s out of the box experience has two implementations. One of them is SWT Browser based, while the other is UI Forms based. The customizable intro part can be configured to pick one of those two presentations based on the current OS and WS. The type of the implementation can be swt or html.
- </documentation>
- </annotation>
- <complexType>
- <sequence>
- <element ref="head" minOccurs="0" maxOccurs="1"/>
- </sequence>
- <attribute name="kind" use="required">
- <annotation>
- <documentation>
- Specifies the type of this implementation. The swt kind indicates a UI Forms based implementation, and the html kind indicates an SWT Browser based implementation
- </documentation>
- </annotation>
- <simpleType>
- <restriction base="string">
- <enumeration value="swt">
- </enumeration>
- <enumeration value="html">
- </enumeration>
- </restriction>
- </simpleType>
- </attribute>
- <attribute name="style" type="string">
- <annotation>
- <documentation>
- The shared style that will be applied to all pages presented by this intro presentation implementation.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="os" type="string">
- <annotation>
- <documentation>
- The optional operating system specification used when choosing the presentation&apos;s implementation. It can be any of the os designators defined by Eclipse, e.g., win32, linux, etc (see Javadoc for &lt;code&gt;org.eclipse.core.runtime.Platform&lt;/code&gt;).
- </documentation>
- </annotation>
- </attribute>
- <attribute name="ws" type="string">
- <annotation>
- <documentation>
- The optional windowing system specification used when choosing the presentation&apos;s implementation. It can be any of the ws designators defined by Eclipse (see Javadoc for &lt;code&gt;org.eclipse.core.runtime.Platform&lt;/code&gt;).
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- 3.0
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- Here is a sample usage of the config extension point.
-&lt;p&gt;
-&lt;pre&gt;
-&lt;extension id=&quot;intro&quot; point=&quot;org.eclipse.ui.intro.config&quot;&gt;
- &lt;config
- introId=&quot;com.org.xyz.intro&quot;
- id=&quot;com.org.xyz.introConfig&quot;
- content=&quot;introContent.xml&quot;&gt;
- &lt;presentation
- home-page-id=&quot;root&quot;
- title=&quot;%intro.title&quot;&gt;
- &lt;implementation
- ws=&quot;win32&quot;
- style=&quot;css/shared.css&quot;
- kind=&quot;html&quot;
- os=&quot;win32&quot;&gt;
- &lt;/implementation&gt;
- &lt;implementation
- style=&quot;css/shared_swt.properties&quot;
- kind=&quot;swt&quot;&gt;
- &lt;/implementation&gt;
- &lt;/presentation&gt;
- &lt;/config&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- For further details see the spec for the org.eclipse.ui.intro.config API package.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- The intro contributed by the org.eclipse.platform plugin is the only implementation within Eclipse.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- /************************************************************************
- * Copyright (c) 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *************************************************************************/
- </documentation>
- </annotation>
-
-</schema>
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.ui.intro">
+<annotation>
+ <appInfo>
+ <meta.schema plugin="org.eclipse.ui.intro" id="config" name="Intro Part Configuration"/>
+ </appInfo>
+ <documentation>
+ This extension point is used to register an intro configuration. This configuration provides presentation implementations and content for a given intro contribution. An intro appears when the workbench is first launched and as a choice from the &quot;Help&quot; menu. The intro is typically used to introduce a user to a product built on Eclipse.
+&lt;p&gt;
+The intros are organized into pages which usually reflect a particular category of introductory material. For instance, a What&apos;s New page may introduce new concepts or functionality since previous versions. The content defined by one intro configuration can be referenced and extended from other plug-ins using the &lt;a href=&quot;org.eclipse.ui.intro.configExtension.exsd&quot;&gt;org.eclipse.ui.intro.configExtension&lt;/a&gt; extension point.
+&lt;p&gt;
+ </documentation>
+ </annotation>
+
+ <element name="extension">
+ <complexType>
+ <sequence>
+ <element ref="config" 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>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="config">
+ <annotation>
+ <documentation>
+ A config element can be used to configure a customizable Intro Part. A config element must specify an id, an introId, and a content file.
+The intro content file is an XML file that describes the pages, groups and links that the intro has.
+ </documentation>
+ </annotation>
+ <complexType>
+ <sequence>
+ <element ref="presentation"/>
+ </sequence>
+ <attribute name="introId" type="string" use="required">
+ <annotation>
+ <documentation>
+ the id of an intro part contribution that this configuration will be associated with.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="id" type="string" use="required">
+ <annotation>
+ <documentation>
+ a unique name that can be used to identify this intro configuration
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="content" type="string" use="required">
+ <annotation>
+ <documentation>
+ an intro content file. The content file is an XML file that contains the specifics of the intro (&lt;a href=&quot;introContentFileSpec.html&quot;&gt;intro content file format specification)&lt;/a&gt;.
+The content file is parsed at run time by the intro framework. Based on the settings in this file, a certain number of pages, groups, and links are shown to the user when the intro is opened.
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="presentation">
+ <annotation>
+ <documentation>
+ Presentation element that defines all the possible implementations of an intro part&apos;s presentation. It can have one or more implementation defined in it. Only one implementation will be chosen at startup, based the os/ws attributes of the implementations. Otherwise, the first one with no os/ws attributes defined will be chosen.
+ </documentation>
+ </annotation>
+ <complexType>
+ <sequence>
+ <element ref="implementation" minOccurs="1" maxOccurs="unbounded"/>
+ </sequence>
+ <attribute name="home-page-id" type="string" use="required">
+ <annotation>
+ <documentation>
+ the id of the home (root) page, which is the first page of the introduction. This page can be used as an entry point to the other main pages that make up the intro.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="standby-page-id" type="string">
+ <annotation>
+ <documentation>
+ an optional attribute to define the id of the standby page. The standby page will be shown to the user when the Intro is set to standby.
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="implementation">
+ <annotation>
+ <documentation>
+ The presentation of the Platform&apos;s out of the box experience has two implementations. One of them is SWT Browser based, while the other is UI Forms based. The customizable intro part can be configured to pick one of those two presentations based on the current OS and WS. The type of the implementation can be swt or html.
+ </documentation>
+ </annotation>
+ <complexType>
+ <sequence>
+ <element ref="head" minOccurs="0" maxOccurs="1"/>
+ </sequence>
+ <attribute name="kind" use="required">
+ <annotation>
+ <documentation>
+ Specifies the type of this implementation. The swt kind indicates a UI Forms based implementation, and the html kind indicates an SWT Browser based implementation
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="swt">
+ </enumeration>
+ <enumeration value="html">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ <attribute name="style" type="string">
+ <annotation>
+ <documentation>
+ The shared style that will be applied to all pages presented by this intro presentation implementation.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="os" type="string">
+ <annotation>
+ <documentation>
+ The optional operating system specification used when choosing the presentation&apos;s implementation. It can be any of the os designators defined by Eclipse, e.g., win32, linux, etc (see Javadoc for &lt;code&gt;org.eclipse.core.runtime.Platform&lt;/code&gt;).
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="ws" type="string">
+ <annotation>
+ <documentation>
+ The optional windowing system specification used when choosing the presentation&apos;s implementation. It can be any of the ws designators defined by Eclipse (see Javadoc for &lt;code&gt;org.eclipse.core.runtime.Platform&lt;/code&gt;).
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="since"/>
+ </appInfo>
+ <documentation>
+ 3.0
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="examples"/>
+ </appInfo>
+ <documentation>
+ Here is a sample usage of the config extension point.
+&lt;p&gt;
+&lt;pre&gt;
+&lt;extension id=&quot;intro&quot; point=&quot;org.eclipse.ui.intro.config&quot;&gt;
+ &lt;config
+ introId=&quot;com.org.xyz.intro&quot;
+ id=&quot;com.org.xyz.introConfig&quot;
+ content=&quot;introContent.xml&quot;&gt;
+ &lt;presentation
+ home-page-id=&quot;root&quot;
+ title=&quot;%intro.title&quot;&gt;
+ &lt;implementation
+ ws=&quot;win32&quot;
+ style=&quot;css/shared.css&quot;
+ kind=&quot;html&quot;
+ os=&quot;win32&quot;&gt;
+ &lt;/implementation&gt;
+ &lt;implementation
+ style=&quot;css/shared_swt.properties&quot;
+ kind=&quot;swt&quot;&gt;
+ &lt;/implementation&gt;
+ &lt;/presentation&gt;
+ &lt;/config&gt;
+&lt;/extension&gt;
+&lt;/pre&gt;
+&lt;/p&gt;
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="apiInfo"/>
+ </appInfo>
+ <documentation>
+ For further details see the spec for the org.eclipse.ui.intro.config API package.
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="implementation"/>
+ </appInfo>
+ <documentation>
+ The intro contributed by the org.eclipse.platform plugin is the only implementation within Eclipse.
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="copyright"/>
+ </appInfo>
+ <documentation>
+ /************************************************************************
+ * Copyright (c) 2004 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - Initial API and implementation
+ *************************************************************************/
+ </documentation>
+ </annotation>
+
+</schema>
diff --git a/org.eclipse.ui.intro/schema/configExtension.exsd b/org.eclipse.ui.intro/schema/configExtension.exsd
index 745127348..04c69fff8 100644
--- a/org.eclipse.ui.intro/schema/configExtension.exsd
+++ b/org.eclipse.ui.intro/schema/configExtension.exsd
@@ -1,208 +1,208 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.ui.intro">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.ui.intro" id="configExtension" name="Intro Part Configuration Extension"/>
- </appInfo>
- <documentation>
- This extension point is used to extend an existing intro configuration by providing more content, additional StandbyContentParts or additional IntroUrl actions.
- </documentation>
- </annotation>
-
- <element name="extension">
- <complexType>
- <sequence>
- <element ref="configExtension" minOccurs="1" maxOccurs="unbounded"/>
- <element ref="standbyContentPart" minOccurs="0" maxOccurs="unbounded"/>
- <element ref="action" minOccurs="0" 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>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="configExtension">
- <annotation>
- <documentation>
- Defines an extension to an intro configuration. Any page or group in an intro part configuration can be extended, if it has declared extensability by defining anchors.
- </documentation>
- </annotation>
- <complexType>
- <attribute name="configId" type="string" use="required">
- <annotation>
- <documentation>
- the id of an intro contribution that will be extended
- </documentation>
- </annotation>
- </attribute>
- <attribute name="content" type="string" use="required">
- <annotation>
- <documentation>
- an intro content file. The content file is an XML file that contains the specifics of the intro (&lt;a href=&quot;introContentFileSpec.html&quot;&gt;intro content file format specification)&lt;/a&gt;.
-The content file is parsed at run time by the intro framework. Based on the settings in this file, a certain number of pages, groups, and links are shown to the user when the intro is opened.
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="standbyContentPart">
- <annotation>
- <documentation>
- standbyContentPart registration. Once registered, standby parts can be launched through an introURL action of the following format:
-&lt;pre&gt;
-http://org.eclipse.ui.intro/showStandby?partId=&lt;id of standbyContentPart&gt;
-&lt;/pre&gt;
- </documentation>
- </annotation>
- <complexType>
- <attribute name="id" type="string" use="required">
- <annotation>
- <documentation>
- a unique id that identifies this standbyContentPart.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="pluginId" type="string" use="required">
- <annotation>
- <documentation>
- the name of the plugin that holds the class defined in the &quot;class&quot; attribute.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
- the fully qualified class name of the class that implements &lt;code&gt;org.eclipse.ui.intro.config.IStandbyContentPart&lt;/code&gt; to handle displaying alternative standby content, such as a cheat sheet.
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="action">
- <annotation>
- <documentation>
- custom Intro URL action registration. This can be used to create new Intro URL actions or a shortCut to predefined actions.
- </documentation>
- </annotation>
- <complexType>
- <attribute name="name" type="string" use="required">
- <annotation>
- <documentation>
- a unique name that identifies this action.
- </documentation>
- </annotation>
- </attribute>
- <attribute name="replaces" type="string" use="required">
- <annotation>
- <documentation>
- the macro which replaces the action name in the Intro URL.
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- 3.0
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- Here is an example implementation of this extension point:
-&lt;p&gt;
-&lt;pre&gt;
-&lt;extension point=&quot;org.eclipse.ui.intro.configExtension&quot;&gt;
- &lt;configExtension
- configId=&quot;com.org.xyz.introConfig&quot;
- content=&quot;extensionContent.xml&quot;/&gt;
-
- &lt;standbyPart
- id=&quot;com.org.xyz.myStandbyPart&quot;
- class=&quot;com.org.xyz.internal.MyStandbyContent&quot;
- pluginId=&quot;com.org.xyz&quot;/&gt;
-
- &lt;action
- name=&quot;shortcutAction&quot;
- replaces=&quot;http://org.eclipse.ui.intro/showStandby?partId=com.org.xyz.myStandbyPart&quot;/&gt;
-
- &lt;action
- name=&quot;customAction&quot;
- replaces=&quot;runAction?pluginId=com.org.xyz&amp;amp;class=com.org.xyz.CustomAction&amp;amp;param1=value1&quot;/&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
-&lt;/p&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- For further details see the spec for the org.eclipse.ui.intro.config API package.
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- There are three supplied implementations:
-&lt;ul&gt;
-&lt;li&gt;org.eclipse.jdt, makes use of configExtension&lt;/li&gt;
-&lt;li&gt;org.eclipse.pde, makes use of configExtension&lt;/li&gt;
-&lt;li&gt;org.eclipse.platform, makes use of standbyPoint&lt;/li&gt;
-&lt;/ul&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- /************************************************************************
- * Copyright (c) 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
- *
- * Contributors:
- * IBM Corporation - Initial API and implementation
- *************************************************************************/
- </documentation>
- </annotation>
-
-</schema>
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.ui.intro">
+<annotation>
+ <appInfo>
+ <meta.schema plugin="org.eclipse.ui.intro" id="configExtension" name="Intro Part Configuration Extension"/>
+ </appInfo>
+ <documentation>
+ This extension point is used to extend an existing intro configuration by providing more content, additional StandbyContentParts or additional IntroUrl actions.
+ </documentation>
+ </annotation>
+
+ <element name="extension">
+ <complexType>
+ <sequence>
+ <element ref="configExtension" minOccurs="1" maxOccurs="unbounded"/>
+ <element ref="standbyContentPart" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="action" minOccurs="0" 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>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="configExtension">
+ <annotation>
+ <documentation>
+ Defines an extension to an intro configuration. Any page or group in an intro part configuration can be extended, if it has declared extensability by defining anchors.
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="configId" type="string" use="required">
+ <annotation>
+ <documentation>
+ the id of an intro contribution that will be extended
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="content" type="string" use="required">
+ <annotation>
+ <documentation>
+ an intro content file. The content file is an XML file that contains the specifics of the intro (&lt;a href=&quot;introContentFileSpec.html&quot;&gt;intro content file format specification)&lt;/a&gt;.
+The content file is parsed at run time by the intro framework. Based on the settings in this file, a certain number of pages, groups, and links are shown to the user when the intro is opened.
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="standbyContentPart">
+ <annotation>
+ <documentation>
+ standbyContentPart registration. Once registered, standby parts can be launched through an introURL action of the following format:
+&lt;pre&gt;
+http://org.eclipse.ui.intro/showStandby?partId=&lt;id of standbyContentPart&gt;
+&lt;/pre&gt;
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="id" type="string" use="required">
+ <annotation>
+ <documentation>
+ a unique id that identifies this standbyContentPart.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="pluginId" type="string" use="required">
+ <annotation>
+ <documentation>
+ the name of the plugin that holds the class defined in the &quot;class&quot; attribute.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="class" type="string" use="required">
+ <annotation>
+ <documentation>
+ the fully qualified class name of the class that implements &lt;code&gt;org.eclipse.ui.intro.config.IStandbyContentPart&lt;/code&gt; to handle displaying alternative standby content, such as a cheat sheet.
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="action">
+ <annotation>
+ <documentation>
+ custom Intro URL action registration. This can be used to create new Intro URL actions or a shortCut to predefined actions.
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="name" type="string" use="required">
+ <annotation>
+ <documentation>
+ a unique name that identifies this action.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="replaces" type="string" use="required">
+ <annotation>
+ <documentation>
+ the macro which replaces the action name in the Intro URL.
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="since"/>
+ </appInfo>
+ <documentation>
+ 3.0
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="examples"/>
+ </appInfo>
+ <documentation>
+ Here is an example implementation of this extension point:
+&lt;p&gt;
+&lt;pre&gt;
+&lt;extension point=&quot;org.eclipse.ui.intro.configExtension&quot;&gt;
+ &lt;configExtension
+ configId=&quot;com.org.xyz.introConfig&quot;
+ content=&quot;extensionContent.xml&quot;/&gt;
+
+ &lt;standbyPart
+ id=&quot;com.org.xyz.myStandbyPart&quot;
+ class=&quot;com.org.xyz.internal.MyStandbyContent&quot;
+ pluginId=&quot;com.org.xyz&quot;/&gt;
+
+ &lt;action
+ name=&quot;shortcutAction&quot;
+ replaces=&quot;http://org.eclipse.ui.intro/showStandby?partId=com.org.xyz.myStandbyPart&quot;/&gt;
+
+ &lt;action
+ name=&quot;customAction&quot;
+ replaces=&quot;runAction?pluginId=com.org.xyz&amp;amp;class=com.org.xyz.CustomAction&amp;amp;param1=value1&quot;/&gt;
+&lt;/extension&gt;
+&lt;/pre&gt;
+&lt;/p&gt;
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="apiInfo"/>
+ </appInfo>
+ <documentation>
+ For further details see the spec for the org.eclipse.ui.intro.config API package.
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="implementation"/>
+ </appInfo>
+ <documentation>
+ There are three supplied implementations:
+&lt;ul&gt;
+&lt;li&gt;org.eclipse.jdt, makes use of configExtension&lt;/li&gt;
+&lt;li&gt;org.eclipse.pde, makes use of configExtension&lt;/li&gt;
+&lt;li&gt;org.eclipse.platform, makes use of standbyPoint&lt;/li&gt;
+&lt;/ul&gt;
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="copyright"/>
+ </appInfo>
+ <documentation>
+ /************************************************************************
+ * Copyright (c) 2004 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - Initial API and implementation
+ *************************************************************************/
+ </documentation>
+ </annotation>
+
+</schema>

Back to the top