Changeset 172 for Xml/Release/SPW.xsd
- Timestamp:
- 05/14/08 16:07:43 (7 months ago)
- Files:
-
- 1 modified
-
Xml/Release/SPW.xsd (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Xml/Release/SPW.xsd
r106 r172 3 3 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 4 # 5 # Copyright (C) 2003-200 7Open Microscopy Environment5 # Copyright (C) 2003-2008 Open Microscopy Environment 6 6 # Massachusetts Institute of Technology, 7 7 # National Institutes of Health, … … 16 16 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 17 17 --> 18 <xsd:schema xmlns="http://www.openmicroscopy.org/Schemas/SPW/2007-06" 19 targetNamespace="http://www.openmicroscopy.org/Schemas/SPW/2007-06" 20 xmlns:OME="http://www.openmicroscopy.org/Schemas/OME/2007-06" 21 xmlns:AML="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06" 18 <xsd:schema xmlns="http://www.openmicroscopy.org/Schemas/SPW/2008-02" 19 targetNamespace="http://www.openmicroscopy.org/Schemas/SPW/2008-02" 20 xmlns:OME="http://www.openmicroscopy.org/Schemas/OME/2008-02" 22 21 xmlns:xsd="http://www.w3.org/2001/XMLSchema" 23 version=" 2"22 version="1" 24 23 elementFormDefault="qualified"> 25 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/OME/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd"/> 26 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06/AnalysisModule.xsd"/> 24 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/OME/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2008-02/ome.xsd"/> 27 25 28 26 <xsd:annotation> … … 389 387 <xsd:documentation> 390 388 The ImageRef element is a reference to a OME:Image element. 389 Note: at present this is only used from SPW. If it is used more 390 widely in the future it will be moved into the main OME schema. 391 391 </xsd:documentation> 392 392 </xsd:annotation>
