Changeset 93 for Xml/Working/SPW.xsd
- Timestamp:
- 09/19/07 13:52:48 (14 months ago)
- Location:
- Xml/Working
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
Xml/Working
- Property svn:ignore
-
old new 1 1 .DS_Store 2 2 Working Project.tmproj 3 ClareQuestions.xml
-
- Property svn:ignore
-
Xml/Working/SPW.xsd
r68 r93 98 98 <xsd:simpleType name="PlateID"> 99 99 <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+)"/> 101 101 </xsd:restriction> 102 102 </xsd:simpleType> … … 147 147 <xsd:simpleType name="ReagentID"> 148 148 <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+)"/> 150 150 </xsd:restriction> 151 151 </xsd:simpleType> … … 215 215 <xsd:simpleType name="ScreenID"> 216 216 <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+)"/> 218 218 </xsd:restriction> 219 219 </xsd:simpleType> … … 269 269 <xsd:simpleType name="ScreenAcquisitionID"> 270 270 <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+)"/> 272 272 </xsd:restriction> 273 273 </xsd:simpleType> … … 333 333 <xsd:simpleType name="WellID"> 334 334 <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+)"/> 336 336 </xsd:restriction> 337 337 </xsd:simpleType> … … 381 381 <xsd:simpleType name="WellSampleID"> 382 382 <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+)"/> 384 384 </xsd:restriction> 385 385 </xsd:simpleType>
