Changeset 106 for Schemas/index.html
- Timestamp:
- 09/29/07 15:48:46 (15 months ago)
- Files:
-
- 1 modified
-
Schemas/index.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Schemas/index.html
r72 r106 8 8 <h1>Open Microscopy Environment Schemas</h1> 9 9 <div class="head"> 10 <p> 4th July2007</p>10 <p>29th September 2007</p> 11 11 </div> 12 12 <div id="toc"> … … 25 25 <div id="history"> 26 26 <h2>History</h2> 27 <p>This document describes the current XML Schemas using the current version scheme. For information on the schemas released before June 2007 is available at <a href="http://www.openmicroscopy.org/XMLschemas/">http://www.openmicroscopy.org/XMLschemas/</a>. This includes the schemas used by the origional OME server. 27 <p>This document describes the current XML Schemas using the current version scheme. 28 </p> 29 <ul> 30 <li>June 2007 - Major release - new namespace /2007-06/</li> 31 <li>September 2007 - Minor release - version number increment</li> 32 </ul> 33 <p>For information on the schemas released before June 2007 is available at <a href="http://www.openmicroscopy.org/XMLschemas/">http://www.openmicroscopy.org/XMLschemas/</a>. This includes the schemas used by the origional OME server. 28 34 </p> 29 35 </div> … … 32 38 <p>This has the schema name, the current version, a link to the XSD file, and a short description</p> 33 39 <ul> 34 <li>AnalysisChain - June 2007 Version 1 [<a href="AnalysisChain/2007-06/AnalysisChain.xsd">AnalysisChain.xsd</a>] The Analysis Chain schema. Analysis chains are how module outputs are connected to inputs of other modules.</li>35 <li>AnalysisModule - June 2007 Version 1[<a href="AnalysisModule/2007-06/AnalysisModule.xsd">AnalysisModule.xsd</a>] The Analysis Module Library schema. Analysis modules are image analysis algorithms or, more generally, how information is generated in OME. Makes use of CLI and MLI schemas.</li>36 <li>BinaryFile - June 2007 Version 1[<a href="BinaryFile/2007-06/BinaryFile.xsd">BinaryFile.xsd</a>] The Binary File schema is used to describes a file location, or the location of a fragment within a file.</li>40 <li>AnalysisChain - June 2007 Version 1 [<a href="AnalysisChain/2007-06/AnalysisChain.xsd">AnalysisChain.xsd</a>] The Analysis Chain schema. Analysis chains are how module outputs are connected to inputs of other modules.</li> 41 <li>AnalysisModule - September 2007 Version 2 [<a href="AnalysisModule/2007-06/AnalysisModule.xsd">AnalysisModule.xsd</a>] The Analysis Module Library schema. Analysis modules are image analysis algorithms or, more generally, how information is generated in OME. Makes use of CLI and MLI schemas.</li> 42 <li>BinaryFile - September 2007 Version 2 [<a href="BinaryFile/2007-06/BinaryFile.xsd">BinaryFile.xsd</a>] The Binary File schema is used to describes a file location, or the location of a fragment within a file.</li> 37 43 <li>CA - June 2007 Version 1 [<a href="CA/2007-06/CA.xsd">CA.xsd</a>] The standard custom attribute schema.</li> 38 <li>CLI - June 2007 Version 1 [<a href="CLI/2007-06/CLI.xsd">CLI.xsd</a>]The Command Line Interface sub-schema.</li>39 <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>40 <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>42 <li>SPW - June 2007 Version 1[<a href="SPW/2007-06/SPW.xsd">SPW.xsd</a>] Short Description</li>43 <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>44 <li>CLI - September 2007 Version 2 [<a href="CLI/2007-06/CLI.xsd">CLI.xsd</a>] The Command Line Interface sub-schema.</li> 45 <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> 46 <li>MLI - September 2007 Version 2 [<a href="MLI/2007-06/MLI.xsd">MLI.xsd</a>] The Matlab Interface sub-schema.</li> 47 <li>OME - September 2007 Version 2 [<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> 48 <li>SPW - September 2007 Version 2 [<a href="SPW/2007-06/SPW.xsd">SPW.xsd</a>] Short Description</li> 49 <li>STD - September 2007 Version 2 [<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> 44 50 </ul> 45 51 </div>
