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

Legend:

Unmodified
Added
Removed
  • Documentation/Generated/OME-2007-07/CA.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"> 
    … …  
    894510         <tr> 
    895511            <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> 
    896518               <a name="ns_OME">OME</a> 
    897519            </td> 
    898520            <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> 
    905521         </tr> 
    906522      </table> 
    … …  
    978594            <img usemap="#h-476146662" src="schemaDiagrams/h-476146662.png"/> 
    979595            <!-- 
    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"> 
    981597</map> 
    982598         </div> 
    … …  
    1015631            <img usemap="#h-621747164" src="schemaDiagrams/h-621747164.png"/> 
    1016632            <!-- 
    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"> 
    1018634</map> 
    1019635         </div> 
    … …  
    1087703            <img usemap="#h1990894168" src="schemaDiagrams/h1990894168.png"/> 
    1088704            <!-- 
    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" 
    1091716                     href="CA.xsd.html#h767660029"/> 
    1092717 
    1093                <area shape="rect" alt="h-612624725" coords="430,387,774,446" 
     718               <area shape="rect" alt="h-612624725" coords="436,452,780,511" 
    1094719                     href="CA.xsd.html#h-612624725"/> 
    1095720 
    … …  
    1164789            <img usemap="#h1440628494" src="schemaDiagrams/h1440628494.png"/> 
    1165790            <!-- 
    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"> 
    1167792               <area shape="rect" alt="h767660029" coords="263,0,389,42" 
    1168793                     href="CA.xsd.html#h767660029"/> 
    … …  
    1296921            <img usemap="#h-633750419" src="schemaDiagrams/h-633750419.png"/> 
    1297922            <!-- 
    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"> 
    1299924</map> 
    1300925         </div> 
    … …  
    1337962            <img usemap="#h291724279" src="schemaDiagrams/h291724279.png"/> 
    1338963            <!-- 
    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"> 
    1340965               <area shape="rect" alt="h981330094" coords="198,0,292,26" 
    1341966                     href="ome.xsd.html#h981330094"/> 
    … …  
    14181043            <img usemap="#h1034275131" src="schemaDiagrams/h1034275131.png"/> 
    14191044            <!-- 
    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" 
    14221062                     href="CA.xsd.html#h621983294"/> 
    14231063 
    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" 
    14251092                     href="CA.xsd.html#h-2050728521"/> 
    14261093 
    1427                <area shape="rect" alt="h-612624725" coords="430,509,774,568" 
     1094               <area shape="rect" alt="h-612624725" coords="436,1281,780,1340" 
    14281095                     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"/> 
    14291102 
    14301103            </map> 
    … …  
    15071180            <img usemap="#h-1889199247" src="schemaDiagrams/h-1889199247.png"/> 
    15081181            <!-- 
    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"> 
    15101183               <area shape="rect" alt="h621983294" coords="249,0,375,42" 
    15111184                     href="CA.xsd.html#h621983294"/> 
    … …  
    16501323            <img usemap="#h-1265282841" src="schemaDiagrams/h-1265282841.png"/> 
    16511324            <!-- 
    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="430,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" 
    16541327                     href="CA.xsd.html#h-543494986"/> 
    16551328 
    1656                <area shape="rect" alt="h1209030165" coords="430,53,774,96" 
     1329               <area shape="rect" alt="h1209030165" coords="436,69,786,128" 
    16571330                     href="CA.xsd.html#h1209030165"/> 
    16581331 
    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" 
    16601351                     href="CA.xsd.html#h-628421064"/> 
    16611352 
    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" 
    16631360                     href="CA.xsd.html#h-612624725"/> 
    16641361 
    … …  
    17051402            <img usemap="#h-883967843" src="schemaDiagrams/h-883967843.png"/> 
    17061403            <!-- 
    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"> 
    17081405               <area shape="rect" alt="h-543494986" coords="235,0,340,26" 
    17091406                     href="CA.xsd.html#h-543494986"/> 
    … …  
    18031500            <img usemap="#h-2034212935" src="schemaDiagrams/h-2034212935.png"/> 
    18041501            <!-- 
    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> 
    18071513         </div> 
    18081514         <script type="text/javascript"> 
    … …  
    18661572            <img usemap="#h1710488687" src="schemaDiagrams/h1710488687.png"/> 
    18671573            <!-- 
    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"> 
    18691575               <area shape="rect" alt="h431840015" coords="177,0,271,26" 
    18701576                     href="ome.xsd.html#h431840015"/> 
    … …  
    19791685            <img usemap="#h-1407518868" src="schemaDiagrams/h-1407518868.png"/> 
    19801686            <!-- 
    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"> 
    19821688</map> 
    19831689         </div> 
    … …  
    20201726            <img usemap="#h-482044170" src="schemaDiagrams/h-482044170.png"/> 
    20211727            <!-- 
    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"> 
    20231729               <area shape="rect" alt="h431840015" coords="198,0,292,26" 
    20241730                     href="ome.xsd.html#h431840015"/> 
    … …  
    21031809            <img usemap="#h701933478" src="schemaDiagrams/h701933478.png"/> 
    21041810            <!-- 
    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="430,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" 
    21071813                     href="CA.xsd.html#h-2050728521"/> 
    21081814 
    2109                <area shape="rect" alt="h-612624725" coords="430,228,774,287" 
     1815               <area shape="rect" alt="h-612624725" coords="436,228,780,287" 
    21101816                     href="CA.xsd.html#h-612624725"/> 
    21111817 
    … …  
    21621868            <img usemap="#h268540976" src="schemaDiagrams/h268540976.png"/> 
    21631869            <!-- 
    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"> 
    21651871               <area shape="rect" alt="h-612624725" coords="256,52,424,94" 
    21661872                     href="CA.xsd.html#h-612624725"/> 

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/