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/07 23:08:08 UTC

svn commit: r483694 [7/10] - in /incubator/uima/uimaj/trunk/uima-docbooks: ./ lib/ src/docbook/ src/docbook/overview_and_setup/ src/docbook/references/ src/docbook/references/images/ref.javadocs/ src/docbook/tools/ src/docbook/tutorials_and_users_guide...

Copied: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/references.xml (from r482808, incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/reference.xml)
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/references.xml?view=diff&rev=483694&p1=incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/reference.xml&r1=482808&p2=incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/references.xml&r2=483694
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/reference.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/references.xml Thu Dec  7 14:08:05 2006
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"[
-  <!ENTITY % xinclude SYSTEM "../xinclude.mod">
-  %xinclude;
-  ]>
+<!ENTITY % xinclude SYSTEM "../xinclude.mod">
+%xinclude;
+]>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -24,15 +24,15 @@
 -->
 <book lang="en">
   <title>Apache UIMA SDK Reference</title>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../common_book_info.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../common_book_info.xml"/>
 
   <toc/>
   
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ref.javadocs.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ref.xml.component_descriptor.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ref.xml.cpe_descriptor.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ref.cas.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ref.jcas.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ref.pear.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ref.xmi.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ref.javadocs.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ref.xml.component_descriptor.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ref.xml.cpe_descriptor.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ref.cas.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ref.jcas.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ref.pear.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ref.xmi.xml"/>
 </book>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cde.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cde.xml?view=diff&rev=483694&r1=483693&r2=483694
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cde.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cde.xml Thu Dec  7 14:08:05 2006
@@ -396,7 +396,7 @@
       
       <para>The UIMA SDK currently supports three kinds of sequencing flows: Fixed,
         CapabilityLanguageFlow (see <olink targetdoc="&uima_docs_ref;"
-          targetptr="ugr.ref.xml.component_descriptor.capability_language_flow"/>
+          targetptr="ugr.ref.xml.component_descriptor.aes.aggregate.flow_constraints.capability_language_flow"/>
         ), and user-defined. The first two require specification of a linear flow sequence;
         this linear flow sequence can also be read by a user-defined flow controller (what use
         is made of it is up to the user-defined flow controller). The Component Engine Flow
@@ -513,7 +513,7 @@
         group requested. It can have the values of None, language_fallback, or
         default_fallback. These are more fully described in the section <olink
           targetdoc="&uima_docs_ref;"
-          targetptr="ugr.ref.xml.component_descriptor.configuration_parameter_declaration"/>
+          targetptr="ugr.ref.xml.component_descriptor.aes.configuration_parameter_declaration"/>
         .</para>
       
       <para>Groups are added using the Add Group button. Once added, they can be edited or
@@ -1171,7 +1171,7 @@
       resource. If both the URL and URL suffix are used, the file resource is formed by
       combining the first URL part with the language-identifier, followed by the URL suffix;
       see <olink targetdoc="&uima_docs_ref;"
-        targetptr="ugr.ref.xml.component_descriptor.resource_manager_configuration"/>
+        targetptr="ugr.ref.xml.component_descriptor.aes.primitive.resource_manager_configuration"/>
       . URLs may be written as <quote>relative</quote> URLs; in this case they are resolved by
       looking them up relative to the classpath and/or datapath. A relative URL has the path
       part starting without an intial <quote>/</quote>; for example:

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=483694&r1=483693&r2=483694
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.xml Thu Dec  7 14:08:05 2006
@@ -24,18 +24,18 @@
 -->
 <book lang="en">
   <title>Apache UIMA SDK Tools Guide and Reference</title>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../common_book_info.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../common_book_info.xml"/>
   <toc/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tools.cde.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tools.cpe.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.cde.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.cpe.xml"/>
   <!--
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tools.eclipse_launcher.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.eclipse_launcher.xml"/>
   -->
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tools.doc_analyzer.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tools.annotation_viewer.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tools.cvd.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tools.jcasgen.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tools.pear.packager.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tools.pear.installer.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tools.pear.merger.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.doc_analyzer.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.annotation_viewer.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.cvd.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.jcasgen.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.pear.packager.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.pear.installer.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.pear.merger.xml"/>
 </book>

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=483694&r1=483693&r2=483694
==============================================================================
--- 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 Thu Dec  7 14:08:05 2006
@@ -878,7 +878,7 @@
         
         <para>The syntax for defining parameter groups in your descriptor is fairly
           straightforward &ndash; see <olink targetdoc="&uima_docs_ref;"
-            targetptr="ugr.ref.component_descriptor"/> for details. Values of
+            targetptr="ugr.ref.xml.component_descriptor"/> for details. Values of
           parameters defined within groups are accessed through the two-argument version
           of <literal>UimaContext.getConfigParameterValue</literal>, which takes
           both the group name and the parameter name as its arguments.</para>
@@ -2093,7 +2093,7 @@
                 <entry>UIMA_DATAPATH</entry>
                 <entry>(Optional) if specified, a path specification to use as the default
                   DataPath (see <olink targetdoc="&uima_docs_ref;"
-                    targetptr="ugr.ref.component_descriptor.datapath"/>)</entry>
+                    targetptr="ugr.ref.xml.component_descriptor.datapath"/>)</entry>
               </row>
               <row>
                 <entry>VNS_HOST</entry>
@@ -2216,7 +2216,7 @@
       discussion is divided into several logical sections of the descriptor.</para>
     
     <para>The full specification for Analysis Engine Descriptors is defined in <olink
-        targetdoc="&uima_docs_ref;" targetptr="ugr.ref.component_descriptor"/>
+        targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.component_descriptor"/>
       .</para>
     
     <section id="ugr.tug.aae.header_annotator_class_identification">

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.application.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.application.xml?view=diff&rev=483694&r1=483693&r2=483694
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.application.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.application.xml Thu Dec  7 14:08:05 2006
@@ -879,8 +879,9 @@
             </itemizedlist></para>
         
         <para>More information on the syntax of these kinds of queries, called XML
-          Fragments, can be found in <olink targetdoc="&uima_docs_ref;"
-            targetptr="ugr.ref.semantic_search"/>. For more information on the Index
+          Fragments, can be found in documentation for the semantic search engine
+          component
+          on <ulink url="http://www.alphaworks.ibm.com/tech/uima"/>. For more information on the Index
           Build Specification format, see the UIMA JavaDocs for class
           <literal>org.apache.uima.search.IndexBuildSpecification</literal>.
           Accessing the JavaDocs is described <olink targetdoc="&uima_docs_ref;"
@@ -1011,8 +1012,9 @@
         XML queries where the XML tags correspond to the labels in the index build
         specification file (e.g.
         <literal>&lt;Meeting&gt;UIMA&lt;/Meeting&gt;</literal>). XML Fragments are
-        described in <olink targetdoc="&uima_docs_ref;"
-          targetptr="ugr.ref.semantic_search"/>.</para>
+        described in the documentation for the semantic search engine
+          component
+          on <ulink url="http://www.alphaworks.ibm.com/tech/uima"/>.</para>
       
       <para>After you enter a query and click the <quote>Search</quote> button, a list of
         hits will appear. Select one of the documents and click <quote>View
@@ -1023,9 +1025,10 @@
         . A simple command-line query program is also provided in
         <literal>examples/src/com/ibm/uima/examples/search/SemanticSearch.java</literal>
         . Using these as a model, you can build a query interface from your own application. For
-        details on the Semantic Search Engine query language and interface, see <olink
-          targetdoc="&uima_docs_ref;" targetptr="ugr.ref.semantic_search"/>
-        .</para>
+        details on the Semantic Search Engine query language and interface, see 
+        the documentation for the semantic search engine
+          component
+          on <ulink url="http://www.alphaworks.ibm.com/tech/uima"/>.</para>
     </section>
   </section>
   
@@ -1553,7 +1556,7 @@
       the size of the CAS pool is equal to or greater than this number (the attribute of
       <literal>&lt;casProcessors&gt;</literal> to set is
       <literal>casPoolSize</literal>). For more details on these settings, see <olink
-        targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe.cas_processors"/>
+        targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe_descriptor.descriptor.cas_processors"/>
       .</para>
     
     <para>For deployments that incorporate remote analysis engines in the Collection
@@ -1589,7 +1592,7 @@
       advantage of multi-processor and hyper-threaded architectures).</para>
     <note><para>When using Vinci in <quote>exclusive</quote> mode (see service access
     under <olink targetdoc="&uima_docs_ref;"
-      targetptr="ugr.ref.xml.cpe.deployment_parameters"/>), only one thread is used.
+      targetptr="ugr.ref.xml.cpe_descriptor.cas_processors.individual.deployment_parameters"/>), only one thread is used.
     To achieve multi-processing on a server in this case, use multiple instances of the
     service, instead of multiple threads (see <xref
       linkend="ugr.tug.application.how_to_deploy_a_vinci_service"/>.</para>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cpe.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cpe.xml?view=diff&rev=483694&r1=483693&r2=483694
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cpe.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cpe.xml Thu Dec  7 14:08:05 2006
@@ -75,7 +75,7 @@
       targetdoc="&uima_docs_tools;" targetptr="ugr.tools.cpe"/>.
     Alternatively, a CPE can be assembled by writing an XML CPE descriptor. Details on the CPE
     descriptor, including its syntax and content, can be found in the <olink
-      targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe"/>. The individual
+      targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe_descriptor"/>. The individual
     components have associated XML descriptors, each of which can be created and / or edited
     using the <olink targetdoc="&uima_docs_tools;" targetptr="ugr.tools.cde">
     Component Description Editor</olink>.</para>
@@ -146,7 +146,7 @@
       
       <para>A CPE can be assembled by writing an XML CPE descriptor. Details on the CPE
         descriptor, including its syntax and content, can be found in <olink
-          targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml_cpe"/>. Rather than
+          targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe_descriptor"/>. Rather than
         edit raw XML, you may develop a CPE Descriptor using the CPE Configurator tool. The CPE
         Configurator tool is described briefly in this section, and in more detail in <olink
           targetdoc="&uima_docs_tools;" targetptr="ugr.tools.cpe"/>.</para>
@@ -227,7 +227,7 @@
         allow specifying operational parameters, such as error handling options, that are
         not currently available for configuration through the CPE Configurator. For more
         information on manually creating a CPE Descriptor, see the <olink
-          targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe"/>.</para>
+          targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe_descriptor"/>.</para>
       
       <para>Note that CPE descriptors identify <emphasis>which</emphasis> components
         comprise the CPE, but they do not capture the individual configuration settings for
@@ -327,7 +327,7 @@
       the build path, because the uimaj_examples project is set up to include all the UIMA
       framework classes in its classpath already. </para></note>
       
-      <para>Next, in the Eclipse menu select <literal>Run</literal><literal> &rarr;
+      <para>Next, in the Eclipse menu select <literal>Run &rarr;
         Run</literal>..., which brings up the Run configuration screen.</para>
       
       <para>In the Main tab, set the main class to
@@ -1125,7 +1125,7 @@
       detailed tutorial for these settings will be provided. In the meantime, we provide only
       a high-level, conceptual overview of these advanced features in the rest of this
       chapter, and refer the advanced user to <olink targetdoc="&uima_docs_ref;"
-        targetptr="ugr.ref.xml.cpe"/> for details on setting these options in the CPE
+        targetptr="ugr.ref.xml.cpe_descriptor"/> for details on setting these options in the CPE
       Descriptor.</para>
     
     <para> <xref linkend="ugr.tug.cpe.fig.cpe_instantiation"/> shows a logical view of
@@ -1186,7 +1186,7 @@
       CAS Processors in integrated mode. To deploy CAS Processors in any other mode, the CPE
       descriptor must be edited by hand (better tooling may be provided later). Details on the
       CPE descriptor and the required settings for various CAS Processor deployment modes
-      can be found in <olink targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe"/>
+      can be found in <olink targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe_descriptor"/>
       . In the following sections we merely summarize the various CAS Processor deployment
       options.</para>
     
@@ -1257,7 +1257,7 @@
 &lt;/casProcessor&gt;
 </programlisting>
       
-      <para>See <olink targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe"/> for
+      <para>See <olink targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe_descriptor"/> for
         details and required settings.</para>
       
     </section>
@@ -1320,7 +1320,7 @@
 &lt;/casProcessor&gt;
 </programlisting>
       
-      <para>See <olink targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe"/> for
+      <para>See <olink targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe_descriptor"/> for
         details and required settings.</para>
       
     </section>
@@ -1369,7 +1369,7 @@
 &lt;/casProcessor&gt;
 </programlisting>
       
-      <para>See <olink targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe"/> for
+      <para>See <olink targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xml.cpe_descriptor"/> for
         details and required settings.</para>
       
     </section>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.multi_views.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.multi_views.xml?view=diff&rev=483694&r1=483693&r2=483694
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.multi_views.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.multi_views.xml Thu Dec  7 14:08:05 2006
@@ -53,7 +53,7 @@
     repositories:</para>
   
   
-  <programlisting><literal>aView.addFsToIndexes(aFeatureStructure)</literal> <literal>aView.removeFsFromIndexes(aFeatureStructure)</literal> </programlisting>
+  <programlisting>aView.addFsToIndexes(aFeatureStructure) aView.removeFsFromIndexes(aFeatureStructure)</programlisting>
   
   <para>specify the view in which this Feature Structure should be added to or removed from the
     indexes.</para>
@@ -293,7 +293,7 @@
         &lt;componentKey&gt;</literal> element is not needed. Finally, rather than
         sub-elements for the parts, the XML markup for these uses attributes. See <olink
           targetdoc="&uima_docs_ref;"
-          targetptr="ugr.ref.xml.cpe.sofa_name_mappings"/>.</para>
+          targetptr="ugr.ref.xml.cpe_descriptor.descriptor.cas_processors.individual.sofa_name_mappings"/>.</para>
       
       <para>Here&apos;s an example. Let&apos;s use the aggregate from the previous section
         in a collection processing engine. Here we will add a Collection Reader that outputs

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.xmi_emf.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.xmi_emf.xml?view=diff&rev=483694&r1=483693&r2=483694
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.xmi_emf.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.xmi_emf.xml Thu Dec  7 14:08:05 2006
@@ -65,7 +65,7 @@
       Addison-Wesley. 2006.</para>
     
     <para>For details of how the UIMA CAS is represented in XMI format, see <olink
-        targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xmi_cas_serialization"/>
+        targetdoc="&uima_docs_ref;" targetptr="ugr.ref.xmi"/>
       .</para>
     
   </section>

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=483694&r1=483693&r2=483694
==============================================================================
--- 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 Thu Dec  7 14:08:05 2006
@@ -24,16 +24,16 @@
 -->
 <book lang="en">
   <title>Apache UIMA SDK Tutorial and Developers' Guides</title>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../common_book_info.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../common_book_info.xml"/>
 
   <toc/>
   
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="annotator_analysis_engine_guide.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tug.cpe.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tug.application.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tug.fc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tug.aas.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tug.multi_views.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tug.cas_multiplier.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tug.xmi_emf.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="annotator_analysis_engine_guide.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tug.cpe.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tug.application.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tug.fc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tug.aas.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tug.multi_views.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tug.cas_multiplier.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tug.xmi_emf.xml"/>
 </book>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/xinclude.mod
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/xinclude.mod?view=diff&rev=483694&r1=483693&r2=483694
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/xinclude.mod (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/xinclude.mod Thu Dec  7 14:08:05 2006
@@ -1,13 +1,13 @@
 <!ELEMENT xi:include (xi:fallback?) >
 <!ATTLIST xi:include
-  xmlns:xi   CDATA        #FIXED      "http://www.w3.org/2003/XInclude"
+  xmlns:xi   CDATA        #FIXED      "http://www.w3.org/2001/XInclude"
   href       CDATA        #REQUIRED
   parse      (xml|text)   "xml"
   encoding   CDATA        #IMPLIED >
 
 <!ELEMENT xi:fallback ANY>
 <!ATTLIST xi:fallback
-  xmlns:xi   CDATA        #FIXED      "http://www.w3.org/2003/XInclude" >
+  xmlns:xi   CDATA        #FIXED      "http://www.w3.org/2001/XInclude" >
 
 <!ENTITY % local.chapter.class "| xi:include">
 <!ENTITY % local.book.class "| xi:include">

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/html-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/html-target.db?view=diff&rev=483694&r1=483693&r2=483694
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/html-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/html-target.db Thu Dec  7 14:08:05 2006
@@ -192,11 +192,11 @@
          <xreftext>Section 1.5, “Summary of UIMA SDK Capabilities”</xreftext>
       </div>
    </div>
-   <div element="chapter" href="ch02.html" number="2" targetptr="ugr.conceptual_overview">
+   <div element="chapter" href="ch02.html" number="2" targetptr="ugr.ovv.conceptual">
       <ttl>UIMA Conceptual Overview</ttl>
       <xreftext>Chapter 2, <i>UIMA Conceptual Overview</i>
       </xreftext>
-      <div element="section" href="ch02.html#ugr.conceptual_overview.uima_introduction" number="2.1" targetptr="ugr.conceptual_overview.uima_introduction">
+      <div element="section" href="ch02.html#ugr.ovv.conceptual.uima_introduction" number="2.1" targetptr="ugr.ovv.conceptual.uima_introduction">
          <ttl>UIMA Introduction</ttl>
          <xreftext>Section 2.1, “UIMA Introduction”</xreftext>
          <obj element="figure" href="ch02.html#ugr.ovv.conceptual.fig.bridge" number="2.1" targetptr="ugr.ovv.conceptual.fig.bridge">
@@ -206,17 +206,17 @@
         worlds”</xreftext>
          </obj>
       </div>
-      <div element="section" href="ch02s02.html" number="2.2" targetptr="ugr.conceptual_overview_architecture_framework_sdk">
+      <div element="section" href="ch02s02.html" number="2.2" targetptr="ugr.ovv.conceptual.architecture_framework_sdk">
          <ttl>The Architecture, the Framework and the SDK</ttl>
          <xreftext>Section 2.2, “The Architecture, the Framework and the SDK”</xreftext>
       </div>
-      <div element="section" href="ch02s03.html" number="2.3" targetptr="ugr.conceptual_overview.analysis_basics">
+      <div element="section" href="ch02s03.html" number="2.3" targetptr="ugr.ovv.conceptual.analysis_basics">
          <ttl>Analysis Basics</ttl>
          <xreftext>Section 2.3, “Analysis Basics”</xreftext>
          <div element="section" href="ch02s03.html#ugr.ovv.conceptual.aes_annotators_and_analysis_results" number="" targetptr="ugr.ovv.conceptual.aes_annotators_and_analysis_results">
             <ttl>Analysis Engines, Annotators and Analysis Results</ttl>
             <xreftext>the section called “Analysis Engines, Annotators and Analysis Results”</xreftext>
-            <obj element="figure" href="ch02s03.html#ugr.conceptual_overview.metadata_in_cas" number="2.2" targetptr="ugr.conceptual_overview.metadata_in_cas">
+            <obj element="figure" href="ch02s03.html#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>
@@ -246,10 +246,10 @@
             <xreftext>the section called “Component Descriptors”</xreftext>
          </div>
       </div>
-      <div element="section" href="ch02s04.html" number="2.4" targetptr="ugr.conceptual_overview.aggregate_analysis_engines">
+      <div element="section" href="ch02s04.html" number="2.4" targetptr="ugr.ovv.conceptual.aggregate_analysis_engines">
          <ttl>Aggregate Analysis Engines</ttl>
          <xreftext>Section 2.4, “Aggregate Analysis Engines”</xreftext>
-         <obj element="figure" href="ch02s04.html#ugr.conceptual_overview.sample_aggregate" number="2.3" targetptr="ugr.conceptual_overview.sample_aggregate">
+         <obj element="figure" href="ch02s04.html#ugr.ovv.conceptual.sample_aggregate" number="2.3" targetptr="ugr.ovv.conceptual.sample_aggregate">
             <ttl>Sample Aggregate Analysis Engine</ttl>
             <xreftext>Figure 2.3, “Sample Aggregate Analysis Engine”</xreftext>
          </obj>
@@ -260,7 +260,7 @@
          <div element="section" href="ch02s05.html#ugr.ovv.conceptual.using_framework_from_an_application" number="" 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>
-            <obj element="figure" href="ch02s05.html#ugr.conceptual_overview.application_factory_ae" number="2.4" targetptr="ugr.conceptual_overview.application_factory_ae">
+            <obj element="figure" href="ch02s05.html#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>
@@ -268,11 +268,11 @@
          <div element="section" href="ch02s05.html#ugr.ovv.conceptual.graduating_to_collection_processing" number="" targetptr="ugr.ovv.conceptual.graduating_to_collection_processing">
             <ttl>Graduating to Collection Processing</ttl>
             <xreftext>the section called “Graduating to Collection Processing”</xreftext>
-            <obj element="figure" href="ch02s05.html#ugr.conceptual_overview.fig.cpe" number="2.5" targetptr="ugr.conceptual_overview.fig.cpe">
+            <obj element="figure" href="ch02s05.html#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>
             </obj>
-            <obj element="figure" href="ch02s05.html#ugr.conceptual_overview.fig.cpm" number="2.6" targetptr="ugr.conceptual_overview.fig.cpm">
+            <obj element="figure" href="ch02s05.html#ugr.ovv.conceptual.fig.cpm" number="2.6" targetptr="ugr.ovv.conceptual.fig.cpm">
                <ttl>Collection Processing Manager in UIMA Framework</ttl>
                <xreftext>Figure 2.6, “Collection Processing Manager in UIMA Framework”</xreftext>
             </obj>
@@ -293,7 +293,7 @@
       <div element="section" href="ch02s07.html" number="2.7" targetptr="ugr.ovv.conceptual.multimodal_processing">
          <ttl>Multimodal Processing in UIMA</ttl>
          <xreftext>Section 2.7, “Multimodal Processing in UIMA”</xreftext>
-         <obj element="figure" href="ch02s07.html#ugr.conceptual_overview.fig.multiple_sofas" number="2.7" targetptr="ugr.conceptual_overview.fig.multiple_sofas">
+         <obj element="figure" href="ch02s07.html#ugr.ovv.conceptual.fig.multiple_sofas" number="2.7" targetptr="ugr.ovv.conceptual.fig.multiple_sofas">
             <ttl>Multiple Sofas in support of multi-modal analysis of an audio Stream. Some
         engines work on the audio “<span class="quote">view</span>”, some on the text
         “<span class="quote">view</span>” and some on both.</ttl>

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=483694&r1=483693&r2=483694
==============================================================================
--- 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 Thu Dec  7 14:08:05 2006
@@ -192,11 +192,11 @@
          <xreftext>Section 1.5, “Summary of UIMA SDK Capabilities”</xreftext>
       </div>
    </div>
-   <div element="chapter" href="#ugr.conceptual_overview" number="2" targetptr="ugr.conceptual_overview">
+   <div element="chapter" href="#ugr.ovv.conceptual" number="2" targetptr="ugr.ovv.conceptual">
       <ttl>UIMA Conceptual Overview</ttl>
       <xreftext>Chapter 2, <i>UIMA Conceptual Overview</i>
       </xreftext>
-      <div element="section" href="#ugr.conceptual_overview.uima_introduction" number="2.1" targetptr="ugr.conceptual_overview.uima_introduction">
+      <div element="section" href="#ugr.ovv.conceptual.uima_introduction" number="2.1" targetptr="ugr.ovv.conceptual.uima_introduction">
          <ttl>UIMA Introduction</ttl>
          <xreftext>Section 2.1, “UIMA Introduction”</xreftext>
          <obj element="figure" href="#ugr.ovv.conceptual.fig.bridge" number="2.1" targetptr="ugr.ovv.conceptual.fig.bridge">
@@ -206,17 +206,17 @@
         worlds”</xreftext>
          </obj>
       </div>
-      <div element="section" href="#ugr.conceptual_overview_architecture_framework_sdk" number="2.2" targetptr="ugr.conceptual_overview_architecture_framework_sdk">
+      <div element="section" href="#ugr.ovv.conceptual.architecture_framework_sdk" number="2.2" targetptr="ugr.ovv.conceptual.architecture_framework_sdk">
          <ttl>The Architecture, the Framework and the SDK</ttl>
          <xreftext>Section 2.2, “The Architecture, the Framework and the SDK”</xreftext>
       </div>
-      <div element="section" href="#ugr.conceptual_overview.analysis_basics" number="2.3" targetptr="ugr.conceptual_overview.analysis_basics">
+      <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">
             <ttl>Analysis Engines, Annotators and Analysis Results</ttl>
             <xreftext>the section called “Analysis Engines, Annotators and Analysis Results”</xreftext>
-            <obj element="figure" href="#ugr.conceptual_overview.metadata_in_cas" number="2.2" targetptr="ugr.conceptual_overview.metadata_in_cas">
+            <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>
@@ -246,10 +246,10 @@
             <xreftext>the section called “Component Descriptors”</xreftext>
          </div>
       </div>
-      <div element="section" href="#ugr.conceptual_overview.aggregate_analysis_engines" number="2.4" targetptr="ugr.conceptual_overview.aggregate_analysis_engines">
+      <div element="section" href="#ugr.ovv.conceptual.aggregate_analysis_engines" number="2.4" targetptr="ugr.ovv.conceptual.aggregate_analysis_engines">
          <ttl>Aggregate Analysis Engines</ttl>
          <xreftext>Section 2.4, “Aggregate Analysis Engines”</xreftext>
-         <obj element="figure" href="#ugr.conceptual_overview.sample_aggregate" number="2.3" targetptr="ugr.conceptual_overview.sample_aggregate">
+         <obj element="figure" href="#ugr.ovv.conceptual.sample_aggregate" number="2.3" targetptr="ugr.ovv.conceptual.sample_aggregate">
             <ttl>Sample Aggregate Analysis Engine</ttl>
             <xreftext>Figure 2.3, “Sample Aggregate Analysis Engine”</xreftext>
          </obj>
@@ -260,7 +260,7 @@
          <div element="section" href="#ugr.ovv.conceptual.using_framework_from_an_application" number="" 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>
-            <obj element="figure" href="#ugr.conceptual_overview.application_factory_ae" number="2.4" targetptr="ugr.conceptual_overview.application_factory_ae">
+            <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>
@@ -268,11 +268,11 @@
          <div element="section" href="#ugr.ovv.conceptual.graduating_to_collection_processing" number="" targetptr="ugr.ovv.conceptual.graduating_to_collection_processing">
             <ttl>Graduating to Collection Processing</ttl>
             <xreftext>the section called “Graduating to Collection Processing”</xreftext>
-            <obj element="figure" href="#ugr.conceptual_overview.fig.cpe" number="2.5" targetptr="ugr.conceptual_overview.fig.cpe">
+            <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>
             </obj>
-            <obj element="figure" href="#ugr.conceptual_overview.fig.cpm" number="2.6" targetptr="ugr.conceptual_overview.fig.cpm">
+            <obj element="figure" href="#ugr.ovv.conceptual.fig.cpm" number="2.6" targetptr="ugr.ovv.conceptual.fig.cpm">
                <ttl>Collection Processing Manager in UIMA Framework</ttl>
                <xreftext>Figure 2.6, “Collection Processing Manager in UIMA Framework”</xreftext>
             </obj>
@@ -293,7 +293,7 @@
       <div element="section" href="#ugr.ovv.conceptual.multimodal_processing" number="2.7" targetptr="ugr.ovv.conceptual.multimodal_processing">
          <ttl>Multimodal Processing in UIMA</ttl>
          <xreftext>Section 2.7, “Multimodal Processing in UIMA”</xreftext>
-         <obj element="figure" href="#ugr.conceptual_overview.fig.multiple_sofas" number="2.7" targetptr="ugr.conceptual_overview.fig.multiple_sofas">
+         <obj element="figure" href="#ugr.ovv.conceptual.fig.multiple_sofas" number="2.7" targetptr="ugr.ovv.conceptual.fig.multiple_sofas">
             <ttl>Multiple Sofas in support of multi-modal analysis of an audio Stream. Some
         engines work on the audio “<span class="quote">view</span>”, some on the text
         “<span class="quote">view</span>” and some on both.</ttl>

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=483694&r1=483693&r2=483694
==============================================================================
--- 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 Thu Dec  7 14:08:05 2006
@@ -192,11 +192,11 @@
          <xreftext>Section 1.5, “Summary of UIMA SDK Capabilities”</xreftext>
       </div>
    </div>
-   <div element="chapter" href="#ugr.conceptual_overview" number="2" targetptr="ugr.conceptual_overview">
+   <div element="chapter" href="#ugr.ovv.conceptual" number="2" targetptr="ugr.ovv.conceptual">
       <ttl>UIMA Conceptual Overview</ttl>
       <xreftext>Chapter 2, <fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-style="italic">UIMA Conceptual Overview</fo:inline>
       </xreftext>
-      <div element="section" href="#ugr.conceptual_overview.uima_introduction" number="2.1" targetptr="ugr.conceptual_overview.uima_introduction">
+      <div element="section" href="#ugr.ovv.conceptual.uima_introduction" number="2.1" targetptr="ugr.ovv.conceptual.uima_introduction">
          <ttl>UIMA Introduction</ttl>
          <xreftext>Section 2.1, “UIMA Introduction”</xreftext>
          <obj element="figure" href="#ugr.ovv.conceptual.fig.bridge" number="2.1" targetptr="ugr.ovv.conceptual.fig.bridge">
@@ -206,17 +206,17 @@
         worlds”</xreftext>
          </obj>
       </div>
-      <div element="section" href="#ugr.conceptual_overview_architecture_framework_sdk" number="2.2" targetptr="ugr.conceptual_overview_architecture_framework_sdk">
+      <div element="section" href="#ugr.ovv.conceptual.architecture_framework_sdk" number="2.2" targetptr="ugr.ovv.conceptual.architecture_framework_sdk">
          <ttl>The Architecture, the Framework and the SDK</ttl>
          <xreftext>Section 2.2, “The Architecture, the Framework and the SDK”</xreftext>
       </div>
-      <div element="section" href="#ugr.conceptual_overview.analysis_basics" number="2.3" targetptr="ugr.conceptual_overview.analysis_basics">
+      <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="2.3.1" targetptr="ugr.ovv.conceptual.aes_annotators_and_analysis_results">
             <ttl>Analysis Engines, Annotators and Analysis Results</ttl>
             <xreftext>Section 2.3.1, “Analysis Engines, Annotators and Analysis Results”</xreftext>
-            <obj element="figure" href="#ugr.conceptual_overview.metadata_in_cas" number="2.2" targetptr="ugr.conceptual_overview.metadata_in_cas">
+            <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>
@@ -246,10 +246,10 @@
             <xreftext>Section 2.3.4, “Component Descriptors”</xreftext>
          </div>
       </div>
-      <div element="section" href="#ugr.conceptual_overview.aggregate_analysis_engines" number="2.4" targetptr="ugr.conceptual_overview.aggregate_analysis_engines">
+      <div element="section" href="#ugr.ovv.conceptual.aggregate_analysis_engines" number="2.4" targetptr="ugr.ovv.conceptual.aggregate_analysis_engines">
          <ttl>Aggregate Analysis Engines</ttl>
          <xreftext>Section 2.4, “Aggregate Analysis Engines”</xreftext>
-         <obj element="figure" href="#ugr.conceptual_overview.sample_aggregate" number="2.3" targetptr="ugr.conceptual_overview.sample_aggregate">
+         <obj element="figure" href="#ugr.ovv.conceptual.sample_aggregate" number="2.3" targetptr="ugr.ovv.conceptual.sample_aggregate">
             <ttl>Sample Aggregate Analysis Engine</ttl>
             <xreftext>Figure 2.3, “Sample Aggregate Analysis Engine”</xreftext>
          </obj>
@@ -260,7 +260,7 @@
          <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>Section 2.5.1, “Using the framework from an Application”</xreftext>
-            <obj element="figure" href="#ugr.conceptual_overview.application_factory_ae" number="2.4" targetptr="ugr.conceptual_overview.application_factory_ae">
+            <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>
@@ -268,11 +268,11 @@
          <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>Section 2.5.2, “Graduating to Collection Processing”</xreftext>
-            <obj element="figure" href="#ugr.conceptual_overview.fig.cpe" number="2.5" targetptr="ugr.conceptual_overview.fig.cpe">
+            <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>
             </obj>
-            <obj element="figure" href="#ugr.conceptual_overview.fig.cpm" number="2.6" targetptr="ugr.conceptual_overview.fig.cpm">
+            <obj element="figure" href="#ugr.ovv.conceptual.fig.cpm" number="2.6" targetptr="ugr.ovv.conceptual.fig.cpm">
                <ttl>Collection Processing Manager in UIMA Framework</ttl>
                <xreftext>Figure 2.6, “Collection Processing Manager in UIMA Framework”</xreftext>
             </obj>
@@ -293,7 +293,7 @@
       <div element="section" href="#ugr.ovv.conceptual.multimodal_processing" number="2.7" targetptr="ugr.ovv.conceptual.multimodal_processing">
          <ttl>Multimodal Processing in UIMA</ttl>
          <xreftext>Section 2.7, “Multimodal Processing in UIMA”</xreftext>
-         <obj element="figure" href="#ugr.conceptual_overview.fig.multiple_sofas" number="2.7" targetptr="ugr.conceptual_overview.fig.multiple_sofas">
+         <obj element="figure" href="#ugr.ovv.conceptual.fig.multiple_sofas" number="2.7" targetptr="ugr.ovv.conceptual.fig.multiple_sofas">
             <ttl>Multiple Sofas in support of multi-modal analysis of an audio Stream. Some
         engines work on the audio “view”, some on the text
         “view” and some on both.</ttl>