Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2004-06-11 11:10:14 +0000
committerMazen Faraj2004-06-11 11:10:14 +0000
commit42c40d2ff16b98fd2c0238685906e57bcd2a93b0 (patch)
tree617997726c8bed26e8eb20a9e8719a4b3f0fc272 /org.eclipse.ui.intro
parent8373d02dc4767f65ee89eeb94a378e391cedd73e (diff)
downloadeclipse.platform.ua-42c40d2ff16b98fd2c0238685906e57bcd2a93b0.tar.gz
eclipse.platform.ua-42c40d2ff16b98fd2c0238685906e57bcd2a93b0.tar.xz
eclipse.platform.ua-42c40d2ff16b98fd2c0238685906e57bcd2a93b0.zip
broken schema
Diffstat (limited to 'org.eclipse.ui.intro')
-rw-r--r--org.eclipse.ui.intro/schema/IntroContent.exsd34
1 files changed, 17 insertions, 17 deletions
diff --git a/org.eclipse.ui.intro/schema/IntroContent.exsd b/org.eclipse.ui.intro/schema/IntroContent.exsd
index 9df9c3614..4e3aef950 100644
--- a/org.eclipse.ui.intro/schema/IntroContent.exsd
+++ b/org.eclipse.ui.intro/schema/IntroContent.exsd
@@ -23,12 +23,12 @@
<element name="page">
<annotation>
<documentation>
- This element is used to describe a page to be displayed. A page can be either either dynamic or static.&lt;br/&gt;
-&lt;br/&gt;
-Static pages allow for reuse of existing HTML documents within ones introduction. When a static page is used, none of the subelements are utilized. Also note 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;
-Dynamic pages do not have a url defined and their contents are generated from the subelements of the page. 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;
-
+ This element is used to describe a page to be displayed. A page can be either either dynamic or static.&lt;br/&gt;
+&lt;br/&gt;
+Static pages allow for reuse of existing HTML documents within ones introduction. When a static page is used, none of the subelements are utilized. Also note 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;
+Dynamic pages do not have a url defined and their contents are generated from the subelements of the page. 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;
+
A &lt;b&gt;group&lt;/b&gt; subelement is used to group of 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 page and run an intro action/command. A link is normally defined at the page level to navigate between main pages verses links within a page. A &lt;b&gt;text&lt;/b&gt; subelement defines textual content for 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 srcipts or extra styles 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 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 embedding an html snippets directly from html file. A &lt;b&gt;title&lt;/b&gt; subelement defines the title of the page.
</documentation>
</annotation>
@@ -90,11 +90,18 @@ A &lt;b&gt;group&lt;/b&gt; subelement is used to group of content and apply styl
<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 defined all 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 files pointed to by the content file. It is also assumed that this new file has only one page deifned. When resolving to the content of this file, the page with a matching is to the id defined in this page is chosen.
+ an optional attribute which can define the location of an introContent.xml file that represents the content of this page. When defined all 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 files pointed to by the content file. It is also assumed that this new file has only one page deifned. When resolving to the content of this file, the page with a matching is to the id defined in this page is chosen.
This seperation out 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>
@@ -145,13 +152,6 @@ This seperation out of pages can be used when performance is an issue, as the co
</restriction>
</simpleType>
</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>
@@ -210,7 +210,7 @@ This seperation out of pages can be used when performance is an issue, as the co
<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.
+ 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.
Embedding allows for a fully defined html file to be embeded within an HTML object by referencing the html file. Inclusion allows for embedding an html snippets directly from html file.
</documentation>
</annotation>
@@ -315,7 +315,7 @@ Embedding allows for a fully defined html file to be embeded within an HTML obje
<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.
+ 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>
@@ -386,7 +386,7 @@ If multiple paragraphs are needed, then the text can be divided into multiple se
<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.
+ 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 SWT 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 head content, it makes sense to just define it in one file).
</documentation>
</annotation>

Back to the top