Changeset 138 for Documentation/Generated/OME-2007-07/CA.xsd.html
- Timestamp:
- 01/11/08 12:23:02 (10 months ago)
- Files:
-
- 1 modified
-
Documentation/Generated/OME-2007-07/CA.xsd.html (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Documentation/Generated/OME-2007-07/CA.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"> … … 894 510 <tr> 895 511 <td> 512 <a name="ns_xsd">xsd</a> 513 </td> 514 <td>http://www.w3.org/2001/XMLSchema</td> 515 </tr> 516 <tr> 517 <td> 896 518 <a name="ns_OME">OME</a> 897 519 </td> 898 520 <td>http://www.openmicroscopy.org/Schemas/OME/2007-06</td> 899 </tr>900 <tr>901 <td>902 <a name="ns_xsd">xsd</a>903 </td>904 <td>http://www.w3.org/2001/XMLSchema</td>905 521 </tr> 906 522 </table> … … 978 594 <img usemap="#h-476146662" src="schemaDiagrams/h-476146662.png"/> 979 595 <!-- 980 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-476146662.map--><map name="h-476146662">596 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-476146662.map--><map name="h-476146662"> 981 597 </map> 982 598 </div> … … 1015 631 <img usemap="#h-621747164" src="schemaDiagrams/h-621747164.png"/> 1016 632 <!-- 1017 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-621747164.map--><map name="h-621747164">633 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-621747164.map--><map name="h-621747164"> 1018 634 </map> 1019 635 </div> … … 1087 703 <img usemap="#h1990894168" src="schemaDiagrams/h1990894168.png"/> 1088 704 <!-- 1089 Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1990894168.map--><map name="h1990894168"> 1090 <area shape="rect" alt="h767660029" coords="430,318,774,377" 705 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1990894168.map--><map name="h1990894168"> 706 <area shape="rect" alt="h1538002713" coords="436,159,786,235" 707 href="CA.xsd.html#h1538002713"/> 708 709 <area shape="rect" alt="h425142118" coords="436,245,786,304" 710 href="CA.xsd.html#h425142118"/> 711 712 <area shape="rect" alt="h1836570519" coords="436,314,786,373" 713 href="CA.xsd.html#h1836570519"/> 714 715 <area shape="rect" alt="h767660029" coords="436,383,786,442" 1091 716 href="CA.xsd.html#h767660029"/> 1092 717 1093 <area shape="rect" alt="h-612624725" coords="43 0,387,774,446"718 <area shape="rect" alt="h-612624725" coords="436,452,780,511" 1094 719 href="CA.xsd.html#h-612624725"/> 1095 720 … … 1164 789 <img usemap="#h1440628494" src="schemaDiagrams/h1440628494.png"/> 1165 790 <!-- 1166 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1440628494.map--><map name="h1440628494">791 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1440628494.map--><map name="h1440628494"> 1167 792 <area shape="rect" alt="h767660029" coords="263,0,389,42" 1168 793 href="CA.xsd.html#h767660029"/> … … 1296 921 <img usemap="#h-633750419" src="schemaDiagrams/h-633750419.png"/> 1297 922 <!-- 1298 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-633750419.map--><map name="h-633750419">923 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-633750419.map--><map name="h-633750419"> 1299 924 </map> 1300 925 </div> … … 1337 962 <img usemap="#h291724279" src="schemaDiagrams/h291724279.png"/> 1338 963 <!-- 1339 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h291724279.map--><map name="h291724279">964 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h291724279.map--><map name="h291724279"> 1340 965 <area shape="rect" alt="h981330094" coords="198,0,292,26" 1341 966 href="ome.xsd.html#h981330094"/> … … 1418 1043 <img usemap="#h1034275131" src="schemaDiagrams/h1034275131.png"/> 1419 1044 <!-- 1420 Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1034275131.map--><map name="h1034275131"> 1421 <area shape="rect" alt="h621983294" coords="430,371,774,430" 1045 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1034275131.map--><map name="h1034275131"> 1046 <area shape="rect" alt="h-354671696" coords="436,159,786,219" 1047 href="CA.xsd.html#h-354671696"/> 1048 1049 <area shape="rect" alt="h425142118" coords="436,229,786,288" 1050 href="CA.xsd.html#h425142118"/> 1051 1052 <area shape="rect" alt="h1538002713" coords="436,298,786,374" 1053 href="CA.xsd.html#h1538002713"/> 1054 1055 <area shape="rect" alt="h326680371" coords="436,384,786,443" 1056 href="CA.xsd.html#h326680371"/> 1057 1058 <area shape="rect" alt="h1836570519" coords="436,453,786,512" 1059 href="CA.xsd.html#h1836570519"/> 1060 1061 <area shape="rect" alt="h621983294" coords="436,522,786,581" 1422 1062 href="CA.xsd.html#h621983294"/> 1423 1063 1424 <area shape="rect" alt="h-2050728521" coords="430,440,774,499" 1064 <area shape="rect" alt="h1847473929" coords="436,591,786,650" 1065 href="CA.xsd.html#h1847473929"/> 1066 1067 <area shape="rect" alt="h2102375418" coords="436,660,786,719" 1068 href="CA.xsd.html#h2102375418"/> 1069 1070 <area shape="rect" alt="h-479714850" coords="436,729,786,788" 1071 href="CA.xsd.html#h-479714850"/> 1072 1073 <area shape="rect" alt="h-382271671" coords="436,798,786,857" 1074 href="CA.xsd.html#h-382271671"/> 1075 1076 <area shape="rect" alt="h-934915971" coords="436,867,786,926" 1077 href="CA.xsd.html#h-934915971"/> 1078 1079 <area shape="rect" alt="h-145110209" coords="436,936,786,995" 1080 href="CA.xsd.html#h-145110209"/> 1081 1082 <area shape="rect" alt="h-455665703" coords="436,1005,786,1064" 1083 href="CA.xsd.html#h-455665703"/> 1084 1085 <area shape="rect" alt="h-2103790224" coords="436,1074,786,1133" 1086 href="CA.xsd.html#h-2103790224"/> 1087 1088 <area shape="rect" alt="h488818005" coords="436,1143,786,1202" 1089 href="CA.xsd.html#h488818005"/> 1090 1091 <area shape="rect" alt="h-2050728521" coords="436,1212,786,1271" 1425 1092 href="CA.xsd.html#h-2050728521"/> 1426 1093 1427 <area shape="rect" alt="h-612624725" coords="43 0,509,774,568"1094 <area shape="rect" alt="h-612624725" coords="436,1281,780,1340" 1428 1095 href="CA.xsd.html#h-612624725"/> 1096 1097 <area shape="rect" alt="h674213353" coords="436,1350,786,1409" 1098 href="CA.xsd.html#h674213353"/> 1099 1100 <area shape="rect" alt="h-327731571" coords="436,1419,786,1478" 1101 href="CA.xsd.html#h-327731571"/> 1429 1102 1430 1103 </map> … … 1507 1180 <img usemap="#h-1889199247" src="schemaDiagrams/h-1889199247.png"/> 1508 1181 <!-- 1509 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1889199247.map--><map name="h-1889199247">1182 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1889199247.map--><map name="h-1889199247"> 1510 1183 <area shape="rect" alt="h621983294" coords="249,0,375,42" 1511 1184 href="CA.xsd.html#h621983294"/> … … 1650 1323 <img usemap="#h-1265282841" src="schemaDiagrams/h-1265282841.png"/> 1651 1324 <!-- 1652 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1265282841.map--><map name="h-1265282841">1653 <area shape="rect" alt="h-543494986" coords="43 0,0,774,43"1325 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1265282841.map--><map name="h-1265282841"> 1326 <area shape="rect" alt="h-543494986" coords="436,0,786,59" 1654 1327 href="CA.xsd.html#h-543494986"/> 1655 1328 1656 <area shape="rect" alt="h1209030165" coords="43 0,53,774,96"1329 <area shape="rect" alt="h1209030165" coords="436,69,786,128" 1657 1330 href="CA.xsd.html#h1209030165"/> 1658 1331 1659 <area shape="rect" alt="h-628421064" coords="430,106,774,149" 1332 <area shape="rect" alt="h-1642661568" coords="436,138,786,197" 1333 href="CA.xsd.html#h-1642661568"/> 1334 1335 <area shape="rect" alt="h-621985805" coords="436,207,786,266" 1336 href="CA.xsd.html#h-621985805"/> 1337 1338 <area shape="rect" alt="h-2023622865" coords="436,276,786,335" 1339 href="CA.xsd.html#h-2023622865"/> 1340 1341 <area shape="rect" alt="h1950201325" coords="436,345,786,404" 1342 href="CA.xsd.html#h1950201325"/> 1343 1344 <area shape="rect" alt="h-630105252" coords="436,414,786,473" 1345 href="CA.xsd.html#h-630105252"/> 1346 1347 <area shape="rect" alt="h-161840854" coords="436,483,786,542" 1348 href="CA.xsd.html#h-161840854"/> 1349 1350 <area shape="rect" alt="h-628421064" coords="436,552,786,611" 1660 1351 href="CA.xsd.html#h-628421064"/> 1661 1352 1662 <area shape="rect" alt="h-612624725" coords="430,159,774,202" 1353 <area shape="rect" alt="h-419712291" coords="436,621,786,680" 1354 href="CA.xsd.html#h-419712291"/> 1355 1356 <area shape="rect" alt="h2032390672" coords="436,690,852,749" 1357 href="CA.xsd.html#h2032390672"/> 1358 1359 <area shape="rect" alt="h-612624725" coords="436,759,780,818" 1663 1360 href="CA.xsd.html#h-612624725"/> 1664 1361 … … 1705 1402 <img usemap="#h-883967843" src="schemaDiagrams/h-883967843.png"/> 1706 1403 <!-- 1707 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-883967843.map--><map name="h-883967843">1404 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-883967843.map--><map name="h-883967843"> 1708 1405 <area shape="rect" alt="h-543494986" coords="235,0,340,26" 1709 1406 href="CA.xsd.html#h-543494986"/> … … 1803 1500 <img usemap="#h-2034212935" src="schemaDiagrams/h-2034212935.png"/> 1804 1501 <!-- 1805 Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-2034212935.map--><map name="h-2034212935"> 1806 </map> 1502 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-2034212935.map--><map name="h-2034212935"> 1503 <area shape="rect" alt="h1538002713" coords="436,106,786,182" 1504 href="CA.xsd.html#h1538002713"/> 1505 1506 <area shape="rect" alt="h425142118" coords="436,192,786,235" 1507 href="CA.xsd.html#h425142118"/> 1508 1509 <area shape="rect" alt="h1836570519" coords="436,245,786,304" 1510 href="CA.xsd.html#h1836570519"/> 1511 1512 </map> 1807 1513 </div> 1808 1514 <script type="text/javascript"> … … 1866 1572 <img usemap="#h1710488687" src="schemaDiagrams/h1710488687.png"/> 1867 1573 <!-- 1868 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1710488687.map--><map name="h1710488687">1574 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1710488687.map--><map name="h1710488687"> 1869 1575 <area shape="rect" alt="h431840015" coords="177,0,271,26" 1870 1576 href="ome.xsd.html#h431840015"/> … … 1979 1685 <img usemap="#h-1407518868" src="schemaDiagrams/h-1407518868.png"/> 1980 1686 <!-- 1981 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1407518868.map--><map name="h-1407518868">1687 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1407518868.map--><map name="h-1407518868"> 1982 1688 </map> 1983 1689 </div> … … 2020 1726 <img usemap="#h-482044170" src="schemaDiagrams/h-482044170.png"/> 2021 1727 <!-- 2022 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-482044170.map--><map name="h-482044170">1728 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-482044170.map--><map name="h-482044170"> 2023 1729 <area shape="rect" alt="h431840015" coords="198,0,292,26" 2024 1730 href="ome.xsd.html#h431840015"/> … … 2103 1809 <img usemap="#h701933478" src="schemaDiagrams/h701933478.png"/> 2104 1810 <!-- 2105 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h701933478.map--><map name="h701933478">2106 <area shape="rect" alt="h-2050728521" coords="43 0,159,774,218"1811 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h701933478.map--><map name="h701933478"> 1812 <area shape="rect" alt="h-2050728521" coords="436,159,786,218" 2107 1813 href="CA.xsd.html#h-2050728521"/> 2108 1814 2109 <area shape="rect" alt="h-612624725" coords="43 0,228,774,287"1815 <area shape="rect" alt="h-612624725" coords="436,228,780,287" 2110 1816 href="CA.xsd.html#h-612624725"/> 2111 1817 … … 2162 1868 <img usemap="#h268540976" src="schemaDiagrams/h268540976.png"/> 2163 1869 <!-- 2164 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h268540976.map--><map name="h268540976">1870 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h268540976.map--><map name="h268540976"> 2165 1871 <area shape="rect" alt="h-612624725" coords="256,52,424,94" 2166 1872 href="CA.xsd.html#h-612624725"/>
