• Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 138 for Documentation/Generated/OME-2007-07/AnalysisModule.xsd.html

Show
Ignore:
Timestamp:
01/11/08 12:23:02 (10 months ago)
Author:
andrew
Message:

Update the autogenerated docs

Files:
1 modified

  • Documentation/Generated/OME-2007-07/AnalysisModule.xsd.html (modified) (37 diffs)

Legend:

Unmodified
Added
Removed
  • Documentation/Generated/OME-2007-07/AnalysisModule.xsd.html

    r109 r138  
    77      <meta http-equiv="Content-Type" content="text/xml; charset=UTF-8"/> 
    88      <style type="text/css"> 
    9 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
    10 /* More-configurable styles */ 
    11  
    12 /******** General ********/ 
    13           
    14 /* Document body */ 
    15 body { 
    16    color: Black; 
    17    background-color: White; 
    18    font-family: Arial, sans-serif; 
    19    font-size: 10pt; 
    20 } 
    21                    
    22 /* Horizontal rules */ 
    23 hr { 
    24    color: black; 
    25 } 
    26 /* Document title */ 
    27 h1 { 
    28    font-size: 18pt; 
    29    letter-spacing: 2px; 
    30    border-bottom: 1px #ccc solid; 
    31    padding-top: 5px; 
    32    padding-bottom: 5px; 
    33 } 
    34 /* Main section headers */ 
    35 h2 { 
    36    font-size: 14pt; 
    37    letter-spacing: 1px; 
    38 } 
    39 /* Sub-section headers */ 
    40 h3, h3 a, h3 span { 
    41    font-size: 12pt; 
    42    font-weight: bold; 
    43    color: black; 
    44 } 
    45 /* Table displaying the properties of the schema components or the 
    46    schema document itself */ 
    47 table.properties th, table.properties th a { 
    48    color: black; 
    49    background-color: #F99; /* Pink */ 
    50 } 
    51 table.properties td { 
    52    background-color: #eee; /* Gray */ 
    53 } 
    54  
    55 img{ 
    56  border: 0; 
    57 }          
    58  
    59 /********* Documentation style *************/ 
    60 p.documentation { 
    61    color:black; 
    62    font-style:italic; 
    63          background-color: #EEEEFF; 
    64          border: 1px solid #DDDDFF; 
    65          padding-top: 1px; 
    66          margin-right: 30px; 
    67          margin-top: 1px; 
    68 } 
    69  
    70           
    71 /******** Table of Contents Section ********/ 
    72  
    73 /* Controls for switching between printing and viewing modes */ 
    74 div#printerControls { 
    75    color: #963; /* Orange-brown */ 
    76 } 
    77 /* Controls that can collapse or expand all XML Instance 
    78    Representation and Schema Component Representation boxes */ 
    79 div#globalControls { 
    80    border: 2px solid #999; 
    81 } 
    82  
    83  
    84 /******** Schema Document Properties Section ********/ 
    85  
    86 /* Table displaying the namespaces declared in the schema */ 
    87 table.namespaces th { 
    88    background-color: #ccc; 
    89 } 
    90 table.namespaces td { 
    91    background-color: #eee; 
    92 } 
    93 /* Target namespace of the schema */ 
    94 span.targetNS { 
    95    color: #06C; 
    96    font-weight: bold; 
    97 } 
    98  
    99  
    100 /******** Schema Components' Sections ********/ 
    101  
    102 /* Name of schema component */ 
    103 .name { 
    104    color: #F93; /* Orange */ 
    105 } 
    106  
    107 /* Hierarchy table */ 
    108 table.hierarchy { 
    109    border: 2px solid #999; /* Gray */ 
    110 } 
    111  
    112 /* XML Instance Representation table */ 
    113 div.sample div.contents { 
    114    border: 1px dashed black; 
    115 } 
    116  
    117  
    118 /* Schema Component Representation table */ 
    119 div.schemaComponent div.contents { 
    120    border: 2px black solid; 
    121 } 
    122  
    123  
    124 /******** Glossary Section ********/ 
    125  
    126 /* Glossary Terms */ 
    127 .glossaryTerm { 
    128    color: #036; /* Blue */ 
    129 } 
    130  
    131  
    132 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
    133 /* Printer-version styles */ 
    134  
    135 @media print { 
    136  
    137 /* Ensures that controls are hidden when printing */ 
    138 div#printerControls { 
    139    visibility: hidden; 
    140 } 
    141 div#globalControls { 
    142    visibility: hidden; 
    143 } 
    144 #legend { 
    145    display: none; 
    146 } 
    147 #legendTOC { 
    148    display: none; 
    149 } 
    150 #glossary { 
    151    display: none; 
    152 } 
    153 #glossaryTOC { 
    154    display: none; 
    155 } 
    156  
    157 } 
    158  
    159 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
    160 /* Base styles */ 
    161  
    162 /******** General ********/ 
    163  
    164 /* Unordered lists */ 
    165 ul { 
    166    margin-left: 1.5em; 
    167    margin-bottom: 0em; 
    168 } 
    169 /* Tables */ 
    170 table { 
    171    margin-top: 10px; 
    172    margin-bottom: 10px; 
    173    margin-left: 2px; 
    174    margin-right: 2px; 
    175 } 
    176 table th, table td { 
    177    font-size: 10pt; 
    178    vertical-align: top; 
    179    padding-top: 3px; 
    180    padding-bottom: 3px; 
    181    padding-left: 10px; 
    182    padding-right: 10px; 
    183 } 
    184 table th { 
    185    font-weight: bold; 
    186    text-align: left; 
    187 } 
    188 /* Table displaying the properties of the schema components or the 
    189    schema document itself */ 
    190 table.properties { 
    191    width: 90%; 
    192 } 
    193 table.properties th { 
    194    width: 30%; 
    195 } 
    196 /* Boxes that can make its content appear and disappear*/ 
    197 div.box { 
    198    margin: 1em; 
    199 } 
    200    /* Box caption */ 
    201 div.box span.caption { 
    202    font-weight: bold; 
    203 } 
    204    /* Button to open and close the box */ 
    205 div.box input.control { 
    206    width: 1.4em; 
    207    height: 1.4em; 
    208    text-align: center; 
    209    vertical-align: middle; 
    210    font-size: 11pt; 
    211 } 
    212    /* Box contents */ 
    213 div.box div.contents { 
    214    margin-top: 3px; 
    215 } 
    216  
    217  
    218 /******** Table of Contents Section ********/ 
    219  
    220 /* Controls for switching between printing and viewing modes */ 
    221 div#printerControls { 
    222    white-space: nowrap; 
    223    font-weight: bold; 
    224    padding: 5px; 
    225    margin: 5px; 
    226 } 
    227 /* Controls that can collapse or expand all XML Instance 
    228    Representation and Schema Component Representation boxes */ 
    229 div#globalControls { 
    230    padding: 10px; 
    231    margin: 5px; 
    232 } 
    233  
    234  
    235 /******** Schema Document Properties Section ********/ 
    236  
    237 /* Table displaying the namespaces declared in the schema */ 
    238 table.namespaces th { 
    239 } 
    240 table.namespaces td { 
    241 } 
    242 /* Target namespace of the schema */ 
    243 span.targetNS { 
    244 } 
    245  
    246  
    247 /******** Schema Components' Sections ********/ 
    248  
    249 /* Name of schema component */ 
    250 .name { 
    251 } 
    252  
    253 /* Hierarchy table */ 
    254 table.hierarchy { 
    255    width: 90%; 
    256 } 
    257 table.hierarchy th { 
    258    font-weight: normal; 
    259    font-style: italic; 
    260    width: 20%; 
    261 } 
    262 table.hierarchy th, table.hierarchy td { 
    263    padding: 5px; 
    264 } 
    265  
    266 /* XML Instance Representation table */ 
    267 div.sample { 
    268    width: 90%; 
    269 } 
    270 div.sample div.contents { 
    271    padding: 5px; 
    272    font-family: Courier New, sans-serif; 
    273    font-size: 10pt; 
    274 } 
    275    /* Normal elements and attributes */ 
    276 div.sample div.contents, div.sample div.contents a { 
    277    color: black; 
    278 } 
    279    /* Group Headers */ 
    280 div.sample div.contents .group, div.sample div.contents .group a { 
    281    color: #999; /* Light gray */ 
    282 } 
    283    /* Type Information */ 
    284 div.sample div.contents .type, div.sample div.contents .type a { 
    285    color: #999; /* Light gray */ 
    286 } 
    287    /* Occurrence Information */ 
    288 div.sample div.contents .occurs, div.sample div.contents .occurs a { 
    289    color: #999; /* Light gray */ 
    290 } 
    291    /* Fixed values */ 
    292 div.sample div.contents .fixed { 
    293    color: #063; /* Green */ 
    294    font-weight: bold; 
    295 } 
    296    /* Simple type constraints */ 
    297 div.sample div.contents .constraint, div.sample div.contents .constraint a { 
    298    color: #999; /* Light gray */ 
    299 } 
    300    /* Elements and attributes inherited from base type */ 
    301 div.sample div.contents .inherited, div.sample div.contents .inherited a { 
    302    color: #666; /* Dark gray */ 
    303 } 
    304    /* Elements and attributes added to or changed from base type */ 
    305 div.sample div.contents .newFields { 
    306    font-weight: bold; 
    307 } 
    308    /* Other type of information */ 
    309 div.sample div.contents .other, div.sample div.contents .other a { 
    310    color: #369; /* Blue */ 
    311    font-style: italic; 
    312 } 
    313    /* Link to open up window displaying documentation */ 
    314 div.sample div.contents a.documentation { 
    315    text-decoration: none; 
    316    padding-left: 3px; 
    317    padding-right: 3px; 
    318    padding-top: 0px; 
    319    padding-bottom: 0px; 
    320    font-weight: bold; 
    321    font-size: 11pt; 
    322    background-color: #FFD; 
    323    color: #069; 
    324 } 
    325    /* Invert colors when hovering over link to open up window  
    326       displaying documentation */ 
    327 div.sample div.contents a.documentation:hover { 
    328    color: #FFD; 
    329    background-color: #069; 
    330 } 
    331  
    332 /* Schema Component Representation table */ 
    333 div.schemaComponent { 
    334    width: 90%; 
    335 } 
    336 div.schemaComponent div.contents { 
    337    font-family: Courier New, sans-serif; 
    338    font-size: 10pt; 
    339    padding: 5px; 
    340 } 
    341    /* Syntax characters */ 
    342 div.schemaComponent div.contents { 
    343    color: #00f; /* blue */ 
    344 } 
    345    /* Element and attribute tags */ 
    346 div.schemaComponent div.contents .scTag { 
    347    color: #933; /* maroon */ 
    348 } 
    349    /* Element and attribute content */ 
    350 div.schemaComponent div.contents .scContent, div.schemaComponent div.contents .scContent a { 
    351    color: black; 
    352    font-weight: bold; 
    353 } 
    354    /* Comments */ 
    355 div.schemaComponent div.contents .comment { 
    356    color: #999; /* Light gray */ 
    357 } 
    358  
    359 /******** Legend Section ********/ 
    360  
    361 div#legend table, div#legend div { 
    362    margin-bottom: 3px; 
    363 } 
    364 div#legend div.hint { 
    365    color: #999; /* Light gray */ 
    366    width: 90%; 
    367    margin-left: 1em; 
    368    margin-bottom: 2em; 
    369 } 
    370  
    371  
    372 /******** Glossary Section ********/ 
    373  
    374 /* Glossary Terms */ 
    375 .glossaryTerm { 
    376    font-weight: bold; 
    377 } 
    378  
    379 /********* Details *************/ 
    380 .detailsToc { 
    381   color: #666; /* Light gray */ 
    382 } 
    383  
    384 .details { 
    385   color: #666; /* Light gray */ 
    386   text-decoration:none; 
    387 } 
    388  
    389 /******** Footer ********/ 
    390  
    391 .footer { 
    392    font-size: 8pt; 
    393 } 
     9@import url(auto-gen-doc.css); 
    39410</style> 
    39511      <script type="text/javascript"> 
    … …  
    880496         <tr> 
    881497            <th>Version</th> 
    882             <td>1</td> 
     498            <td>2</td> 
    883499         </tr> 
    884500         <tr> 
    … …  
    910526                              href="ome.xsd.html">http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd</a>)</li> 
    911527                        <li> 
    912                            <em>http://www.w3.org/XML/1998/namespace</em> 
    913                         </li> 
     528                           <em>http://www.w3.org/XML/1998/namespace</em> (at <a title="Jump to schema documentation for 'http://www.w3.org/2001/xml.xsd'." 
     529                              href="xml.xsd.html">http://www.w3.org/2001/xml.xsd</a>)</li> 
    914530                     </ul> 
    915531                  </li> 
    … …  
    932548         <tr> 
    933549            <td> 
    934                <a name="ns_CLI">CLI</a> 
    935             </td> 
    936             <td>http://www.openmicroscopy.org/Schemas/CLI/2007-06</td> 
    937          </tr> 
    938          <tr> 
    939             <td> 
    940550               <a name="ns_xml">xml</a> 
    941551            </td> 
    942552            <td>http://www.w3.org/XML/1998/namespace</td> 
    943          </tr> 
    944          <tr> 
    945             <td> 
    946                <a name="ns_Bin">Bin</a> 
    947             </td> 
    948             <td>http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06</td> 
    949          </tr> 
    950          <tr> 
    951             <td> 
    952                <a name="ns_MLI">MLI</a> 
    953             </td> 
    954             <td>http://www.openmicroscopy.org/Schemas/MLI/2007-06</td> 
    955          </tr> 
    956          <tr> 
    957             <td> 
    958                <a name="ns_OME">OME</a> 
    959             </td> 
    960             <td>http://www.openmicroscopy.org/Schemas/OME/2007-06</td> 
    961          </tr> 
    962          <tr> 
    963             <td> 
    964                <a name="ns_xsd">xsd</a> 
    965             </td> 
    966             <td>http://www.w3.org/2001/XMLSchema</td> 
    967553         </tr> 
    968554         <tr> 
    … …  
    974560            </td> 
    975561         </tr> 
     562         <tr> 
     563            <td> 
     564               <a name="ns_CLI">CLI</a> 
     565            </td> 
     566            <td>http://www.openmicroscopy.org/Schemas/CLI/2007-06</td> 
     567         </tr> 
     568         <tr> 
     569            <td> 
     570               <a name="ns_Bin">Bin</a> 
     571            </td> 
     572            <td>http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06</td> 
     573         </tr> 
     574         <tr> 
     575            <td> 
     576               <a name="ns_MLI">MLI</a> 
     577            </td> 
     578            <td>http://www.openmicroscopy.org/Schemas/MLI/2007-06</td> 
     579         </tr> 
     580         <tr> 
     581            <td> 
     582               <a name="ns_OME">OME</a> 
     583            </td> 
     584            <td>http://www.openmicroscopy.org/Schemas/OME/2007-06</td> 
     585         </tr> 
     586         <tr> 
     587            <td> 
     588               <a name="ns_xsd">xsd</a> 
     589            </td> 
     590            <td>http://www.w3.org/2001/XMLSchema</td> 
     591         </tr> 
    976592      </table> 
    977593      <div class="schemaComponent box"> 
    … …  
    984600         <div id="schema_scbox" class="contents"> 
    985601            <div style="margin-left: 0em">&lt;<span class="scTag">schema</span>  
    986                <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06</span>" <span class="scTag">version</span>="<span class="scContent">1</span>" <span class="scTag">elementFormDefault</span>="<span class="scContent">qualified</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">import</span>  
     602               <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06</span>" <span class="scTag">version</span>="<span class="scContent">2</span>" <span class="scTag">elementFormDefault</span>="<span class="scContent">qualified</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">import</span>  
    987603                  <span class="scTag">namespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/CLI/2007-06</span>" <span class="scTag">schemaLocation</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/CLI/2007-06/CLI.xsd</span>"/&gt;</div> 
    988604               <div style="margin-left: 1.5em">&lt;<span class="scTag">import</span>  
    … …  
    993609                  <span class="scTag">namespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/OME/2007-06</span>" <span class="scTag">schemaLocation</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd</span>"/&gt;</div> 
    994610               <div style="margin-left: 1.5em">&lt;<span class="scTag">import</span>  
    995                   <span class="scTag">namespace</span>="<span class="scContent">http://www.w3.org/XML/1998/namespace</span>"/&gt;</div> 
     611                  <span class="scTag">namespace</span>="<span class="scContent">http://www.w3.org/XML/1998/namespace</span>" <span class="scTag">schemaLocation</span>="<span class="scContent">http://www.w3.org/2001/xml.xsd</span>"/&gt;</div> 
    996612               <div class="scContent" style="margin-left: 1.5em">...</div>&lt;/<span class="scTag">schema</span>&gt;</div> 
    997613         </div> 
    … …  
    1049665            <img usemap="#h4112964" src="schemaDiagrams/h4112964.png"/> 
    1050666            <!-- 
    1051             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h4112964.map--><map name="h4112964"> 
     667            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h4112964.map--><map name="h4112964"> 
    1052668               <area shape="rect" alt="h1538002713" coords="502,483,918,559" 
    1053669                     href="AnalysisModule.xsd.html#h1538002713"/> 
    … …  
    1164780            <img usemap="#h-1042543154" src="schemaDiagrams/h-1042543154.png"/> 
    1165781            <!-- 
    1166             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1042543154.map--><map name="h-1042543154"> 
    1167                <area shape="rect" alt="h1538002713" coords="312,36,473,78" 
     782            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1042543154.map--><map name="h-1042543154"> 
     783               <area shape="rect" alt="h1538002713" coords="312,0,473,42" 
    1168784                     href="AnalysisModule.xsd.html#h1538002713"/> 
    1169785 
    1170                <area shape="rect" alt="h1234043031" coords="312,88,473,114" 
     786               <area shape="rect" alt="h1234043031" coords="312,52,473,78" 
    1171787                     href="AnalysisModule.xsd.html#h1234043031"/> 
    1172788 
     789               <area shape="rect" alt="h-135910470" coords="384,88,615,114" 
     790                     href="CLI.xsd.html#h-135910470"/> 
     791 
    1173792               <area shape="rect" alt="h-135910470" coords="384,124,615,150" 
    1174                      href="CLI.xsd.html#h-135910470"/> 
    1175  
    1176                <area shape="rect" alt="h-135910470" coords="384,160,615,186" 
    1177793                     href="MLI.xsd.html#h-135910470"/> 
    1178794 
    1179                <area shape="rect" alt="h546917388" coords="226,1736,320,1762" 
     795               <area shape="rect" alt="h546917388" coords="226,772,320,798" 
    1180796                     href="AnalysisModule.xsd.html#h546917388"/> 
    1181797 
    … …  
    1341957            <img usemap="#h-399972163" src="schemaDiagrams/h-399972163.png"/> 
    1342958            <!-- 
    1343             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-399972163.map--><map name="h-399972163"> 
     959            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-399972163.map--><map name="h-399972163"> 
    1344960               <area shape="rect" alt="h-1491798997" coords="502,72,918,131" 
    1345961                     href="AnalysisModule.xsd.html#h-1491798997"/> 
    … …  
    13991015            <img usemap="#h-2089587213" src="schemaDiagrams/h-2089587213.png"/> 
    14001016            <!-- 
    1401             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-2089587213.map--><map name="h-2089587213"> 
    1402                <area shape="rect" alt="h-1491798997" coords="361,484,543,526" 
     1017            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-2089587213.map--><map name="h-2089587213"> 
     1018               <area shape="rect" alt="h-1491798997" coords="361,0,543,42" 
    14031019                     href="AnalysisModule.xsd.html#h-1491798997"/> 
    14041020 
    1405                <area shape="rect" alt="h1380732673" coords="361,536,501,578" 
     1021               <area shape="rect" alt="h1380732673" coords="361,52,501,94" 
    14061022                     href="AnalysisModule.xsd.html#h1380732673"/> 
    14071023 
    1408                <area shape="rect" alt="h-543571935" coords="361,588,494,630" 
     1024               <area shape="rect" alt="h-543571935" coords="361,104,494,146" 
    14091025                     href="AnalysisModule.xsd.html#h-543571935"/> 
    14101026 
    … …  
    15041120            <img usemap="#h1242820890" src="schemaDiagrams/h1242820890.png"/> 
    15051121            <!-- 
    1506             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1242820890.map--><map name="h1242820890"> 
     1122            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1242820890.map--><map name="h1242820890"> 
    15071123               <area shape="rect" alt="h1538002713" coords="502,36,918,96" 
    15081124                     href="AnalysisModule.xsd.html#h1538002713"/> 
    … …  
    15481164            <img usemap="#h-1337250780" src="schemaDiagrams/h-1337250780.png"/> 
    15491165            <!-- 
    1550             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1337250780.map--><map name="h-1337250780"> 
     1166            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1337250780.map--><map name="h-1337250780"> 
    15511167               <area shape="rect" alt="h1538002713" coords="270,0,431,26" 
    15521168                     href="AnalysisModule.xsd.html#h1538002713"/> 
    … …  
    16331249            <img usemap="#h-1645698940" src="schemaDiagrams/h-1645698940.png"/> 
    16341250            <!-- 
    1635             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1645698940.map--><map name="h-1645698940"> 
     1251            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1645698940.map--><map name="h-1645698940"> 
    16361252               <area shape="rect" alt="h176658488" coords="502,0,918,59" 
    16371253                     href="AnalysisModule.xsd.html#h176658488"/> 
    … …  
    16781294            <img usemap="#h-1826090694" src="schemaDiagrams/h-1826090694.png"/> 
    16791295            <!-- 
    1680             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1826090694.map--><map name="h-1826090694"> 
    1681                <area shape="rect" alt="h176658488" coords="291,148,452,190" 
     1296            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1826090694.map--><map name="h-1826090694"> 
     1297               <area shape="rect" alt="h176658488" coords="291,0,452,42" 
    16821298                     href="AnalysisModule.xsd.html#h176658488"/> 
    16831299 
    1684                <area shape="rect" alt="h1359799891" coords="291,200,459,242" 
     1300               <area shape="rect" alt="h1359799891" coords="291,52,459,94" 
    16851301                     href="AnalysisModule.xsd.html#h1359799891"/> 
    16861302 
    … …  
    17661382            <img usemap="#h-956073594" src="schemaDiagrams/h-956073594.png"/> 
    17671383            <!-- 
    1768             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-956073594.map--><map name="h-956073594"> 
     1384            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-956073594.map--><map name="h-956073594"> 
    17691385</map> 
    17701386         </div> 
    … …  
    18011417            <img usemap="#h-1136465348" src="schemaDiagrams/h-1136465348.png"/> 
    18021418            <!-- 
    1803             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1136465348.map--><map name="h-1136465348"> 
     1419            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1136465348.map--><map name="h-1136465348"> 
    18041420</map> 
    18051421         </div> 
    … …  
    18691485            <img usemap="#h332010172" src="schemaDiagrams/h332010172.png"/> 
    18701486            <!-- 
    1871             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h332010172.map--><map name="h332010172"> 
     1487            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h332010172.map--><map name="h332010172"> 
    18721488</map> 
    18731489         </div> 
    … …  
    19131529            <img usemap="#h113361906" src="schemaDiagrams/h113361906.png"/> 
    19141530            <!-- 
    1915             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h113361906.map--><map name="h113361906"> 
     1531            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h113361906.map--><map name="h113361906"> 
    19161532</map> 
    19171533         </div> 
    … …  
    19951611            <img usemap="#h108303717" src="schemaDiagrams/h108303717.png"/> 
    19961612            <!-- 
    1997             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h108303717.map--><map name="h108303717"> 
     1613            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h108303717.map--><map name="h108303717"> 
    19981614               <area shape="rect" alt="h616106385" coords="502,178,918,237" 
    19991615                     href="AnalysisModule.xsd.html#h616106385"/> 
    … …  
    20561672            <img usemap="#h-72088037" src="schemaDiagrams/h-72088037.png"/> 
    20571673            <!-- 
    2058             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-72088037.map--><map name="h-72088037"> 
    2059                <area shape="rect" alt="h616106385" coords="291,148,452,190" 
     1674            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-72088037.map--><map name="h-72088037"> 
     1675               <area shape="rect" alt="h616106385" coords="291,0,452,42" 
    20601676                     href="AnalysisModule.xsd.html#h616106385"/> 
    20611677 
    2062                <area shape="rect" alt="h1538002713" coords="291,200,452,242" 
     1678               <area shape="rect" alt="h1538002713" coords="291,52,452,94" 
    20631679                     href="AnalysisModule.xsd.html#h1538002713"/> 
    20641680 
    … …  
    21651781            <img usemap="#h1739140076" src="schemaDiagrams/h1739140076.png"/> 
    21661782            <!-- 
    2167             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1739140076.map--><map name="h1739140076"> 
     1783            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1739140076.map--><map name="h1739140076"> 
    21681784               <area shape="rect" alt="h1538002713" coords="502,161,918,237" 
    21691785                     href="AnalysisModule.xsd.html#h1538002713"/> 
    … …  
    22221838            <img usemap="#h441962998" src="schemaDiagrams/h441962998.png"/> 
    22231839            <!-- 
    2224             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h441962998.map--><map name="h441962998"> 
    2225                <area shape="rect" alt="h1538002713" coords="298,36,459,78" 
     1840            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h441962998.map--><map name="h441962998"> 
     1841               <area shape="rect" alt="h1538002713" coords="298,0,459,42" 
    22261842                     href="AnalysisModule.xsd.html#h1538002713"/> 
    22271843 
    … …  
    23281944            <img usemap="#h-1093618702" src="schemaDiagrams/h-1093618702.png"/> 
    23291945            <!-- 
    2330             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1093618702.map--><map name="h-1093618702"> 
     1946            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1093618702.map--><map name="h-1093618702">