• 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/CLI.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/CLI.xsd.html (modified) (84 diffs)

Legend:

Unmodified
Added
Removed
  • Documentation/Generated/OME-2007-07/CLI.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"> 
    … …  
    984600         <tr> 
    985601            <th>Version</th> 
    986             <td>1</td> 
     602            <td>2</td> 
    987603         </tr> 
    988604         <tr> 
    … …  
    1002618                  <li>This schema imports schema(s) from the following namespace(s):<ul> 
    1003619                        <li> 
    1004                            <em>http://www.w3.org/XML/1998/namespace</em> 
    1005                         </li> 
     620                           <em>http://www.w3.org/XML/1998/namespace</em> (at <a title="Jump to schema documentation for 'http://www.w3.org/2001/xml.xsd'." 
     621                              href="xml.xsd.html">http://www.w3.org/2001/xml.xsd</a>)</li> 
    1006622                     </ul> 
    1007623                  </li> 
    … …  
    1054670         <div id="schema_scbox" class="contents"> 
    1055671            <div style="margin-left: 0em">&lt;<span class="scTag">schema</span>  
    1056                <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/CLI/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>  
    1057                   <span class="scTag">namespace</span>="<span class="scContent">http://www.w3.org/XML/1998/namespace</span>"/&gt;</div> 
     672               <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/CLI/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>  
     673                  <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> 
    1058674               <div class="scContent" style="margin-left: 1.5em">...</div>&lt;/<span class="scTag">schema</span>&gt;</div> 
    1059675         </div> 
    … …  
    1109725            <img usemap="#h1739321289" src="schemaDiagrams/h1739321289.png"/> 
    1110726            <!-- 
    1111             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1739321289.map--><map name="h1739321289"> 
     727            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1739321289.map--><map name="h1739321289"> 
    1112728               <area shape="rect" alt="h1400404319" coords="436,0,786,59" 
    1113729                     href="CLI.xsd.html#h1400404319"/> 
    … …  
    1149765            <img usemap="#h2062275795" src="schemaDiagrams/h2062275795.png"/> 
    1150766            <!-- 
    1151             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h2062275795.map--><map name="h2062275795"> 
    1152                <area shape="rect" alt="h1400404319" coords="291,52,431,94" 
     767            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h2062275795.map--><map name="h2062275795"> 
     768               <area shape="rect" alt="h1400404319" coords="291,0,431,42" 
    1153769                     href="CLI.xsd.html#h1400404319"/> 
    1154770 
    … …  
    1223839            <img usemap="#h-1790908877" src="schemaDiagrams/h-1790908877.png"/> 
    1224840            <!-- 
    1225             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1790908877.map--><map name="h-1790908877"> 
     841            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1790908877.map--><map name="h-1790908877"> 
    1226842</map> 
    1227843         </div> 
    … …  
    1261877            <img usemap="#h-369253783" src="schemaDiagrams/h-369253783.png"/> 
    1262878            <!-- 
    1263             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-369253783.map--><map name="h-369253783"> 
     879            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-369253783.map--><map name="h-369253783"> 
    1264880</map> 
    1265881         </div> 
    … …  
    1337953            <img usemap="#h-1321609931" src="schemaDiagrams/h-1321609931.png"/> 
    1338954            <!-- 
    1339             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1321609931.map--><map name="h-1321609931"> 
     955            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1321609931.map--><map name="h-1321609931"> 
    1340956               <area shape="rect" alt="h241656326" coords="436,144,786,203" 
    1341957                     href="CLI.xsd.html#h241656326"/> 
    … …  
    13911007            <img usemap="#h-998655425" src="schemaDiagrams/h-998655425.png"/> 
    13921008            <!-- 
    1393             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-998655425.map--><map name="h-998655425"> 
    1394                <area shape="rect" alt="h241656326" coords="291,228,438,270" 
     1009            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-998655425.map--><map name="h-998655425"> 
     1010               <area shape="rect" alt="h241656326" coords="291,0,438,42" 
    13951011                     href="CLI.xsd.html#h241656326"/> 
    13961012 
    … …  
    14781094            <img usemap="#h-1664836672" src="schemaDiagrams/h-1664836672.png"/> 
    14791095            <!-- 
    1480             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1664836672.map--><map name="h-1664836672"> 
     1096            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1664836672.map--><map name="h-1664836672"> 
    14811097               <area shape="rect" alt="h2101807498" coords="436,0,786,59" 
    14821098                     href="CLI.xsd.html#h2101807498"/> 
    … …  
    15181134            <img usemap="#h-243181578" src="schemaDiagrams/h-243181578.png"/> 
    15191135            <!-- 
    1520             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-243181578.map--><map name="h-243181578"> 
    1521                <area shape="rect" alt="h2101807498" coords="298,68,480,110" 
     1136            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-243181578.map--><map name="h-243181578"> 
     1137               <area shape="rect" alt="h2101807498" coords="298,0,480,42" 
    15221138                     href="CLI.xsd.html#h2101807498"/> 
    15231139 
    … …  
    15921208            <img usemap="#h-756677110" src="schemaDiagrams/h-756677110.png"/> 
    15931209            <!-- 
    1594             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-756677110.map--><map name="h-756677110"> 
     1210            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-756677110.map--><map name="h-756677110"> 
    15951211               <area shape="rect" alt="h-628376409" coords="436,106,786,165" 
    15961212                     href="CLI.xsd.html#h-628376409"/> 
    … …  
    16391255            <img usemap="#h-902277612" src="schemaDiagrams/h-902277612.png"/> 
    16401256            <!-- 
    1641             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-902277612.map--><map name="h-902277612"> 
    1642                <area shape="rect" alt="h-628376409" coords="319,68,438,110" 
     1257            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-902277612.map--><map name="h-902277612"> 
     1258               <area shape="rect" alt="h-628376409" coords="319,0,438,42" 
    16431259                     href="CLI.xsd.html#h-628376409"/> 
    16441260 
    … …  
    17231339            <img usemap="#h1669723577" src="schemaDiagrams/h1669723577.png"/> 
    17241340            <!-- 
    1725             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1669723577.map--><map name="h1669723577"> 
     1341            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1669723577.map--><map name="h1669723577"> 
    17261342</map> 
    17271343         </div> 
    … …  
    17611377            <img usemap="#h605586627" src="schemaDiagrams/h605586627.png"/> 
    17621378            <!-- 
    1763             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h605586627.map--><map name="h605586627"> 
    1764                <area shape="rect" alt="h-937058429" coords="149,68,348,94" 
     1379            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h605586627.map--><map name="h605586627"> 
     1380               <area shape="rect" alt="h-937058429" coords="149,0,348,26" 
    17651381                     href="CLI.xsd.html#h-937058429"/> 
    17661382 
    … …  
    18361452            <img usemap="#h-563162057" src="schemaDiagrams/h-563162057.png"/> 
    18371453            <!-- 
    1838             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-563162057.map--><map name="h-563162057"> 
     1454            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-563162057.map--><map name="h-563162057"> 
    18391455               <area shape="rect" alt="h1801056508" coords="436,89,786,148" 
    18401456                     href="CLI.xsd.html#h1801056508"/> 
    … …  
    18931509            <img usemap="#h-1815907135" src="schemaDiagrams/h-1815907135.png"/> 
    18941510            <!-- 
    1895             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1815907135.map--><map name="h-1815907135"> 
    1896                <area shape="rect" alt="h1801056508" coords="361,52,522,94" 
     1511            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1815907135.map--><map name="h-1815907135"> 
     1512               <area shape="rect" alt="h1801056508" coords="361,0,522,42" 
    18971513                     href="CLI.xsd.html#h1801056508"/> 
    18981514 
    1899                <area shape="rect" alt="h-619959451" coords="361,104,480,146" 
     1515               <area shape="rect" alt="h-619959451" coords="361,52,480,94" 
    19001516                     href="CLI.xsd.html#h-619959451"/> 
    19011517 
    1902                <area shape="rect" alt="h-2038867730" coords="361,156,487,198" 
     1518               <area shape="rect" alt="h-2038867730" coords="361,104,487,146" 
    19031519                     href="CLI.xsd.html#h-2038867730"/> 
    19041520 
    … …  
    20061622            <img usemap="#h-1778297054" src="schemaDiagrams/h-1778297054.png"/> 
    20071623            <!-- 
    2008             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1778297054.map--><map name="h-1778297054"> 
     1624            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1778297054.map--><map name="h-1778297054"> 
    20091625               <area shape="rect" alt="h-628376409" coords="436,0,786,59" 
    20101626                     href="CLI.xsd.html#h-628376409"/> 
    … …  
    20461662            <img usemap="#h2083277740" src="schemaDiagrams/h2083277740.png"/> 
    20471663            <!-- 
    2048             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h2083277740.map--><map name="h2083277740"> 
    2049                <area shape="rect" alt="h-628376409" coords="249,180,368,222" 
     1664            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h2083277740.map--><map name="h2083277740"> 
     1665               <area shape="rect" alt="h-628376409" coords="249,0,368,42" 
    20501666                     href="CLI.xsd.html#h-628376409"/> 
    20511667 
    … …  
    21201736            <img usemap="#h-436830934" src="schemaDiagrams/h-436830934.png"/> 
    21211737            <!-- 
    2122             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-436830934.map--><map name="h-436830934"> 
     1738            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-436830934.map--><map name="h-436830934"> 
    21231739</map> 
    21241740         </div> 
    … …  
    21641780            <img usemap="#h-870223436" src="schemaDiagrams/h-870223436.png"/> 
    21651781            <!-- 
    2166             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-870223436.map--><map name="h-870223436"> 
    2167                <area shape="rect" alt="h-937058429" coords="163,52,362,78" 
     1782            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-870223436.map--><map name="h-870223436"> 
     1783               <area shape="rect" alt="h-937058429" coords="163,0,362,26" 
    21681784                     href="CLI.xsd.html#h-937058429"/> 
    21691785 
    … …  
    22461862            <img usemap="#h725178585" src="schemaDiagrams/h725178585.png"/> 
    22471863            <!-- 
    2248             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h725178585.map--><map name="h725178585"> 
     1864            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h725178585.map--><map name="h725178585"> 
    22491865               <area shape="rect" alt="h-628388433" coords="436,144,786,203" 
    22501866                     href="CLI.xsd.html#h-628388433"/> 
    … …  
    23101926            <img usemap="#h1048133091" src="schemaDiagrams/h1048133091.png"/> 
    23111927            <!-- 
    2312             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1048133091.map--><map name="h1048133091"> 
    2313                <area shape="rect" alt="h-628388433" coords="291,36,410,78" 
     1928            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1048133091.map--><map name="h1048133091"> 
     1929               <area shape="rect" alt="h-628388433" coords="291,0,410,42" 
    23141930                     href="CLI.xsd.html#h-628388433"/> 
    23151931 
    2316                <area shape="rect" alt="h991843399" coords="363,88,552,114" 
     1932               <area shape="rect" alt="h991843399" coords="363,52,552,78" 
    23171933                     href="CLI.xsd.html#h991843399"/> 
    23181934 
    2319                <area shape="rect" alt="h-1595366491" coords="363,124,531,150" 
     1935               <area shape="rect" alt="h-1595366491" coords="363,88,531,114" 
    23201936                     href="CLI.xsd.html#h-1595366491"/> 
    23211937 
    … …  
    24072023            <img usemap="#h-789475781" src="schemaDiagrams/h-789475781.png"/> 
    24082024            <!-- 
    2409             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-789475781.map--><map name="h-789475781"> 
     2025            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-789475781.map--><map name="h-789475781"> 
    24102026               <area shape="rect" alt="h-628376409" coords="422,0,772,43" 
    24112027                     href="CLI.xsd.html#h-628376409"/> 
    … …  
    24682084            <img usemap="#h-378530575" src="schemaDiagrams/h-378530575.png"/> 
    24692085            <!-- 
    2470             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-378530575.map--><map name="h-378530575"> 
     2086            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-378530575.map--><map name="h-378530575"> 
    24712087               <area shape="rect" alt="h-628376409" coords="298,0,417,26" 
    24722088                     href="CLI.xsd.html#h-628376409"/> 
    … …  
    25632179            <img usemap="#h1988672351" src="schemaDiagrams/h1988672351.png"/> 
    25642180            <!-- 
    2565             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1988672351.map--><map name="h1988672351"> 
     2181            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1988672351.map--><map name="h1988672351"> 
    25662182               <area shape="rect" alt="h-618976961" coords="436,0,786,43" 
    25672183                     href="CLI.xsd.html#h-618976961"/> 
    … …  
    26132229            <img usemap="#h-884639851" src="schemaDiagrams/h-884639851.png"/> 
    26142230            <!-- 
    2615             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-884639851.map--><map name="h-884639851"> 
    2616                <area shape="rect" alt="h-618976961" coords="298,52,417,78" 
     2231            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-884639851.map--><map name="h-884639851"> 
     2232               <area shape="rect" alt="h-618976961" coords="298,0,417,26" 
    26172233                     href="CLI.xsd.html#h-618976961"/> 
    26182234 
    2619                <area shape="rect" alt="h674201848" coords="298,88,403,114" 
     2235               <area shape="rect" alt="h674201848" coords="298,36,403,62" 
    26202236                     href="CLI.xsd.html#h674201848"/> 
    26212237 
    2622                <area shape="rect" alt="h1400404319" coords="298,124,438,166" 
     2238               <area shape="rect" alt="h1400404319" coords="298,72,438,114" 
    26232239                     href="CLI.xsd.html#h1400404319"/> 
    26242240 
    … …  
    27012317            <img usemap="#h-1184322481" src="schemaDiagrams/h-1184322481.png"/> 
    27022318            <!-- 
    2703             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1184322481.map--><map name="h-1184322481"> 
     2319            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1184322481.map--><map name="h-1184322481"> 
    27042320</map> 
    27052321         </div>