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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 176 for Schemas

Show
Ignore:
Timestamp:
05/21/08 20:46:07 (7 months ago)
Author:
andrew
Message:

Minor Update 2008-02 Version 2 May 2008

Location:
Schemas
Files:
3 modified

  • OME/2008-02/index.html (modified) (2 diffs)
  • OME/2008-02/ome.xsd (modified) (9 diffs)
  • index.html (modified) (3 diffs)

Legend:

Unmodified
Added
Removed
  • Schemas/OME/2008-02/index.html

    r149 r176  
    88<h1>Open Microscopy Environment OME Schema</h1> 
    99<div class="head"> 
    10 <p>13th February 2008</p> 
     10<p>21st May 2008</p> 
    1111</div> 
    1212<div id="toc"> 
    … …  
    2525<div id="status"> 
    2626<h2>Status</h2> 
    27 <p>This schema is <strong>current</strong> and at version <strong>1</strong>.</p> 
     27<p>This schema is <strong>current</strong> and at version <strong>2</strong>.</p> 
    2828<p>A list of the current versions of all the Open Microscopy Environment Group schemas is available at <a href="http://www.openmicroscopy.org/Schemas/">http://www.openmicroscopy.org/Schemas/</a></p> 
    2929</div> 
  • Schemas/OME/2008-02/ome.xsd

    r155 r176  
    2525        xmlns:SPW="http://www.openmicroscopy.org/Schemas/SPW/2008-02"  
    2626        xmlns:xml="http://www.w3.org/XML/1998/namespace" 
    27         version="1"  
     27        version="2"  
    2828        elementFormDefault="qualified"> 
    2929        <xsd:import namespace="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02/AnalysisModule.xsd"/> 
    … …  
    3636                <xsd:documentation> 
    3737                        Open Microscopy Environment 
    38                         OME XML Schema February 2008 - Version 1 
     38                        OME XML Schema February 2008 - Update Version 21 May 2008 
    3939                        Author:  Ilya G. Goldberg, Andrew J Patterson 
    4040                        Copyright 2002 - 2008 OME. All rights reserved. 
    … …  
    9595                                <xsd:element ref="DatasetRef" minOccurs="0" maxOccurs="unbounded"/> 
    9696                                <xsd:element ref="InstrumentRef" minOccurs="0"/> 
    97                                 <xsd:element ref="ObjectiveSettingsRef" minOccurs="0"/> 
     97                                <xsd:element ref="ObjectiveRef" minOccurs="0"/> 
    9898                                <xsd:element ref="ImagingEnvironment" minOccurs="0"/> 
    9999                                <xsd:element ref="Thumbnail" minOccurs="0"/> 
    … …  
    471471                                The PhotometricInterpretation attribute is used to describe how to display a multi-component channel.  This attribute may be set to: 
    472472                                'monochrome', 'RGB', 'ARGB', 'CMYK', 'HSV'.  The default for single-component channels is 'monochrome'. 
    473                                 The Model attribute describes the type of microscopy performed for each channel.  This may be set to: 
     473                                The Mode attribute describes the type of microscopy performed for each channel.  This may be set to: 
    474474                                'Wide-field','Wide-field','Laser Scanning Microscopy','Laser Scanning Confocal','Spinning Disk Confocal','Slit Scan Confocal','Multi-Photon Microscopy', 
    475475                                'Structured Illumination','Single Molecule Imaging','Total Internal Reflection','Fluorescence-Lifetime','Spectral Imaging', 
    … …  
    806806                        <xsd:documentation> 
    807807                                A description of the microscope's objective lens. 
    808                                 Required elements include the lens numerical aperture, and the magnification, both of which a floating point (real) numbers. 
     808                                Required elements include the lens numerical aperture,  
     809                                and the magnification, both of which a floating  
     810                                point (real) numbers. 
     811                                The values are those that are fixed for a particular  
     812                                objective: either because it has been manufactured to  
     813                                this specification or the value has been measured on  
     814                                this particular objective. 
     815                                Correction: This is the type of correction coating applied to this lens. 
     816                                Immersion: This is the types of immersion medium the lens is designed to 
     817                                work with. It is not the same as 'Medium' in ObjectiveRef (a  
     818                                single type) as here Immersion can have compound values like 'Multi'. 
     819                                LensNA: The numerical aperture of the lens (as a float) 
     820                                NominalMagnification: The specified magnification e.g. x10 
     821                                CalibratedMagnification: The measured magnification e.g. x10.3 
     822                                WorkingDistance: WorkingDistance of the lense. The Units are um. 
    809823                        </xsd:documentation> 
    810824                </xsd:annotation> 
    … …  
    827841                </xsd:complexType> 
    828842        </xsd:element> 
    829         <xsd:element name="ObjectiveSettings"> 
    830                 <xsd:annotation> 
    831                         <xsd:documentation> 
    832                                 A description of the user settings on a microscope's objective lens. 
    833                         </xsd:documentation> 
    834                 </xsd:annotation> 
    835                 <xsd:complexType> 
    836                         <xsd:sequence> 
    837                                 <xsd:element ref="ObjectiveRef"/> 
    838                         </xsd:sequence> 
    839                         <xsd:attribute name="CorrectionCollar" type="xsd:float"/> 
    840                         <xsd:attribute name="Medium" type="Medium"/> 
    841                         <xsd:attribute name="RefractiveIndex" type="xsd:float"/> 
    842                 </xsd:complexType> 
    843         </xsd:element> 
    844843        <xsd:simpleType name="Medium"> 
    845844                <xsd:annotation> 
    846845                        <xsd:documentation> 
    847                                 A description of a Medium used either for the sample or the lens. 
     846                                A description of a Medium used for the lens. 
    848847                        </xsd:documentation> 
    849848                </xsd:annotation> 
    … …  
    12621261                </xsd:restriction> 
    12631262        </xsd:simpleType> 
    1264         <xsd:simpleType name="ObjectiveSettingsID"> 
    1265                 <xsd:restriction base="LSID"> 
    1266                         <xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:ObjectiveSettings:\S+)|(ObjectiveSettings:\S+)"/> 
    1267                 </xsd:restriction> 
    1268         </xsd:simpleType> 
    12691263        <xsd:simpleType name="LightSourceID"> 
    12701264                <xsd:restriction base="LSID"> 
    … …  
    18311825        </xsd:element> 
    18321826        <xsd:element name="ObjectiveRef"> 
     1827                <xsd:annotation> 
     1828                        <xsd:documentation>  
     1829                                This holds the setting applied to an objective as well as a 
     1830                                reference to the objective.  
     1831                                The ID is the objective used in this case. 
     1832                                The CorrectionCollar is it normal an adjustable ring on the  
     1833                                objective. Each has an arbitrary scale on it so the values  
     1834                                is unit-less. 
     1835                                The Medium is the actual immersion medium used in this case. 
     1836                                The RefractiveIndex is that of the immersion medium. This is 
     1837                                a ratio so it also unit-less. 
     1838                        </xsd:documentation> 
     1839                </xsd:annotation> 
    18331840                <xsd:complexType> 
    18341841                        <xsd:complexContent> 
    … …  
    18401847                                                <xsd:annotation><xsd:documentation>This is unit-less, it is a ratio.</xsd:documentation></xsd:annotation> 
    18411848                                        </xsd:attribute> 
    1842                                 </xsd:extension> 
    1843                         </xsd:complexContent> 
    1844                 </xsd:complexType> 
    1845         </xsd:element> 
    1846         <xsd:element name="ObjectiveSettingsRef"> 
    1847                 <xsd:complexType> 
    1848                         <xsd:complexContent> 
    1849                                 <xsd:extension base="Reference"> 
    1850                                         <xsd:attribute name="ID" use="required" type="ObjectiveSettingsID"/> 
    18511849                                </xsd:extension> 
    18521850                        </xsd:complexContent> 
  • Schemas/index.html

    r167 r176  
    88<h1>Open Microscopy Environment Schemas</h1> 
    99<div class="head"> 
    10 <p>29th February 2008</p> 
     10<p>21st May 2008</p> 
    1111</div> 
    1212<div id="toc"> 
    … …  
    3333        <li>September 2007 - Minor release - version number increment</li> 
    3434        <li>February 2008 - Major release - new namespace /2008-02/</li> 
     35        <li>May 2008 - Minor release - version number increment</li> 
    3536</ul> 
    3637<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 original OME server. 
    … …  
    4849        <li>DataHistory - February 2008 Version 1 [<a href="DataHistory/2008-02/DataHistory.xsd">DataHistory.xsd</a>] The Data History schema. Data history describes the data dependency in OME.</li> 
    4950        <li>MLI - February 2008 Version 1 [<a href="MLI/2008-02/MLI.xsd">MLI.xsd</a>] The Matlab Interface sub-schema.</li> 
    50         <li>OME - February 2008 Version 1 [<a href="OME/2008-02/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> 
     51        <li>OME - February 2008 Version 2 [<a href="OME/2008-02/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> 
    5152        <li>SPW - February 2008 Version 1 [<a href="SPW/2008-02/SPW.xsd">SPW.xsd</a>] Short Description</li> 
    5253        <li>STD - February 2008 Version 1 [<a href="STD/2008-02/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> 

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/