Changeset 189 for Xml/Working
- Timestamp:
- 07/01/08 15:52:04 (5 months ago)
- Location:
- Xml/Working
- Files:
-
- 5 modified
-
SPW.xsd (modified) (1 diff)
-
STD.xsd (modified) (1 diff)
-
min-sample.xml (modified) (1 diff)
-
ome.xsd (modified) (8 diffs)
-
omeOxySvnProject.xpr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Xml/Working/SPW.xsd
r153 r189 276 276 A Well is a component of the Well/Plate/Screen construct to describe screening applications. 277 277 A Well has a number of WellSample elements that link to the Images collected in this well. 278 The ReagentRef links any Reagents that were used in this Well. A well is part of on e or more Plates.278 The ReagentRef links any Reagents that were used in this Well. A well is part of only one Plate. 279 279 The origin for the row and column identifiers is the top left corner of the plate starting at zero. 280 280 i.e The top left well of a plate is index (0,0) -
Xml/Working/STD.xsd
r153 r189 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/Working/min-sample.xml
r147 r189 5 5 xsi:schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2008-02 http://www.openmicroscopy.org/Schemas/OME/2008-02/ome.xsd"> 6 6 <ome:Image ID="Image:a" Name="Name92" DefaultPixels="Pixels:b"> 7 <ome:CreationDate>200 6-05-04T18:13:51.0Z</ome:CreationDate>7 <ome:CreationDate>2008-03-04T14:17:43.0Z</ome:CreationDate> 8 8 <ome:Pixels ID="Pixels:a" DimensionOrder="XYZCT" PixelType="int8" BigEndian="false" SizeX="2" SizeY="2" SizeZ="2" 9 9 SizeC="2" SizeT="2"> -
Xml/Working/ome.xsd
r164 r189 25 25 xmlns:SPW="http://www.openmicroscopy.org/Schemas/SPW/2008-02" 26 26 xmlns:xml="http://www.w3.org/XML/1998/namespace" 27 version=" 1"27 version="2" 28 28 elementFormDefault="qualified"> 29 29 <xsd:import namespace="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02" schemaLocation="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-02/AnalysisModule.xsd"/> … … 36 36 <xsd:documentation> 37 37 Open Microscopy Environment 38 OME XML Schema February 2008 - Version 138 OME XML Schema February 2008 - Update Version 2 May 2008 39 39 Author: Ilya G. Goldberg, Andrew J Patterson 40 40 Copyright 2002 - 2008 OME. All rights reserved. … … 95 95 <xsd:element ref="DatasetRef" minOccurs="0" maxOccurs="unbounded"/> 96 96 <xsd:element ref="InstrumentRef" minOccurs="0"/> 97 <xsd:element ref="Objective SettingsRef" minOccurs="0"/>97 <xsd:element ref="ObjectiveRef" minOccurs="0"/> 98 98 <xsd:element ref="ImagingEnvironment" minOccurs="0"/> 99 99 <xsd:element ref="Thumbnail" minOccurs="0"/> … … 806 806 <xsd:documentation> 807 807 A description of the microscope's objective lens. 808 Required elements include the lens numerical aperture, and the magnification, both of which a floating point (real) numbers. 808 Required elements include the lens numerical aperture, 809 and the magnification, both of which a floating 810 point (real) numbers. 811 The values are those that are fixed for a particular 812 objective: either because it has been manufactured to 813 this specification or the value has been measured on 814 this particular objective. 815 Correction: This is the type of correction coating applied to this lens. 816 Immersion: This is the types of immersion medium the lens is designed to 817 work with. It is not the same as 'Medium' in ObjectiveRef (a 818 single type) as here Immersion can have compound values like 'Multi'. 819 LensNA: The numerical aperture of the lens (as a float) 820 NominalMagnification: The specified magnification e.g. x10 821 CalibratedMagnification: The measured magnification e.g. x10.3 822 WorkingDistance: WorkingDistance of the lense. The Units are um. 809 823 </xsd:documentation> 810 824 </xsd:annotation> … … 827 841 </xsd:complexType> 828 842 </xsd:element> 829 <xsd:element name="ObjectiveSettings">830 <xsd:annotation>831 <xsd:documentation>832 A description of the user settings on a microscope's objective lens.833 </xsd:documentation>834 </xsd:annotation>835 <xsd:complexType>836 <xsd:sequence>837 <xsd:element ref="ObjectiveRef"/>838 </xsd:sequence>839 <xsd:attribute name="CorrectionCollar" type="xsd:float"/>840 <xsd:attribute name="Medium" type="Medium"/>841 <xsd:attribute name="RefractiveIndex" type="xsd:float"/>842 </xsd:complexType>843 </xsd:element>844 843 <xsd:simpleType name="Medium"> 845 844 <xsd:annotation> 846 845 <xsd:documentation> 847 A description of a Medium used either for the sampleor the lens.846 A description of a Medium used for the lens. 848 847 </xsd:documentation> 849 848 </xsd:annotation> … … 1262 1261 </xsd:restriction> 1263 1262 </xsd:simpleType> 1264 <xsd:simpleType name="ObjectiveSettingsID">1265 <xsd:restriction base="LSID">1266 <xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:ObjectiveSettings:\S+)|(ObjectiveSettings:\S+)"/>1267 </xsd:restriction>1268 </xsd:simpleType>1269 1263 <xsd:simpleType name="LightSourceID"> 1270 1264 <xsd:restriction base="LSID"> … … 1831 1825 </xsd:element> 1832 1826 <xsd:element name="ObjectiveRef"> 1827 <xsd:annotation> 1828 <xsd:documentation> 1829 This holds the setting applied to an objective as well as a 1830 reference to the objective. 1831 The ID is the objective used in this case. 1832 The CorrectionCollar is it normal an adjustable ring on the 1833 objective. Each has an arbitrary scale on it so the values 1834 is unit-less. 1835 The Medium is the actual immersion medium used in this case. 1836 The RefractiveIndex is that of the immersion medium. This is 1837 a ratio so it also unit-less. 1838 </xsd:documentation> 1839 </xsd:annotation> 1833 1840 <xsd:complexType> 1834 1841 <xsd:complexContent> … … 1840 1847 <xsd:annotation><xsd:documentation>This is unit-less, it is a ratio.</xsd:documentation></xsd:annotation> 1841 1848 </xsd:attribute> 1842 </xsd:extension>1843 </xsd:complexContent>1844 </xsd:complexType>1845 </xsd:element>1846 <xsd:element name="ObjectiveSettingsRef">1847 <xsd:complexType>1848 <xsd:complexContent>1849 <xsd:extension base="Reference">1850 <xsd:attribute name="ID" use="required" type="ObjectiveSettingsID"/>1851 1849 </xsd:extension> 1852 1850 </xsd:complexContent> -
Xml/Working/omeOxySvnProject.xpr
r152 r189 18 18 <file name="min-sample.xml"/> 19 19 <file name="MLI.xsd"/> 20 <file name="objective-sample.xml"/> 20 21 <file name="ome.xsd"/> 21 22 <file name="sample-updated.ome.xml"/>
