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

Legend:

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

    r109 r138  
    77      <meta http-equiv="Content-Type" content="text/xml; charset=UTF-8"/> 
    88      <style type="text/css"> 
    9 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
    10 /* More-configurable styles */ 
    11  
    12 /******** General ********/ 
    13           
    14 /* Document body */ 
    15 body { 
    16    color: Black; 
    17    background-color: White; 
    18    font-family: Arial, sans-serif; 
    19    font-size: 10pt; 
    20 } 
    21                    
    22 /* Horizontal rules */ 
    23 hr { 
    24    color: black; 
    25 } 
    26 /* Document title */ 
    27 h1 { 
    28    font-size: 18pt; 
    29    letter-spacing: 2px; 
    30    border-bottom: 1px #ccc solid; 
    31    padding-top: 5px; 
    32    padding-bottom: 5px; 
    33 } 
    34 /* Main section headers */ 
    35 h2 { 
    36    font-size: 14pt; 
    37    letter-spacing: 1px; 
    38 } 
    39 /* Sub-section headers */ 
    40 h3, h3 a, h3 span { 
    41    font-size: 12pt; 
    42    font-weight: bold; 
    43    color: black; 
    44 } 
    45 /* Table displaying the properties of the schema components or the 
    46    schema document itself */ 
    47 table.properties th, table.properties th a { 
    48    color: black; 
    49    background-color: #F99; /* Pink */ 
    50 } 
    51 table.properties td { 
    52    background-color: #eee; /* Gray */ 
    53 } 
    54  
    55 img{ 
    56  border: 0; 
    57 }          
    58  
    59 /********* Documentation style *************/ 
    60 p.documentation { 
    61    color:black; 
    62    font-style:italic; 
    63          background-color: #EEEEFF; 
    64          border: 1px solid #DDDDFF; 
    65          padding-top: 1px; 
    66          margin-right: 30px; 
    67          margin-top: 1px; 
    68 } 
    69  
    70           
    71 /******** Table of Contents Section ********/ 
    72  
    73 /* Controls for switching between printing and viewing modes */ 
    74 div#printerControls { 
    75    color: #963; /* Orange-brown */ 
    76 } 
    77 /* Controls that can collapse or expand all XML Instance 
    78    Representation and Schema Component Representation boxes */ 
    79 div#globalControls { 
    80    border: 2px solid #999; 
    81 } 
    82  
    83  
    84 /******** Schema Document Properties Section ********/ 
    85  
    86 /* Table displaying the namespaces declared in the schema */ 
    87 table.namespaces th { 
    88    background-color: #ccc; 
    89 } 
    90 table.namespaces td { 
    91    background-color: #eee; 
    92 } 
    93 /* Target namespace of the schema */ 
    94 span.targetNS { 
    95    color: #06C; 
    96    font-weight: bold; 
    97 } 
    98  
    99  
    100 /******** Schema Components' Sections ********/ 
    101  
    102 /* Name of schema component */ 
    103 .name { 
    104    color: #F93; /* Orange */ 
    105 } 
    106  
    107 /* Hierarchy table */ 
    108 table.hierarchy { 
    109    border: 2px solid #999; /* Gray */ 
    110 } 
    111  
    112 /* XML Instance Representation table */ 
    113 div.sample div.contents { 
    114    border: 1px dashed black; 
    115 } 
    116  
    117  
    118 /* Schema Component Representation table */ 
    119 div.schemaComponent div.contents { 
    120    border: 2px black solid; 
    121 } 
    122  
    123  
    124 /******** Glossary Section ********/ 
    125  
    126 /* Glossary Terms */ 
    127 .glossaryTerm { 
    128    color: #036; /* Blue */ 
    129 } 
    130  
    131  
    132 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
    133 /* Printer-version styles */ 
    134  
    135 @media print { 
    136  
    137 /* Ensures that controls are hidden when printing */ 
    138 div#printerControls { 
    139    visibility: hidden; 
    140 } 
    141 div#globalControls { 
    142    visibility: hidden; 
    143 } 
    144 #legend { 
    145    display: none; 
    146 } 
    147 #legendTOC { 
    148    display: none; 
    149 } 
    150 #glossary { 
    151    display: none; 
    152 } 
    153 #glossaryTOC { 
    154    display: none; 
    155 } 
    156  
    157 } 
    158  
    159 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
    160 /* Base styles */ 
    161  
    162 /******** General ********/ 
    163  
    164 /* Unordered lists */ 
    165 ul { 
    166    margin-left: 1.5em; 
    167    margin-bottom: 0em; 
    168 } 
    169 /* Tables */ 
    170 table { 
    171    margin-top: 10px; 
    172    margin-bottom: 10px; 
    173    margin-left: 2px; 
    174    margin-right: 2px; 
    175 } 
    176 table th, table td { 
    177    font-size: 10pt; 
    178    vertical-align: top; 
    179    padding-top: 3px; 
    180    padding-bottom: 3px; 
    181    padding-left: 10px; 
    182    padding-right: 10px; 
    183 } 
    184 table th { 
    185    font-weight: bold; 
    186    text-align: left; 
    187 } 
    188 /* Table displaying the properties of the schema components or the 
    189    schema document itself */ 
    190 table.properties { 
    191    width: 90%; 
    192 } 
    193 table.properties th { 
    194    width: 30%; 
    195 } 
    196 /* Boxes that can make its content appear and disappear*/ 
    197 div.box { 
    198    margin: 1em; 
    199 } 
    200    /* Box caption */ 
    201 div.box span.caption { 
    202    font-weight: bold; 
    203 } 
    204    /* Button to open and close the box */ 
    205 div.box input.control { 
    206    width: 1.4em; 
    207    height: 1.4em; 
    208    text-align: center; 
    209    vertical-align: middle; 
    210    font-size: 11pt; 
    211 } 
    212    /* Box contents */ 
    213 div.box div.contents { 
    214    margin-top: 3px; 
    215 } 
    216  
    217  
    218 /******** Table of Contents Section ********/ 
    219  
    220 /* Controls for switching between printing and viewing modes */ 
    221 div#printerControls { 
    222    white-space: nowrap; 
    223    font-weight: bold; 
    224    padding: 5px; 
    225    margin: 5px; 
    226 } 
    227 /* Controls that can collapse or expand all XML Instance 
    228    Representation and Schema Component Representation boxes */ 
    229 div#globalControls { 
    230    padding: 10px; 
    231    margin: 5px; 
    232 } 
    233  
    234  
    235 /******** Schema Document Properties Section ********/ 
    236  
    237 /* Table displaying the namespaces declared in the schema */ 
    238 table.namespaces th { 
    239 } 
    240 table.namespaces td { 
    241 } 
    242 /* Target namespace of the schema */ 
    243 span.targetNS { 
    244 } 
    245  
    246  
    247 /******** Schema Components' Sections ********/ 
    248  
    249 /* Name of schema component */ 
    250 .name { 
    251 } 
    252  
    253 /* Hierarchy table */ 
    254 table.hierarchy { 
    255    width: 90%; 
    256 } 
    257 table.hierarchy th { 
    258    font-weight: normal; 
    259    font-style: italic; 
    260    width: 20%; 
    261 } 
    262 table.hierarchy th, table.hierarchy td { 
    263    padding: 5px; 
    264 } 
    265  
    266 /* XML Instance Representation table */ 
    267 div.sample { 
    268    width: 90%; 
    269 } 
    270 div.sample div.contents { 
    271    padding: 5px; 
    272    font-family: Courier New, sans-serif; 
    273    font-size: 10pt; 
    274 } 
    275    /* Normal elements and attributes */ 
    276 div.sample div.contents, div.sample div.contents a { 
    277    color: black; 
    278 } 
    279    /* Group Headers */ 
    280 div.sample div.contents .group, div.sample div.contents .group a { 
    281    color: #999; /* Light gray */ 
    282 } 
    283    /* Type Information */ 
    284 div.sample div.contents .type, div.sample div.contents .type a { 
    285    color: #999; /* Light gray */ 
    286 } 
    287    /* Occurrence Information */ 
    288 div.sample div.contents .occurs, div.sample div.contents .occurs a { 
    289    color: #999; /* Light gray */ 
    290 } 
    291    /* Fixed values */ 
    292 div.sample div.contents .fixed { 
    293    color: #063; /* Green */ 
    294    font-weight: bold; 
    295 } 
    296    /* Simple type constraints */ 
    297 div.sample div.contents .constraint, div.sample div.contents .constraint a { 
    298    color: #999; /* Light gray */ 
    299 } 
    300    /* Elements and attributes inherited from base type */ 
    301 div.sample div.contents .inherited, div.sample div.contents .inherited a { 
    302    color: #666; /* Dark gray */ 
    303 } 
    304    /* Elements and attributes added to or changed from base type */ 
    305 div.sample div.contents .newFields { 
    306    font-weight: bold; 
    307 } 
    308    /* Other type of information */ 
    309 div.sample div.contents .other, div.sample div.contents .other a { 
    310    color: #369; /* Blue */ 
    311    font-style: italic; 
    312 } 
    313    /* Link to open up window displaying documentation */ 
    314 div.sample div.contents a.documentation { 
    315    text-decoration: none; 
    316    padding-left: 3px; 
    317    padding-right: 3px; 
    318    padding-top: 0px; 
    319    padding-bottom: 0px; 
    320    font-weight: bold; 
    321    font-size: 11pt; 
    322    background-color: #FFD; 
    323    color: #069; 
    324 } 
    325    /* Invert colors when hovering over link to open up window  
    326       displaying documentation */ 
    327 div.sample div.contents a.documentation:hover { 
    328    color: #FFD; 
    329    background-color: #069; 
    330 } 
    331  
    332 /* Schema Component Representation table */ 
    333 div.schemaComponent { 
    334    width: 90%; 
    335 } 
    336 div.schemaComponent div.contents { 
    337    font-family: Courier New, sans-serif; 
    338    font-size: 10pt; 
    339    padding: 5px; 
    340 } 
    341    /* Syntax characters */ 
    342 div.schemaComponent div.contents { 
    343    color: #00f; /* blue */ 
    344 } 
    345    /* Element and attribute tags */ 
    346 div.schemaComponent div.contents .scTag { 
    347    color: #933; /* maroon */ 
    348 } 
    349    /* Element and attribute content */ 
    350 div.schemaComponent div.contents .scContent, div.schemaComponent div.contents .scContent a { 
    351    color: black; 
    352    font-weight: bold; 
    353 } 
    354    /* Comments */ 
    355 div.schemaComponent div.contents .comment { 
    356    color: #999; /* Light gray */ 
    357 } 
    358  
    359 /******** Legend Section ********/ 
    360  
    361 div#legend table, div#legend div { 
    362    margin-bottom: 3px; 
    363 } 
    364 div#legend div.hint { 
    365    color: #999; /* Light gray */ 
    366    width: 90%; 
    367    margin-left: 1em; 
    368    margin-bottom: 2em; 
    369 } 
    370  
    371  
    372 /******** Glossary Section ********/ 
    373  
    374 /* Glossary Terms */ 
    375 .glossaryTerm { 
    376    font-weight: bold; 
    377 } 
    378  
    379 /********* Details *************/ 
    380 .detailsToc { 
    381   color: #666; /* Light gray */ 
    382 } 
    383  
    384 .details { 
    385   color: #666; /* Light gray */ 
    386   text-decoration:none; 
    387 } 
    388  
    389 /******** Footer ********/ 
    390  
    391 .footer { 
    392    font-size: 8pt; 
    393 } 
     9@import url(auto-gen-doc.css); 
    39410</style> 
    39511      <script type="text/javascript"> 
    … …  
    843459         <tr> 
    844460            <th>Version</th> 
    845             <td>1</td> 
     461            <td>2</td> 
    846462         </tr> 
    847463         <tr> 
    … …  
    861477                  <li>This schema imports schema(s) from the following namespace(s):<ul> 
    862478                        <li> 
    863                            <em>http://www.w3.org/XML/1998/namespace</em> 
    864                         </li> 
     479                           <em>http://www.w3.org/XML/1998/namespace</em> (at <a title="Jump to schema documentation for 'http://www.w3.org/2001/xml.xsd'." 
     480                              href="xml.xsd.html">http://www.w3.org/2001/xml.xsd</a>)</li> 
    865481                     </ul> 
    866482                  </li> 
    … …  
    905521         <div id="schema_scbox" class="contents"> 
    906522            <div style="margin-left: 0em">&lt;<span class="scTag">schema</span>  
    907                <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/MLI/2007-06</span>" <span class="scTag">version</span>="<span class="scContent">1</span>" <span class="scTag">elementFormDefault</span>="<span class="scContent">qualified</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">import</span>  
    908                   <span class="scTag">namespace</span>="<span class="scContent">http://www.w3.org/XML/1998/namespace</span>"/&gt;</div> 
     523               <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/MLI/2007-06</span>" <span class="scTag">version</span>="<span class="scContent">2</span>" <span class="scTag">elementFormDefault</span>="<span class="scContent">qualified</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">import</span>  
     524                  <span class="scTag">namespace</span>="<span class="scContent">http://www.w3.org/XML/1998/namespace</span>" <span class="scTag">schemaLocation</span>="<span class="scContent">http://www.w3.org/2001/xml.xsd</span>"/&gt;</div> 
    909525               <div class="scContent" style="margin-left: 1.5em">...</div>&lt;/<span class="scTag">schema</span>&gt;</div> 
    910526         </div> 
    … …  
    960576            <img usemap="#h-1457837503" src="schemaDiagrams/h-1457837503.png"/> 
    961577            <!-- 
    962             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1457837503.map--><map name="h-1457837503"> 
     578            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1457837503.map--><map name="h-1457837503"> 
    963579               <area shape="rect" alt="h-1916107868" coords="436,36,786,79" 
    964580                     href="MLI.xsd.html#h-1916107868"/> 
    … …  
    1019635            <img usemap="#h1584384715" src="schemaDiagrams/h1584384715.png"/> 
    1020636            <!-- 
    1021             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1584384715.map--><map name="h1584384715"> 
    1022                <area shape="rect" alt="h-1916107868" coords="361,36,543,62" 
     637            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1584384715.map--><map name="h1584384715"> 
     638               <area shape="rect" alt="h-1916107868" coords="361,0,543,26" 
    1023639                     href="MLI.xsd.html#h-1916107868"/> 
    1024640 
    1025                <area shape="rect" alt="h1964203319" coords="361,72,550,98" 
     641               <area shape="rect" alt="h1964203319" coords="361,36,550,62" 
    1026642                     href="MLI.xsd.html#h1964203319"/> 
    1027643 
    1028                <area shape="rect" alt="h268923286" coords="361,108,508,150" 
     644               <area shape="rect" alt="h268923286" coords="361,72,508,114" 
    1029645                     href="MLI.xsd.html#h268923286"/> 
    1030646 
    1031                <area shape="rect" alt="h-1991362210" coords="361,160,536,202" 
     647               <area shape="rect" alt="h-1991362210" coords="361,124,536,166" 
    1032648                     href="MLI.xsd.html#h-1991362210"/> 
    1033649 
    … …  
    1126742            <img usemap="#h-311108117" src="schemaDiagrams/h-311108117.png"/> 
    1127743            <!-- 
    1128             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-311108117.map--><map name="h-311108117"> 
     744            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-311108117.map--><map name="h-311108117"> 
    1129745               <area shape="rect" alt="h-628376409" coords="436,0,786,59" 
    1130746                     href="MLI.xsd.html#h-628376409"/> 
    … …  
    1166782            <img usemap="#h99837089" src="schemaDiagrams/h99837089.png"/> 
    1167783            <!-- 
    1168             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h99837089.map--><map name="h99837089"> 
    1169                <area shape="rect" alt="h-628376409" coords="312,36,431,78" 
     784            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h99837089.map--><map name="h99837089"> 
     785               <area shape="rect" alt="h-628376409" coords="312,0,431,42" 
    1170786                     href="MLI.xsd.html#h-628376409"/> 
    1171787 
    … …  
    1240856            <img usemap="#h-1117053660" src="schemaDiagrams/h-1117053660.png"/> 
    1241857            <!-- 
    1242             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1117053660.map--><map name="h-1117053660"> 
     858            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1117053660.map--><map name="h-1117053660"> 
    1243859               <area shape="rect" alt="h-2121445436" coords="436,0,786,59" 
    1244860                     href="MLI.xsd.html#h-2121445436"/> 
    … …  
    1280896            <img usemap="#h-1262654162" src="schemaDiagrams/h-1262654162.png"/> 
    1281897            <!-- 
    1282             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1262654162.map--><map name="h-1262654162"> 
    1283                <area shape="rect" alt="h-2121445436" coords="319,36,445,78" 
     898            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1262654162.map--><map name="h-1262654162"> 
     899               <area shape="rect" alt="h-2121445436" coords="319,0,445,42" 
    1284900                     href="MLI.xsd.html#h-2121445436"/> 
    1285901 
    … …  
    1350966            <img usemap="#h-1331506380" src="schemaDiagrams/h-1331506380.png"/> 
    1351967            <!-- 
    1352             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1331506380.map--><map name="h-1331506380"> 
     968            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1331506380.map--><map name="h-1331506380"> 
    1353969</map> 
    1354970         </div> 
    … …  
    14221038            <img usemap="#h-1764898882" src="schemaDiagrams/h-1764898882.png"/> 
    14231039            <!-- 
    1424             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1764898882.map--><map name="h-1764898882"> 
     1040            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1764898882.map--><map name="h-1764898882"> 
    14251041</map> 
    14261042         </div> 
    … …  
    15581174            <img usemap="#h-280844341" src="schemaDiagrams/h-280844341.png"/> 
    15591175            <!-- 
    1560             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-280844341.map--><map name="h-280844341"> 
     1176            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-280844341.map--><map name="h-280844341"> 
    15611177</map> 
    15621178         </div> 
    … …  
    16451261            <img usemap="#h-831110015" src="schemaDiagrams/h-831110015.png"/> 
    16461262            <!-- 
    1647             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-831110015.map--><map name="h-831110015"> 
     1263            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-831110015.map--><map name="h-831110015"> 
    16481264</map> 
    16491265         </div> 
    … …  
    17901406            <img usemap="#h-535407643" src="schemaDiagrams/h-535407643.png"/> 
    17911407            <!-- 
    1792             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-535407643.map--><map name="h-535407643"> 
     1408            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-535407643.map--><map name="h-535407643"> 
    17931409</map> 
    17941410         </div> 
    … …  
    18251441            <img usemap="#h390067055" src="schemaDiagrams/h390067055.png"/> 
    18261442            <!-- 
    1827             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h390067055.map--><map name="h390067055"> 
     1443            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h390067055.map--><map name="h390067055"> 
    18281444</map> 
    18291445         </div> 
    … …  
    18931509            <img usemap="#h-1711647715" src="schemaDiagrams/h-1711647715.png"/> 
    18941510            <!-- 
    1895             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1711647715.map--><map name="h-1711647715"> 
     1511            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1711647715.map--><map name="h-1711647715"> 
    18961512</map> 
    18971513         </div> 
    … …  
    19541570            <img usemap="#h-590012761" src="schemaDiagrams/h-590012761.png"/> 
    19551571            <!-- 
    1956             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-590012761.map--><map name="h-590012761"> 
     1572            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-590012761.map--><map name="h-590012761"> 
    19571573</map> 
    19581574         </div> 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/