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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 101 for Xml/Working

Show
Ignore:
Timestamp:
09/26/07 09:33:32 (16 months ago)
Author:
andrew
Message:

Updated version numbers in files and final tweeks to the new schema.

Location:
Xml/Working
Files:
4 modified

  • AnalysisModule.xsd (modified) (1 diff)
  • SPW.xsd (modified) (1 diff)
  • ome.xsd (modified) (3 diffs)
  • omeOxySvnProject.xpr (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • Xml/Working/AnalysisModule.xsd

    r93 r101  
    2424        xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2007-06" 
    2525        xmlns:xsd = "http://www.w3.org/2001/XMLSchema" 
    26          version = "1" 
     26         version = "2" 
    2727         elementFormDefault = "qualified"> 
    2828        <import namespace = "http://www.openmicroscopy.org/Schemas/CLI/2007-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/CLI/2007-06/CLI.xsd"/> 
  • Xml/Working/SPW.xsd

    r93 r101  
    2121    xmlns:AML="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06"  
    2222    xmlns:xsd="http://www.w3.org/2001/XMLSchema"  
    23     version="1"  
     23    version="2"  
    2424    elementFormDefault="qualified"> 
    2525    <xsd:import namespace="http://www.openmicroscopy.org/Schemas/OME/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd"/> 
  • Xml/Working/ome.xsd

    r93 r101  
    712712                <xsd:annotation> 
    713713                        <xsd:documentation> 
    714                                 This element describes a person who performed an imaging experiment.  Required elements are FirstName, LastName and Email. 
     714                                This element describes a person who performed an imaging experiment. 
    715715                                This person may also be a user of the OME system, in which case the OMEName element contains their login name. 
    716716                                Experimenters may belong to one or more groups which are specified using one or more GroupRef elements. 
    … …  
    997997                        <xsd:documentation> 
    998998                                Just some free-form text to describe Images, Screens and Projects. 
    999                                 The content model is ANY, which means that an entire XML sub-document can be placed here. 
     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. 
    10001002                        </xsd:documentation> 
    10011003                </xsd:annotation> 
    … …  
    10251027                <xsd:attribute name="Manufacturer" use="required" type="xsd:string"/> 
    10261028                <xsd:attribute name="Model" use="required" type="xsd:string"/> 
    1027                 <xsd:attribute name="SerialNumber" use="required" type="xsd:string"/> 
     1029                <xsd:attribute name="SerialNumber" type="xsd:string"/> 
    10281030        </xsd:complexType> 
    10291031        <xsd:element name="Thumbnail"> 
  • Xml/Working/omeOxySvnProject.xpr

    r94 r101  
    2020        <file name="ome.xsd"/> 
    2121        <file name="sample-updated.ome.xml"/> 
     22        <file name="../../../../Desktop/scratch.xml"/> 
    2223        <file name="SPW.xsd"/> 
    2324        <file name="STD.xsd"/> 

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/