• Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 72

Show
Ignore:
Timestamp:
07/19/07 15:14:43 (13 months ago)
Author:
andrew
Message:

Fixed case of refrence to ome.xsd file

Files:
3 modified

  • Schemas/OME/2007-06/index.html (modified) (1 diff)
  • Schemas/index.html (modified) (1 diff)
  • Xml/Working/min-sample.xml (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • Schemas/OME/2007-06/index.html

    r57 r72  
    3030<div id="schema"> 
    3131<h2>Schema</h2> 
    32 <p>The schema XSD file is <a href="OME.xsd">OME.xsd</a>.</p> 
     32<p>The schema XSD file is <a href="ome.xsd">ome.xsd</a>.</p> 
    3333</div> 
    3434<hr/> 
  • Schemas/index.html

    r57 r72  
    3939        <li>DataHistory - June 2007 Version 1 [<a href="DataHistory/2007-06/DataHistory.xsd">DataHistory.xsd</a>]The Data History schema. Data history describes the data dependency in OME.</li> 
    4040        <li>MLI - June 2007 Version 1 [<a href="MLI/2007-06/MLI.xsd">MLI.xsd</a>]The Matlab Interface sub-schema.</li> 
    41         <li>OME - June 2007 Version 1 [<a href="OME/2007-06/OME.xsd">OME.xsd</a>]  The main schema which defines the OME ontology for microscopy. This schema makes use of all of the others.</li> 
     41        <li>OME - June 2007 Version 1 [<a href="OME/2007-06/ome.xsd">ome.xsd</a>]  The main schema which defines the OME ontology for microscopy. This schema makes use of all of the others.</li> 
    4242        <li>SPW - June 2007 Version 1 [<a href="SPW/2007-06/SPW.xsd">SPW.xsd</a>] Short Description</li> 
    4343        <li>STD - June 2007 Version 1 [<a href="STD/2007-06/STD.xsd">STD.xsd</a>]The Semantic Type definition schema. Once a Semantic Type is defined, data for the defined type can be imported into the OME server.</li> 
  • Xml/Working/min-sample.xml

    r71 r72  
    33 xmlns:ome="http://www.openmicroscopy.org/XMLschemas/OME/2007-06" 
    44 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    5  xsi:schemaLocation="http://www.openmicroscopy.org/XMLschemas/OME/2007-06/ome.xsd"> 
     5 xsi:schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2007-06 http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd"> 
    66    <ome:Image ID="Image:a" Name="Name92" DefaultPixels="Pixels:b"> 
    77        <ome:CreationDate>2006-05-04T18:13:51.0Z</ome:CreationDate> 

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/