Changeset 138 for Documentation/Generated/OME-2007-07/BinaryFile.xsd.html
- Timestamp:
- 01/11/08 12:23:02 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Documentation/Generated/OME-2007-07/BinaryFile.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"> … … 836 452 <tr> 837 453 <th>Version</th> 838 <td> 1</td>454 <td>2</td> 839 455 </tr> 840 456 <tr> … … 854 470 <li>This schema imports schema(s) from the following namespace(s):<ul> 855 471 <li> 856 <em>http://www.w3.org/XML/1998/namespace</em> 857 </li>472 <em>http://www.w3.org/XML/1998/namespace</em> (at <a title="Jump to schema documentation for 'http://www.w3.org/2001/xml.xsd'." 473 href="xml.xsd.html">http://www.w3.org/2001/xml.xsd</a>)</li> 858 474 </ul> 859 475 </li> … … 904 520 <div id="schema_scbox" class="contents"> 905 521 <div style="margin-left: 0em"><<span class="scTag">schema</span> 906 <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/BinaryFile/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>907 <span class="scTag">namespace</span>="<span class="scContent">http://www.w3.org/XML/1998/namespace</span>" /></div>522 <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/BinaryFile/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> 523 <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> 908 524 <div class="scContent" style="margin-left: 1.5em">...</div></<span class="scTag">schema</span>></div> 909 525 </div> … … 959 575 <img usemap="#h-1300510320" src="schemaDiagrams/h-1300510320.png"/> 960 576 <!-- 961 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1300510320.map--><map name="h-1300510320">577 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1300510320.map--><map name="h-1300510320"> 962 578 </map> 963 579 </div> … … 1008 624 <img usemap="#h-889565114" src="schemaDiagrams/h-889565114.png"/> 1009 625 <!-- 1010 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-889565114.map--><map name="h-889565114">626 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-889565114.map--><map name="h-889565114"> 1011 627 </map> 1012 628 </div> … … 1093 709 <img usemap="#h107765166" src="schemaDiagrams/h107765166.png"/> 1094 710 <!-- 1095 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h107765166.map--><map name="h107765166">711 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h107765166.map--><map name="h107765166"> 1096 712 <area shape="rect" alt="h-490539570" coords="464,89,856,132" 1097 713 href="BinaryFile.xsd.html#h-490539570"/> … … 1151 767 <img usemap="#h1919603512" src="schemaDiagrams/h1919603512.png"/> 1152 768 <!-- 1153 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1919603512.map--><map name="h1919603512">1154 <area shape="rect" alt="h-490539570" coords="270, 36,410,62"769 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1919603512.map--><map name="h1919603512"> 770 <area shape="rect" alt="h-490539570" coords="270,0,410,26" 1155 771 href="BinaryFile.xsd.html#h-490539570"/> 1156 772 1157 <area shape="rect" alt="h-343365906" coords="270, 72,403,98"773 <area shape="rect" alt="h-343365906" coords="270,36,403,62" 1158 774 href="BinaryFile.xsd.html#h-343365906"/> 1159 775 … … 1244 860 <img usemap="#h1160566556" src="schemaDiagrams/h1160566556.png"/> 1245 861 <!-- 1246 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1160566556.map--><map name="h1160566556">862 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1160566556.map--><map name="h1160566556"> 1247 863 </map> 1248 864 </div> … … 1293 909 <img usemap="#h1014966054" src="schemaDiagrams/h1014966054.png"/> 1294 910 <!-- 1295 Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1014966054.map--><map name="h1014966054"> 1296 </map> 911 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1014966054.map--><map name="h1014966054"> 912 <area shape="rect" alt="h-1120178830" coords="184,36,286,62" 913 href="BinaryFile.xsd.html#h-1120178830"/> 914 915 </map> 1297 916 </div> 1298 917 <script type="text/javascript"> … … 1386 1005 <img usemap="#h2028662218" src="schemaDiagrams/h2028662218.png"/> 1387 1006 <!-- 1388 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h2028662218.map--><map name="h2028662218">1007 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h2028662218.map--><map name="h2028662218"> 1389 1008 </map> 1390 1009 </div>
