You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2006/12/10 05:08:02 UTC

svn commit: r485133 [1/4] - in /incubator/uima/uimaj/trunk/uima-docbooks/src: css/ docbook/overview_and_setup/ docbook/references/ docbook/tools/ docbook/tutorials_and_users_guides/ olink/overview_and_setup/ olink/references/ olink/tools/ olink/tutoria...

Author: schor
Date: Sat Dec  9 20:07:59 2006
New Revision: 485133

URL: http://svn.apache.org/viewvc?view=rev&rev=485133
Log:
UIMA-5 fix format of html output: wrong sizes of some 
fonts, line-heights wrong in many places.  Extract common
formatting into shared file between pdf and html.

Added:
    incubator/uima/uimaj/trunk/uima-docbooks/src/styles/common_custom.xsl
Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/css/stylesheet.css
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/references.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/annotator_analysis_engine_guide.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tutorials_and_users_guides.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/htmlsingle-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/pdf-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/tools/htmlsingle-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/tools/pdf-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/tutorials_and_users_guides/htmlsingle-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/tutorials_and_users_guides/pdf-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/styles/html.xsl
    incubator/uima/uimaj/trunk/uima-docbooks/src/styles/html/custom.xsl
    incubator/uima/uimaj/trunk/uima-docbooks/src/styles/htmlsingle.xsl
    incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf.xsl
    incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/css/stylesheet.css
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/css/stylesheet.css?view=diff&rev=485133&r1=485132&r2=485133
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/css/stylesheet.css (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/css/stylesheet.css Sat Dec  9 20:07:59 2006
@@ -36,9 +36,13 @@
 p {
     text-align:     left;
     margin-bottom:  .6em;
-    line-height:    1.2;
+    line-height:    1.4;
 }
 
+td {   line-height:    1.2;
+       padding: .3em;
+       }
+
 hr {
     margin-top:     .6em;
     margin-bottom:  .6em;
@@ -49,7 +53,7 @@
 }
 
 h2,h3,h4,h5 {
-  margin: 0 0 0.5em 0; 
+  margin: 0 0 0.5em 0;
   page-break-after: avoid;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
@@ -64,7 +68,7 @@
 /* later rules of same specificity override earlier ones */
 /* cant use ">" because IE doesn't recognize */
 
-div.chapter div.titlepage h2.title {  
+div.chapter div.titlepage h2.title {
   margin-bottom: 1.5em;
   font-size: 1.6em;
   letter-spacing: -0.07ex;
@@ -84,6 +88,13 @@
   border-top:solid black .75pt;
 }
 
+div.note h3, div.tip h3 {
+    margin-left: 0;
+    font-size: 1.2em;
+    border-top: none;
+    margin-top: 0em;
+}
+
 h4 {
   font-size: 1.1em;
 }
@@ -148,7 +159,7 @@
 }
 
 div.toc, div.list-of-examples, div.list-of-figures {
-    font-size:      0.8em;
+
     margin-bottom:  3em;
 }
 
@@ -166,7 +177,7 @@
 
 pre {
     margin:         .75em 0;
-    line-height:    1.0;
+    line-height:    1.25;
     color:          black;
 }
 
@@ -199,7 +210,7 @@
 }
 
 p.releaseinfo, .copyright {
-    font-size:      0.7em;
+    font-size:      0.9em;
     text-align:     left;
     margin:         0px;
     padding:        0px;
@@ -264,13 +275,13 @@
 div.revhistory table {
     font-family:    sans-serif;
     font-size:      12px;
-	border-collapse: collapse;
+  border-collapse: collapse;
 }
 
 div.revhistory table tr {
-	border:         solid 1px gray;
+  border:         solid 1px gray;
 }
 
 div.revhistory table th {
-	border: none;
+  border: none;
 }

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml?view=diff&rev=485133&r1=485132&r2=485133
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml Sat Dec  9 20:07:59 2006
@@ -23,7 +23,7 @@
 under the License.
 -->
 <chapter id="ugr.project_overview">
-  <title>Apache UIMA SDK &mdash; Project Overview</title>
+  <title>UIMA Overview</title>
   <titleabbrev>Overview</titleabbrev>
   
   <para>The Unstructured Information Management Architecture (UIMA) is an architecture
@@ -67,7 +67,7 @@
     <!-- _crossRef357 -->
     <title>Apache UIMA Project Documentation Overview</title>
     <para> The user documentation for UIMA is organized into several parts.
-      <itemizedlist>
+      <itemizedlist spacing="compact">
         <listitem>
           <para> <xref linkend="ugr.project_overview_overview"/> - this documentation
             </para>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/references.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/references.xml?view=diff&rev=485133&r1=485132&r2=485133
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/references.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/references.xml Sat Dec  9 20:07:59 2006
@@ -23,7 +23,7 @@
 under the License.
 -->
 <book lang="en">
-  <title>Apache UIMA SDK &mdash; References</title>
+  <title>UIMA References</title>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../common_book_info.xml"/>
 
   <toc/>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.xml?view=diff&rev=485133&r1=485132&r2=485133
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.xml Sat Dec  9 20:07:59 2006
@@ -23,7 +23,7 @@
 under the License.
 -->
 <book lang="en">
-  <title>Apache UIMA SDK &mdash; Tools Guide and Reference</title>
+  <title>UIMA Tools Guide and Reference</title>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../common_book_info.xml"/>
   <toc/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.cde.xml"/>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/annotator_analysis_engine_guide.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/annotator_analysis_engine_guide.xml?view=diff&rev=485133&r1=485132&r2=485133
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/annotator_analysis_engine_guide.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/annotator_analysis_engine_guide.xml Sat Dec  9 20:07:59 2006
@@ -1681,7 +1681,8 @@
           UimaContext by calling:
           
           
-          <programlisting>StringMapResource mMap = (StringMapResource)getContext()getResourceObject("AcronymTable");
+          <programlisting>StringMapResource mMap = 
+  (StringMapResource)getContext().getResourceObject("AcronymTable");
 </programlisting>
           </para>
         

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml?view=diff&rev=485133&r1=485132&r2=485133
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml Sat Dec  9 20:07:59 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"[
-<!ENTITY imgroot "../images/tutorials_and_users_guides/tug.fc">
+<!ENTITY imgroot "../images/tutorials_and_users_guides/tug.fc/">
 <!ENTITY % uimaents SYSTEM "../entities.ent">  
 %uimaents;
 ]>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tutorials_and_users_guides.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tutorials_and_users_guides.xml?view=diff&rev=485133&r1=485132&r2=485133
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tutorials_and_users_guides.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tutorials_and_users_guides.xml Sat Dec  9 20:07:59 2006
@@ -23,7 +23,7 @@
 under the License.
 -->
 <book lang="en">
-  <title>Apache UIMA SDK &mdash; Tutorial and Developers&apos; Guides</title>
+  <title>UIMA Tutorial and Developers&apos; Guides</title>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../common_book_info.xml"/>
 
   <toc/>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db?view=diff&rev=485133&r1=485132&r2=485133
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db Sat Dec  9 20:07:59 2006
@@ -2,23 +2,23 @@
    <ttl>Overview &amp; Setup</ttl>
    <xreftext>Overview &amp; Setup</xreftext>
    <div element="chapter" href="#ugr.project_overview" number="1" targetptr="ugr.project_overview">
-      <ttl>Apache UIMA SDK — Project Overview</ttl>
-      <xreftext>Chapter 1, <i>Apache UIMA SDK — Project Overview</i>
+      <ttl>UIMA Overview</ttl>
+      <xreftext>Chapter 1, <i>UIMA Overview</i>
       </xreftext>
       <div element="section" href="#ugr.project_overview_doc_overview" number="1.1" targetptr="ugr.project_overview_doc_overview">
          <ttl>Apache UIMA Project Documentation Overview</ttl>
          <xreftext>Section 1.1, “Apache UIMA Project Documentation Overview”</xreftext>
-         <div element="section" href="#ugr.project_overview_overview" number="" targetptr="ugr.project_overview_overview">
+         <div element="section" href="#ugr.project_overview_overview" number="1.1.1" targetptr="ugr.project_overview_overview">
             <ttl>Overviews</ttl>
-            <xreftext>the section called “Overviews”</xreftext>
+            <xreftext>Section 1.1.1, “Overviews”</xreftext>
          </div>
-         <div element="section" href="#ugr.project_overview_setup" number="" targetptr="ugr.project_overview_setup">
+         <div element="section" href="#ugr.project_overview_setup" number="1.1.2" targetptr="ugr.project_overview_setup">
             <ttl>Eclipse Tooling Installation and Setup</ttl>
-            <xreftext>the section called “Eclipse Tooling Installation and Setup”</xreftext>
+            <xreftext>Section 1.1.2, “Eclipse Tooling Installation and Setup”</xreftext>
          </div>
-         <div element="section" href="#ugr.project_overview_tutorials_dev_guides" number="" targetptr="ugr.project_overview_tutorials_dev_guides">
+         <div element="section" href="#ugr.project_overview_tutorials_dev_guides" number="1.1.3" targetptr="ugr.project_overview_tutorials_dev_guides">
             <ttl>Tutorials and Developer's Guides</ttl>
-            <xreftext>the section called “Tutorials and Developer's Guides”</xreftext>
+            <xreftext>Section 1.1.3, “Tutorials and Developer's Guides”</xreftext>
             <obj element="row" href="#ugr.project_overview_tutorial_annotator" number="" targetptr="ugr.project_overview_tutorial_annotator">
                <ttl>???TITLE???</ttl>
                <xreftext>???</xreftext>
@@ -48,9 +48,9 @@
                <xreftext>???</xreftext>
             </obj>
          </div>
-         <div element="section" href="#ugr.project_overview_tool_guides" number="" targetptr="ugr.project_overview_tool_guides">
+         <div element="section" href="#ugr.project_overview_tool_guides" number="1.1.4" targetptr="ugr.project_overview_tool_guides">
             <ttl>Tools Users' Guides</ttl>
-            <xreftext>the section called “Tools Users' Guides”</xreftext>
+            <xreftext>Section 1.1.4, “Tools Users' Guides”</xreftext>
             <obj element="row" href="#ugr.project_overview_tools_component_descriptor_editor" number="" targetptr="ugr.project_overview_tools_component_descriptor_editor">
                <ttl>???TITLE???</ttl>
                <xreftext>???</xreftext>
@@ -88,9 +88,9 @@
                <xreftext>???</xreftext>
             </obj>
          </div>
-         <div element="section" href="#ugr.project_overview_reference" number="" targetptr="ugr.project_overview_reference">
+         <div element="section" href="#ugr.project_overview_reference" number="1.1.5" targetptr="ugr.project_overview_reference">
             <ttl>References</ttl>
-            <xreftext>the section called “References”</xreftext>
+            <xreftext>Section 1.1.5, “References”</xreftext>
             <obj element="row" href="#ugr.project_overview_xml_ref_component_descriptor" number="" targetptr="ugr.project_overview_xml_ref_component_descriptor">
                <ttl>???TITLE???</ttl>
                <xreftext>???</xreftext>
@@ -128,63 +128,63 @@
       <div element="section" href="#ugr.project_overview_whats_new" number="1.3" targetptr="ugr.project_overview_whats_new">
          <ttl>What's new in Apache UIMA Version 2.0</ttl>
          <xreftext>Section 1.3, “What's new in Apache UIMA Version 2.0”</xreftext>
-         <div element="section" href="#ugr.project_overview_new_capabilities" number="" targetptr="ugr.project_overview_new_capabilities">
+         <div element="section" href="#ugr.project_overview_new_capabilities" number="1.3.1" targetptr="ugr.project_overview_new_capabilities">
             <ttl>New Capabilities</ttl>
-            <xreftext>the section called “New Capabilities”</xreftext>
-            <div element="section" href="#ugr.project_overview_new_data_types" number="" targetptr="ugr.project_overview_new_data_types">
+            <xreftext>Section 1.3.1, “New Capabilities”</xreftext>
+            <div element="section" href="#ugr.project_overview_new_data_types" number="1.3.1.1" targetptr="ugr.project_overview_new_data_types">
                <ttl>New Primitive data types</ttl>
-               <xreftext>the section called “New Primitive data types”</xreftext>
+               <xreftext>Section 1.3.1.1, “New Primitive data types”</xreftext>
             </div>
-            <div element="section" href="#ugr.ovv.simpler_aes_and_cases" number="" targetptr="ugr.ovv.simpler_aes_and_cases">
+            <div element="section" href="#ugr.ovv.simpler_aes_and_cases" number="1.3.1.2" targetptr="ugr.ovv.simpler_aes_and_cases">
                <ttl>Simpler Analysis Engines and CASes</ttl>
-               <xreftext>the section called “Simpler Analysis Engines and CASes”</xreftext>
+               <xreftext>Section 1.3.1.2, “Simpler Analysis Engines and CASes”</xreftext>
             </div>
-            <div element="section" href="#ugr.ovv.sofas_and_cas_views_simplified" number="" targetptr="ugr.ovv.sofas_and_cas_views_simplified">
+            <div element="section" href="#ugr.ovv.sofas_and_cas_views_simplified" number="1.3.1.3" targetptr="ugr.ovv.sofas_and_cas_views_simplified">
                <ttl>Sofas and CAS Views simplified</ttl>
-               <xreftext>the section called “Sofas and CAS Views simplified”</xreftext>
+               <xreftext>Section 1.3.1.3, “Sofas and CAS Views simplified”</xreftext>
             </div>
-            <div element="section" href="#ugr.ovv.ae_support_multiple_new_cases" number="" targetptr="ugr.ovv.ae_support_multiple_new_cases">
+            <div element="section" href="#ugr.ovv.ae_support_multiple_new_cases" number="1.3.1.4" targetptr="ugr.ovv.ae_support_multiple_new_cases">
                <ttl>Analysis Component generalized to support multiple new CAS
           outputs</ttl>
-               <xreftext>the section called “Analysis Component generalized to support multiple new CAS
+               <xreftext>Section 1.3.1.4, “Analysis Component generalized to support multiple new CAS
           outputs”</xreftext>
             </div>
-            <div element="section" href="#ugr.ovv.user_customized_fc" number="" targetptr="ugr.ovv.user_customized_fc">
+            <div element="section" href="#ugr.ovv.user_customized_fc" number="1.3.1.5" targetptr="ugr.ovv.user_customized_fc">
                <ttl>User-customized Flow Controllers</ttl>
-               <xreftext>the section called “User-customized Flow Controllers”</xreftext>
+               <xreftext>Section 1.3.1.5, “User-customized Flow Controllers”</xreftext>
             </div>
-            <div element="section" href="#ugr.ovv.search_engine_repackaged" number="" targetptr="ugr.ovv.search_engine_repackaged">
+            <div element="section" href="#ugr.ovv.search_engine_repackaged" number="1.3.1.6" targetptr="ugr.ovv.search_engine_repackaged">
                <ttl>Search Engine Repackaged</ttl>
-               <xreftext>the section called “Search Engine Repackaged”</xreftext>
+               <xreftext>Section 1.3.1.6, “Search Engine Repackaged”</xreftext>
             </div>
          </div>
-         <div element="section" href="#ugr.project_overview_backwards_compatibility" number="" targetptr="ugr.project_overview_backwards_compatibility">
+         <div element="section" href="#ugr.project_overview_backwards_compatibility" number="1.3.2" targetptr="ugr.project_overview_backwards_compatibility">
             <ttl>Backwards Compatibility</ttl>
-            <xreftext>the section called “Backwards Compatibility”</xreftext>
+            <xreftext>Section 1.3.2, “Backwards Compatibility”</xreftext>
          </div>
-         <div element="section" href="#ugr.ovv.other_changes" number="" targetptr="ugr.ovv.other_changes">
+         <div element="section" href="#ugr.ovv.other_changes" number="1.3.3" targetptr="ugr.ovv.other_changes">
             <ttl>Other Changes</ttl>
-            <xreftext>the section called “Other Changes”</xreftext>
+            <xreftext>Section 1.3.3, “Other Changes”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.project_overview_summary" number="1.4" targetptr="ugr.project_overview_summary">
          <ttl>Apache UIMA SDK Summary</ttl>
          <xreftext>Section 1.4, “Apache UIMA SDK Summary”</xreftext>
-         <div element="section" href="#ugr.ovv.summary.general" number="" targetptr="ugr.ovv.summary.general">
+         <div element="section" href="#ugr.ovv.summary.general" number="1.4.1" targetptr="ugr.ovv.summary.general">
             <ttl>General</ttl>
-            <xreftext>the section called “General”</xreftext>
+            <xreftext>Section 1.4.1, “General”</xreftext>
          </div>
-         <div element="section" href="#ugr.ovv.summary.programming_language_support" number="" targetptr="ugr.ovv.summary.programming_language_support">
+         <div element="section" href="#ugr.ovv.summary.programming_language_support" number="1.4.2" targetptr="ugr.ovv.summary.programming_language_support">
             <ttl>Programming Language Support</ttl>
-            <xreftext>the section called “Programming Language Support”</xreftext>
+            <xreftext>Section 1.4.2, “Programming Language Support”</xreftext>
          </div>
-         <div element="section" href="#ugr.ovv.general.summary.multi_modal_support" number="" targetptr="ugr.ovv.general.summary.multi_modal_support">
+         <div element="section" href="#ugr.ovv.general.summary.multi_modal_support" number="1.4.3" targetptr="ugr.ovv.general.summary.multi_modal_support">
             <ttl>Multi-Modal Support</ttl>
-            <xreftext>the section called “Multi-Modal Support”</xreftext>
+            <xreftext>Section 1.4.3, “Multi-Modal Support”</xreftext>
          </div>
-         <div element="section" href="#ugr.ovv.summary.general.semantic_search_components" number="" targetptr="ugr.ovv.summary.general.semantic_search_components">
+         <div element="section" href="#ugr.ovv.summary.general.semantic_search_components" number="1.4.4" targetptr="ugr.ovv.summary.general.semantic_search_components">
             <ttl>Semantic Search Components</ttl>
-            <xreftext>the section called “Semantic Search Components”</xreftext>
+            <xreftext>Section 1.4.4, “Semantic Search Components”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.project_overview_summary_sdk_capabilities" number="1.5" targetptr="ugr.project_overview_summary_sdk_capabilities">
@@ -213,37 +213,37 @@
       <div element="section" href="#ugr.ovv.conceptual.analysis_basics" number="2.3" targetptr="ugr.ovv.conceptual.analysis_basics">
          <ttl>Analysis Basics</ttl>
          <xreftext>Section 2.3, “Analysis Basics”</xreftext>
-         <div element="section" href="#ugr.ovv.conceptual.aes_annotators_and_analysis_results" number="" targetptr="ugr.ovv.conceptual.aes_annotators_and_analysis_results">
+         <div element="section" href="#ugr.ovv.conceptual.aes_annotators_and_analysis_results" number="2.3.1" targetptr="ugr.ovv.conceptual.aes_annotators_and_analysis_results">
             <ttl>Analysis Engines, Annotators &amp; Results</ttl>
-            <xreftext>the section called “Analysis Engines, Annotators &amp; Results”</xreftext>
+            <xreftext>Section 2.3.1, “Analysis Engines, Annotators &amp; Results”</xreftext>
             <obj element="figure" href="#ugr.ovv.conceptual.metadata_in_cas" number="2.2" targetptr="ugr.ovv.conceptual.metadata_in_cas">
                <ttl>Objects represented in the Common Analysis Structure (CAS)</ttl>
                <xreftext>Figure 2.2, “Objects represented in the Common Analysis Structure (CAS)”</xreftext>
             </obj>
          </div>
-         <div element="section" href="#ugr.ovv.conceptual.representing_results_in_cas" number="" targetptr="ugr.ovv.conceptual.representing_results_in_cas">
+         <div element="section" href="#ugr.ovv.conceptual.representing_results_in_cas" number="2.3.2" targetptr="ugr.ovv.conceptual.representing_results_in_cas">
             <ttl>Representing Analysis Results in the CAS</ttl>
-            <xreftext>the section called “Representing Analysis Results in the CAS”</xreftext>
-            <div element="section" href="#ugr.ovv.conceptual.annotation_type" number="" targetptr="ugr.ovv.conceptual.annotation_type">
+            <xreftext>Section 2.3.2, “Representing Analysis Results in the CAS”</xreftext>
+            <div element="section" href="#ugr.ovv.conceptual.annotation_type" number="2.3.2.1" targetptr="ugr.ovv.conceptual.annotation_type">
                <ttl>The Annotation Type</ttl>
-               <xreftext>the section called “The Annotation Type”</xreftext>
+               <xreftext>Section 2.3.2.1, “The Annotation Type”</xreftext>
             </div>
-            <div element="section" href="#ugr.ovv.conceptual.not_just_annotations" number="" targetptr="ugr.ovv.conceptual.not_just_annotations">
+            <div element="section" href="#ugr.ovv.conceptual.not_just_annotations" number="2.3.2.2" targetptr="ugr.ovv.conceptual.not_just_annotations">
                <ttl>Not Just Annotations</ttl>
-               <xreftext>the section called “Not Just Annotations”</xreftext>
+               <xreftext>Section 2.3.2.2, “Not Just Annotations”</xreftext>
             </div>
-            <div element="section" href="#ugr.ovv.conceptual.multiple_views_within_a_cas" number="" targetptr="ugr.ovv.conceptual.multiple_views_within_a_cas">
+            <div element="section" href="#ugr.ovv.conceptual.multiple_views_within_a_cas" number="2.3.2.3" targetptr="ugr.ovv.conceptual.multiple_views_within_a_cas">
                <ttl>Multiple Views within a CAS</ttl>
-               <xreftext>the section called “Multiple Views within a CAS”</xreftext>
+               <xreftext>Section 2.3.2.3, “Multiple Views within a CAS”</xreftext>
             </div>
          </div>
-         <div element="section" href="#ugr.ovv.conceptual.interacting_with_cas_and_external_resources" number="" targetptr="ugr.ovv.conceptual.interacting_with_cas_and_external_resources">
+         <div element="section" href="#ugr.ovv.conceptual.interacting_with_cas_and_external_resources" number="2.3.3" targetptr="ugr.ovv.conceptual.interacting_with_cas_and_external_resources">
             <ttl>Interacting with the CAS and External Resources</ttl>
-            <xreftext>the section called “Interacting with the CAS and External Resources”</xreftext>
+            <xreftext>Section 2.3.3, “Interacting with the CAS and External Resources”</xreftext>
          </div>
-         <div element="section" href="#ugr.ovv.conceptual.component_descriptors" number="" targetptr="ugr.ovv.conceptual.component_descriptors">
+         <div element="section" href="#ugr.ovv.conceptual.component_descriptors" number="2.3.4" targetptr="ugr.ovv.conceptual.component_descriptors">
             <ttl>Component Descriptors</ttl>
-            <xreftext>the section called “Component Descriptors”</xreftext>
+            <xreftext>Section 2.3.4, “Component Descriptors”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.ovv.conceptual.aggregate_analysis_engines" number="2.4" targetptr="ugr.ovv.conceptual.aggregate_analysis_engines">
@@ -257,17 +257,17 @@
       <div element="section" href="#ugr.ovv.conceptual.applicaiton_building_and_collection_processing" number="2.5" targetptr="ugr.ovv.conceptual.applicaiton_building_and_collection_processing">
          <ttl>Application Building and Collection Processing</ttl>
          <xreftext>Section 2.5, “Application Building and Collection Processing”</xreftext>
-         <div element="section" href="#ugr.ovv.conceptual.using_framework_from_an_application" number="" targetptr="ugr.ovv.conceptual.using_framework_from_an_application">
+         <div element="section" href="#ugr.ovv.conceptual.using_framework_from_an_application" number="2.5.1" targetptr="ugr.ovv.conceptual.using_framework_from_an_application">
             <ttl>Using the framework from an Application</ttl>
-            <xreftext>the section called “Using the framework from an Application”</xreftext>
+            <xreftext>Section 2.5.1, “Using the framework from an Application”</xreftext>
             <obj element="figure" href="#ugr.ovv.conceptual.application_factory_ae" number="2.4" targetptr="ugr.ovv.conceptual.application_factory_ae">
                <ttl>Using UIMA Framework to create and interact with an Analysis Engine</ttl>
                <xreftext>Figure 2.4, “Using UIMA Framework to create and interact with an Analysis Engine”</xreftext>
             </obj>
          </div>
-         <div element="section" href="#ugr.ovv.conceptual.graduating_to_collection_processing" number="" targetptr="ugr.ovv.conceptual.graduating_to_collection_processing">
+         <div element="section" href="#ugr.ovv.conceptual.graduating_to_collection_processing" number="2.5.2" targetptr="ugr.ovv.conceptual.graduating_to_collection_processing">
             <ttl>Graduating to Collection Processing</ttl>
-            <xreftext>the section called “Graduating to Collection Processing”</xreftext>
+            <xreftext>Section 2.5.2, “Graduating to Collection Processing”</xreftext>
             <obj element="figure" href="#ugr.ovv.conceptual.fig.cpe" number="2.5" targetptr="ugr.ovv.conceptual.fig.cpe">
                <ttl>High-Level UIMA Component Architecture from Source to Sink</ttl>
                <xreftext>Figure 2.5, “High-Level UIMA Component Architecture from Source to Sink”</xreftext>
@@ -281,13 +281,13 @@
       <div element="section" href="#ugr.ovv.conceptual.exploiting_analysis_results" number="2.6" targetptr="ugr.ovv.conceptual.exploiting_analysis_results">
          <ttl>Exploiting Analysis Results</ttl>
          <xreftext>Section 2.6, “Exploiting Analysis Results”</xreftext>
-         <div element="section" href="#ugr.ovv.conceptual.semantic_search" number="" targetptr="ugr.ovv.conceptual.semantic_search">
+         <div element="section" href="#ugr.ovv.conceptual.semantic_search" number="2.6.1" targetptr="ugr.ovv.conceptual.semantic_search">
             <ttl>Semantic Search</ttl>
-            <xreftext>the section called “Semantic Search”</xreftext>
+            <xreftext>Section 2.6.1, “Semantic Search”</xreftext>
          </div>
-         <div element="section" href="#ugr.ovv.conceptual.databases" number="" targetptr="ugr.ovv.conceptual.databases">
+         <div element="section" href="#ugr.ovv.conceptual.databases" number="2.6.2" targetptr="ugr.ovv.conceptual.databases">
             <ttl>Databases</ttl>
-            <xreftext>the section called “Databases”</xreftext>
+            <xreftext>Section 2.6.2, “Databases”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.ovv.conceptual.multimodal_processing" number="2.7" targetptr="ugr.ovv.conceptual.multimodal_processing">
@@ -314,28 +314,28 @@
       <div element="section" href="#ugr.ovv.eclipse_setup.installation" number="3.1" targetptr="ugr.ovv.eclipse_setup.installation">
          <ttl>Installation</ttl>
          <xreftext>Section 3.1, “Installation”</xreftext>
-         <div element="section" href="#ugr.ovv.eclipse_setup.install_eclipse" number="" targetptr="ugr.ovv.eclipse_setup.install_eclipse">
+         <div element="section" href="#ugr.ovv.eclipse_setup.install_eclipse" number="3.1.1" targetptr="ugr.ovv.eclipse_setup.install_eclipse">
             <ttl>Install Eclipse</ttl>
-            <xreftext>the section called “Install Eclipse”</xreftext>
+            <xreftext>Section 3.1.1, “Install Eclipse”</xreftext>
          </div>
-         <div element="section" href="#ugr.ovv.eclipse_setup.install_emf" number="" targetptr="ugr.ovv.eclipse_setup.install_emf">
+         <div element="section" href="#ugr.ovv.eclipse_setup.install_emf" number="3.1.2" targetptr="ugr.ovv.eclipse_setup.install_emf">
             <ttl>Install additional Eclipse component: EMF</ttl>
-            <xreftext>the section called “Install additional Eclipse component: EMF”</xreftext>
+            <xreftext>Section 3.1.2, “Install additional Eclipse component: EMF”</xreftext>
          </div>
-         <div element="section" href="#ugr.ovv.eclipse_setup.install_uima_sdk" number="" targetptr="ugr.ovv.eclipse_setup.install_uima_sdk">
+         <div element="section" href="#ugr.ovv.eclipse_setup.install_uima_sdk" number="3.1.3" targetptr="ugr.ovv.eclipse_setup.install_uima_sdk">
             <ttl>Install the UIMA SDK</ttl>
-            <xreftext>the section called “Install the UIMA SDK”</xreftext>
+            <xreftext>Section 3.1.3, “Install the UIMA SDK”</xreftext>
          </div>
-         <div element="section" href="#ugr.ovv.eclipse_setup.install_uima_eclipse_plugins" number="" targetptr="ugr.ovv.eclipse_setup.install_uima_eclipse_plugins">
+         <div element="section" href="#ugr.ovv.eclipse_setup.install_uima_eclipse_plugins" number="3.1.4" targetptr="ugr.ovv.eclipse_setup.install_uima_eclipse_plugins">
             <ttl>Install the UIMA Eclipse Plugins</ttl>
-            <xreftext>the section called “Install the UIMA Eclipse Plugins”</xreftext>
+            <xreftext>Section 3.1.4, “Install the UIMA Eclipse Plugins”</xreftext>
          </div>
-         <div element="section" href="#ugr.ovv.eclipse_setup.start_eclipse" number="" targetptr="ugr.ovv.eclipse_setup.start_eclipse">
+         <div element="section" href="#ugr.ovv.eclipse_setup.start_eclipse" number="3.1.5" targetptr="ugr.ovv.eclipse_setup.start_eclipse">
             <ttl>Start Eclipse</ttl>
-            <xreftext>the section called “Start Eclipse”</xreftext>
-            <div element="section" href="#ugr.ovv.eclipse_setup.special_startup_parameter_clean" number="" targetptr="ugr.ovv.eclipse_setup.special_startup_parameter_clean">
+            <xreftext>Section 3.1.5, “Start Eclipse”</xreftext>
+            <div element="section" href="#ugr.ovv.eclipse_setup.special_startup_parameter_clean" number="3.1.5.1" targetptr="ugr.ovv.eclipse_setup.special_startup_parameter_clean">
                <ttl>Special startup parameter for Eclipse: -clean</ttl>
-               <xreftext>the section called “Special startup parameter for Eclipse: -clean”</xreftext>
+               <xreftext>Section 3.1.5.1, “Special startup parameter for Eclipse: -clean”</xreftext>
             </div>
          </div>
       </div>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db?view=diff&rev=485133&r1=485132&r2=485133
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db Sat Dec  9 20:07:59 2006
@@ -2,8 +2,8 @@
    <ttl>Overview &amp; Setup</ttl>
    <xreftext>Overview &amp; Setup</xreftext>
    <div element="chapter" href="#ugr.project_overview" number="1" targetptr="ugr.project_overview">
-      <ttl>Apache UIMA SDK — Project Overview</ttl>
-      <xreftext>Chapter 1, <fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-style="italic">Apache UIMA SDK — Project Overview</fo:inline>
+      <ttl>UIMA Overview</ttl>
+      <xreftext>Chapter 1, <fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-style="italic">UIMA Overview</fo:inline>
       </xreftext>
       <div element="section" href="#ugr.project_overview_doc_overview" number="1.1" targetptr="ugr.project_overview_doc_overview">
          <ttl>Apache UIMA Project Documentation Overview</ttl>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/htmlsingle-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/htmlsingle-target.db?view=diff&rev=485133&r1=485132&r2=485133
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/htmlsingle-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/references/htmlsingle-target.db Sat Dec  9 20:07:59 2006
@@ -1,6 +1,6 @@
 <div element="book" href="#d0e2" number="" lang="en">
-   <ttl>Apache UIMA SDK — References</ttl>
-   <xreftext>Apache UIMA SDK — References</xreftext>
+   <ttl>UIMA References</ttl>
+   <xreftext>UIMA References</xreftext>
    <div element="chapter" href="#ugr.ref.javadocs" number="1" targetptr="ugr.ref.javadocs">
       <ttl>Javadocs</ttl>
       <xreftext>Chapter 1, <i>Javadocs</i>
@@ -25,100 +25,100 @@
       <div element="section" href="#ugr.ref.xml.component_descriptor.type_system" number="2.3" targetptr="ugr.ref.xml.component_descriptor.type_system">
          <ttl>Type System Descriptors</ttl>
          <xreftext>Section 2.3, “Type System Descriptors”</xreftext>
-         <div element="section" href="#ugr.ref.xml.component_descriptor.type_system.imports" number="" targetptr="ugr.ref.xml.component_descriptor.type_system.imports">
+         <div element="section" href="#ugr.ref.xml.component_descriptor.type_system.imports" number="2.3.1" targetptr="ugr.ref.xml.component_descriptor.type_system.imports">
             <ttl>Imports</ttl>
-            <xreftext>the section called “Imports”</xreftext>
+            <xreftext>Section 2.3.1, “Imports”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.xml.component_descriptor.type_system.types" number="" targetptr="ugr.ref.xml.component_descriptor.type_system.types">
+         <div element="section" href="#ugr.ref.xml.component_descriptor.type_system.types" number="2.3.2" targetptr="ugr.ref.xml.component_descriptor.type_system.types">
             <ttl>Types</ttl>
-            <xreftext>the section called “Types”</xreftext>
+            <xreftext>Section 2.3.2, “Types”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.xml.component_descriptor.type_system.features" number="" targetptr="ugr.ref.xml.component_descriptor.type_system.features">
+         <div element="section" href="#ugr.ref.xml.component_descriptor.type_system.features" number="2.3.3" targetptr="ugr.ref.xml.component_descriptor.type_system.features">
             <ttl>Features</ttl>
-            <xreftext>the section called “Features”</xreftext>
+            <xreftext>Section 2.3.3, “Features”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.xml.component_descriptor.type_system.string_subtypes" number="" targetptr="ugr.ref.xml.component_descriptor.type_system.string_subtypes">
+         <div element="section" href="#ugr.ref.xml.component_descriptor.type_system.string_subtypes" number="2.3.4" targetptr="ugr.ref.xml.component_descriptor.type_system.string_subtypes">
             <ttl>String Subtypes</ttl>
-            <xreftext>the section called “String Subtypes”</xreftext>
+            <xreftext>Section 2.3.4, “String Subtypes”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.ref.xml.component_descriptor.aes" number="2.4" targetptr="ugr.ref.xml.component_descriptor.aes">
          <ttl>Analysis Engine Descriptors</ttl>
          <xreftext>Section 2.4, “Analysis Engine Descriptors”</xreftext>
-         <div element="section" href="#ugr.ref.xml.component_descriptor.aes.primitive" number="" targetptr="ugr.ref.xml.component_descriptor.aes.primitive">
+         <div element="section" href="#ugr.ref.xml.component_descriptor.aes.primitive" number="2.4.1" targetptr="ugr.ref.xml.component_descriptor.aes.primitive">
             <ttl>Primitive Analysis Engine Descriptors</ttl>
-            <xreftext>the section called “Primitive Analysis Engine Descriptors”</xreftext>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.primitive.basic" number="" targetptr="ugr.ref.xml.component_descriptor.aes.primitive.basic">
+            <xreftext>Section 2.4.1, “Primitive Analysis Engine Descriptors”</xreftext>
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.primitive.basic" number="2.4.1.1" targetptr="ugr.ref.xml.component_descriptor.aes.primitive.basic">
                <ttl>Basic Structure</ttl>
-               <xreftext>the section called “Basic Structure”</xreftext>
+               <xreftext>Section 2.4.1.1, “Basic Structure”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.metadata" number="" targetptr="ugr.ref.xml.component_descriptor.aes.metadata">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.metadata" number="2.4.1.2" targetptr="ugr.ref.xml.component_descriptor.aes.metadata">
                <ttl>Analysis Engine MetaData</ttl>
-               <xreftext>the section called “Analysis Engine MetaData”</xreftext>
+               <xreftext>Section 2.4.1.2, “Analysis Engine MetaData”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.configuration_parameter_declaration" number="" targetptr="ugr.ref.xml.component_descriptor.aes.configuration_parameter_declaration">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.configuration_parameter_declaration" number="2.4.1.3" targetptr="ugr.ref.xml.component_descriptor.aes.configuration_parameter_declaration">
                <ttl>Configuration Parameter Declaration</ttl>
-               <xreftext>the section called “Configuration Parameter Declaration”</xreftext>
+               <xreftext>Section 2.4.1.3, “Configuration Parameter Declaration”</xreftext>
                <div element="section" href="#ugr.ref.xml.component_descriptor.aes.configuration_parameter_declaration.example" number="" targetptr="ugr.ref.xml.component_descriptor.aes.configuration_parameter_declaration.example">
                   <ttl>Example</ttl>
                   <xreftext>the section called “Example”</xreftext>
                </div>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.configuration_parameter_settings" number="" targetptr="ugr.ref.xml.component_descriptor.aes.configuration_parameter_settings">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.configuration_parameter_settings" number="2.4.1.4" targetptr="ugr.ref.xml.component_descriptor.aes.configuration_parameter_settings">
                <ttl>Configuration Parameter Settings</ttl>
-               <xreftext>the section called “Configuration Parameter Settings”</xreftext>
+               <xreftext>Section 2.4.1.4, “Configuration Parameter Settings”</xreftext>
                <div element="section" href="#ugr.ref.xml.component_descriptor.aes.configuration_parameter_settings.example" number="" targetptr="ugr.ref.xml.component_descriptor.aes.configuration_parameter_settings.example">
                   <ttl>Example</ttl>
                   <xreftext>the section called “Example”</xreftext>
                </div>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.type_system" number="" targetptr="ugr.ref.xml.component_descriptor.aes.type_system">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.type_system" number="2.4.1.5" targetptr="ugr.ref.xml.component_descriptor.aes.type_system">
                <ttl>Type System Definition</ttl>
-               <xreftext>the section called “Type System Definition”</xreftext>
+               <xreftext>Section 2.4.1.5, “Type System Definition”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.type_priority" number="" targetptr="ugr.ref.xml.component_descriptor.aes.type_priority">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.type_priority" number="2.4.1.6" targetptr="ugr.ref.xml.component_descriptor.aes.type_priority">
                <ttl>Type Priority Definition</ttl>
-               <xreftext>the section called “Type Priority Definition”</xreftext>
+               <xreftext>Section 2.4.1.6, “Type Priority Definition”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.index" number="" targetptr="ugr.ref.xml.component_descriptor.aes.index">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.index" number="2.4.1.7" targetptr="ugr.ref.xml.component_descriptor.aes.index">
                <ttl>Index Definition</ttl>
-               <xreftext>the section called “Index Definition”</xreftext>
+               <xreftext>Section 2.4.1.7, “Index Definition”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.capabilities" number="" targetptr="ugr.ref.xml.component_descriptor.aes.capabilities">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.capabilities" number="2.4.1.8" targetptr="ugr.ref.xml.component_descriptor.aes.capabilities">
                <ttl>Capabilities</ttl>
-               <xreftext>the section called “Capabilities”</xreftext>
+               <xreftext>Section 2.4.1.8, “Capabilities”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.operational_properties" number="" targetptr="ugr.ref.xml.component_descriptor.aes.operational_properties">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.operational_properties" number="2.4.1.9" targetptr="ugr.ref.xml.component_descriptor.aes.operational_properties">
                <ttl>OperationalProperties</ttl>
-               <xreftext>the section called “OperationalProperties”</xreftext>
+               <xreftext>Section 2.4.1.9, “OperationalProperties”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.primitive.external_resource_dependencies" number="" targetptr="ugr.ref.xml.component_descriptor.aes.primitive.external_resource_dependencies">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.primitive.external_resource_dependencies" number="2.4.1.10" targetptr="ugr.ref.xml.component_descriptor.aes.primitive.external_resource_dependencies">
                <ttl>External Resource Dependencies</ttl>
-               <xreftext>the section called “External Resource Dependencies”</xreftext>
+               <xreftext>Section 2.4.1.10, “External Resource Dependencies”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.primitive.resource_manager_configuration" number="" targetptr="ugr.ref.xml.component_descriptor.aes.primitive.resource_manager_configuration">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.primitive.resource_manager_configuration" number="2.4.1.11" targetptr="ugr.ref.xml.component_descriptor.aes.primitive.resource_manager_configuration">
                <ttl>Resource Manager Configuration</ttl>
-               <xreftext>the section called “Resource Manager Configuration”</xreftext>
+               <xreftext>Section 2.4.1.11, “Resource Manager Configuration”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.environment_variable_references" number="" targetptr="ugr.ref.xml.component_descriptor.aes.environment_variable_references">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.environment_variable_references" number="2.4.1.12" targetptr="ugr.ref.xml.component_descriptor.aes.environment_variable_references">
                <ttl>Environment Variable References</ttl>
-               <xreftext>the section called “Environment Variable References”</xreftext>
+               <xreftext>Section 2.4.1.12, “Environment Variable References”</xreftext>
             </div>
          </div>
-         <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate" number="" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate">
+         <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate" number="2.4.2" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate">
             <ttl>Aggregate Analysis Engine Descriptors</ttl>
-            <xreftext>the section called “Aggregate Analysis Engine Descriptors”</xreftext>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.delegates" number="" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.delegates">
+            <xreftext>Section 2.4.2, “Aggregate Analysis Engine Descriptors”</xreftext>
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.delegates" number="2.4.2.1" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.delegates">
                <ttl>Delegate Analysis Engine Specifiers</ttl>
-               <xreftext>the section called “Delegate Analysis Engine Specifiers”</xreftext>
+               <xreftext>Section 2.4.2.1, “Delegate Analysis Engine Specifiers”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.flow_controller" number="" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.flow_controller">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.flow_controller" number="2.4.2.2" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.flow_controller">
                <ttl>FlowController</ttl>
-               <xreftext>the section called “FlowController”</xreftext>
+               <xreftext>Section 2.4.2.2, “FlowController”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.flow_constraints" number="" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.flow_constraints">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.flow_constraints" number="2.4.2.3" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.flow_constraints">
                <ttl>FlowConstraintsr</ttl>
-               <xreftext>the section called “FlowConstraintsr”</xreftext>
+               <xreftext>Section 2.4.2.3, “FlowConstraintsr”</xreftext>
                <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.flow_constraints.fixed_flow" number="" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.flow_constraints.fixed_flow">
                   <ttl>Fixed Flow</ttl>
                   <xreftext>the section called “Fixed Flow”</xreftext>
@@ -128,17 +128,17 @@
                   <xreftext>the section called “Capability Language Flow”</xreftext>
                </div>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.configuration_parameter_overrides" number="" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.configuration_parameter_overrides">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.configuration_parameter_overrides" number="2.4.2.4" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.configuration_parameter_overrides">
                <ttl>Configuration Parameter Overrides</ttl>
-               <xreftext>the section called “Configuration Parameter Overrides”</xreftext>
+               <xreftext>Section 2.4.2.4, “Configuration Parameter Overrides”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.external_resource_bindings" number="" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.external_resource_bindings">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.external_resource_bindings" number="2.4.2.5" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.external_resource_bindings">
                <ttl>External Resource Bindings</ttl>
-               <xreftext>the section called “External Resource Bindings”</xreftext>
+               <xreftext>Section 2.4.2.5, “External Resource Bindings”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.sofa_mappings" number="" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.sofa_mappings">
+            <div element="section" href="#ugr.ref.xml.component_descriptor.aes.aggregate.sofa_mappings" number="2.4.2.6" targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.sofa_mappings">
                <ttl>Sofa Mappings</ttl>
-               <xreftext>the section called “Sofa Mappings”</xreftext>
+               <xreftext>Section 2.4.2.6, “Sofa Mappings”</xreftext>
             </div>
          </div>
       </div>
@@ -149,17 +149,17 @@
       <div element="section" href="#ugr.ref.xml.component_descriptor.collection_processing_parts" number="2.6" targetptr="ugr.ref.xml.component_descriptor.collection_processing_parts">
          <ttl>Collection Processing Component Descriptors</ttl>
          <xreftext>Section 2.6, “Collection Processing Component Descriptors”</xreftext>
-         <div element="section" href="#ugr.ref.xml.component_descriptor.collection_processing_parts.collection_reader" number="" targetptr="ugr.ref.xml.component_descriptor.collection_processing_parts.collection_reader">
+         <div element="section" href="#ugr.ref.xml.component_descriptor.collection_processing_parts.collection_reader" number="2.6.1" targetptr="ugr.ref.xml.component_descriptor.collection_processing_parts.collection_reader">
             <ttl>Collection Reader Descriptors</ttl>
-            <xreftext>the section called “Collection Reader Descriptors”</xreftext>
+            <xreftext>Section 2.6.1, “Collection Reader Descriptors”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.xml.component_descriptor.collection_processing_parts.cas_initializer" number="" targetptr="ugr.ref.xml.component_descriptor.collection_processing_parts.cas_initializer">
+         <div element="section" href="#ugr.ref.xml.component_descriptor.collection_processing_parts.cas_initializer" number="2.6.2" targetptr="ugr.ref.xml.component_descriptor.collection_processing_parts.cas_initializer">
             <ttl>CAS Initializer Descriptors (deprecated)</ttl>
-            <xreftext>the section called “CAS Initializer Descriptors (deprecated)”</xreftext>
+            <xreftext>Section 2.6.2, “CAS Initializer Descriptors (deprecated)”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.xml.component_descriptor.collection_processing_parts.cas_consumer" number="" targetptr="ugr.ref.xml.component_descriptor.collection_processing_parts.cas_consumer">
+         <div element="section" href="#ugr.ref.xml.component_descriptor.collection_processing_parts.cas_consumer" number="2.6.3" targetptr="ugr.ref.xml.component_descriptor.collection_processing_parts.cas_consumer">
             <ttl>CAS Consumer Descriptors</ttl>
-            <xreftext>the section called “CAS Consumer Descriptors”</xreftext>
+            <xreftext>Section 2.6.3, “CAS Consumer Descriptors”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.ref.xml.component_descriptor.service_client" number="2.7" targetptr="ugr.ref.xml.component_descriptor.service_client">
@@ -190,20 +190,20 @@
       <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor" number="3.4" targetptr="ugr.ref.xml.cpe_descriptor.descriptor">
          <ttl>CPE Descriptor</ttl>
          <xreftext>Section 3.4, “CPE Descriptor”</xreftext>
-         <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.collection_reader" number="" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.collection_reader">
+         <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.collection_reader" number="3.4.1" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.collection_reader">
             <ttl>Collection Reader</ttl>
-            <xreftext>the section called “Collection Reader”</xreftext>
-            <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.collection_reader.error_handling" number="" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.collection_reader.error_handling">
+            <xreftext>Section 3.4.1, “Collection Reader”</xreftext>
+            <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.collection_reader.error_handling" number="3.4.1.1" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.collection_reader.error_handling">
                <ttl>Error handling for Collection Readers</ttl>
-               <xreftext>the section called “Error handling for Collection Readers”</xreftext>
+               <xreftext>Section 3.4.1.1, “Error handling for Collection Readers”</xreftext>
             </div>
          </div>
-         <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.cas_processors" number="" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.cas_processors">
+         <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.cas_processors" number="3.4.2" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.cas_processors">
             <ttl>CAS Processors</ttl>
-            <xreftext>the section called “CAS Processors”</xreftext>
-            <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.cas_processors.individual" number="" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.cas_processors.individual">
+            <xreftext>Section 3.4.2, “CAS Processors”</xreftext>
+            <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.cas_processors.individual" number="3.4.2.1" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.cas_processors.individual">
                <ttl>Specifying an Individual CAS Processor</ttl>
-               <xreftext>the section called “Specifying an Individual CAS Processor”</xreftext>
+               <xreftext>Section 3.4.2.1, “Specifying an Individual CAS Processor”</xreftext>
                <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.cas_processors.individual.descriptor" number="" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.cas_processors.individual.descriptor">
                   <ttl>&lt;descriptor&gt; Element</ttl>
                   <xreftext>the section called “&lt;descriptor&gt; Element”</xreftext>
@@ -242,17 +242,17 @@
                </div>
             </div>
          </div>
-         <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.operational_parameters" number="" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.operational_parameters">
+         <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.operational_parameters" number="3.4.3" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.operational_parameters">
             <ttl>CPE Operational Parameters</ttl>
-            <xreftext>the section called “CPE Operational Parameters”</xreftext>
+            <xreftext>Section 3.4.3, “CPE Operational Parameters”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.resource_manager_configuration" number="" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.resource_manager_configuration">
+         <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.resource_manager_configuration" number="3.4.4" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.resource_manager_configuration">
             <ttl>Resource Manager Configuration</ttl>
-            <xreftext>the section called “Resource Manager Configuration”</xreftext>
+            <xreftext>Section 3.4.4, “Resource Manager Configuration”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.example" number="" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.example">
+         <div element="section" href="#ugr.ref.xml.cpe_descriptor.descriptor.example" number="3.4.5" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.example">
             <ttl>Example CPE Descriptor</ttl>
-            <xreftext>the section called “Example CPE Descriptor”</xreftext>
+            <xreftext>Section 3.4.5, “Example CPE Descriptor”</xreftext>
          </div>
       </div>
    </div>
@@ -267,17 +267,17 @@
       <div element="section" href="#ugr.ref.cas.overview" number="4.2" targetptr="ugr.ref.cas.overview">
          <ttl>CAS Overview</ttl>
          <xreftext>Section 4.2, “CAS Overview”</xreftext>
-         <div element="section" href="#ugr.ref.cas.type_system" number="" targetptr="ugr.ref.cas.type_system">
+         <div element="section" href="#ugr.ref.cas.type_system" number="4.2.1" targetptr="ugr.ref.cas.type_system">
             <ttl>The Type System</ttl>
-            <xreftext>the section called “The Type System”</xreftext>
+            <xreftext>Section 4.2.1, “The Type System”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.cas.creating_accessing_manipulating_data" number="" targetptr="ugr.ref.cas.creating_accessing_manipulating_data">
+         <div element="section" href="#ugr.ref.cas.creating_accessing_manipulating_data" number="4.2.2" targetptr="ugr.ref.cas.creating_accessing_manipulating_data">
             <ttl>Creating, accessing and manipulating data</ttl>
-            <xreftext>the section called “Creating/Accessing/Changing data”</xreftext>
+            <xreftext>Section 4.2.2, “Creating/Accessing/Changing data”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.cas.creating_using_indexes" number="" targetptr="ugr.ref.cas.creating_using_indexes">
+         <div element="section" href="#ugr.ref.cas.creating_using_indexes" number="4.2.3" targetptr="ugr.ref.cas.creating_using_indexes">
             <ttl>Creating and using indexes</ttl>
-            <xreftext>the section called “Creating and using indexes”</xreftext>
+            <xreftext>Section 4.2.3, “Creating and using indexes”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.ref.cas.builtin_types" number="4.3" targetptr="ugr.ref.cas.builtin_types">
@@ -291,13 +291,13 @@
       <div element="section" href="#ugr.ref.cas.accessing_the_type_system" number="4.4" targetptr="ugr.ref.cas.accessing_the_type_system">
          <ttl>Accessing the type system</ttl>
          <xreftext>Section 4.4, “Accessing the type system”</xreftext>
-         <div element="section" href="#ugr.ref.cas.type_system.printer_example" number="" targetptr="ugr.ref.cas.type_system.printer_example">
+         <div element="section" href="#ugr.ref.cas.type_system.printer_example" number="4.4.1" targetptr="ugr.ref.cas.type_system.printer_example">
             <ttl>TypeSystemPrinter example</ttl>
-            <xreftext>the section called “TypeSystemPrinter example”</xreftext>
+            <xreftext>Section 4.4.1, “TypeSystemPrinter example”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.cas.cas_apis_create_modify_feature_structures" number="" targetptr="ugr.ref.cas.cas_apis_create_modify_feature_structures">
+         <div element="section" href="#ugr.ref.cas.cas_apis_create_modify_feature_structures" number="4.4.2" targetptr="ugr.ref.cas.cas_apis_create_modify_feature_structures">
             <ttl>Using the CAS APIs to create and modify feature structures</ttl>
-            <xreftext>the section called “Using CAS APIs: Feature Structures”</xreftext>
+            <xreftext>Section 4.4.2, “Using CAS APIs: Feature Structures”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.ref.cas.creating_feature_structures" number="4.5" targetptr="ugr.ref.cas.creating_feature_structures">
@@ -311,25 +311,25 @@
       <div element="section" href="#ugr.ref.cas.indexes_and_iterators" number="4.7" targetptr="ugr.ref.cas.indexes_and_iterators">
          <ttl>Indexes and Iterators</ttl>
          <xreftext>Section 4.7, “Indexes and Iterators”</xreftext>
-         <div element="section" href="#ugr.ref.cas.index.iterators" number="" targetptr="ugr.ref.cas.index.iterators">
+         <div element="section" href="#ugr.ref.cas.index.iterators" number="4.7.1" targetptr="ugr.ref.cas.index.iterators">
             <ttl>Iterators</ttl>
-            <xreftext>the section called “Iterators”</xreftext>
+            <xreftext>Section 4.7.1, “Iterators”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.cas.index.annotation_index" number="" targetptr="ugr.ref.cas.index.annotation_index">
+         <div element="section" href="#ugr.ref.cas.index.annotation_index" number="4.7.2" targetptr="ugr.ref.cas.index.annotation_index">
             <ttl>Special iterators for Annotation types</ttl>
-            <xreftext>the section called “Special iterators for Annotation types”</xreftext>
+            <xreftext>Section 4.7.2, “Special iterators for Annotation types”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.cas.index.constraints_and_filtered_iterators" number="" targetptr="ugr.ref.cas.index.constraints_and_filtered_iterators">
+         <div element="section" href="#ugr.ref.cas.index.constraints_and_filtered_iterators" number="4.7.3" targetptr="ugr.ref.cas.index.constraints_and_filtered_iterators">
             <ttl>Constraints and Filtered iterators</ttl>
-            <xreftext>the section called “Constraints and Filtered iterators”</xreftext>
+            <xreftext>Section 4.7.3, “Constraints and Filtered iterators”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.ref.cas.guide_to_javadocs" number="4.8" targetptr="ugr.ref.cas.guide_to_javadocs">
          <ttl>The CAS API's – a guide to the JavaDocs</ttl>
          <xreftext>Section 4.8, “CAS API's JavaDocs”</xreftext>
-         <div element="section" href="#ugr.ref.cas.javadocs.cas_package" number="" targetptr="ugr.ref.cas.javadocs.cas_package">
+         <div element="section" href="#ugr.ref.cas.javadocs.cas_package" number="4.8.1" targetptr="ugr.ref.cas.javadocs.cas_package">
             <ttl>APIs in the CAS package</ttl>
-            <xreftext>the section called “APIs in the CAS package”</xreftext>
+            <xreftext>Section 4.8.1, “APIs in the CAS package”</xreftext>
             <obj element="figure" href="#ugr.ref.cas.fig.api_hierarchy" number="4.1" targetptr="ugr.ref.cas.fig.api_hierarchy">
                <ttl>CAS Object hierarchy</ttl>
                <xreftext>Figure 4.1, “CAS Object hierarchy”</xreftext>
@@ -356,73 +356,73 @@
       <div element="section" href="#ugr.ref.jcas.augmenting_generated_code" number="5.4" targetptr="ugr.ref.jcas.augmenting_generated_code">
          <ttl>Augmenting the generated Java Code</ttl>
          <xreftext>Section 5.4, “Augmenting the generated Java Code”</xreftext>
-         <div element="section" href="#ugr.ref.jcas.keeping_augmentations_when_regenerating" number="" targetptr="ugr.ref.jcas.keeping_augmentations_when_regenerating">
+         <div element="section" href="#ugr.ref.jcas.keeping_augmentations_when_regenerating" number="5.4.1" targetptr="ugr.ref.jcas.keeping_augmentations_when_regenerating">
             <ttl>Keeping hand-coded augmentations when regenerating</ttl>
-            <xreftext>the section called “Keeping hand-coded augmentations when regenerating”</xreftext>
+            <xreftext>Section 5.4.1, “Keeping hand-coded augmentations when regenerating”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.jcas.additional_constructors" number="" targetptr="ugr.ref.jcas.additional_constructors">
+         <div element="section" href="#ugr.ref.jcas.additional_constructors" number="5.4.2" targetptr="ugr.ref.jcas.additional_constructors">
             <ttl>Additional Constructors</ttl>
-            <xreftext>the section called “Additional Constructors”</xreftext>
-            <div element="section" href="#ugr.ref.jcas.using_readobject" number="" targetptr="ugr.ref.jcas.using_readobject">
+            <xreftext>Section 5.4.2, “Additional Constructors”</xreftext>
+            <div element="section" href="#ugr.ref.jcas.using_readobject" number="5.4.2.1" targetptr="ugr.ref.jcas.using_readobject">
                <ttl>Using readObject</ttl>
-               <xreftext>the section called “Using readObject”</xreftext>
+               <xreftext>Section 5.4.2.1, “Using readObject”</xreftext>
             </div>
          </div>
-         <div element="section" href="#ugr.ref.jcas.modifying_generated_items" number="" targetptr="ugr.ref.jcas.modifying_generated_items">
+         <div element="section" href="#ugr.ref.jcas.modifying_generated_items" number="5.4.3" targetptr="ugr.ref.jcas.modifying_generated_items">
             <ttl>Modifying generated items</ttl>
-            <xreftext>the section called “Modifying generated items”</xreftext>
+            <xreftext>Section 5.4.3, “Modifying generated items”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.ref.jcas.merging_types_from_other_specs" number="5.5" targetptr="ugr.ref.jcas.merging_types_from_other_specs">
          <ttl>Merging types from different type system specifications</ttl>
          <xreftext>Section 5.5, “Merging types from different type system specifications”</xreftext>
-         <div element="section" href="#ugr.ref.jcas.merging_types.aggregates_and_cpes" number="" targetptr="ugr.ref.jcas.merging_types.aggregates_and_cpes">
+         <div element="section" href="#ugr.ref.jcas.merging_types.aggregates_and_cpes" number="5.5.1" targetptr="ugr.ref.jcas.merging_types.aggregates_and_cpes">
             <ttl>Aggregate AEs and CPEs as sources of types</ttl>
-            <xreftext>the section called “Aggregate AEs and CPEs as sources of types”</xreftext>
-            <div element="section" href="#ugr.ref.jcas.merging_types.jcasgen_support" number="" targetptr="ugr.ref.jcas.merging_types.jcasgen_support">
+            <xreftext>Section 5.5.1, “Aggregate AEs and CPEs as sources of types”</xreftext>
+            <div element="section" href="#ugr.ref.jcas.merging_types.jcasgen_support" number="5.5.1.1" targetptr="ugr.ref.jcas.merging_types.jcasgen_support">
                <ttl>JCasGen support for type merging</ttl>
-               <xreftext>the section called “JCasGen support for type merging”</xreftext>
+               <xreftext>Section 5.5.1.1, “JCasGen support for type merging”</xreftext>
             </div>
          </div>
       </div>
       <div element="section" href="#ugr.ref.jcas.using_within_an_annotator" number="5.6" targetptr="ugr.ref.jcas.using_within_an_annotator">
          <ttl>Using JCas within an Annotator</ttl>
          <xreftext>Section 5.6, “Using JCas within an Annotator”</xreftext>
-         <div element="section" href="#ugr.ref.jcas.new_instances" number="" targetptr="ugr.ref.jcas.new_instances">
+         <div element="section" href="#ugr.ref.jcas.new_instances" number="5.6.1" targetptr="ugr.ref.jcas.new_instances">
             <ttl>Creating new instances using the Java “<span class="quote">new</span>” operator</ttl>
-            <xreftext>the section called “Creating new instances using the Java “<span class="quote">new</span>” operator”</xreftext>
+            <xreftext>Section 5.6.1, “Creating new instances using the Java “<span class="quote">new</span>” operator”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.jcas.getters_and_setters" number="" targetptr="ugr.ref.jcas.getters_and_setters">
+         <div element="section" href="#ugr.ref.jcas.getters_and_setters" number="5.6.2" targetptr="ugr.ref.jcas.getters_and_setters">
             <ttl>Getters and Setters</ttl>
-            <xreftext>the section called “Getters and Setters”</xreftext>
+            <xreftext>Section 5.6.2, “Getters and Setters”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.jcas.obtaining_refs_to_indexes" number="" targetptr="ugr.ref.jcas.obtaining_refs_to_indexes">
+         <div element="section" href="#ugr.ref.jcas.obtaining_refs_to_indexes" number="5.6.3" targetptr="ugr.ref.jcas.obtaining_refs_to_indexes">
             <ttl>Obtaining references to Indexes</ttl>
-            <xreftext>the section called “Obtaining references to Indexes”</xreftext>
+            <xreftext>Section 5.6.3, “Obtaining references to Indexes”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.jcas.adding_removing_instances_to_indexes" number="" targetptr="ugr.ref.jcas.adding_removing_instances_to_indexes">
+         <div element="section" href="#ugr.ref.jcas.adding_removing_instances_to_indexes" number="5.6.4" targetptr="ugr.ref.jcas.adding_removing_instances_to_indexes">
             <ttl>Adding (and removing) instances to (from) indexes</ttl>
-            <xreftext>the section called “Adding (and removing) instances to (from) indexes”</xreftext>
+            <xreftext>Section 5.6.4, “Adding (and removing) instances to (from) indexes”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.jcas.using_iterators" number="" targetptr="ugr.ref.jcas.using_iterators">
+         <div element="section" href="#ugr.ref.jcas.using_iterators" number="5.6.5" targetptr="ugr.ref.jcas.using_iterators">
             <ttl>Using Iterators</ttl>
-            <xreftext>the section called “Using Iterators”</xreftext>
+            <xreftext>Section 5.6.5, “Using Iterators”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.jcas.class_loaders" number="" targetptr="ugr.ref.jcas.class_loaders">
+         <div element="section" href="#ugr.ref.jcas.class_loaders" number="5.6.6" targetptr="ugr.ref.jcas.class_loaders">
             <ttl>Class Loaders in UIMA</ttl>
-            <xreftext>the section called “Class Loaders in UIMA”</xreftext>
-            <div element="section" href="#ugr.ref.jcas.class_loaders.optional" number="" targetptr="ugr.ref.jcas.class_loaders.optional">
+            <xreftext>Section 5.6.6, “Class Loaders in UIMA”</xreftext>
+            <div element="section" href="#ugr.ref.jcas.class_loaders.optional" number="5.6.6.1" targetptr="ugr.ref.jcas.class_loaders.optional">
                <ttl>Use of Class Loaders is optional</ttl>
-               <xreftext>the section called “Use of Class Loaders is optional”</xreftext>
+               <xreftext>Section 5.6.6.1, “Use of Class Loaders is optional”</xreftext>
             </div>
          </div>
-         <div element="section" href="#ugr.ref.jcas.documentannotation_issues" number="" targetptr="ugr.ref.jcas.documentannotation_issues">
+         <div element="section" href="#ugr.ref.jcas.documentannotation_issues" number="5.6.7" targetptr="ugr.ref.jcas.documentannotation_issues">
             <ttl>Issues around DocumentAnnotation</ttl>
-            <xreftext>the section called “Issues around DocumentAnnotation”</xreftext>
+            <xreftext>Section 5.6.7, “Issues around DocumentAnnotation”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.jcas.accessing_jcas_objects_outside_uima_components" number="" targetptr="ugr.ref.jcas.accessing_jcas_objects_outside_uima_components">
+         <div element="section" href="#ugr.ref.jcas.accessing_jcas_objects_outside_uima_components" number="5.6.8" targetptr="ugr.ref.jcas.accessing_jcas_objects_outside_uima_components">
             <ttl>Issues accessing JCas objects outside of UIMA Engine Components</ttl>
-            <xreftext>the section called “Issues accessing JCas objects outside of UIMA Engine Components”</xreftext>
+            <xreftext>Section 5.6.8, “Issues accessing JCas objects outside of UIMA Engine Components”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.ref.jcas.setting_up_classpath" number="5.7" targetptr="ugr.ref.jcas.setting_up_classpath">
@@ -437,48 +437,48 @@
       <div element="section" href="#ugr.ref.pear.packaging_a_component" number="6.1" targetptr="ugr.ref.pear.packaging_a_component">
          <ttl>Packaging a UIMA component</ttl>
          <xreftext>Section 6.1, “Packaging a UIMA component”</xreftext>
-         <div element="section" href="#ugr.ref.pear.creating_pear_structure" number="" targetptr="ugr.ref.pear.creating_pear_structure">
+         <div element="section" href="#ugr.ref.pear.creating_pear_structure" number="6.1.1" targetptr="ugr.ref.pear.creating_pear_structure">
             <ttl>Creating the PEAR structure</ttl>
-            <xreftext>the section called “Creating the PEAR structure”</xreftext>
+            <xreftext>Section 6.1.1, “Creating the PEAR structure”</xreftext>
             <obj element="figure" href="#ugr.ref.pear.fig.pear_structure" number="6.1" targetptr="ugr.ref.pear.fig.pear_structure">
                <ttl>The PEAR Structure</ttl>
                <xreftext>Figure 6.1, “The PEAR Structure”</xreftext>
             </obj>
          </div>
-         <div element="section" href="#ugr.ref.pear.populating_pear_structure" number="" targetptr="ugr.ref.pear.populating_pear_structure">
+         <div element="section" href="#ugr.ref.pear.populating_pear_structure" number="6.1.2" targetptr="ugr.ref.pear.populating_pear_structure">
             <ttl>Populating the PEAR structure</ttl>
-            <xreftext>the section called “Populating the PEAR structure”</xreftext>
-            <div element="section" href="#ugr.ref.pear.package_type.standard" number="" targetptr="ugr.ref.pear.package_type.standard">
+            <xreftext>Section 6.1.2, “Populating the PEAR structure”</xreftext>
+            <div element="section" href="#ugr.ref.pear.package_type.standard" number="6.1.2.1" targetptr="ugr.ref.pear.package_type.standard">
                <ttl>Standard Type</ttl>
-               <xreftext>the section called “Standard Type”</xreftext>
+               <xreftext>Section 6.1.2.1, “Standard Type”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.pear.package_type.service" number="" targetptr="ugr.ref.pear.package_type.service">
+            <div element="section" href="#ugr.ref.pear.package_type.service" number="6.1.2.2" targetptr="ugr.ref.pear.package_type.service">
                <ttl>Service Type</ttl>
-               <xreftext>the section called “Service Type”</xreftext>
+               <xreftext>Section 6.1.2.2, “Service Type”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.pear.package_type.network" number="" targetptr="ugr.ref.pear.package_type.network">
+            <div element="section" href="#ugr.ref.pear.package_type.network" number="6.1.2.3" targetptr="ugr.ref.pear.package_type.network">
                <ttl>Network Type</ttl>
-               <xreftext>the section called “Network Type”</xreftext>
+               <xreftext>Section 6.1.2.3, “Network Type”</xreftext>
             </div>
          </div>
-         <div element="section" href="#ugr.ref.pear.creating_installation_descriptor" number="" targetptr="ugr.ref.pear.creating_installation_descriptor">
+         <div element="section" href="#ugr.ref.pear.creating_installation_descriptor" number="6.1.3" targetptr="ugr.ref.pear.creating_installation_descriptor">
             <ttl>Creating the installation descriptor</ttl>
-            <xreftext>the section called “Creating the installation descriptor”</xreftext>
+            <xreftext>Section 6.1.3, “Creating the installation descriptor”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.pear.installation_descriptor" number="" targetptr="ugr.ref.pear.installation_descriptor">
+         <div element="section" href="#ugr.ref.pear.installation_descriptor" number="6.1.4" targetptr="ugr.ref.pear.installation_descriptor">
             <ttl>Documented template for the installation descriptor:</ttl>
-            <xreftext>the section called “Installation Descriptor: template”</xreftext>
-            <div element="section" href="#ugr.ref.pear.installation_descriptor.submitted_component" number="" targetptr="ugr.ref.pear.installation_descriptor.submitted_component">
+            <xreftext>Section 6.1.4, “Installation Descriptor: template”</xreftext>
+            <div element="section" href="#ugr.ref.pear.installation_descriptor.submitted_component" number="6.1.4.1" targetptr="ugr.ref.pear.installation_descriptor.submitted_component">
                <ttl>The SUBMITTED_COMPONENT section</ttl>
-               <xreftext>the section called “The SUBMITTED_COMPONENT section”</xreftext>
+               <xreftext>Section 6.1.4.1, “The SUBMITTED_COMPONENT section”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.pear.installation_descriptor.id_name_desc" number="" targetptr="ugr.ref.pear.installation_descriptor.id_name_desc">
+            <div element="section" href="#ugr.ref.pear.installation_descriptor.id_name_desc" number="6.1.4.2" targetptr="ugr.ref.pear.installation_descriptor.id_name_desc">
                <ttl>The ID, NAME, and DESC tags</ttl>
-               <xreftext>the section called “The ID, NAME, and DESC tags”</xreftext>
+               <xreftext>Section 6.1.4.2, “The ID, NAME, and DESC tags”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.pear.installation_descriptor.deployment_type" number="" targetptr="ugr.ref.pear.installation_descriptor.deployment_type">
+            <div element="section" href="#ugr.ref.pear.installation_descriptor.deployment_type" number="6.1.4.3" targetptr="ugr.ref.pear.installation_descriptor.deployment_type">
                <ttl>Tags related to deployment types</ttl>
-               <xreftext>the section called “Tags related to deployment types”</xreftext>
+               <xreftext>Section 6.1.4.3, “Tags related to deployment types”</xreftext>
                <div element="section" href="#ugr.ref.pear.installation_descriptor.deployment_type.standard" number="" targetptr="ugr.ref.pear.installation_descriptor.deployment_type.standard">
                   <ttl>Standard Type</ttl>
                   <xreftext>the section called “Standard Type”</xreftext>
@@ -492,22 +492,22 @@
                   <xreftext>the section called “Network Type”</xreftext>
                </div>
             </div>
-            <div element="section" href="#ugr.ref.pear.installation_descriptor.collection_reader_cas_consumer" number="" targetptr="ugr.ref.pear.installation_descriptor.collection_reader_cas_consumer">
+            <div element="section" href="#ugr.ref.pear.installation_descriptor.collection_reader_cas_consumer" number="6.1.4.4" targetptr="ugr.ref.pear.installation_descriptor.collection_reader_cas_consumer">
                <ttl>The Collection Reader and CAS Consumer tags</ttl>
-               <xreftext>the section called “The Collection Reader and CAS Consumer tags”</xreftext>
+               <xreftext>Section 6.1.4.4, “The Collection Reader and CAS Consumer tags”</xreftext>
             </div>
-            <div element="section" href="#ugr.ref.pear.installation_descriptor.installation" number="" targetptr="ugr.ref.pear.installation_descriptor.installation">
+            <div element="section" href="#ugr.ref.pear.installation_descriptor.installation" number="6.1.4.5" targetptr="ugr.ref.pear.installation_descriptor.installation">
                <ttl>The INSTALLATION section</ttl>
-               <xreftext>the section called “The INSTALLATION section”</xreftext>
+               <xreftext>Section 6.1.4.5, “The INSTALLATION section”</xreftext>
             </div>
          </div>
-         <div element="section" href="#ugr.ref.pear.packaging_into_1_file" number="" targetptr="ugr.ref.pear.packaging_into_1_file">
+         <div element="section" href="#ugr.ref.pear.packaging_into_1_file" number="6.1.5" targetptr="ugr.ref.pear.packaging_into_1_file">
             <ttl>Packaging the PEAR structure into one file</ttl>
-            <xreftext>the section called “Packaging the PEAR structure into one file”</xreftext>
+            <xreftext>Section 6.1.5, “Packaging the PEAR structure into one file”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.pear.installing" number="" targetptr="ugr.ref.pear.installing">
+         <div element="section" href="#ugr.ref.pear.installing" number="6.1.6" targetptr="ugr.ref.pear.installing">
             <ttl>Installing a PEAR file</ttl>
-            <xreftext>the section called “Installing a PEAR file”</xreftext>
+            <xreftext>Section 6.1.6, “Installing a PEAR file”</xreftext>
          </div>
       </div>
    </div>
@@ -534,13 +534,13 @@
       <div element="section" href="#ugr.ref.xmi.array_and_list_features" number="7.5" targetptr="ugr.ref.xmi.array_and_list_features">
          <ttl>Array and List Features</ttl>
          <xreftext>Section 7.5, “Array and List Features”</xreftext>
-         <div element="section" href="#ugr.ref.xmi.array_and_list_features.as_multi_valued_properties" number="" targetptr="ugr.ref.xmi.array_and_list_features.as_multi_valued_properties">
+         <div element="section" href="#ugr.ref.xmi.array_and_list_features.as_multi_valued_properties" number="7.5.1" targetptr="ugr.ref.xmi.array_and_list_features.as_multi_valued_properties">
             <ttl>Arrays and Lists as Multi-Valued Properties</ttl>
-            <xreftext>the section called “Arrays and Lists as Multi-Valued Properties”</xreftext>
+            <xreftext>Section 7.5.1, “Arrays and Lists as Multi-Valued Properties”</xreftext>
          </div>
-         <div element="section" href="#ugr.ref.xmi.array_and_list_features.as_1st_class_objects" number="" targetptr="ugr.ref.xmi.array_and_list_features.as_1st_class_objects">
+         <div element="section" href="#ugr.ref.xmi.array_and_list_features.as_1st_class_objects" number="7.5.2" targetptr="ugr.ref.xmi.array_and_list_features.as_1st_class_objects">
             <ttl>Arrays and Lists as First-Class Objects</ttl>
-            <xreftext>the section called “Arrays and Lists as First-Class Objects”</xreftext>
+            <xreftext>Section 7.5.2, “Arrays and Lists as First-Class Objects”</xreftext>
          </div>
       </div>
       <div element="section" href="#ugr.ref.xmi.null_array_list_elements" number="7.6" targetptr="ugr.ref.xmi.null_array_list_elements">