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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 106 for Schemas/SPW

Show
Ignore:
Timestamp:
09/29/07 15:48:46 (15 months ago)
Author:
andrew
Message:

Changes for September 2007 Minor Version release

Location:
Schemas/SPW/2007-06
Files:
2 modified

  • SPW.xsd (modified) (7 diffs)
  • index.html (modified) (2 diffs)

Legend:

Unmodified
Added
Removed
  • Schemas/SPW/2007-06/SPW.xsd

    r68 r106  
    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"/> 
    … …  
    9898    <xsd:simpleType name="PlateID"> 
    9999        <xsd:restriction base="OME:LSID"> 
    100             <xsd:pattern value="(urn:lsid:([\w-\.]+\.[\w-\.]+)+:Plate:\S+)|(Plate:\S+)"/> 
     100            <xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Plate:\S+)|(Plate:\S+)"/> 
    101101        </xsd:restriction> 
    102102    </xsd:simpleType> 
    … …  
    147147    <xsd:simpleType name="ReagentID"> 
    148148        <xsd:restriction base="OME:LSID"> 
    149             <xsd:pattern value="(urn:lsid:([\w-\.]+\.[\w-\.]+)+:Reagent:\S+)|(Reagent:\S+)"/> 
     149            <xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Reagent:\S+)|(Reagent:\S+)"/> 
    150150        </xsd:restriction> 
    151151    </xsd:simpleType> 
    … …  
    215215    <xsd:simpleType name="ScreenID"> 
    216216        <xsd:restriction base="OME:LSID"> 
    217             <xsd:pattern value="(urn:lsid:([\w-\.]+\.[\w-\.]+)+:Screen:\S+)|(Screen:\S+)"/> 
     217            <xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Screen:\S+)|(Screen:\S+)"/> 
    218218        </xsd:restriction> 
    219219    </xsd:simpleType> 
    … …  
    269269    <xsd:simpleType name="ScreenAcquisitionID"> 
    270270        <xsd:restriction base="OME:LSID"> 
    271             <xsd:pattern value="(urn:lsid:([\w-\.]+\.[\w-\.]+)+:ScreenAcquisition:\S+)|(ScreenAcquisition:\S+)"/> 
     271            <xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:ScreenAcquisition:\S+)|(ScreenAcquisition:\S+)"/> 
    272272        </xsd:restriction> 
    273273    </xsd:simpleType> 
    … …  
    333333    <xsd:simpleType name="WellID"> 
    334334        <xsd:restriction base="OME:LSID"> 
    335             <xsd:pattern value="(urn:lsid:([\w-\.]+\.[\w-\.]+)+:Well:\S+)|(Well:\S+)"/> 
     335            <xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Well:\S+)|(Well:\S+)"/> 
    336336        </xsd:restriction> 
    337337    </xsd:simpleType> 
    … …  
    381381    <xsd:simpleType name="WellSampleID"> 
    382382        <xsd:restriction base="OME:LSID"> 
    383             <xsd:pattern value="(urn:lsid:([\w-\.]+\.[\w-\.]+)+:WellSample:\S+)|(WellSample:\S+)"/> 
     383            <xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:WellSample:\S+)|(WellSample:\S+)"/> 
    384384        </xsd:restriction> 
    385385    </xsd:simpleType> 
  • Schemas/SPW/2007-06/index.html

    r57 r106  
    88<h1>Open Microscopy Environment SPW Schema</h1> 
    99<div class="head"> 
    10 <p>4th July 2007</p> 
     10<p>29th September 2007</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> 

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/