Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2006-02-12 13:33:35 +0000
committerDejan Gloszic2006-02-12 13:33:35 +0000
commit6d447dfbac3392f75d5f85d1a55a89615a34c6e4 (patch)
tree70839696a21a11d124e3b975fb1172c39935f415 /org.eclipse.help/schema
parentfbd87e6bbc62103af13bed1b69c8421d7c62e378 (diff)
downloadeclipse.platform.ua-6d447dfbac3392f75d5f85d1a55a89615a34c6e4.tar.gz
eclipse.platform.ua-6d447dfbac3392f75d5f85d1a55a89615a34c6e4.tar.xz
eclipse.platform.ua-6d447dfbac3392f75d5f85d1a55a89615a34c6e4.zip
126275 [Help] Create invisible structure for help system navigationv20060212
Diffstat (limited to 'org.eclipse.help/schema')
-rw-r--r--org.eclipse.help/schema/toc.exsd12
1 files changed, 10 insertions, 2 deletions
diff --git a/org.eclipse.help/schema/toc.exsd b/org.eclipse.help/schema/toc.exsd
index 975f17b84..f1306b216 100644
--- a/org.eclipse.help/schema/toc.exsd
+++ b/org.eclipse.help/schema/toc.exsd
@@ -174,6 +174,13 @@ the documentation search, even if <samp>topic</samp> elements in the
</documentation>
</annotation>
</attribute>
+ <attribute name="category" type="string">
+ <annotation>
+ <documentation>
+ specifies the category of TOCs to which this one belongs. This applies only to primary TOCs. Categories are used to group together related books. The value must be a string that uniquely identifies the category.
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -207,7 +214,8 @@ the documentation search, even if &lt;samp&gt;topic&lt;/samp&gt; elements in the
&lt;p&gt;(in file &lt;tt&gt;plugin.xml&lt;/tt&gt;)
&lt;pre&gt;
&lt;extension point=&quot;org.eclipse.help.toc&quot;&gt;
- &lt;toc file=&quot;maindocs.html&quot; primary=&quot;true&quot;/&gt;
+ &lt;toc file=&quot;toc1.xml&quot; primary=&quot;true&quot;/&gt;
+ &lt;toc file=&quot;toc2.xml&quot; primary=&quot;true&quot; category=&quot;myCategory&quot;/&gt;
&lt;toc file=&quot;task.xml&quot;/&gt;
&lt;toc file=&quot;sample.xml&quot; extradir=&quot;samples&quot;/&gt;
&lt;index path=&quot;index/&quot;/&gt;
@@ -310,7 +318,7 @@ files mentioned in the plugin.xml file.
<meta.section type="copyright"/>
</appInfo>
<documentation>
- Copyright (c) 2000, 2005 IBM Corporation and others.&lt;br&gt;
+ Copyright (c) 2000, 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;

Back to the top