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

Legend:

Unmodified
Added
Removed
  • Documentation/Generated/OME-2007-07/SPW.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"> 
    … …  
    888504         <tr> 
    889505            <th>Version</th> 
    890             <td>1</td> 
     506            <td>2</td> 
    891507         </tr> 
    892508         <tr> 
    … …  
    941557         <tr> 
    942558            <td> 
     559               <a name="ns_AML">AML</a> 
     560            </td> 
     561            <td>http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06</td> 
     562         </tr> 
     563         <tr> 
     564            <td> 
    943565               <a name="ns_xml">xml</a> 
    944566            </td> 
    945567            <td>http://www.w3.org/XML/1998/namespace</td> 
     568         </tr> 
     569         <tr> 
     570            <td> 
     571               <a name="ns_xsd">xsd</a> 
     572            </td> 
     573            <td>http://www.w3.org/2001/XMLSchema</td> 
    946574         </tr> 
    947575         <tr> 
    … …  
    951579            <td>http://www.openmicroscopy.org/Schemas/OME/2007-06</td> 
    952580         </tr> 
    953          <tr> 
    954             <td> 
    955                <a name="ns_AML">AML</a> 
    956             </td> 
    957             <td>http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06</td> 
    958          </tr> 
    959          <tr> 
    960             <td> 
    961                <a name="ns_xsd">xsd</a> 
    962             </td> 
    963             <td>http://www.w3.org/2001/XMLSchema</td> 
    964          </tr> 
    965581      </table> 
    966582      <div class="schemaComponent box"> 
    … …  
    973589         <div id="schema_scbox" class="contents"> 
    974590            <div style="margin-left: 0em">&lt;<span class="scTag">xsd:schema</span>  
    975                <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/SPW/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>  
     591               <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/SPW/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>  
    976592                  <span class="scTag">namespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/OME/2007-06</span>" <span class="scTag">schemaLocation</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd</span>"/&gt;</div> 
    977593               <div style="margin-left: 1.5em">&lt;<span class="scTag">xsd:import</span>  
    … …  
    1039655            <img usemap="#h1704627332" src="schemaDiagrams/h1704627332.png"/> 
    1040656            <!-- 
    1041             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1704627332.map--><map name="h1704627332"> 
     657            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1704627332.map--><map name="h1704627332"> 
    1042658</map> 
    1043659         </div> 
    … …  
    1080696            <img usemap="#h1180292026" src="schemaDiagrams/h1180292026.png"/> 
    1081697            <!-- 
    1082             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1180292026.map--><map name="h1180292026"> 
     698            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1180292026.map--><map name="h1180292026"> 
    1083699</map> 
    1084700         </div> 
    … …  
    1169785            <img usemap="#h1936933752" src="schemaDiagrams/h1936933752.png"/> 
    1170786            <!-- 
    1171             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1936933752.map--><map name="h1936933752"> 
     787            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1936933752.map--><map name="h1936933752"> 
    1172788               <area shape="rect" alt="h-1587722524" coords="436,265,786,324" 
    1173789                     href="SPW.xsd.html#h-1587722524"/> 
    … …  
    1237853            <img usemap="#h1503541250" src="schemaDiagrams/h1503541250.png"/> 
    1238854            <!-- 
    1239             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1503541250.map--><map name="h1503541250"> 
    1240                <area shape="rect" alt="h-1587722524" coords="249,180,368,222" 
     855            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1503541250.map--><map name="h1503541250"> 
     856               <area shape="rect" alt="h-1587722524" coords="249,0,368,42" 
    1241857                     href="SPW.xsd.html#h-1587722524"/> 
    1242858 
    1243                <area shape="rect" alt="h-574051247" coords="249,232,333,274" 
     859               <area shape="rect" alt="h-574051247" coords="249,52,333,94" 
    1244860                     href="SPW.xsd.html#h-574051247"/> 
    1245861 
    1246                <area shape="rect" alt="h236153484" coords="163,284,257,310" 
     862               <area shape="rect" alt="h236153484" coords="163,104,257,130" 
    1247863                     href="SPW.xsd.html#h236153484"/> 
    1248864 
    … …  
    1358974            <img usemap="#h1007218431" src="schemaDiagrams/h1007218431.png"/> 
    1359975            <!-- 
    1360             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1007218431.map--><map name="h1007218431"> 
     976            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1007218431.map--><map name="h1007218431"> 
    1361977</map> 
    1362978         </div> 
    … …  
    13971013            <img usemap="#h482883125" src="schemaDiagrams/h482883125.png"/> 
    13981014            <!-- 
    1399             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h482883125.map--><map name="h482883125"> 
     1015            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h482883125.map--><map name="h482883125"> 
    14001016</map> 
    14011017         </div> 
    … …  
    14861102            <img usemap="#h1496112668" src="schemaDiagrams/h1496112668.png"/> 
    14871103            <!-- 
    1488             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1496112668.map--><map name="h1496112668"> 
     1104            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1496112668.map--><map name="h1496112668"> 
    14891105</map> 
    14901106         </div> 
    … …  
    15401156            <img usemap="#h1617745958" src="schemaDiagrams/h1617745958.png"/> 
    15411157            <!-- 
    1542             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1617745958.map--><map name="h1617745958"> 
    1543                <area shape="rect" alt="h304491112" coords="177,68,271,94" 
     1158            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1617745958.map--><map name="h1617745958"> 
     1159               <area shape="rect" alt="h304491112" coords="177,0,271,26" 
    15441160                     href="SPW.xsd.html#h304491112"/> 
    15451161 
    … …  
    16341250            <img usemap="#h-1778671141" src="schemaDiagrams/h-1778671141.png"/> 
    16351251            <!-- 
    1636             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1778671141.map--><map name="h-1778671141"> 
     1252            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1778671141.map--><map name="h-1778671141"> 
    16371253</map> 
    16381254         </div> 
    … …  
    16731289            <img usemap="#h1141240721" src="schemaDiagrams/h1141240721.png"/> 
    16741290            <!-- 
    1675             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1141240721.map--><map name="h1141240721"> 
     1291            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1141240721.map--><map name="h1141240721"> 
    16761292</map> 
    16771293         </div> 
    … …  
    17601376            <img usemap="#h-1137559920" src="schemaDiagrams/h-1137559920.png"/> 
    17611377            <!-- 
    1762             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1137559920.map--><map name="h-1137559920"> 
     1378            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1137559920.map--><map name="h-1137559920"> 
    17631379               <area shape="rect" alt="h1538002713" coords="436,371,786,447" 
    17641380                     href="SPW.xsd.html#h1538002713"/> 
    … …  
    18521468            <img usemap="#h-1687825594" src="schemaDiagrams/h-1687825594.png"/> 
    18531469            <!-- 
    1854             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1687825594.map--><map name="h-1687825594"> 
    1855                <area shape="rect" alt="h1538002713" coords="256,212,417,254" 
     1470            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1687825594.map--><map name="h-1687825594"> 
     1471               <area shape="rect" alt="h1538002713" coords="256,0,417,42" 
    18561472                     href="ome.xsd.html#h1538002713"/> 
    18571473 
    1858                <area shape="rect" alt="h846315087" coords="256,264,361,306" 
     1474               <area shape="rect" alt="h846315087" coords="256,52,361,94" 
    18591475                     href="SPW.xsd.html#h846315087"/> 
    18601476 
    1861                <area shape="rect" alt="h-1090119776" coords="256,316,368,358" 
     1477               <area shape="rect" alt="h-1090119776" coords="256,104,368,146" 
    18621478                     href="SPW.xsd.html#h-1090119776"/> 
    18631479 
    1864                <area shape="rect" alt="h1097546974" coords="256,368,431,410" 
     1480               <area shape="rect" alt="h1097546974" coords="256,156,431,198" 
    18651481                     href="SPW.xsd.html#h1097546974"/> 
    18661482 
    1867                <area shape="rect" alt="h739567116" coords="170,420,264,446" 
     1483               <area shape="rect" alt="h739567116" coords="170,208,264,234" 
    18681484                     href="SPW.xsd.html#h739567116"/> 
    18691485 
    … …  
    20001616            <img usemap="#h-507445075" src="schemaDiagrams/h-507445075.png"/> 
    20011617            <!-- 
    2002             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-507445075.map--><map name="h-507445075"> 
     1618            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-507445075.map--><map name="h-507445075"> 
    20031619               <area shape="rect" alt="h-2143375048" coords="436,159,786,218" 
    20041620                     href="SPW.xsd.html#h-2143375048"/> 
    … …  
    20541670            <img usemap="#h1304393271" src="schemaDiagrams/h1304393271.png"/> 
    20551671            <!-- 
    2056             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1304393271.map--><map name="h1304393271"> 
    2057                <area shape="rect" alt="h-2143375048" coords="333,148,480,190" 
     1672            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1304393271.map--><map name="h1304393271"> 
     1673               <area shape="rect" alt="h-2143375048" coords="333,0,480,42" 
    20581674                     href="SPW.xsd.html#h-2143375048"/> 
    20591675 
    2060                <area shape="rect" alt="h131492791" coords="247,200,341,226" 
     1676               <area shape="rect" alt="h131492791" coords="247,52,341,78" 
    20611677                     href="SPW.xsd.html#h131492791"/> 
    20621678 
    … …  
    21581774            <img usemap="#h-1056176921" src="schemaDiagrams/h-1056176921.png"/> 
    21591775            <!-- 
    2160             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1056176921.map--><map name="h-1056176921"> 
     1776            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1056176921.map--><map name="h-1056176921"> 
    21611777</map> 
    21621778         </div> 
    … …  
    21971813            <img usemap="#h-130702223" src="schemaDiagrams/h-130702223.png"/> 
    21981814            <!-- 
    2199             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-130702223.map--><map name="h-130702223"> 
     1815            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-130702223.map--><map name="h-130702223"> 
    22001816</map> 
    22011817         </div> 
    … …  
    22901906            <img usemap="#h963029678" src="schemaDiagrams/h963029678.png"/> 
    22911907            <!-- 
    2292             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h963029678.map--><map name="h963029678"> 
     1908            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h963029678.map--><map name="h963029678"> 
    22931909               <area shape="rect" alt="h1738329435" coords="436,318,786,377" 
    22941910                     href="SPW.xsd.html#h1738329435"/> 
    … …  
    23641980            <img usemap="#h-1960444700" src="schemaDiagrams/h-1960444700.png"/> 
    23651981            <!-- 
    2366             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1960444700.map--><map name="h-1960444700"> 
    2367                <area shape="rect" alt="h1738329435" coords="242,180,368,222" 
     1982            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1960444700.map--><map name="h-1960444700"> 
     1983               <area shape="rect" alt="h1738329435" coords="242,0,368,42" 
    23681984                     href="SPW.xsd.html#h1738329435"/> 
    23691985 
    2370                <area shape="rect" alt="h1114811332" coords="242,232,368,274" 
     1986               <area shape="rect" alt="h1114811332" coords="242,52,368,94" 
    23711987                     href="SPW.xsd.html#h1114811332"/> 
    23721988 
    2373                <area shape="rect" alt="h63329070" coords="156,284,250,310" 
     1989               <area shape="rect" alt="h63329070" coords="156,104,250,130" 
    23741990                     href="SPW.xsd.html#h63329070"/> 
    23751991 
    … …  
    24882104            <img usemap="#h228132836" src="schemaDiagrams/h228132836.png"/> 
    24892105            <!-- 
    2490             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h228132836.map--><map name="h228132836"> 
     2106            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h228132836.map--><map name="h228132836"> 
    24912107               <area shape="rect" alt="h470607675" coords="436,265,786,324" 
    24922108                     href="SPW.xsd.html#h470607675"/> 
    … …  
    25522168            <img usemap="#h-1146922598" src="schemaDiagrams/h-1146922598.png"/> 
    25532169            <!-- 
    2554             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1146922598.map--><map name="h-1146922598"> 
    2555                <area shape="rect" alt="h470607675" coords="284,68,396,110" 
     2170            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1146922598.map--><map name="h-1146922598"> 
     2171               <area shape="rect" alt="h470607675" coords="284,0,396,42" 
    25562172                     href="SPW.xsd.html#h470607675"/> 
    25572173 
    2558                <area shape="rect" alt="h-1961340872" coords="198,120,292,146" 
     2174               <area shape="rect" alt="h-1961340872" coords="198,52,292,78" 
    25592175                     href="SPW.xsd.html#h-1961340872"/> 
    25602176 
    … …  
    26642280            <img usemap="#h-1928477933" src="schemaDiagrams/h-1928477933.png"/> 
    26652281            <!-- 
    2666             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1928477933.map--><map name="h-1928477933"> 
     2282            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1928477933.map--><map name="h-1928477933"> 
    26672283</map> 
    26682284         </div> 
    … …  
    27032319            <img usemap="#h-806842979" src="schemaDiagrams/h-806842979.png"/> 
    27042320            <!-- 
    2705             Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-806842979.map--><map name="h-806842979"> 
     2321            Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-806842979.map--><map name="h-806842979"> 
    27062322</map> 
    27072323         </div> 
    … …  
    27