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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 145 for Xml/Working/ome.xsd

Show
Ignore:
Timestamp:
02/05/08 16:47:29 (10 months ago)
Author:
andrew
Message:

Working changes as I am updating the schema

Files:
1 modified

  • Xml/Working/ome.xsd (modified) (11 diffs)

Legend:

Unmodified
Added
Removed
  • Xml/Working/ome.xsd

    r101 r145  
    77        #       National Institutes of Health, 
    88        #       University of Dundee, 
    9         #       University of Wisconsin at Madison 
     9        #       University of Wisconsin at Madison" 
    1010        # 
    1111        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    … …  
    2424        xmlns:CA="http://www.openmicroscopy.org/Schemas/CA/2007-06"  
    2525        xmlns:SPW="http://www.openmicroscopy.org/Schemas/SPW/2007-06"  
     26        xmlns:xml="http://www.w3.org/XML/1998/namespace" 
    2627        version="2"  
    2728        elementFormDefault="qualified"> 
    … …  
    3132        <xsd:import namespace="http://www.openmicroscopy.org/Schemas/CA/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/CA/2007-06/CA.xsd"/> 
    3233        <xsd:import namespace="http://www.openmicroscopy.org/Schemas/SPW/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/SPW/2007-06/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> 
    … …  
    232234                <xsd:annotation> 
    233235                        <xsd:documentation> 
     236                                THis described the location of the pixel data in a tiff file. 
    234237                        </xsd:documentation> 
    235238                </xsd:annotation> 
    … …  
    273276                                                Pixels element's DimensionOrder attribute. Default is the number of IFDs in the TIFF 
    274277                                                file, unless an IFD is specified, in which case the default is 1.        
     278                                        </xsd:documentation> 
     279                                </xsd:annotation> 
     280                        </xsd:attribute> 
     281                        <xsd:attribute name="FilePath" type="xsd:string"> 
     282                                <xsd:annotation> 
     283                                        <xsd:documentation> 
     284                                                This is used when the IFDs are located in another file. 
     285                                                The / (forward slash) is used as the path separator. 
     286                                                A relative path is recommended. However an absolute path can be specified. 
     287                                                Default is to use the file the ome-xml data has been pulled from. 
     288                                                Note: It is permissible for this to be self referential. The file image1.tiff 
     289                                                may contain ome-xml data that has FilePath="image1.tiff" or "./image1.tiff" 
    275290                                        </xsd:documentation> 
    276291                                </xsd:annotation> 
    … …  
    9931008                </xsd:complexType> 
    9941009        </xsd:element> 
    995         <xsd:element name="Description"> 
     1010        <xsd:element name = "Description"> 
    9961011                <xsd:annotation> 
    9971012                        <xsd:documentation> 
    9981013                                Just some free-form text to describe Images, Screens and Projects. 
    999                                 The content model is currently ANY, but this is going to change to String in  
    1000                                 the near future. This is no longer the correct place for an XML sub-document 
    1001                                 - use CustomAttributes instead. 
    1002                         </xsd:documentation> 
    1003                 </xsd:annotation> 
     1014                                The content model is now String. 
     1015                                This is no longer the correct place for an XML sub-document 
     1016                                Either  
     1017                                - use CustomAttributes instead 
     1018                                Or 
     1019                                - define your own xml tree outside the OME node and link to the OME objects using references to the IDs 
     1020                        </xsd:documentation> 
     1021                </xsd:annotation> 
     1022                <xsd:complexType> 
     1023                        <xsd:simpleContent> 
     1024                                <xsd:extension base = "xsd:string"> 
     1025                                        <xsd:attribute ref = "xml:lang" default = "en"/> 
     1026                                </xsd:extension> 
     1027                        </xsd:simpleContent> 
     1028                </xsd:complexType> 
    10041029        </xsd:element> 
    10051030        <xsd:element name="Microscope"> 
    … …  
    16001625                                Laser types are specified using two attributes - the Type and the lasing medium (Medium).  Type is a string which may be set to: 
    16011626                                'Excimer','Gas','Metal Vapor','Solid State','Dye','Semiconductor', or 'Free Electron'.  The Medium attribute specifies the actual lasing medium 
    1602                                 for a given laser type (for example, 'Nd-YAG').  Additionally, the Wavelength (in nm), whether or not the laser is FrequencyDoubled or Tuneable may be specified. 
     1627                                for a given laser type (for example, 'Nd-YAG').  Additionally, the Wavelength (in nm), whether or not the laser is Tuneable, and any FrequencyMultiplication that may be specified. 
    16031628                                The Pulse attribute can be set to 'CW' (Continuous Wave),','Single','Q-Switched','Repetitive','Mode-Locked'. 
    16041629                                The Power attribute specifies the nominal laser power in watts. 
    … …  
    16551680                        <xsd:documentation> 
    16561681                                The Arc element is used to describe various kinds of Arc lamps - Hg, Xe, HgXe. 
    1657                                 The Power attribute is the lamp's nominal power in watts. 
     1682                                The Power of the Arc is now stored in the LightSource. 
    16581683                        </xsd:documentation> 
    16591684                </xsd:annotation> 
    … …  
    16681693                                </xsd:simpleType> 
    16691694                        </xsd:attribute> 
    1670                         <xsd:attribute name="Power" type="xsd:float"/> 
    16711695                </xsd:complexType> 
    16721696        </xsd:element> 
    … …  
    16751699                        <xsd:documentation> 
    16761700                                The Filament element is used to describe various kinds of filament bulbs such as Incadescent or Halogen. 
    1677                                 The Power attribute is the bulb's nominal power in watts. 
     1701                                The Power of the Filament is now stored in the LightSource. 
    16781702                        </xsd:documentation> 
    16791703                </xsd:annotation> 
    … …  
    16871711                                </xsd:simpleType> 
    16881712                        </xsd:attribute> 
    1689                         <xsd:attribute name="Power" type="xsd:float"/> 
    16901713                </xsd:complexType> 
    16911714        </xsd:element> 

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/