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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 93 for Xml/Working/SPW.xsd

Show
Ignore:
Timestamp:
09/19/07 13:52:48 (14 months ago)
Author:
andrew
Message:

Applied Version 2 - September 2007 changes to schema and improved Tiff chacks in validator

Location:
Xml/Working
Files:
2 modified

  • . (modified) (1 prop)
  • SPW.xsd (modified) (6 diffs)

Legend:

Unmodified
Added
Removed
  • Xml/Working

    • Property svn:ignore
      •  

        old new  
        11.DS_Store 
        22Working Project.tmproj 
         3ClareQuestions.xml 
  • Xml/Working/SPW.xsd

    r68 r93  
    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> 

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/