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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 172 for Xml/Release

Show
Ignore:
Timestamp:
05/14/08 16:07:43 (6 months ago)
Author:
andrew
Message:

Changed to reflect the proposed release for May 2008 (2008-02 Version 2).
This allows people to preview the files.

Location:
Xml/Release
Files:
10 modified

  • AnalysisChain.xsd (modified) (2 diffs)
  • AnalysisModule.xsd (modified) (7 diffs)
  • BinaryFile.xsd (modified) (2 diffs)
  • CA.xsd (modified) (2 diffs)
  • CLI.xsd (modified) (2 diffs)
  • DataHistory.xsd (modified) (2 diffs)
  • MLI.xsd (modified) (2 diffs)
  • SPW.xsd (modified) (3 diffs)
  • STD.xsd (modified) (3 diffs)
  • ome.xsd (modified) (25 diffs)

Legend:

Unmodified
Added
Removed
  • Xml/Release/AnalysisChain.xsd

    r54 r172  
    33        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44        # 
    5         # Copyright (C) 2003-2007 Open Microscopy Environment 
     5        # Copyright (C) 2003-2008 Open Microscopy Environment 
    66        #       Massachusetts Institute of Technology, 
    77        #       National Institutes of Health, 
    … …  
    1717--> 
    1818<schema xmlns = "http://www.w3.org/2001/XMLSchema" 
    19         targetNamespace = "http://www.openmicroscopy.org/Schemas/AnalysisChain/2007-06" 
    20         xmlns:AC = "http://www.openmicroscopy.org/Schemas/AnalysisChain/2007-06" 
     19        targetNamespace = "http://www.openmicroscopy.org/Schemas/AnalysisChain/2008-02" 
     20        xmlns:AC = "http://www.openmicroscopy.org/Schemas/AnalysisChain/2008-02" 
    2121         version = "1" 
    2222         xmlns:xsd = "http://www.w3.org/2001/XMLSchema" 
  • Xml/Release/AnalysisModule.xsd

    r106 r172  
    33        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44        # 
    5         # Copyright (C) 2003-2007 Open Microscopy Environment 
     5        # Copyright (C) 2003-2008 Open Microscopy Environment 
    66        #       Massachusetts Institute of Technology, 
    77        #       National Institutes of Health, 
    … …  
    1717--> 
    1818<schema xmlns = "http://www.w3.org/2001/XMLSchema" 
    19         targetNamespace = "http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06" 
    20         xmlns:AML = "http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06" 
    21         xmlns:CLI = "http://www.openmicroscopy.org/Schemas/CLI/2007-06" 
    22         xmlns:Bin = "http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06" 
    23         xmlns:MLI = "http://www.openmicroscopy.org/Schemas/MLI/2007-06" 
    24         xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2007-06" 
     19        targetNamespace = "http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02" 
     20        xmlns:AML = "http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02" 
     21        xmlns:CLI = "http://www.openmicroscopy.org/Schemas/CLI/2008-02" 
     22        xmlns:Bin = "http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02" 
     23        xmlns:MLI = "http://www.openmicroscopy.org/Schemas/MLI/2008-02" 
     24        xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2008-02" 
    2525        xmlns:xsd = "http://www.w3.org/2001/XMLSchema" 
    2626        xmlns:xml="http://www.w3.org/XML/1998/namespace" 
    27         version = "2" 
    28          elementFormDefault = "qualified"> 
    29         <import namespace = "http://www.openmicroscopy.org/Schemas/CLI/2007-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/CLI/2007-06/CLI.xsd"/> 
    30         <import namespace = "http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06/BinaryFile.xsd"/> 
    31         <import namespace = "http://www.openmicroscopy.org/Schemas/MLI/2007-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/MLI/2007-06/MLI.xsd"/> 
    32         <import namespace = "http://www.openmicroscopy.org/Schemas/OME/2007-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd"/> 
     27        version = "1" 
     28        elementFormDefault = "qualified"> 
     29        <import namespace = "http://www.openmicroscopy.org/Schemas/CLI/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/CLI/2008-02/CLI.xsd"/> 
     30        <import namespace = "http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02/BinaryFile.xsd"/> 
     31        <import namespace = "http://www.openmicroscopy.org/Schemas/MLI/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/MLI/2008-02/MLI.xsd"/> 
     32        <import namespace = "http://www.openmicroscopy.org/Schemas/OME/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2008-02/ome.xsd"/> 
    3333        <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 
    3434        <element name = "Entry"> 
    … …  
    6363                        <sequence> 
    6464                                <element ref = "AML:Entry" maxOccurs = "unbounded"/> 
    65                                 <element ref = "AML:Description" minOccurs = "0"/> 
     65                                <element ref = "OME:Description" minOccurs = "0"/> 
    6666                        </sequence> 
    6767                        <attribute name = "Name" use = "required"> 
    … …  
    8585                        <sequence> 
    8686                                <element ref = "AML:LookupTable" minOccurs = "0"/> 
    87                                 <element ref = "AML:Description" minOccurs = "0"/> 
     87                                <element ref = "OME:Description" minOccurs = "0"/> 
    8888                        </sequence> 
    8989                        <attribute name = "UserDefined" default = "false" type = "boolean"> 
    … …  
    131131                <complexType> 
    132132                        <sequence> 
    133                                 <element ref = "AML:Description" minOccurs = "0"/> 
     133                                <element ref = "OME:Description" minOccurs = "0"/> 
    134134                        </sequence> 
    135135                        <attribute name = "IBelongTo"> 
    … …  
    200200                <complexType> 
    201201                        <sequence> 
    202                                 <element ref = "AML:Description" minOccurs = "0"/> 
     202                                <element ref = "OME:Description" minOccurs = "0"/> 
    203203                                <element ref = "AML:Declaration"/> 
    204204                                <choice minOccurs = "0"> 
    … …  
    419419                </restriction> 
    420420        </simpleType> 
    421         <element name = "Description" type = "string"> 
    422                 <annotation> 
    423                         <documentation> 
    424                                 Just some free-form text to describe Images, Screens and Projects. 
    425                                 The content model is ANY, which means that en entire XML sub-document can be placed here. 
    426                         </documentation> 
    427                 </annotation> 
    428         </element> 
    429421        <element name = "Category"> 
    430422                <complexType> 
    431423                        <sequence> 
    432                                 <element ref = "AML:Description"/> 
     424                                <element ref = "OME:Description"/> 
    433425                        </sequence> 
    434426                        <attribute name = "Path" use = "required"> 
  • Xml/Release/BinaryFile.xsd

    r106 r172  
    33        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44        # 
    5         # Copyright (C) 2003-2007 Open Microscopy Environment 
     5        # Copyright (C) 2003-2008 Open Microscopy Environment 
    66        #       Massachusetts Institute of Technology, 
    77        #       National Institutes of Health, 
    … …  
    1717--> 
    1818<schema xmlns = "http://www.w3.org/2001/XMLSchema" 
    19         targetNamespace = "http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06" 
    20         xmlns:Bin = "http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06" 
     19        targetNamespace = "http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02" 
     20        xmlns:Bin = "http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02" 
    2121        xmlns:xml="http://www.w3.org/XML/1998/namespace" 
    22         version = "2" 
    23          elementFormDefault = "qualified"> 
     22        version = "1" 
     23        elementFormDefault = "qualified"> 
    2424        <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 
    2525        <annotation> 
  • Xml/Release/CA.xsd

    r54 r172  
    33        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44        # 
    5         # Copyright (C) 2003-2007 Open Microscopy Environment 
     5        # Copyright (C) 2003-2008 Open Microscopy Environment 
    66        #       Massachusetts Institute of Technology, 
    77        #       National Institutes of Health, 
    … …  
    1616        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    1717--> 
    18 <xsd:schema xmlns = "http://www.openmicroscopy.org/Schemas/CA/2007-06" 
    19         targetNamespace = "http://www.openmicroscopy.org/Schemas/CA/2007-06" 
    20         xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2007-06" 
     18<xsd:schema xmlns = "http://www.openmicroscopy.org/Schemas/CA/2008-02" 
     19        targetNamespace = "http://www.openmicroscopy.org/Schemas/CA/2008-02" 
     20        xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2008-02" 
    2121         xmlns:xsd = "http://www.w3.org/2001/XMLSchema" 
    2222         version = "1" 
    2323         elementFormDefault = "qualified"> 
    24         <xsd:import namespace = "http://www.openmicroscopy.org/Schemas/OME/2007-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd"/> 
     24        <xsd:import namespace = "http://www.openmicroscopy.org/Schemas/OME/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2008-02/ome.xsd"/> 
    2525        <xsd:element name = "OME"> 
    2626                <xsd:complexType> 
  • Xml/Release/CLI.xsd

    r106 r172  
    33        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44        # 
    5         # Copyright (C) 2003-2007 Open Microscopy Environment 
     5        # Copyright (C) 2003-2008 Open Microscopy Environment 
    66        #       Massachusetts Institute of Technology, 
    77        #       National Institutes of Health, 
    … …  
    1717--> 
    1818<schema xmlns = "http://www.w3.org/2001/XMLSchema" 
    19         targetNamespace = "http://www.openmicroscopy.org/Schemas/CLI/2007-06" 
    20         xmlns:CLI = "http://www.openmicroscopy.org/Schemas/CLI/2007-06" 
     19        targetNamespace = "http://www.openmicroscopy.org/Schemas/CLI/2008-02" 
     20        xmlns:CLI = "http://www.openmicroscopy.org/Schemas/CLI/2008-02" 
    2121        xmlns:xml="http://www.w3.org/XML/1998/namespace" 
    22         version = "2" 
    23          elementFormDefault = "qualified"> 
     22        version = "1" 
     23        elementFormDefault = "qualified"> 
    2424        <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 
    2525        <annotation> 
  • Xml/Release/DataHistory.xsd

    r54 r172  
    33        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44        # 
    5         # Copyright (C) 2003-2007 Open Microscopy Environment 
     5        # Copyright (C) 2003-2008 Open Microscopy Environment 
    66        #       Massachusetts Institute of Technology, 
    77        #       National Institutes of Health, 
    … …  
    1717--> 
    1818<schema xmlns = "http://www.w3.org/2001/XMLSchema" 
    19         targetNamespace = "http://openmicroscopy.com/Schemas/DataHistory/2007-06" 
    20          xmlns:DH = "http://openmicroscopy.com/Schemas/DataHistory/2007-06" 
     19        targetNamespace = "http://openmicroscopy.com/Schemas/DataHistory/2008-02" 
     20         xmlns:DH = "http://openmicroscopy.com/Schemas/DataHistory/2008-02" 
    2121         xmlns:xsd = "http://www.w3.org/2001/XMLSchema" 
    22          xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2007-06" 
     22         xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2008-02" 
     23         version="1" 
    2324         elementFormDefault = "qualified"> 
    24         <import namespace = "http://www.openmicroscopy.org/Schemas/OME/2007-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd"/> 
     25        <import namespace = "http://www.openmicroscopy.org/Schemas/OME/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2008-02/ome.xsd"/> 
    2526        <element name = "Input"> 
    2627                <annotation> 
  • Xml/Release/MLI.xsd

    r106 r172  
    33        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44        # 
    5         # Copyright (C) 2003-2007 Open Microscopy Environment 
     5        # Copyright (C) 2003-2008 Open Microscopy Environment 
    66        #       Massachusetts Institute of Technology, 
    77        #       National Institutes of Health, 
    … …  
    1717--> 
    1818<schema xmlns = "http://www.w3.org/2001/XMLSchema" 
    19         targetNamespace = "http://www.openmicroscopy.org/Schemas/MLI/2007-06" 
    20         xmlns:MLI = "http://www.openmicroscopy.org/Schemas/MLI/2007-06" 
     19        targetNamespace = "http://www.openmicroscopy.org/Schemas/MLI/2008-02" 
     20        xmlns:MLI = "http://www.openmicroscopy.org/Schemas/MLI/2008-02" 
    2121        xmlns:xml="http://www.w3.org/XML/1998/namespace" 
    22         version="2" 
    23          elementFormDefault = "qualified"> 
     22        version="1" 
     23        elementFormDefault = "qualified"> 
    2424        <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 
    2525         
  • Xml/Release/SPW.xsd

    r106 r172  
    33    #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44    # 
    5     # Copyright (C) 2003-2007 Open Microscopy Environment 
     5    # Copyright (C) 2003-2008 Open Microscopy Environment 
    66    #       Massachusetts Institute of Technology, 
    77    #       National Institutes of Health, 
    … …  
    1616    #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    1717--> 
    18 <xsd:schema xmlns="http://www.openmicroscopy.org/Schemas/SPW/2007-06"  
    19     targetNamespace="http://www.openmicroscopy.org/Schemas/SPW/2007-06"  
    20     xmlns:OME="http://www.openmicroscopy.org/Schemas/OME/2007-06"  
    21     xmlns:AML="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06"  
     18<xsd:schema xmlns="http://www.openmicroscopy.org/Schemas/SPW/2008-02"  
     19    targetNamespace="http://www.openmicroscopy.org/Schemas/SPW/2008-02"  
     20    xmlns:OME="http://www.openmicroscopy.org/Schemas/OME/2008-02"  
    2221    xmlns:xsd="http://www.w3.org/2001/XMLSchema"  
    23     version="2"  
     22    version="1"  
    2423    elementFormDefault="qualified"> 
    25     <xsd:import namespace="http://www.openmicroscopy.org/Schemas/OME/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd"/> 
    26     <xsd:import namespace="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06/AnalysisModule.xsd"/> 
     24    <xsd:import namespace="http://www.openmicroscopy.org/Schemas/OME/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2008-02/ome.xsd"/> 
    2725 
    2826    <xsd:annotation> 
    … …  
    389387            <xsd:documentation> 
    390388                The ImageRef element is a reference to a OME:Image element. 
     389                Note: at present this is only used from SPW. If it is used more  
     390                widely in the future it will be moved into the main OME schema. 
    391391            </xsd:documentation> 
    392392        </xsd:annotation> 
  • Xml/Release/STD.xsd

    r106 r172  
    33        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44        # 
    5         # Copyright (C) 2003-2007 Open Microscopy Environment 
     5        # Copyright (C) 2003-2008 Open Microscopy Environment 
    66        #       Massachusetts Institute of Technology, 
    77        #       National Institutes of Health, 
    … …  
    1717--> 
    1818<schema xmlns = "http://www.w3.org/2001/XMLSchema" 
    19         targetNamespace = "http://www.openmicroscopy.org/Schemas/STD/2007-06" 
    20         xmlns:STD = "http://www.openmicroscopy.org/Schemas/STD/2007-06" 
     19        targetNamespace = "http://www.openmicroscopy.org/Schemas/STD/2008-02" 
     20        xmlns:STD = "http://www.openmicroscopy.org/Schemas/STD/2008-02" 
    2121        xmlns:xml="http://www.w3.org/XML/1998/namespace" 
    22          version = "2" 
    23          elementFormDefault = "qualified"> 
     22        version = "1" 
     23        elementFormDefault = "qualified"> 
    2424        <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 
    2525        <element name = "Element"> 
    … …  
    8787                        <attribute name = "AppliesTo" use = "required"> 
    8888                                <annotation> 
    89                                         <documentation>This specifies what this record is an attribute of. The options are Global, Dataset, Image, or Region. 
     89                                        <documentation>This specifies what this record is an attribute of. The options are Global, Dataset, Image, or Region (was called Feature hence letter F). 
    9090                                        </documentation> 
    9191                                </annotation> 
  • Xml/Release/ome.xsd

    r106 r172  
    33        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44        # 
    5         # Copyright (C) 2002-2007 Open Microscopy Environment 
     5        # Copyright (C) 2002-2008 Open Microscopy Environment 
    66        #       Massachusetts Institute of Technology, 
    77        #       National Institutes of Health, 
    … …  
    1616        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    1717--> 
    18 <xsd:schema xmlns="http://www.openmicroscopy.org/Schemas/OME/2007-06"  
    19         targetNamespace="http://www.openmicroscopy.org/Schemas/OME/2007-06"  
     18<xsd:schema xmlns="http://www.openmicroscopy.org/Schemas/OME/2008-02"  
     19        targetNamespace="http://www.openmicroscopy.org/Schemas/OME/2008-02"  
    2020        xmlns:xsd="http://www.w3.org/2001/XMLSchema"  
    21         xmlns:AML="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06"  
    22         xmlns:STD="http://www.openmicroscopy.org/Schemas/STD/2007-06"  
    23         xmlns:Bin="http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06"  
    24         xmlns:CA="http://www.openmicroscopy.org/Schemas/CA/2007-06"  
    25         xmlns:SPW="http://www.openmicroscopy.org/Schemas/SPW/2007-06"  
     21        xmlns:AML="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02"  
     22        xmlns:STD="http://www.openmicroscopy.org/Schemas/STD/2008-02"  
     23        xmlns:Bin="http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02"  
     24        xmlns:CA="http://www.openmicroscopy.org/Schemas/CA/2008-02"  
     25        xmlns:SPW="http://www.openmicroscopy.org/Schemas/SPW/2008-02"  
     26        xmlns:xml="http://www.w3.org/XML/1998/namespace" 
    2627        version="2"  
    2728        elementFormDefault="qualified"> 
    28         <xsd:import namespace="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06/AnalysisModule.xsd"/> 
    29         <xsd:import namespace="http://www.openmicroscopy.org/Schemas/STD/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/STD/2007-06/STD.xsd"/> 
    30         <xsd:import namespace="http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06/BinaryFile.xsd"/> 
    31         <xsd:import namespace="http://www.openmicroscopy.org/Schemas/CA/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/CA/2007-06/CA.xsd"/> 
    32         <xsd:import namespace="http://www.openmicroscopy.org/Schemas/SPW/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/SPW/2007-06/SPW.xsd"/> 
     29        <xsd:import namespace="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02/AnalysisModule.xsd"/> 
     30        <xsd:import namespace="http://www.openmicroscopy.org/Schemas/STD/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/STD/2008-02/STD.xsd"/> 
     31        <xsd:import namespace="http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02/BinaryFile.xsd"/> 
     32        <xsd:import namespace="http://www.openmicroscopy.org/Schemas/CA/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/CA/2008-02/CA.xsd"/> 
     33        <xsd:import namespace="http://www.openmicroscopy.org/Schemas/SPW/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/SPW/2008-02/SPW.xsd"/> 
     34        <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 
    3335        <xsd:annotation> 
    3436                <xsd:documentation> 
    3537                        Open Microscopy Environment 
    36                         OME XML Schema June 2007 - Update Version 2 September 2007 
     38                        OME XML Schema February 2008 - Update Version 2 May 2008 
    3739                        Author:  Ilya G. Goldberg, Andrew J Patterson 
    38                         Copyright 2002 - 2007 OME. All rights reserved. 
     40                        Copyright 2002 - 2008 OME. All rights reserved. 
    3941                </xsd:documentation> 
    4042        </xsd:annotation> 
    … …  
    6365                                <xsd:element ref="CA:CustomAttributes" minOccurs="0"/> 
    6466                        </xsd:sequence> 
     67                                <xsd:attribute name="UUID" type="UniversallyUniqueIdentifier"/> 
    6568                </xsd:complexType> 
    6669        </xsd:element> 
    … …  
    9295                                <xsd:element ref="DatasetRef" minOccurs="0" maxOccurs="unbounded"/> 
    9396                                <xsd:element ref="InstrumentRef" minOccurs="0"/> 
    94                                 <xsd:element ref="ObjectiveSettingsRef" minOccurs="0"/> 
     97                                <xsd:element ref="ObjectiveRef" minOccurs="0"/> 
    9598                                <xsd:element ref="ImagingEnvironment" minOccurs="0"/> 
    9699                                <xsd:element ref="Thumbnail" minOccurs="0"/> 
    … …  
    99102                                <xsd:element ref="StageLabel" minOccurs="0"/> 
    100103                                <xsd:element ref="Pixels" maxOccurs="unbounded"/> 
    101                                 <xsd:element ref="AcquiredPixelsRef" minOccurs="0" maxOccurs="1"/> 
    102104                                <xsd:element ref="Region" minOccurs="0" maxOccurs="unbounded"/> 
    103105                                <xsd:element ref="CA:CustomAttributes" minOccurs="0"/> 
    … …  
    109111                        <xsd:attribute name="DefaultPixels" use="required" type="PixelsID"> 
    110112                                <xsd:annotation> 
    111                                         <xsd:documentation>More than one Pixels attribute may be associated with an Image. An Image will however have one "primary" set of Pixels. If a PixelsID is specified with this attribute, then that will be the "primary" pixels for this image. If this attribute 
    112 is not specified, then the FIRST &lt;Pixels> element under &lt;Image> will be assumed to be the "primary" set. 
     113                                        <xsd:documentation> 
     114                                                More than one Pixels element may be associated with an Image.  
     115                                                An Image will however have one "primary" set of Pixels specified with this attribute. 
     116                                        </xsd:documentation> 
     117                                </xsd:annotation> 
     118                        </xsd:attribute> 
     119                        <xsd:attribute name="AcquiredPixels" type="PixelsID"> 
     120                                <xsd:annotation> 
     121                                        <xsd:documentation> 
     122                                                Optional.  
     123                                                More than one Pixels element may be associated with an Image.  
     124                                                This attribute indicates the original acquired pixels. 
    113125                                        </xsd:documentation> 
    114126                                </xsd:annotation> 
    … …  
    155167                                </xsd:simpleType> 
    156168                        </xsd:attribute> 
    157                         <xsd:attribute name="PixelType" use="required"> 
    158                                 <xsd:simpleType> 
    159                                         <xsd:restriction base="PixelTypes"> 
    160                                                 <xsd:enumeration value = "int8"/> 
    161                                                 <xsd:enumeration value = "int16"/> 
    162                                                 <xsd:enumeration value = "int32"/> 
    163                                                 <xsd:enumeration value = "uint8"/> 
    164                                                 <xsd:enumeration value = "uint16"/> 
    165                                                 <xsd:enumeration value = "uint32"/> 
    166                                                 <xsd:enumeration value = "float"/> 
    167                                         </xsd:restriction> 
    168                                 </xsd:simpleType> 
    169                         </xsd:attribute> 
     169                        <xsd:attribute name="PixelType" use="required" type="PixelTypes"/> 
    170170                        <xsd:attribute name="BigEndian" use="required" type="xsd:boolean"> 
    171171                                <xsd:annotation> 
    … …  
    218218                </xsd:complexType> 
    219219        </xsd:element> 
    220          
    221         <xsd:element name="AcquiredPixelsRef"> 
    222                 <xsd:complexType> 
    223                         <xsd:complexContent> 
    224                                 <xsd:extension base="Reference"> 
    225                                         <xsd:attribute name="ID" use="required" type="PixelsID"/> 
    226                                 </xsd:extension> 
    227                         </xsd:complexContent> 
    228                 </xsd:complexType> 
    229         </xsd:element> 
    230                                  
    231220        <xsd:element name="TiffData"> 
    232221                <xsd:annotation> 
    233222                        <xsd:documentation> 
    234                         </xsd:documentation> 
    235                 </xsd:annotation> 
    236                 <xsd:complexType> 
     223                                This described the location of the pixel data in a tiff file. 
     224                        </xsd:documentation> 
     225                </xsd:annotation> 
     226                <xsd:complexType> 
     227                        <xsd:sequence> 
     228                                <xsd:element name="UUID" minOccurs="0"> 
     229                                        <xsd:annotation> 
     230                                                <xsd:documentation> 
     231                                                        This must be used when the IFDs are located in another file. 
     232                                                        Note: It is permissible for this to be self referential. 
     233                                                </xsd:documentation> 
     234                                        </xsd:annotation> 
     235                                        <xsd:complexType> 
     236                                                <xsd:simpleContent> 
     237                                                        <xsd:extension base = "UniversallyUniqueIdentifier"> 
     238                                                                <xsd:attribute name="FileName" type="xsd:string"> 
     239                                                                        <xsd:annotation> 
     240                                                                                <xsd:documentation> 
     241                                                                                        This can be used when the IFDs are located in another file. 
     242                                                                                        The / (forward slash) is used as the path separator. 
     243                                                                                        A relative path is recommended. However an absolute path can be specified. 
     244                                                                                        Default is to use the file the ome-xml data has been pulled from. 
     245                                                                                        Note: It is permissible for this to be self referential. The file image1.tiff 
     246                                                                                        may contain ome-xml data that has FilePath="image1.tiff" or "./image1.tiff" 
     247                                                                                </xsd:documentation> 
     248                                                                        </xsd:annotation> 
     249                                                                </xsd:attribute> 
     250                                                        </xsd:extension> 
     251                                                </xsd:simpleContent> 
     252                                        </xsd:complexType> 
     253                                </xsd:element> 
     254                        </xsd:sequence> 
    237255                        <xsd:attribute name="IFD" type="xsd:integer" default="0"> 
    238256                                <xsd:annotation> 
    … …  
    288306                                <xsd:element name="PlaneTiming" type="PlaneTiming" minOccurs="0" maxOccurs="1"/> 
    289307                                <xsd:element name="StagePosition" type="StagePosition" minOccurs="0" maxOccurs="1"/>