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

Legend:

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

    r108 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"> 
    39612<!-- 
    39713          /* IDs of XML Instance Representation boxes */ 
    398 var xiBoxes = new Array('h674210404_xibox', 'h-628421064_xibox', 'h-354671696_xibox', 'h-2103790224_xibox', 'h488818005_xibox', 'h-947108542_xibox', 'h-621985991_xibox', 'h1337856033_xibox', 'h1538213346_xibox', 'h-1642661568_xibox', 'h326680371_xibox', 'h-327731571_xibox', 'h-990485818_xibox', 'h-934915971_xibox', 'h-145110209_xibox', 'h236643445_xibox', 'h78300419_xibox', 'h526399078_xibox', 'h-1696535487_xibox', 'h767682450_xibox', 'h-574136752_xibox', 'h-161840854_xibox', 'h-455665703_xibox', 'h1950201325_xibox', 'h1765064463_xibox', 'h-1579968584_xibox', 'h-129378236_xibox', 'h-632115079_xibox', 'h1092577174_xibox', 'h1950257625_xibox', 'h-223202246_xibox', 'h1904542267_xibox', 'h317236269_xibox', 'h161283402_xibox', 'h-1150185629_xibox', 'h-401654623_xibox', 'h-667166301_xibox', 'h-575186872_xibox', 'h-1830677754_xibox', 'h662965987_xibox', 'h2072680948_xibox', 'h1700779047_xibox', 'h-1916491319_xibox', 'h1538002713_xibox', 'h-183781549_xibox', 'h-1369250649_xibox', 'h-382271671_xibox', 'h-543494986_xibox', 'h478975187_xibox', 'h-1120178830_xibox', 'h-1721970753_xibox', 'h476921781_xibox', 'h505682733_xibox', 'h-1223551708_xibox', 'h-423575036_xibox', 'h-550788851_xibox', 'h848196012_xibox', 'h540344862_xibox', 'h-1710793150_xibox', 'h518154951_xibox', 'h431840015_xibox', 'h981330094_xibox', 'h-1653163119_xibox', 'h460835476_xibox', 'h-94747702_xibox', 'h1023299509_xibox', 'h196548317_xibox', 'h725214886_xibox', 'h-1111643518_xibox', 'h1631079495_xibox', 'h-1941248401_xibox', 'h-752325134_xibox', 'h-559653561_xibox', 'h1116585441_xibox', 'h430005784_xibox', 'h-1574800704_xibox', 'h-1114268009_xibox', 'h527303078_xibox', 'h1008146445_xibox', 'h1130583068_xibox', 'h-1958510118_xibox', 'h-1861028904_xibox', 'h546917388_xibox', 'h767660029_xibox', 'h425142118_xibox', 'h-630105252_xibox', 'h2072280012_xibox', 'h-857846199_xibox', 'h717342141_xibox', 'h1836570519_xibox', 'h1847473929_xibox', 'h-140496683_xibox', 'h1150040260_xibox', 'h674213353_xibox', 'h-2071962134_xibox', 'h919041432_xibox', 'h744254446_xibox', 'h674210622_xibox', 'h1209030165_xibox', 'h621983294_xibox', 'h-479714850_xibox', 'h-942435779_xibox', 'h-2050728521_xibox', 'h401516646_xibox', 'h-625990744_xibox', 'h674198127_xibox', 'h591732953_xibox', 'h1463100869_xibox', 'h179480300_xibox', 'h2141645941_xibox', 'h-1192536566_xibox', 'h621948438_xibox', 'h-574244373_xibox', 'h1704503581_xibox', 'h2102375418_xibox', 'h337951891_xibox'); 
     14var xiBoxes = new Array('h674210404_xibox', 'h-628421064_xibox', 'h-354671696_xibox', 'h-2103790224_xibox', 'h488818005_xibox', 'h-947108542_xibox', 'h-621985991_xibox', 'h1337856033_xibox', 'h1538213346_xibox', 'h-1642661568_xibox', 'h326680371_xibox', 'h-327731571_xibox', 'h-990485818_xibox', 'h-934915971_xibox', 'h-145110209_xibox', 'h236643445_xibox', 'h78300419_xibox', 'h526399078_xibox', 'h-1696535487_xibox', 'h767682450_xibox', 'h-574136752_xibox', 'h-161840854_xibox', 'h-455665703_xibox', 'h1950201325_xibox', 'h1765064463_xibox', 'h-1579968584_xibox', 'h-129378236_xibox', 'h-632115079_xibox', 'h1092577174_xibox', 'h1950257625_xibox', 'h-223202246_xibox', 'h1904542267_xibox', 'h317236269_xibox', 'h161283402_xibox', 'h-1150185629_xibox', 'h-401654623_xibox', 'h-667166301_xibox', 'h-575186872_xibox', 'h-1830677754_xibox', 'h662965987_xibox', 'h2072680948_xibox', 'h1700779047_xibox', 'h-1916491319_xibox', 'h1538002713_xibox', 'h-183781549_xibox', 'h-1369250649_xibox', 'h-382271671_xibox', 'h-543494986_xibox', 'h478975187_xibox', 'h-1120178830_xibox', 'h-1721970753_xibox', 'h476921781_xibox', 'h505682733_xibox', 'h-1223551708_xibox', 'h-423575036_xibox', 'h-550788851_xibox', 'h848196012_xibox', 'h540344862_xibox', 'h-1710793150_xibox', 'h518154951_xibox', 'h431840015_xibox', 'h981330094_xibox', 'h-1653163119_xibox', 'h460835476_xibox', 'h-94747702_xibox', 'h1023299509_xibox', 'h196548317_xibox', 'h725214886_xibox', 'h-1111643518_xibox', 'h1631079495_xibox', 'h-1941248401_xibox', 'h-752325134_xibox', 'h-559653561_xibox', 'h1116585441_xibox', 'h430005784_xibox', 'h-1574800704_xibox', 'h-1114268009_xibox', 'h527303078_xibox', 'h1008146445_xibox', 'h1130583068_xibox', 'h-1958510118_xibox', 'h-1861028904_xibox', 'h546917388_xibox', 'h767660029_xibox', 'h425142118_xibox', 'h-630105252_xibox', 'h2072280012_xibox', 'h717342141_xibox', 'h1836570519_xibox', 'h1847473929_xibox', 'h-140496683_xibox', 'h1150040260_xibox', 'h674213353_xibox', 'h-2071962134_xibox', 'h919041432_xibox', 'h744254446_xibox', 'h674210622_xibox', 'h1209030165_xibox', 'h621983294_xibox', 'h-479714850_xibox', 'h-942435779_xibox', 'h-2050728521_xibox', 'h401516646_xibox', 'h-625990744_xibox', 'h674198127_xibox', 'h591732953_xibox', 'h1463100869_xibox', 'h179480300_xibox', 'h2141645941_xibox', 'h-1192536566_xibox', 'h621948438_xibox', 'h-574244373_xibox', 'h1704503581_xibox', 'h2102375418_xibox', 'h337951891_xibox'); 
    39915/* IDs of diagram boxes */ 
    400 var diagramBoxes = new Array('h674210404_diagram', 'h-628421064_diagram', 'h-354671696_diagram', 'h-2103790224_diagram', 'h488818005_diagram', 'h-947108542_diagram', 'h-621985991_diagram', 'h1337856033_diagram', 'h1538213346_diagram', 'h-1642661568_diagram', 'h326680371_diagram', 'h-327731571_diagram', 'h-990485818_diagram', 'h-934915971_diagram', 'h-145110209_diagram', 'h236643445_diagram', 'h78300419_diagram', 'h526399078_diagram', 'h-1696535487_diagram', 'h767682450_diagram', 'h-574136752_diagram', 'h-161840854_diagram', 'h-455665703_diagram', 'h1950201325_diagram', 'h1765064463_diagram', 'h-1579968584_diagram', 'h-129378236_diagram', 'h-632115079_diagram', 'h1092577174_diagram', 'h1950257625_diagram', 'h-223202246_diagram', 'h1904542267_diagram', 'h317236269_diagram', 'h161283402_diagram', 'h-1150185629_diagram', 'h-401654623_diagram', 'h-667166301_diagram', 'h-575186872_diagram', 'h-1830677754_diagram', 'h662965987_diagram', 'h2072680948_diagram', 'h1700779047_diagram', 'h-1916491319_diagram', 'h1538002713_diagram', 'h-183781549_diagram', 'h-1369250649_diagram', 'h-382271671_diagram', 'h-543494986_diagram', 'h478975187_diagram', 'h-1120178830_diagram', 'h-1721970753_diagram', 'h476921781_diagram', 'h505682733_diagram', 'h-1223551708_diagram', 'h-423575036_diagram', 'h-550788851_diagram', 'h848196012_diagram', 'h540344862_diagram', 'h-1710793150_diagram', 'h518154951_diagram', 'h431840015_diagram', 'h981330094_diagram', 'h-1653163119_diagram', 'h460835476_diagram', 'h-94747702_diagram', 'h1023299509_diagram', 'h196548317_diagram', 'h725214886_diagram', 'h-1111643518_diagram', 'h1631079495_diagram', 'h-1941248401_diagram', 'h-752325134_diagram', 'h-559653561_diagram', 'h1116585441_diagram', 'h430005784_diagram', 'h-1574800704_diagram', 'h-1114268009_diagram', 'h527303078_diagram', 'h1008146445_diagram', 'h1130583068_diagram', 'h-1958510118_diagram', 'h-1861028904_diagram', 'h546917388_diagram', 'h767660029_diagram', 'h425142118_diagram', 'h-630105252_diagram', 'h2072280012_diagram', 'h-857846199_diagram', 'h717342141_diagram', 'h1836570519_diagram', 'h1847473929_diagram', 'h-140496683_diagram', 'h1150040260_diagram', 'h674213353_diagram', 'h-2071962134_diagram', 'h919041432_diagram', 'h744254446_diagram', 'h674210622_diagram', 'h1209030165_diagram', 'h621983294_diagram', 'h-479714850_diagram', 'h-942435779_diagram', 'h-2050728521_diagram', 'h401516646_diagram', 'h-625990744_diagram', 'h674198127_diagram', 'h591732953_diagram', 'h1463100869_diagram', 'h179480300_diagram', 'h2141645941_diagram', 'h-1192536566_diagram', 'h621948438_diagram', 'h-574244373_diagram', 'h1704503581_diagram', 'h2102375418_diagram', 'h337951891_diagram'); 
     16var diagramBoxes = new Array('h674210404_diagram', 'h-628421064_diagram', 'h-354671696_diagram', 'h-2103790224_diagram', 'h488818005_diagram', 'h-947108542_diagram', 'h-621985991_diagram', 'h1337856033_diagram', 'h1538213346_diagram', 'h-1642661568_diagram', 'h326680371_diagram', 'h-327731571_diagram', 'h-990485818_diagram', 'h-934915971_diagram', 'h-145110209_diagram', 'h236643445_diagram', 'h78300419_diagram', 'h526399078_diagram', 'h-1696535487_diagram', 'h767682450_diagram', 'h-574136752_diagram', 'h-161840854_diagram', 'h-455665703_diagram', 'h1950201325_diagram', 'h1765064463_diagram', 'h-1579968584_diagram', 'h-129378236_diagram', 'h-632115079_diagram', 'h1092577174_diagram', 'h1950257625_diagram', 'h-223202246_diagram', 'h1904542267_diagram', 'h317236269_diagram', 'h161283402_diagram', 'h-1150185629_diagram', 'h-401654623_diagram', 'h-667166301_diagram', 'h-575186872_diagram', 'h-1830677754_diagram', 'h662965987_diagram', 'h2072680948_diagram', 'h1700779047_diagram', 'h-1916491319_diagram', 'h1538002713_diagram', 'h-183781549_diagram', 'h-1369250649_diagram', 'h-382271671_diagram', 'h-543494986_diagram', 'h478975187_diagram', 'h-1120178830_diagram', 'h-1721970753_diagram', 'h476921781_diagram', 'h505682733_diagram', 'h-1223551708_diagram', 'h-423575036_diagram', 'h-550788851_diagram', 'h848196012_diagram', 'h540344862_diagram', 'h-1710793150_diagram', 'h518154951_diagram', 'h431840015_diagram', 'h981330094_diagram', 'h-1653163119_diagram', 'h460835476_diagram', 'h-94747702_diagram', 'h1023299509_diagram', 'h196548317_diagram', 'h725214886_diagram', 'h-1111643518_diagram', 'h1631079495_diagram', 'h-1941248401_diagram', 'h-752325134_diagram', 'h-559653561_diagram', 'h1116585441_diagram', 'h430005784_diagram', 'h-1574800704_diagram', 'h-1114268009_diagram', 'h527303078_diagram', 'h1008146445_diagram', 'h1130583068_diagram', 'h-1958510118_diagram', 'h-1861028904_diagram', 'h546917388_diagram', 'h767660029_diagram', 'h425142118_diagram', 'h-630105252_diagram', 'h2072280012_diagram', 'h717342141_diagram', 'h1836570519_diagram', 'h1847473929_diagram', 'h-140496683_diagram', 'h1150040260_diagram', 'h674213353_diagram', 'h-2071962134_diagram', 'h919041432_diagram', 'h744254446_diagram', 'h674210622_diagram', 'h1209030165_diagram', 'h621983294_diagram', 'h-479714850_diagram', 'h-942435779_diagram', 'h-2050728521_diagram', 'h401516646_diagram', 'h-625990744_diagram', 'h674198127_diagram', 'h591732953_diagram', 'h1463100869_diagram', 'h179480300_diagram', 'h2141645941_diagram', 'h-1192536566_diagram', 'h621948438_diagram', 'h-574244373_diagram', 'h1704503581_diagram', 'h2102375418_diagram', 'h337951891_diagram'); 
    40117/* IDs of logical diagram boxes */ 
    40218var logicalDiagramBoxes = new Array('h674210404_logicalDiagram', 'h-628421064_logicalDiagram', 'h-354671696_logicalDiagram', 'h-2103790224_logicalDiagram', 'h488818005_logicalDiagram', 'h-947108542_logicalDiagram', 'h-621985991_logicalDiagram', 'h-1642661568_logicalDiagram', 'h326680371_logicalDiagram', 'h-327731571_logicalDiagram', 'h-990485818_logicalDiagram', 'h-934915971_logicalDiagram', 'h-145110209_logicalDiagram', 'h236643445_logicalDiagram', 'h78300419_logicalDiagram', 'h526399078_logicalDiagram', 'h-1696535487_logicalDiagram', 'h767682450_logicalDiagram', 'h-574136752_logicalDiagram', 'h-161840854_logicalDiagram', 'h-455665703_logicalDiagram', 'h1950201325_logicalDiagram', 'h1765064463_logicalDiagram', 'h-1579968584_logicalDiagram', 'h-129378236_logicalDiagram', 'h-632115079_logicalDiagram', 'h1092577174_logicalDiagram', 'h1950257625_logicalDiagram', 'h1904542267_logicalDiagram', 'h317236269_logicalDiagram', 'h161283402_logicalDiagram', 'h-1150185629_logicalDiagram', 'h-401654623_logicalDiagram', 'h-575186872_logicalDiagram', 'h662965987_logicalDiagram', 'h2072680948_logicalDiagram', 'h1700779047_logicalDiagram', 'h-1916491319_logicalDiagram', 'h1538002713_logicalDiagram', 'h-183781549_logicalDiagram', 'h-382271671_logicalDiagram', 'h-543494986_logicalDiagram', 'h767660029_logicalDiagram', 'h425142118_logicalDiagram', 'h-630105252_logicalDiagram', 'h2072280012_logicalDiagram', 'h717342141_logicalDiagram', 'h1836570519_logicalDiagram', 'h1847473929_logicalDiagram', 'h-140496683_logicalDiagram', 'h1150040260_logicalDiagram', 'h674213353_logicalDiagram', 'h-2071962134_logicalDiagram', 'h744254446_logicalDiagram', 'h674210622_logicalDiagram', 'h1209030165_logicalDiagram', 'h621983294_logicalDiagram', 'h-479714850_logicalDiagram', 'h-942435779_logicalDiagram', 'h-2050728521_logicalDiagram', 'h-625990744_logicalDiagram', 'h674198127_logicalDiagram', 'h591732953_logicalDiagram', 'h1463100869_logicalDiagram', 'h179480300_logicalDiagram', 'h2141645941_logicalDiagram', 'h-1192536566_logicalDiagram', 'h-574244373_logicalDiagram', 'h1704503581_logicalDiagram', 'h2102375418_logicalDiagram'); 
    40319/* IDs of Schema Component Representation boxes */ 
    404 var scBoxes = new Array('schema_scbox', 'h674210404_scbox', 'h-628421064_scbox', 'h-354671696_scbox', 'h-2103790224_scbox', 'h488818005_scbox', 'h-947108542_scbox', 'h-621985991_scbox', 'h1337856033_scbox', 'h1538213346_scbox', 'h-1642661568_scbox', 'h326680371_scbox', 'h-327731571_scbox', 'h-990485818_scbox', 'h-934915971_scbox', 'h-145110209_scbox', 'h236643445_scbox', 'h78300419_scbox', 'h526399078_scbox', 'h-1696535487_scbox', 'h767682450_scbox', 'h-574136752_scbox', 'h-161840854_scbox', 'h-455665703_scbox', 'h1950201325_scbox', 'h1765064463_scbox', 'h-1579968584_scbox', 'h-129378236_scbox', 'h-632115079_scbox', 'h1092577174_scbox', 'h1950257625_scbox', 'h-223202246_scbox', 'h1904542267_scbox', 'h317236269_scbox', 'h161283402_scbox', 'h-1150185629_scbox', 'h-401654623_scbox', 'h-667166301_scbox', 'h-575186872_scbox', 'h-1830677754_scbox', 'h662965987_scbox', 'h2072680948_scbox', 'h1700779047_scbox', 'h-1916491319_scbox', 'h1538002713_scbox', 'h-183781549_scbox', 'h-1369250649_scbox', 'h-382271671_scbox', 'h-543494986_scbox', 'h478975187_scbox', 'h-1120178830_scbox', 'h-1721970753_scbox', 'h476921781_scbox', 'h505682733_scbox', 'h-1223551708_scbox', 'h-423575036_scbox', 'h-550788851_scbox', 'h848196012_scbox', 'h540344862_scbox', 'h-1710793150_scbox', 'h518154951_scbox', 'h431840015_scbox', 'h981330094_scbox', 'h-1653163119_scbox', 'h460835476_scbox', 'h-94747702_scbox', 'h1023299509_scbox', 'h196548317_scbox', 'h725214886_scbox', 'h-1111643518_scbox', 'h1631079495_scbox', 'h-1941248401_scbox', 'h-752325134_scbox', 'h-559653561_scbox', 'h1116585441_scbox', 'h430005784_scbox', 'h-1574800704_scbox', 'h-1114268009_scbox', 'h527303078_scbox', 'h1008146445_scbox', 'h1130583068_scbox', 'h-1958510118_scbox', 'h-1861028904_scbox', 'h546917388_scbox', 'h767660029_scbox', 'h425142118_scbox', 'h-630105252_scbox', 'h2072280012_scbox', 'h-857846199_scbox', 'h717342141_scbox', 'h1836570519_scbox', 'h1847473929_scbox', 'h-140496683_scbox', 'h1150040260_scbox', 'h674213353_scbox', 'h-2071962134_scbox', 'h919041432_scbox', 'h744254446_scbox', 'h674210622_scbox', 'h1209030165_scbox', 'h621983294_scbox', 'h-479714850_scbox', 'h-942435779_scbox', 'h-2050728521_scbox', 'h401516646_scbox', 'h-625990744_scbox', 'h674198127_scbox', 'h591732953_scbox', 'h1463100869_scbox', 'h179480300_scbox', 'h2141645941_scbox', 'h-1192536566_scbox', 'h621948438_scbox', 'h-574244373_scbox', 'h1704503581_scbox', 'h2102375418_scbox', 'h337951891_scbox'); 
     20var scBoxes = new Array('schema_scbox', 'h674210404_scbox', 'h-628421064_scbox', 'h-354671696_scbox', 'h-2103790224_scbox', 'h488818005_scbox', 'h-947108542_scbox', 'h-621985991_scbox', 'h1337856033_scbox', 'h1538213346_scbox', 'h-1642661568_scbox', 'h326680371_scbox', 'h-327731571_scbox', 'h-990485818_scbox', 'h-934915971_scbox', 'h-145110209_scbox', 'h236643445_scbox', 'h78300419_scbox', 'h526399078_scbox', 'h-1696535487_scbox', 'h767682450_scbox', 'h-574136752_scbox', 'h-161840854_scbox', 'h-455665703_scbox', 'h1950201325_scbox', 'h1765064463_scbox', 'h-1579968584_scbox', 'h-129378236_scbox', 'h-632115079_scbox', 'h1092577174_scbox', 'h1950257625_scbox', 'h-223202246_scbox', 'h1904542267_scbox', 'h317236269_scbox', 'h161283402_scbox', 'h-1150185629_scbox', 'h-401654623_scbox', 'h-667166301_scbox', 'h-575186872_scbox', 'h-1830677754_scbox', 'h662965987_scbox', 'h2072680948_scbox', 'h1700779047_scbox', 'h-1916491319_scbox', 'h1538002713_scbox', 'h-183781549_scbox', 'h-1369250649_scbox', 'h-382271671_scbox', 'h-543494986_scbox', 'h478975187_scbox', 'h-1120178830_scbox', 'h-1721970753_scbox', 'h476921781_scbox', 'h505682733_scbox', 'h-1223551708_scbox', 'h-423575036_scbox', 'h-550788851_scbox', 'h848196012_scbox', 'h540344862_scbox', 'h-1710793150_scbox', 'h518154951_scbox', 'h431840015_scbox', 'h981330094_scbox', 'h-1653163119_scbox', 'h460835476_scbox', 'h-94747702_scbox', 'h1023299509_scbox', 'h196548317_scbox', 'h725214886_scbox', 'h-1111643518_scbox', 'h1631079495_scbox', 'h-1941248401_scbox', 'h-752325134_scbox', 'h-559653561_scbox', 'h1116585441_scbox', 'h430005784_scbox', 'h-1574800704_scbox', 'h-1114268009_scbox', 'h527303078_scbox', 'h1008146445_scbox', 'h1130583068_scbox', 'h-1958510118_scbox', 'h-1861028904_scbox', 'h546917388_scbox', 'h767660029_scbox', 'h425142118_scbox', 'h-630105252_scbox', 'h2072280012_scbox', 'h717342141_scbox', 'h1836570519_scbox', 'h1847473929_scbox', 'h-140496683_scbox', 'h1150040260_scbox', 'h674213353_scbox', 'h-2071962134_scbox', 'h919041432_scbox', 'h744254446_scbox', 'h674210622_scbox', 'h1209030165_scbox', 'h621983294_scbox', 'h-479714850_scbox', 'h-942435779_scbox', 'h-2050728521_scbox', 'h401516646_scbox', 'h-625990744_scbox', 'h674198127_scbox', 'h591732953_scbox', 'h1463100869_scbox', 'h179480300_scbox', 'h2141645941_scbox', 'h-1192536566_scbox', 'h621948438_scbox', 'h-574244373_scbox', 'h1704503581_scbox', 'h2102375418_scbox', 'h337951891_scbox'); 
    40521 
    40622/** 
    … …  
    1070686               </li> 
    1071687               <li> 
    1072                   <a href="#h-857846199">Complex Type: <strong>ExperimenterType</strong> 
    1073                   </a> 
    1074                </li> 
    1075                <li> 
    1076688                  <a href="#h919041432">Complex Type: <strong>FilterSpec</strong> 
    1077689                  </a> 
    … …  
    1281893         <tr> 
    1282894            <th>Version</th> 
    1283             <td>1</td> 
     895            <td>2</td> 
    1284896         </tr> 
    1285897         <tr> 
    … …  
    1322934            <td class="documentation"> 
    1323935                        Open Microscopy Environment 
    1324                         OME XML Schema 2.0-RC1 
     936                        OME XML Schema June 2007 - Update Version 2 September 2007 
    1325937                        Author:  Ilya G. Goldberg, Andrew J Patterson 
    1326938                        Copyright 2002 - 2007 OME. All rights reserved. 
    … …  
    1344956         <tr> 
    1345957            <td> 
     958               <a name="ns_STD">STD</a> 
     959            </td> 
     960            <td>http://www.openmicroscopy.org/Schemas/STD/2007-06</td> 
     961         </tr> 
     962         <tr> 
     963            <td> 
    1346964               <a name="ns_xml">xml</a> 
    1347965            </td> 
    1348966            <td>http://www.w3.org/XML/1998/namespace</td> 
     967         </tr> 
     968         <tr> 
     969            <td> 
     970               <a name="ns_Bin">Bin</a> 
     971            </td> 
     972            <td>http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06</td> 
     973         </tr> 
     974         <tr> 
     975            <td> 
     976               <a name="ns_CA">CA</a> 
     977            </td> 
     978            <td>http://www.openmicroscopy.org/Schemas/CA/2007-06</td> 
     979         </tr> 
     980         <tr> 
     981            <td> 
     982               <a name="ns_SPW">SPW</a> 
     983            </td> 
     984            <td>http://www.openmicroscopy.org/Schemas/SPW/2007-06</td> 
     985         </tr> 
     986         <tr> 
     987            <td> 
     988               <a name="ns_xsd">xsd</a> 
     989            </td> 
     990            <td>http://www.w3.org/2001/XMLSchema</td> 
    1349991         </tr> 
    1350992         <tr> 
    … …  
    1354996            <td>http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06</td> 
    1355997         </tr> 
    1356          <tr> 
    1357             <td> 
    1358                <a name="ns_STD">STD</a> 
    1359             </td> 
    1360             <td>http://www.openmicroscopy.org/Schemas/STD/2007-06</td> 
    1361          </tr> 
    1362          <tr> 
    1363             <td> 
    1364                <a name="ns_Bin">Bin</a> 
    1365             </td> 
    1366             <td>http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06</td> 
    1367          </tr> 
    1368          <tr> 
    1369             <td> 
    1370                <a name="ns_xsd">xsd</a> 
    1371             </td> 
    1372             <td>http://www.w3.org/2001/XMLSchema</td> 
    1373          </tr> 
    1374          <tr> 
    1375             <td> 
    1376                <a name="ns_CA">CA</a> 
    1377             </td> 
    1378             <td>http://www.openmicroscopy.org/Schemas/CA/2007-06</td> 
    1379          </tr> 
    1380          <tr> 
    1381             <td> 
    1382                <a name="ns_SPW">SPW</a> 
    1383             </td> 
    1384             <td>http://www.openmicroscopy.org/Schemas/SPW/2007-06</td> 
    1385          </tr> 
    1386998      </table> 
    1387999      <div class="schemaComponent box"> 
    … …  
    13941006         <div id="schema_scbox" class="contents"> 
    13951007            <div style="margin-left: 0em">&lt;<span class="scTag">xsd:schema</span>  
    1396                <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/OME/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">xsd:import</span>  
     1008               <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/OME/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">xsd:import</span>  
    13971009                  <span class="scTag">namespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06</span>" <span class="scTag">schemaLocation</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06/AnalysisModule.xsd</span>"/&gt;</div> 
    13981010               <div style="margin-left: 1.5em">&lt;<span class="scTag">xsd:import</span>  
    … …  
    14601072            <img usemap="#h1822688931" src="schemaDiagrams/h1822688931.png"/> 
    14611073            <!-- 
    1462             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1822688931.map--><map name="h1822688931"> 
     1074            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1822688931.map--><map name="h1822688931"> 
    14631075</map> 
    14641076         </div> 
    … …  
    14991111            <img usemap="#h-660440019" src="schemaDiagrams/h-660440019.png"/> 
    15001112            <!-- 
    1501             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-660440019.map--><map name="h-660440019"> 
     1113            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-660440019.map--><map name="h-660440019"> 
    15021114</map> 
    15031115         </div> 
    … …  
    15871199            <img usemap="#h-1396976695" src="schemaDiagrams/h-1396976695.png"/> 
    15881200            <!-- 
    1589             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1396976695.map--><map name="h-1396976695"> 
     1201            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1396976695.map--><map name="h-1396976695"> 
    15901202</map> 
    15911203         </div> 
    … …  
    16301242            <img usemap="#h1833853651" src="schemaDiagrams/h1833853651.png"/> 
    16311243            <!-- 
    1632             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1833853651.map--><map name="h1833853651"> 
     1244            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1833853651.map--><map name="h1833853651"> 
    16331245</map> 
    16341246         </div> 
    … …  
    17281340            <img usemap="#h-348420750" src="schemaDiagrams/h-348420750.png"/> 
    17291341            <!-- 
    1730             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-348420750.map--><map name="h-348420750"> 
     1342            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-348420750.map--><map name="h-348420750"> 
    17311343</map> 
    17321344         </div> 
    … …  
    17851397            <img usemap="#h-25466244" src="schemaDiagrams/h-25466244.png"/> 
    17861398            <!-- 
    1787             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-25466244.map--><map name="h-25466244"> 
     1399            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-25466244.map--><map name="h-25466244"> 
    17881400</map> 
    17891401         </div> 
    … …  
    18671479            <img usemap="#h385388373" src="schemaDiagrams/h385388373.png"/> 
    18681480            <!-- 
    1869             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h385388373.map--><map name="h385388373"> 
     1481            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h385388373.map--><map name="h385388373"> 
    18701482</map> 
    18711483         </div> 
    … …  
    19031515            <img usemap="#h-911788705" src="schemaDiagrams/h-911788705.png"/> 
    19041516            <!-- 
    1905             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-911788705.map--><map name="h-911788705"> 
     1517            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-911788705.map--><map name="h-911788705"> 
    19061518</map> 
    19071519         </div> 
    … …  
    19851597            <img usemap="#h1999764751" src="schemaDiagrams/h1999764751.png"/> 
    19861598            <!-- 
    1987             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1999764751.map--><map name="h1999764751"> 
     1599            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1999764751.map--><map name="h1999764751"> 
    19881600</map> 
    19891601         </div> 
    … …  
    20341646            <img usemap="#h1781116485" src="schemaDiagrams/h1781116485.png"/> 
    20351647            <!-- 
    2036             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1781116485.map--><map name="h1781116485"> 
    2037                <area shape="rect" alt="h1008146445" coords="240,164,356,190" 
     1648            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1781116485.map--><map name="h1781116485"> 
     1649               <area shape="rect" alt="h1008146445" coords="240,0,356,26" 
    20381650                     href="ome.xsd.html#h1008146445"/> 
    20391651 
    … …  
    21301742            <img usemap="#h1181634747" src="schemaDiagrams/h1181634747.png"/> 
    21311743            <!-- 
    2132             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1181634747.map--><map name="h1181634747"> 
     1744            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1181634747.map--><map name="h1181634747"> 
    21331745</map> 
    21341746         </div> 
    … …  
    21691781            <img usemap="#h1303268037" src="schemaDiagrams/h1303268037.png"/> 
    21701782            <!-- 
    2171             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1303268037.map--><map name="h1303268037"> 
     1783            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1303268037.map--><map name="h1303268037"> 
    21721784</map> 
    21731785         </div> 
    … …  
    22581870            <img usemap="#h123116459" src="schemaDiagrams/h123116459.png"/> 
    22591871            <!-- 
    2260             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h123116459.map--><map name="h123116459"> 
     1872            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h123116459.map--><map name="h123116459"> 
    22611873</map> 
    22621874         </div> 
    … …  
    22951907            <img usemap="#h-1251938975" src="schemaDiagrams/h-1251938975.png"/> 
    22961908            <!--