Changeset 172 for Xml/Release
- Timestamp:
- 05/14/08 16:07:43 (6 months ago)
- Location:
- Xml/Release
- Files:
-
- 10 modified
-
AnalysisChain.xsd (modified) (2 diffs)
-
AnalysisModule.xsd (modified) (7 diffs)
-
BinaryFile.xsd (modified) (2 diffs)
-
CA.xsd (modified) (2 diffs)
-
CLI.xsd (modified) (2 diffs)
-
DataHistory.xsd (modified) (2 diffs)
-
MLI.xsd (modified) (2 diffs)
-
SPW.xsd (modified) (3 diffs)
-
STD.xsd (modified) (3 diffs)
-
ome.xsd (modified) (25 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Xml/Release/AnalysisChain.xsd
r54 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/AnalysisChain/200 7-06"20 xmlns:AC = "http://www.openmicroscopy.org/Schemas/AnalysisChain/200 7-06"19 targetNamespace = "http://www.openmicroscopy.org/Schemas/AnalysisChain/2008-02" 20 xmlns:AC = "http://www.openmicroscopy.org/Schemas/AnalysisChain/2008-02" 21 21 version = "1" 22 22 xmlns:xsd = "http://www.w3.org/2001/XMLSchema" -
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"> -
Xml/Release/BinaryFile.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/BinaryFile/200 7-06"20 xmlns:Bin = "http://www.openmicroscopy.org/Schemas/BinaryFile/200 7-06"19 targetNamespace = "http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02" 20 xmlns:Bin = "http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02" 21 21 xmlns:xml="http://www.w3.org/XML/1998/namespace" 22 version = " 2"23 elementFormDefault = "qualified">22 version = "1" 23 elementFormDefault = "qualified"> 24 24 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 25 25 <annotation> -
Xml/Release/CA.xsd
r54 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/CA/200 7-06"19 targetNamespace = "http://www.openmicroscopy.org/Schemas/CA/200 7-06"20 xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/200 7-06"18 <xsd:schema xmlns = "http://www.openmicroscopy.org/Schemas/CA/2008-02" 19 targetNamespace = "http://www.openmicroscopy.org/Schemas/CA/2008-02" 20 xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2008-02" 21 21 xmlns:xsd = "http://www.w3.org/2001/XMLSchema" 22 22 version = "1" 23 23 elementFormDefault = "qualified"> 24 <xsd:import namespace = "http://www.openmicroscopy.org/Schemas/OME/200 7-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd"/>24 <xsd:import namespace = "http://www.openmicroscopy.org/Schemas/OME/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2008-02/ome.xsd"/> 25 25 <xsd:element name = "OME"> 26 26 <xsd:complexType> -
Xml/Release/CLI.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/CLI/200 7-06"20 xmlns:CLI = "http://www.openmicroscopy.org/Schemas/CLI/200 7-06"19 targetNamespace = "http://www.openmicroscopy.org/Schemas/CLI/2008-02" 20 xmlns:CLI = "http://www.openmicroscopy.org/Schemas/CLI/2008-02" 21 21 xmlns:xml="http://www.w3.org/XML/1998/namespace" 22 version = " 2"23 elementFormDefault = "qualified">22 version = "1" 23 elementFormDefault = "qualified"> 24 24 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 25 25 <annotation> -
Xml/Release/DataHistory.xsd
r54 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://openmicroscopy.com/Schemas/DataHistory/200 7-06"20 xmlns:DH = "http://openmicroscopy.com/Schemas/DataHistory/200 7-06"19 targetNamespace = "http://openmicroscopy.com/Schemas/DataHistory/2008-02" 20 xmlns:DH = "http://openmicroscopy.com/Schemas/DataHistory/2008-02" 21 21 xmlns:xsd = "http://www.w3.org/2001/XMLSchema" 22 xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2007-06" 22 xmlns:OME = "http://www.openmicroscopy.org/Schemas/OME/2008-02" 23 version="1" 23 24 elementFormDefault = "qualified"> 24 <import namespace = "http://www.openmicroscopy.org/Schemas/OME/200 7-06" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2007-06/ome.xsd"/>25 <import namespace = "http://www.openmicroscopy.org/Schemas/OME/2008-02" schemaLocation = "http://www.openmicroscopy.org/Schemas/OME/2008-02/ome.xsd"/> 25 26 <element name = "Input"> 26 27 <annotation> -
Xml/Release/MLI.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/MLI/200 7-06"20 xmlns:MLI = "http://www.openmicroscopy.org/Schemas/MLI/200 7-06"19 targetNamespace = "http://www.openmicroscopy.org/Schemas/MLI/2008-02" 20 xmlns:MLI = "http://www.openmicroscopy.org/Schemas/MLI/2008-02" 21 21 xmlns:xml="http://www.w3.org/XML/1998/namespace" 22 version=" 2"23 elementFormDefault = "qualified">22 version="1" 23 elementFormDefault = "qualified"> 24 24 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 25 25 -
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> -
Xml/Release/STD.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/STD/200 7-06"20 xmlns:STD = "http://www.openmicroscopy.org/Schemas/STD/200 7-06"19 targetNamespace = "http://www.openmicroscopy.org/Schemas/STD/2008-02" 20 xmlns:STD = "http://www.openmicroscopy.org/Schemas/STD/2008-02" 21 21 xmlns:xml="http://www.w3.org/XML/1998/namespace" 22 version = "2"23 elementFormDefault = "qualified">22 version = "1" 23 elementFormDefault = "qualified"> 24 24 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 25 25 <element name = "Element"> … … 87 87 <attribute name = "AppliesTo" use = "required"> 88 88 <annotation> 89 <documentation>This specifies what this record is an attribute of. The options are Global, Dataset, Image, or Region .89 <documentation>This specifies what this record is an attribute of. The options are Global, Dataset, Image, or Region (was called Feature hence letter F). 90 90 </documentation> 91 91 </annotation> -
Xml/Release/ome.xsd
r106 r172 3 3 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 4 # 5 # Copyright (C) 2002-200 7Open Microscopy Environment5 # Copyright (C) 2002-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/OME/200 7-06"19 targetNamespace="http://www.openmicroscopy.org/Schemas/OME/200 7-06"18 <xsd:schema xmlns="http://www.openmicroscopy.org/Schemas/OME/2008-02" 19 targetNamespace="http://www.openmicroscopy.org/Schemas/OME/2008-02" 20 20 xmlns:xsd="http://www.w3.org/2001/XMLSchema" 21 xmlns:AML="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06" 22 xmlns:STD="http://www.openmicroscopy.org/Schemas/STD/2007-06" 23 xmlns:Bin="http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06" 24 xmlns:CA="http://www.openmicroscopy.org/Schemas/CA/2007-06" 25 xmlns:SPW="http://www.openmicroscopy.org/Schemas/SPW/2007-06" 21 xmlns:AML="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02" 22 xmlns:STD="http://www.openmicroscopy.org/Schemas/STD/2008-02" 23 xmlns:Bin="http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02" 24 xmlns:CA="http://www.openmicroscopy.org/Schemas/CA/2008-02" 25 xmlns:SPW="http://www.openmicroscopy.org/Schemas/SPW/2008-02" 26 xmlns:xml="http://www.w3.org/XML/1998/namespace" 26 27 version="2" 27 28 elementFormDefault="qualified"> 28 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/AnalysisModule/2007-06/AnalysisModule.xsd"/> 29 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/STD/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/STD/2007-06/STD.xsd"/> 30 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/BinaryFile/2007-06/BinaryFile.xsd"/> 31 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/CA/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/CA/2007-06/CA.xsd"/> 32 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/SPW/2007-06" schemaLocation="http://www.openmicroscopy.org/Schemas/SPW/2007-06/SPW.xsd"/> 29 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02/AnalysisModule.xsd"/> 30 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/STD/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/STD/2008-02/STD.xsd"/> 31 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/BinaryFile/2008-02/BinaryFile.xsd"/> 32 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/CA/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/CA/2008-02/CA.xsd"/> 33 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/SPW/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/SPW/2008-02/SPW.xsd"/> 34 <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> 33 35 <xsd:annotation> 34 36 <xsd:documentation> 35 37 Open Microscopy Environment 36 OME XML Schema June 2007 - Update Version 2 September 200738 OME XML Schema February 2008 - Update Version 2 May 2008 37 39 Author: Ilya G. Goldberg, Andrew J Patterson 38 Copyright 2002 - 200 7OME. All rights reserved.40 Copyright 2002 - 2008 OME. All rights reserved. 39 41 </xsd:documentation> 40 42 </xsd:annotation> … … 63 65 <xsd:element ref="CA:CustomAttributes" minOccurs="0"/> 64 66 </xsd:sequence> 67 <xsd:attribute name="UUID" type="UniversallyUniqueIdentifier"/> 65 68 </xsd:complexType> 66 69 </xsd:element> … … 92 95 <xsd:element ref="DatasetRef" minOccurs="0" maxOccurs="unbounded"/> 93 96 <xsd:element ref="InstrumentRef" minOccurs="0"/> 94 <xsd:element ref="Objective SettingsRef" minOccurs="0"/>97 <xsd:element ref="ObjectiveRef" minOccurs="0"/> 95 98 <xsd:element ref="ImagingEnvironment" minOccurs="0"/> 96 99 <xsd:element ref="Thumbnail" minOccurs="0"/> … … 99 102 <xsd:element ref="StageLabel" minOccurs="0"/> 100 103 <xsd:element ref="Pixels" maxOccurs="unbounded"/> 101 <xsd:element ref="AcquiredPixelsRef" minOccurs="0" maxOccurs="1"/>102 104 <xsd:element ref="Region" minOccurs="0" maxOccurs="unbounded"/> 103 105 <xsd:element ref="CA:CustomAttributes" minOccurs="0"/> … … 109 111 <xsd:attribute name="DefaultPixels" use="required" type="PixelsID"> 110 112 <xsd:annotation> 111 <xsd:documentation>More than one Pixels attribute may be associated with an Image. An Image will however have one "primary" set of Pixels. If a PixelsID is specified with this attribute, then that will be the "primary" pixels for this image. If this attribute 112 is not specified, then the FIRST <Pixels> element under <Image> will be assumed to be the "primary" set. 113 <xsd:documentation> 114 More than one Pixels element may be associated with an Image. 115 An Image will however have one "primary" set of Pixels specified with this attribute. 116 </xsd:documentation> 117 </xsd:annotation> 118 </xsd:attribute> 119 <xsd:attribute name="AcquiredPixels" type="PixelsID"> 120 <xsd:annotation> 121 <xsd:documentation> 122 Optional. 123 More than one Pixels element may be associated with an Image. 124 This attribute indicates the original acquired pixels. 113 125 </xsd:documentation> 114 126 </xsd:annotation> … … 155 167 </xsd:simpleType> 156 168 </xsd:attribute> 157 <xsd:attribute name="PixelType" use="required"> 158 <xsd:simpleType> 159 <xsd:restriction base="PixelTypes"> 160 <xsd:enumeration value = "int8"/> 161 <xsd:enumeration value = "int16"/> 162 <xsd:enumeration value = "int32"/> 163 <xsd:enumeration value = "uint8"/> 164 <xsd:enumeration value = "uint16"/> 165 <xsd:enumeration value = "uint32"/> 166 <xsd:enumeration value = "float"/> 167 </xsd:restriction> 168 </xsd:simpleType> 169 </xsd:attribute> 169 <xsd:attribute name="PixelType" use="required" type="PixelTypes"/> 170 170 <xsd:attribute name="BigEndian" use="required" type="xsd:boolean"> 171 171 <xsd:annotation> … … 218 218 </xsd:complexType> 219 219 </xsd:element> 220 221 <xsd:element name="AcquiredPixelsRef">222 <xsd:complexType>223 <xsd:complexContent>224 <xsd:extension base="Reference">225 <xsd:attribute name="ID" use="required" type="PixelsID"/>226 </xsd:extension>227 </xsd:complexContent>228 </xsd:complexType>229 </xsd:element>230 231 220 <xsd:element name="TiffData"> 232 221 <xsd:annotation> 233 222 <xsd:documentation> 234 </xsd:documentation> 235 </xsd:annotation> 236 <xsd:complexType> 223 This described the location of the pixel data in a tiff file. 224 </xsd:documentation> 225 </xsd:annotation> 226 <xsd:complexType> 227 <xsd:sequence> 228 <xsd:element name="UUID" minOccurs="0"> 229 <xsd:annotation> 230 <xsd:documentation> 231 This must be used when the IFDs are located in another file. 232 Note: It is permissible for this to be self referential. 233 </xsd:documentation> 234 </xsd:annotation> 235 <xsd:complexType> 236 <xsd:simpleContent> 237 <xsd:extension base = "UniversallyUniqueIdentifier"> 238 <xsd:attribute name="FileName" type="xsd:string"> 239 <xsd:annotation> 240 <xsd:documentation> 241 This can be used when the IFDs are located in another file. 242 The / (forward slash) is used as the path separator. 243 A relative path is recommended. However an absolute path can be specified. 244 Default is to use the file the ome-xml data has been pulled from. 245 Note: It is permissible for this to be self referential. The file image1.tiff 246 may contain ome-xml data that has FilePath="image1.tiff" or "./image1.tiff" 247 </xsd:documentation> 248 </xsd:annotation> 249 </xsd:attribute> 250 </xsd:extension> 251 </xsd:simpleContent> 252 </xsd:complexType> 253 </xsd:element> 254 </xsd:sequence> 237 255 <xsd:attribute name="IFD" type="xsd:integer" default="0"> 238 256 <xsd:annotation> … … 288 306 <xsd:element name="PlaneTiming" type="PlaneTiming" minOccurs="0" maxOccurs="1"/> 289 307 <xsd:element name="StagePosition" type="StagePosition" minOccurs="0" maxOccurs="1"/>
