Changeset 138 for Documentation/Generated/OME-2007-07/CLI.xsd.html
- Timestamp:
- 01/11/08 12:23:02 (10 months ago)
- 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 7 7 <meta http-equiv="Content-Type" content="text/xml; charset=UTF-8"/> 8 8 <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); 394 10 </style> 395 11 <script type="text/javascript"> … … 984 600 <tr> 985 601 <th>Version</th> 986 <td> 1</td>602 <td>2</td> 987 603 </tr> 988 604 <tr> … … 1002 618 <li>This schema imports schema(s) from the following namespace(s):<ul> 1003 619 <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> 1006 622 </ul> 1007 623 </li> … … 1054 670 <div id="schema_scbox" class="contents"> 1055 671 <div style="margin-left: 0em"><<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>"><div style="margin-left: 1.5em"><<span class="scTag">import</span>1057 <span class="scTag">namespace</span>="<span class="scContent">http://www.w3.org/XML/1998/namespace</span>" /></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>"><div style="margin-left: 1.5em"><<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>"/></div> 1058 674 <div class="scContent" style="margin-left: 1.5em">...</div></<span class="scTag">schema</span>></div> 1059 675 </div> … … 1109 725 <img usemap="#h1739321289" src="schemaDiagrams/h1739321289.png"/> 1110 726 <!-- 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"> 1112 728 <area shape="rect" alt="h1400404319" coords="436,0,786,59" 1113 729 href="CLI.xsd.html#h1400404319"/> … … 1149 765 <img usemap="#h2062275795" src="schemaDiagrams/h2062275795.png"/> 1150 766 <!-- 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" 1153 769 href="CLI.xsd.html#h1400404319"/> 1154 770 … … 1223 839 <img usemap="#h-1790908877" src="schemaDiagrams/h-1790908877.png"/> 1224 840 <!-- 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"> 1226 842 </map> 1227 843 </div> … … 1261 877 <img usemap="#h-369253783" src="schemaDiagrams/h-369253783.png"/> 1262 878 <!-- 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"> 1264 880 </map> 1265 881 </div> … … 1337 953 <img usemap="#h-1321609931" src="schemaDiagrams/h-1321609931.png"/> 1338 954 <!-- 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"> 1340 956 <area shape="rect" alt="h241656326" coords="436,144,786,203" 1341 957 href="CLI.xsd.html#h241656326"/> … … 1391 1007 <img usemap="#h-998655425" src="schemaDiagrams/h-998655425.png"/> 1392 1008 <!-- 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" 1395 1011 href="CLI.xsd.html#h241656326"/> 1396 1012 … … 1478 1094 <img usemap="#h-1664836672" src="schemaDiagrams/h-1664836672.png"/> 1479 1095 <!-- 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"> 1481 1097 <area shape="rect" alt="h2101807498" coords="436,0,786,59" 1482 1098 href="CLI.xsd.html#h2101807498"/> … … 1518 1134 <img usemap="#h-243181578" src="schemaDiagrams/h-243181578.png"/> 1519 1135 <!-- 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" 1522 1138 href="CLI.xsd.html#h2101807498"/> 1523 1139 … … 1592 1208 <img usemap="#h-756677110" src="schemaDiagrams/h-756677110.png"/> 1593 1209 <!-- 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"> 1595 1211 <area shape="rect" alt="h-628376409" coords="436,106,786,165" 1596 1212 href="CLI.xsd.html#h-628376409"/> … … 1639 1255 <img usemap="#h-902277612" src="schemaDiagrams/h-902277612.png"/> 1640 1256 <!-- 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" 1643 1259 href="CLI.xsd.html#h-628376409"/> 1644 1260 … … 1723 1339 <img usemap="#h1669723577" src="schemaDiagrams/h1669723577.png"/> 1724 1340 <!-- 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"> 1726 1342 </map> 1727 1343 </div> … … 1761 1377 <img usemap="#h605586627" src="schemaDiagrams/h605586627.png"/> 1762 1378 <!-- 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" 1765 1381 href="CLI.xsd.html#h-937058429"/> 1766 1382 … … 1836 1452 <img usemap="#h-563162057" src="schemaDiagrams/h-563162057.png"/> 1837 1453 <!-- 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"> 1839 1455 <area shape="rect" alt="h1801056508" coords="436,89,786,148" 1840 1456 href="CLI.xsd.html#h1801056508"/> … … 1893 1509 <img usemap="#h-1815907135" src="schemaDiagrams/h-1815907135.png"/> 1894 1510 <!-- 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" 1897 1513 href="CLI.xsd.html#h1801056508"/> 1898 1514 1899 <area shape="rect" alt="h-619959451" coords="361, 104,480,146"1515 <area shape="rect" alt="h-619959451" coords="361,52,480,94" 1900 1516 href="CLI.xsd.html#h-619959451"/> 1901 1517 1902 <area shape="rect" alt="h-2038867730" coords="361,1 56,487,198"1518 <area shape="rect" alt="h-2038867730" coords="361,104,487,146" 1903 1519 href="CLI.xsd.html#h-2038867730"/> 1904 1520 … … 2006 1622 <img usemap="#h-1778297054" src="schemaDiagrams/h-1778297054.png"/> 2007 1623 <!-- 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"> 2009 1625 <area shape="rect" alt="h-628376409" coords="436,0,786,59" 2010 1626 href="CLI.xsd.html#h-628376409"/> … … 2046 1662 <img usemap="#h2083277740" src="schemaDiagrams/h2083277740.png"/> 2047 1663 <!-- 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" 2050 1666 href="CLI.xsd.html#h-628376409"/> 2051 1667 … … 2120 1736 <img usemap="#h-436830934" src="schemaDiagrams/h-436830934.png"/> 2121 1737 <!-- 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"> 2123 1739 </map> 2124 1740 </div> … … 2164 1780 <img usemap="#h-870223436" src="schemaDiagrams/h-870223436.png"/> 2165 1781 <!-- 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" 2168 1784 href="CLI.xsd.html#h-937058429"/> 2169 1785 … … 2246 1862 <img usemap="#h725178585" src="schemaDiagrams/h725178585.png"/> 2247 1863 <!-- 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"> 2249 1865 <area shape="rect" alt="h-628388433" coords="436,144,786,203" 2250 1866 href="CLI.xsd.html#h-628388433"/> … … 2310 1926 <img usemap="#h1048133091" src="schemaDiagrams/h1048133091.png"/> 2311 1927 <!-- 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" 2314 1930 href="CLI.xsd.html#h-628388433"/> 2315 1931 2316 <area shape="rect" alt="h991843399" coords="363, 88,552,114"1932 <area shape="rect" alt="h991843399" coords="363,52,552,78" 2317 1933 href="CLI.xsd.html#h991843399"/> 2318 1934 2319 <area shape="rect" alt="h-1595366491" coords="363, 124,531,150"1935 <area shape="rect" alt="h-1595366491" coords="363,88,531,114" 2320 1936 href="CLI.xsd.html#h-1595366491"/> 2321 1937 … … 2407 2023 <img usemap="#h-789475781" src="schemaDiagrams/h-789475781.png"/> 2408 2024 <!-- 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"> 2410 2026 <area shape="rect" alt="h-628376409" coords="422,0,772,43" 2411 2027 href="CLI.xsd.html#h-628376409"/> … … 2468 2084 <img usemap="#h-378530575" src="schemaDiagrams/h-378530575.png"/> 2469 2085 <!-- 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"> 2471 2087 <area shape="rect" alt="h-628376409" coords="298,0,417,26" 2472 2088 href="CLI.xsd.html#h-628376409"/> … … 2563 2179 <img usemap="#h1988672351" src="schemaDiagrams/h1988672351.png"/> 2564 2180 <!-- 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"> 2566 2182 <area shape="rect" alt="h-618976961" coords="436,0,786,43" 2567 2183 href="CLI.xsd.html#h-618976961"/> … … 2613 2229 <img usemap="#h-884639851" src="schemaDiagrams/h-884639851.png"/> 2614 2230 <!-- 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" 2617 2233 href="CLI.xsd.html#h-618976961"/> 2618 2234 2619 <area shape="rect" alt="h674201848" coords="298, 88,403,114"2235 <area shape="rect" alt="h674201848" coords="298,36,403,62" 2620 2236 href="CLI.xsd.html#h674201848"/> 2621 2237 2622 <area shape="rect" alt="h1400404319" coords="298, 124,438,166"2238 <area shape="rect" alt="h1400404319" coords="298,72,438,114" 2623 2239 href="CLI.xsd.html#h1400404319"/> 2624 2240 … … 2701 2317 <img usemap="#h-1184322481" src="schemaDiagrams/h-1184322481.png"/> 2702 2318 <!-- 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"> 2704 2320 </map> 2705 2321 </div> <
