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

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 73

Show
Ignore:
Timestamp:
07/20/07 15:34:58 (13 months ago)
Author:
andrew
Message:

Fixed case in pixel and pixel type

Files:
3 modified

  • Schemas/OME/2007-06/ome.xsd (modified) (4 diffs)
  • Xml/Release/ome.xsd (modified) (4 diffs)
  • Xml/Working/ome.xsd (modified) (4 diffs)

Legend:

Unmodified
Added
Removed
  • Schemas/OME/2007-06/ome.xsd

    r68 r73  
    11<?xml version = "1.0" encoding = "UTF-8"?> 
    2 <!--Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema--> 
     2<!-- 
     3        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     4        # 
     5        # Copyright (C) 2002-2007 Open Microscopy Environment 
     6        #       Massachusetts Institute of Technology, 
     7        #       National Institutes of Health, 
     8        #       University of Dundee, 
     9        #       University of Wisconsin at Madison 
     10        # 
     11        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     12--> 
     13<!-- 
     14        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     15        # Written by: Ilya G. Goldberg, Andrew J Patterson 
     16        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     17--> 
    318<xsd:schema xmlns="http://www.openmicroscopy.org/Schemas/OME/2007-06"  
    419        targetNamespace="http://www.openmicroscopy.org/Schemas/OME/2007-06"  
    … …  
    2439                </xsd:documentation> 
    2540        </xsd:annotation> 
    26         <!-- 
    27 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    28 # 
    29 # Copyright (C) 2002-2007 Open Microscopy Environment 
    30 #       Massachusetts Institute of Technology, 
    31 #       National Institutes of Health, 
    32 #       University of Dundee, 
    33 #       University of Wisconsin at Madison 
    34 # 
    35 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    36 --> 
    37         <!-- 
    38 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    39 # Written by: Ilya G. Goldberg, Andrew J Patterson 
    40 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    41 --> 
    4241        <xsd:element name="OME"> 
    4342                <xsd:annotation> 
    … …  
    162161                                                <xsd:enumeration value = "int16"/> 
    163162                                                <xsd:enumeration value = "int32"/> 
    164                                                 <xsd:enumeration value = "Uint8"/> 
    165                                                 <xsd:enumeration value = "Uint16"/> 
    166                                                 <xsd:enumeration value = "Uint32"/> 
     163                                                <xsd:enumeration value = "uint8"/> 
     164                                                <xsd:enumeration value = "uint16"/> 
     165                                                <xsd:enumeration value = "uint32"/> 
    167166                                                <xsd:enumeration value = "float"/> 
    168167                                        </xsd:restriction> 
    … …  
    12231222        <xsd:simpleType name="PixelTypes"> 
    12241223                <xsd:restriction base="xsd:string"> 
    1225                         <xsd:enumeration value = "bit"/> 
    1226                         <xsd:enumeration value = "int8"/> 
    1227                         <xsd:enumeration value = "int16"/> 
    1228                         <xsd:enumeration value = "int32"/> 
    1229                         <xsd:enumeration value="Uint8"/> 
    1230                         <xsd:enumeration value="Uint16"/> 
    1231                         <xsd:enumeration value="Uint32"/> 
    1232                         <xsd:enumeration value = "float"/> 
    1233                         <xsd:enumeration value = "double"/> 
    1234                         <xsd:enumeration value = "complex"/> 
    1235                         <xsd:enumeration value = "double-complex"/> 
     1224                        <xsd:enumeration value="bit"/> 
     1225                        <xsd:enumeration value="int8"/> 
     1226                        <xsd:enumeration value="int16"/> 
     1227                        <xsd:enumeration value="int32"/> 
     1228                        <xsd:enumeration value="uint8"/> 
     1229                        <xsd:enumeration value="uint16"/> 
     1230                        <xsd:enumeration value="uint32"/> 
     1231                        <xsd:enumeration value ="float"/> 
     1232                        <xsd:enumeration value ="double"/> 
     1233                        <xsd:enumeration value ="complex"/> 
     1234                        <xsd:enumeration value ="double-complex"/> 
    12361235                </xsd:restriction> 
    12371236        </xsd:simpleType> 
  • Xml/Release/ome.xsd

    r68 r73  
    11<?xml version = "1.0" encoding = "UTF-8"?> 
    2 <!--Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema--> 
     2<!-- 
     3        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     4        # 
     5        # Copyright (C) 2002-2007 Open Microscopy Environment 
     6        #       Massachusetts Institute of Technology, 
     7        #       National Institutes of Health, 
     8        #       University of Dundee, 
     9        #       University of Wisconsin at Madison 
     10        # 
     11        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     12--> 
     13<!-- 
     14        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     15        # Written by: Ilya G. Goldberg, Andrew J Patterson 
     16        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     17--> 
    318<xsd:schema xmlns="http://www.openmicroscopy.org/Schemas/OME/2007-06"  
    419        targetNamespace="http://www.openmicroscopy.org/Schemas/OME/2007-06"  
    … …  
    2439                </xsd:documentation> 
    2540        </xsd:annotation> 
    26         <!-- 
    27 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    28 # 
    29 # Copyright (C) 2002-2007 Open Microscopy Environment 
    30 #       Massachusetts Institute of Technology, 
    31 #       National Institutes of Health, 
    32 #       University of Dundee, 
    33 #       University of Wisconsin at Madison 
    34 # 
    35 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    36 --> 
    37         <!-- 
    38 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    39 # Written by: Ilya G. Goldberg, Andrew J Patterson 
    40 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    41 --> 
    4241        <xsd:element name="OME"> 
    4342                <xsd:annotation> 
    … …  
    162161                                                <xsd:enumeration value = "int16"/> 
    163162                                                <xsd:enumeration value = "int32"/> 
    164                                                 <xsd:enumeration value = "Uint8"/> 
    165                                                 <xsd:enumeration value = "Uint16"/> 
    166                                                 <xsd:enumeration value = "Uint32"/> 
     163                                                <xsd:enumeration value = "uint8"/> 
     164                                                <xsd:enumeration value = "uint16"/> 
     165                                                <xsd:enumeration value = "uint32"/> 
    167166                                                <xsd:enumeration value = "float"/> 
    168167                                        </xsd:restriction> 
    … …  
    12231222        <xsd:simpleType name="PixelTypes"> 
    12241223                <xsd:restriction base="xsd:string"> 
    1225                         <xsd:enumeration value = "bit"/> 
    1226                         <xsd:enumeration value = "int8"/> 
    1227                         <xsd:enumeration value = "int16"/> 
    1228                         <xsd:enumeration value = "int32"/> 
    1229                         <xsd:enumeration value="Uint8"/> 
    1230                         <xsd:enumeration value="Uint16"/> 
    1231                         <xsd:enumeration value="Uint32"/> 
    1232                         <xsd:enumeration value = "float"/> 
    1233                         <xsd:enumeration value = "double"/> 
    1234                         <xsd:enumeration value = "complex"/> 
    1235                         <xsd:enumeration value = "double-complex"/> 
     1224                        <xsd:enumeration value="bit"/> 
     1225                        <xsd:enumeration value="int8"/> 
     1226                        <xsd:enumeration value="int16"/> 
     1227                        <xsd:enumeration value="int32"/> 
     1228                        <xsd:enumeration value="uint8"/> 
     1229                        <xsd:enumeration value="uint16"/> 
     1230                        <xsd:enumeration value="uint32"/> 
     1231                        <xsd:enumeration value ="float"/> 
     1232                        <xsd:enumeration value ="double"/> 
     1233                        <xsd:enumeration value ="complex"/> 
     1234                        <xsd:enumeration value ="double-complex"/> 
    12361235                </xsd:restriction> 
    12371236        </xsd:simpleType> 
  • Xml/Working/ome.xsd

    r68 r73  
    11<?xml version = "1.0" encoding = "UTF-8"?> 
    2 <!--Generated by Turbo XML 2.3.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema--> 
     2<!-- 
     3        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     4        # 
     5        # Copyright (C) 2002-2007 Open Microscopy Environment 
     6        #       Massachusetts Institute of Technology, 
     7        #       National Institutes of Health, 
     8        #       University of Dundee, 
     9        #       University of Wisconsin at Madison 
     10        # 
     11        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     12--> 
     13<!-- 
     14        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     15        # Written by: Ilya G. Goldberg, Andrew J Patterson 
     16        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     17--> 
    318<xsd:schema xmlns="http://www.openmicroscopy.org/Schemas/OME/2007-06"  
    419        targetNamespace="http://www.openmicroscopy.org/Schemas/OME/2007-06"  
    … …  
    2439                </xsd:documentation> 
    2540        </xsd:annotation> 
    26         <!-- 
    27 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    28 # 
    29 # Copyright (C) 2002-2007 Open Microscopy Environment 
    30 #       Massachusetts Institute of Technology, 
    31 #       National Institutes of Health, 
    32 #       University of Dundee, 
    33 #       University of Wisconsin at Madison 
    34 # 
    35 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    36 --> 
    37         <!-- 
    38 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    39 # Written by: Ilya G. Goldberg, Andrew J Patterson 
    40 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    41 --> 
    4241        <xsd:element name="OME"> 
    4342                <xsd:annotation> 
    … …  
    162161                                                <xsd:enumeration value = "int16"/> 
    163162                                                <xsd:enumeration value = "int32"/> 
    164                                                 <xsd:enumeration value = "Uint8"/> 
    165                                                 <xsd:enumeration value = "Uint16"/> 
    166                                                 <xsd:enumeration value = "Uint32"/> 
     163                                                <xsd:enumeration value = "uint8"/> 
     164                                                <xsd:enumeration value = "uint16"/> 
     165                                                <xsd:enumeration value = "uint32"/> 
    167166                                                <xsd:enumeration value = "float"/> 
    168167                                        </xsd:restriction> 
    … …  
    12231222        <xsd:simpleType name="PixelTypes"> 
    12241223                <xsd:restriction base="xsd:string"> 
    1225                         <xsd:enumeration value = "bit"/> 
    1226                         <xsd:enumeration value = "int8"/> 
    1227                         <xsd:enumeration value = "int16"/> 
    1228                         <xsd:enumeration value = "int32"/> 
    1229                         <xsd:enumeration value="Uint8"/> 
    1230                         <xsd:enumeration value="Uint16"/> 
    1231                         <xsd:enumeration value="Uint32"/> 
    1232                         <xsd:enumeration value = "float"/> 
    1233                         <xsd:enumeration value = "double"/> 
    1234                         <xsd:enumeration value = "complex"/> 
    1235                         <xsd:enumeration value = "double-complex"/> 
     1224                        <xsd:enumeration value="bit"/> 
     1225                        <xsd:enumeration value="int8"/> 
     1226                        <xsd:enumeration value="int16"/> 
     1227                        <xsd:enumeration value="int32"/> 
     1228                        <xsd:enumeration value="uint8"/> 
     1229                        <xsd:enumeration value="uint16"/> 
     1230                        <xsd:enumeration value="uint32"/> 
     1231                        <xsd:enumeration value ="float"/> 
     1232                        <xsd:enumeration value ="double"/> 
     1233                        <xsd:enumeration value ="complex"/> 
     1234                        <xsd:enumeration value ="double-complex"/> 
    12361235                </xsd:restriction> 
    12371236        </xsd:simpleType> 

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/