Changeset 172 for Xml/Release/AnalysisModule.xsd
- Timestamp:
- 05/14/08 16:07:43 (6 months ago)
- Files:
-
- 1 modified
-
Xml/Release/AnalysisModule.xsd (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Xml/Release/AnalysisModule.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, … … 17 17 --> 18 18 <schema xmlns = "http://www.w3.org/2001/XMLSchema" 19 targetNamespace = "http://www.openmicroscopy.org/Schemas/AnalysisModule/200 7-06"20 xmlns:AML = "http://www.openmicroscopy.org/Schemas/AnalysisModule/200 7-06"21 xmlns:CLI = "http://www.openmicroscopy.org/Schemas/CLI/200 7-06"22 xmlns:Bin = "http://www.openmicroscopy.org/Schemas/BinaryFile/200 7-06"23 xmlns:MLI = "http://www.openmicroscopy.org/Schemas/MLI/200 7-06"24 xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/200 7-06"19 targetNamespace = "http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02" 20 xmlns:AML = "http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02" 21 xmlns:CLI = "http://www.openmicroscopy.org/Schemas/CLI/2008-02" 22 xmlns:Bin = "http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02" 23 xmlns:MLI = "http://www.openmicroscopy.org/Schemas/MLI/2008-02" 24 xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2008-02" 25 25 xmlns:xsd = "http://www.w3.org/2001/XMLSchema" 26 26 xmlns:xml="http://www.w3.org/XML/1998/namespace" 27 version = " 2"28 elementFormDefault = "qualified">29 <import namespace = "http://www.openmicroscopy.org/Schemas/CLI/200 7-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/CLI/2007-06/CLI.xsd"/>30 <import namespace = "http://www.openmicroscopy.org/Schemas/BinaryFile/200 7-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06/BinaryFile.xsd"/>31 <import namespace = "http://www.openmicroscopy.org/Schemas/MLI/200 7-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/MLI/2007-06/MLI.xsd"/>32 <import namespace = "http://www.openmicroscopy.org/Schemas/OME/200 7-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd"/>27 version = "1" 28 elementFormDefault = "qualified"> 29 <import namespace = "http://www.openmicroscopy.org/Schemas/CLI/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/CLI/2008-02/CLI.xsd"/> 30 <import namespace = "http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02/BinaryFile.xsd"/> 31 <import namespace = "http://www.openmicroscopy.org/Schemas/MLI/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/MLI/2008-02/MLI.xsd"/> 32 <import namespace = "http://www.openmicroscopy.org/Schemas/OME/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2008-02/ome.xsd"/> 33 33 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 34 34 <element name = "Entry"> … … 63 63 <sequence> 64 64 <element ref = "AML:Entry" maxOccurs = "unbounded"/> 65 <element ref = " AML:Description" minOccurs = "0"/>65 <element ref = "OME:Description" minOccurs = "0"/> 66 66 </sequence> 67 67 <attribute name = "Name" use = "required"> … … 85 85 <sequence> 86 86 <element ref = "AML:LookupTable" minOccurs = "0"/> 87 <element ref = " AML:Description" minOccurs = "0"/>87 <element ref = "OME:Description" minOccurs = "0"/> 88 88 </sequence> 89 89 <attribute name = "UserDefined" default = "false" type = "boolean"> … … 131 131 <complexType> 132 132 <sequence> 133 <element ref = " AML:Description" minOccurs = "0"/>133 <element ref = "OME:Description" minOccurs = "0"/> 134 134 </sequence> 135 135 <attribute name = "IBelongTo"> … … 200 200 <complexType> 201 201 <sequence> 202 <element ref = " AML:Description" minOccurs = "0"/>202 <element ref = "OME:Description" minOccurs = "0"/> 203 203 <element ref = "AML:Declaration"/> 204 204 <choice minOccurs = "0"> … … 419 419 </restriction> 420 420 </simpleType> 421 <element name = "Description" type = "string">422 <annotation>423 <documentation>424 Just some free-form text to describe Images, Screens and Projects.425 The content model is ANY, which means that en entire XML sub-document can be placed here.426 </documentation>427 </annotation>428 </element>429 421 <element name = "Category"> 430 422 <complexType> 431 423 <sequence> 432 <element ref = " AML:Description"/>424 <element ref = "OME:Description"/> 433 425 </sequence> 434 426 <attribute name = "Path" use = "required">
