Documentation for OME Schemas

Table of Contents

top

Schema Document Properties

Target Namespace http://www.openmicroscopy.org/Schemas/OME/2008-09
Version 1
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
Documentation Open Microscopy Environment OME XML Schema February 2008 - Update Version 2 May 2008 Author: Ilya G. Goldberg, Andrew J Patterson Copyright 2002 - 2008 OME. All rights reserved.

Declared Namespaces

Prefix Namespace
Default namespace http://www.openmicroscopy.org/Schemas/OME/2008-09
STD http://www.openmicroscopy.org/Schemas/STD/2008-09
xml http://www.w3.org/XML/1998/namespace
Bin http://www.openmicroscopy.org/Schemas/BinaryFile/2008-09
CA http://www.openmicroscopy.org/Schemas/CA/2008-09
SPW http://www.openmicroscopy.org/Schemas/SPW/2008-09
SA http://www.openmicroscopy.org/Schemas/SA/2008-09
xsd http://www.w3.org/2001/XMLSchema
AML http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-09
Schema Component Representation
<xsd:schema targetNamespace="http://www.openmicroscopy.org/Schemas/OME/2008-09" version="1" elementFormDefault="qualified">
<xsd:import namespace="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-09" schemaLocation="http://www.openmicroscopy.org/Schemas/AnalysisModule/2008-09/AnalysisModule.xsd"/>
<xsd:import namespace="http://www.openmicroscopy.org/Schemas/STD/2008-09" schemaLocation="http://www.openmicroscopy.org/Schemas/STD/2008-09/STD.xsd"/>
<xsd:import namespace="http://www.openmicroscopy.org/Schemas/BinaryFile/2008-09" schemaLocation="http://www.openmicroscopy.org/Schemas/BinaryFile/2008-09/BinaryFile.xsd"/>
<xsd:import namespace="http://www.openmicroscopy.org/Schemas/CA/2008-09" schemaLocation="http://www.openmicroscopy.org/Schemas/CA/2008-09/CA.xsd"/>
<xsd:import namespace="http://www.openmicroscopy.org/Schemas/SPW/2008-09" schemaLocation="http://www.openmicroscopy.org/Schemas/SPW/2008-09/SPW.xsd"/>
<xsd:import namespace="http://www.openmicroscopy.org/Schemas/SA/2008-09" schemaLocation="http://www.openmicroscopy.org/Schemas/SA/2008-09/SA.xsd"/>
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
...
</xsd:schema>
top

Global Declarations

Element: Arc

Name Arc
Used by (from the same schema document) Element LightSource
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The Arc element is used to describe various kinds of Arc lamps - Hg, Xe, HgXe. The Power of the Arc is now stored in the LightSource.
Logical Diagram
XML Instance Representation
<Arc
Type=" xsd:string (value comes from list: {'Hg'|'Xe'|'HgXe'|'Unknown'}) [1]"/>
Diagram
Schema Component Representation
<xsd:element name="Arc">
<-- top level definition -->
<xsd:complexType>
<xsd:attribute name="Type" use="required">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="Hg"/>
<xsd:enumeration value="Xe"/>
<xsd:enumeration value="HgXe"/>
<xsd:enumeration value="Unknown"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
top

Element: BlueChannel

Name BlueChannel
Used by (from the same schema document) Element DisplayOptions
Type ChannelSpecType
Nillable no
Abstract no
Documentation The wave number, black level, white level and optional gamma for the blue channel of an RGB image. Pixel values between BlackLevel and WhiteLevel will be assigned values 0-255, respectively. Values below BlackLevel or above WhiteLevel will be assigned 0 and 255 respectively.
Logical Diagram
XML Instance Representation
<BlueChannel
ChannelNumber=" xsd:integer [1]

'Specifies the channel number in the pixel dump. Channels are numbered from 0.'

"

BlackLevel=" xsd:float [1]

'The black level is used to scale pixel values to an 8 bit colorspace for display. For example, a 16 bit pixel value must be downscaled to fit an 8 bit display. Any pixel value below the black value will be set to the minimum value of the scale range (0). Because the file schema offers support for non-integer pixel types, this is stored as a floating point number to offer maximum generality. Specifying a decimal value for an integer pixel type is ill defined. Valid range of values for black level is less than the white level and within the data range for the pixel type.'

"

WhiteLevel=" xsd:float [1]

'The white level is used to scale pixel values to an 8 bit colorspace for display. For example, a 16 bit pixel value must be downscaled to fit an 8 bit display. Any pixel value above the white value will be set to the maximum value of the scale range (255). Because the file schema offers support for non-integer pixel types, this is stored as a floating point number to offer maximum generality. Specifying a decimal value for an integer pixel type is ill defined. The valid range for white level is greater than the black level and within the data range for the pixel type.'

"

Gamma=" xsd:float [0..1]"
isOn=" xsd:boolean [0..1]"/>
Diagram
Schema Component Representation
<xsd:element name="BlueChannel" type=" ChannelSpecType ">
<-- top level definition -->
</xsd:element>
top

Element: CalibratedMagnification

Name CalibratedMagnification
Used by (from the same schema document) Element Objective
Type xsd:float
Nillable no
Abstract no
Documentation The magnification of the lens as measured by a calibration process- i.e. '59.987' for a 60X lens.
Logical Diagram
XML Instance Representation
<CalibratedMagnification> xsd:float </CalibratedMagnification>
Diagram
Schema Component Representation
<xsd:element name="CalibratedMagnification" type=" xsd:float ">
<-- top level definition -->
</xsd:element>
top

Element: ChannelComponent

Name ChannelComponent
Used by (from the same schema document) Element LogicalChannel
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Logical Channels are composed of ChannelComponents. The Index attribute is an index into the channel dimension of the 5-D pixel array. If the Logical Channel specified by LogicalChannel has a PhotometricInterpretation attribute, then the ColorDomain attribute specifies which color channel this ChannelComponent belongs to. For example 'R' for an 'RGB' PhotometricInterpretation.
Logical Diagram
XML Instance Representation
<ChannelComponent
Pixels=" PixelsID [1]"
ColorDomain=" xsd:string [0..1]

'Specifies which component of Photometric Interpretation to map a channel component to. i.e. w/ RGB this could be \'R\', \'G\', \'B\' This can be null if a channel maps to a logical channel but is not included in the photometric interpretation. If this was null then the channel specified would normally be ignored.'

"

Index=" xsd:nonNegativeInteger [1]

'An index into the channel dimension of the 5-D pixel array'

"
/>
Diagram
Schema Component Representation
<xsd:element name="ChannelComponent">
<-- top level definition -->
<xsd:complexType>
<xsd:attribute name="Pixels" type=" PixelsID " use="required"/>
<xsd:attribute name="ColorDomain" type=" xsd:string " use="optional"/>
<xsd:attribute name="Index" type=" xsd:nonNegativeInteger " use="required"/>
</xsd:complexType>
</xsd:element>
top

Element: Circle

Name Circle
Used by (from the same schema document) Element Shape
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<Circle
transform="anySimpleType [0..1]"
cx=" xsd:string [0..1]"
cy=" xsd:string [0..1]"
r=" xsd:string [0..1]"/>
Diagram
Schema Component Representation
<xsd:element name="Circle">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" BasicSvgShape ">
<xsd:attribute name="cx" type=" xsd:string " use="optional"/>
<xsd:attribute name="cy" type=" xsd:string " use="optional"/>
<xsd:attribute name="r" type=" xsd:string " use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Contact

Name Contact
Used by (from the same schema document) Element Group
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The Contact element describes the contact person for a group of experimenters - typically a project leader or lab manager. This person is specified as a reference to an OME experimenter.
Logical Diagram
XML Instance Representation
<Contact
ID=" ExperimenterID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="Contact">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="ID" type=" ExperimenterID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Correction

Name Correction
Used by (from the same schema document) Element Objective
Type Locally-defined simple type
Nillable no
Abstract no
Documentation The coating applied to the lens
Logical Diagram
XML Instance Representation
<Correction> xsd:string (value comes from list: {'UV'|'PlanApo'|'PlanFluor'|'SuperFluor'|'VioletCorrected'|'Unknown'}) </Correction>
Diagram
Schema Component Representation
<xsd:element name="Correction">
<-- top level definition -->
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="UV"/>
<xsd:enumeration value="PlanApo"/>
<xsd:enumeration value="PlanFluor"/>
<xsd:enumeration value="SuperFluor"/>
<xsd:enumeration value="VioletCorrected"/>
<xsd:enumeration value="Unknown"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
top

Element: CreationDate

Name CreationDate
Used by (from the same schema document) Element Image
Type xsd:dateTime
Nillable no
Abstract no
Documentation The creation date of the Image - when the Image was acquired. The element contains a string in the ISO 8601 dateTime format (i.e. 1988-04-07T18:39:09)
Logical Diagram
XML Instance Representation
<CreationDate> xsd:dateTime </CreationDate>
Diagram
Schema Component Representation
<xsd:element name="CreationDate" type=" xsd:dateTime ">
<-- top level definition -->
</xsd:element>
top

Element: Dataset

Name Dataset
Used by (from the same schema document) Element OME
Type Locally-defined complex type
Nillable no
Abstract no
Documentation An element specifying a collection of images that are always processed together. Images can belong to more than one Dataset, and a Dataset may contain more than one Image. Images contain one or more DatasetRef elements to specify what datasets they belong to. Once a Dataset has been processed in any way, its collection of images cannot be altered. Whether or not the list of Images in this dataset can be altered is specified by the Locked attribute. The ExperimenterRef and GroupRef elements specify the person and group this Dataset belongs to. Projects may contain one or more Datasets, and Datasets may belong to one or more Projects. This relationship is specified by listing ProjectRef elements within the Dataset element.
Logical Diagram
element_ProjectRef element_CustomAttributes
XML Instance Representation
<Dataset
Name=" xsd:string [0..1]"
ID=" DatasetID [1]"
Locked=" xsd:boolean [0..1]">
<Description> ... </Description> [0..1]
<ExperimenterRef> ... </ExperimenterRef> [0..1]
<GroupRef> ... </GroupRef> [0..1]
<ProjectRef> ... </ProjectRef> [0..*]
<CA:CustomAttributes> ... </CA:CustomAttributes> [0..1]
</Dataset>
Diagram
Schema Component Representation
<xsd:element name="Dataset">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" Description " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" ExperimenterRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" GroupRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" ProjectRef " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" CA:CustomAttributes " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="Name" type=" xsd:string " use="optional"/>
<xsd:attribute name="ID" type=" DatasetID " use="required"/>
<xsd:attribute name="Locked" type=" xsd:boolean " default="false" use="optional"/>
</xsd:complexType>
</xsd:element>
top

Element: DatasetRef

Name DatasetRef
Used by (from the same schema document) Element Image
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The DatasetRef element refers to a Dataset by specifying the Dataset ID attribute. One or more DatasetRef elements may be listed within the Image element to specify what Datasets the Image belongs to.
Logical Diagram
XML Instance Representation
<DatasetRef
ID=" DatasetID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="DatasetRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="ID" type=" DatasetID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Description

Name Description
Used by (from the same schema document) Element Image , Element Experiment , Element Project , Element Dataset
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Just some free-form text to describe Images, Screens and Projects. The content model is now String. This is no longer the correct place for an XML sub-document Either - use CustomAttributes instead Or - define your own xml tree outside the OME node and link to the OME objects using references to the IDs
Logical Diagram
XML Instance Representation
<Description
xml:lang="[0..1]">
xsd:string
</Description>
Diagram
Schema Component Representation
<xsd:element name="Description">
<-- top level definition -->
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base=" xsd:string ">
<xsd:attribute ref=" xml:lang" default="en" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
top

Element: Detector

Name Detector
Used by (from the same schema document) Element Instrument
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The type of detector used to capture the image. The Detector ID can be used as a reference within the LogicalChannel element in the Image element. The Type attribute can be set to 'CCD','Intensified-CCD','Analog-Video','PMT','Photodiode','Spectroscopy','Life-time-Imaging','Correlation-Spectroscopy','FTIR'. Added new types EM-CCD, APD, and CMOS - ajp Added new optional attributes AmplificationGain and Zoom - ajp
Logical Diagram
XML Instance Representation
<Detector
Manufacturer=" xsd:string [0..1]"
Model=" xsd:string [0..1]"
SerialNumber=" xsd:string [0..1]"
Gain=" xsd:float [0..1]"
Voltage=" xsd:float [0..1]"
Offset=" xsd:float [0..1]"
Zoom=" xsd:float [0..1]"
AmplificationGain=" xsd:float [0..1]"
ID=" DetectorID [1]"
Type=" xsd:string (value comes from list: {'CCD'|'IntensifiedCCD'|'AnalogVideo'|'PMT'|'Photodiode'|'Spectroscopy'|'LifetimeImaging'|'CorrelationSpectroscopy'|'FTIR'|'EM-CCD'|'APD'|'CMOS'|'Unknown'}) [1]"/>
Diagram
Schema Component Representation
<xsd:element name="Detector">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" ManufactSpec ">
<xsd:attribute name="Gain" type=" xsd:float " use="optional"/>
<xsd:attribute name="Voltage" type=" xsd:float " use="optional"/>
<xsd:attribute name="Offset" type=" xsd:float " use="optional"/>
<xsd:attribute name="Zoom" type=" xsd:float " use="optional"/>
<xsd:attribute name="AmplificationGain" type=" xsd:float " use="optional"/>
<xsd:attribute name="ID" type=" DetectorID " use="required"/>
<xsd:attribute name="Type" use="required">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="CCD"/>
<xsd:enumeration value="IntensifiedCCD"/>
<xsd:enumeration value="AnalogVideo"/>
<xsd:enumeration value="PMT"/>
<xsd:enumeration value="Photodiode"/>
<xsd:enumeration value="Spectroscopy"/>
<xsd:enumeration value="LifetimeImaging"/>
<xsd:enumeration value="CorrelationSpectroscopy"/>
<xsd:enumeration value="FTIR"/>
<xsd:enumeration value="EM-CCD"/>
<xsd:enumeration value="APD"/>
<xsd:enumeration value="CMOS"/>
<xsd:enumeration value="Unknown"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: DetectorRef

Name DetectorRef
Used by (from the same schema document) Element LogicalChannel
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Added Voltage - ajp Added ReadOutRate units of MHz - ajp
Logical Diagram
XML Instance Representation
<DetectorRef
ID=" DetectorID [1]"
Offset=" xsd:float [0..1]"
Gain=" xsd:float [0..1]"
Voltage=" xsd:float [0..1]"
ReadOutRate=" xsd:float [0..1]

'The speed at which the detector can count pixels. Units of ReadOutRate is MHz. This is the bytes per second that can be read from the detector (like a baud rate).'

"

Binning=" Binning [0..1]

'Represents the number of pixels that are combined to form larger pixels.'

"
/>
Diagram
Schema Component Representation
<xsd:element name="DetectorRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="ID" type=" DetectorID " use="required"/>
<xsd:attribute name="Offset" type=" xsd:float " use="optional"/>
<xsd:attribute name="Gain" type=" xsd:float " use="optional"/>
<xsd:attribute name="Voltage" type=" xsd:float " use="optional"/>
<xsd:attribute name="ReadOutRate" type=" xsd:float " use="optional"/>
<xsd:attribute name="Binning" type=" Binning " use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Dichroic

Name Dichroic
Used by (from the same schema document) Element Instrument
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The dichromatic beamsplitter or dichroic mirror used for this filter combination.
Logical Diagram
XML Instance Representation
<Dichroic
Manufacturer=" xsd:string [1]"
Model=" xsd:string [1]"
LotNumber=" xsd:string [0..1]"
ID=" DichroicID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="Dichroic">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" FilterSpec ">
<xsd:attribute name="ID" type=" DichroicID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: DisplayOptions

Name DisplayOptions
Used by (from the same schema document) Element Image
Type Locally-defined complex type
Nillable no
Abstract no
Documentation There is optionally one of these per Image. They provide support for the Origional OME Perl server. This specifies mapping of image channel components to RGB or greyscale colorspace with one byte per pixel per RGB channel. RedChannel, GreenChannel, BlueChannel, and GreyChannel specify the scaling of pixel values to 8-bit colorspace values. Display indicates to display the image as Greyscale or RGB. The Projection element specifies that the display is a maximum intensity projection. The range of Z-sections for the projection is specified with the ZStart and ZStop attributes. The Time element restricts the range of timepoints displayed. The range of timepoints to display is specified by the TStart and TStop attributes. The MIME type of the desired video format is specified by Movie's MIMEtype attribute. The ROI element originally describes a 3-D region of interest. It now use the new ROI model. It is up to the loader to convert the new ROI structure to the old format if it is required. It is up to the viewer to either display the ROI only, or to simply mark it somehow.
Logical Diagram
element_RedChannel element_GreenChannel element_BlueChannel element_GreyChannel element_Projection element_Time element_ROI
XML Instance Representation
<DisplayOptions
Zoom=" xsd:float [0..1]"
ID=" DisplayOptionsID [1]"
Display=" xsd:string (value comes from list: {'RGB'|'Grey'}) [1]

'Specifies to display the image as greyscale or RGB'

"
>
<RedChannel> ... </RedChannel> [1]
<GreenChannel> ... </GreenChannel> [1]
<BlueChannel> ... </BlueChannel> [1]
<GreyChannel> ... </GreyChannel> [1]
<Projection> ... </Projection> [0..1]
<Time> ... </Time> [0..1]
<ROI> ... </ROI> [0..*]
</DisplayOptions>
Diagram
Schema Component Representation
<xsd:element name="DisplayOptions">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" RedChannel " minOccurs="1" maxOccurs="1"/>
<xsd:element ref=" GreenChannel " minOccurs="1" maxOccurs="1"/>
<xsd:element ref=" BlueChannel " minOccurs="1" maxOccurs="1"/>
<xsd:element ref=" GreyChannel " minOccurs="1" maxOccurs="1"/>
<xsd:element ref=" Projection " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" Time " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" ROI " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="Zoom" type=" xsd:float " use="optional"/>
<xsd:attribute name="ID" type=" DisplayOptionsID " use="required"/>
<xsd:attribute name="Display" use="required">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="RGB"/>
<xsd:enumeration value="Grey"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
top

Element: Ellipse

Name Ellipse
Used by (from the same schema document) Element Shape
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<Ellipse
transform="anySimpleType [0..1]"
cx=" xsd:string [0..1]"
cy=" xsd:string [0..1]"
rx=" xsd:string [0..1]"
ry=" xsd:string [0..1]"/>
Diagram
Schema Component Representation
<xsd:element name="Ellipse">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" BasicSvgShape ">
<xsd:attribute name="cx" type=" xsd:string " use="optional"/>
<xsd:attribute name="cy" type=" xsd:string " use="optional"/>
<xsd:attribute name="rx" type=" xsd:string " use="optional"/>
<xsd:attribute name="ry" type=" xsd:string " use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Email

Name Email
Used by (from the same schema document) Element Experimenter , Element Experimenter , Element Experimenter
Type xsd:string
Nillable no
Abstract no
Documentation A person's email address.
Logical Diagram
XML Instance Representation
<Email> xsd:string </Email>
Diagram
Schema Component Representation
<xsd:element name="Email" type=" xsd:string ">
<-- top level definition -->
</xsd:element>
top

Element: Experiment

Name Experiment
Used by (from the same schema document) Element OME
Type Locally-defined complex type
Nillable no
Abstract no
Documentation This element describes the type of experiment. The required Type attribute must contain one or more entries from the following list: FP FRET Time-lapse 4-D+ Screen Immunocytochemistry FISH Electrophysiology Ion-Imaging Colocalization PGI/Documentation FRAP Photoablation Optical-Trapping Photoactivation Fluorescence-Lifetime Spectral-Imaging Other FP refers to fluorescent proteins, PGI/Docuemntation is not a 'data' image. The optional Description element may contain free text to further describe the experiment. Added Type Photobleaching - ajp
Logical Diagram
element_Description element_ExperimenterRef element_MicrobeamManipulationRef
XML Instance Representation
<Experiment
Type="list of: [ xsd:string (value comes from list: {'FP'|'FRET'|'TimeLapse'|'FourDPlus'|'Screen'|'Immunocytochemistry'|'Immunofluorescence'|'FISH'|'Electrophysiology'|'IonImaging'|'Colocalization'|'PGIDocumentation'|'FluorescenceLifetime'|'SpectralImaging'|'Photobleaching'|'Other'}) ] [1]"
ID=" ExperimentID [1]">
<Description> ... </Description> [0..1]
<ExperimenterRef> ... </ExperimenterRef> [0..1]

'This is a link to the Experimenter who conducted the experiment - ajp'

<MicrobeamManipulationRef> ... </MicrobeamManipulationRef> [0..*]
</Experiment>
Diagram
Schema Component Representation
<xsd:element name="Experiment">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" Description " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" ExperimenterRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" MicrobeamManipulationRef " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="Type" use="required">
<xsd:simpleType>
<xsd:list>
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="FP"/>
<xsd:enumeration value="FRET"/>
<xsd:enumeration value="TimeLapse"/>
<xsd:enumeration value="FourDPlus"/>
<xsd:enumeration value="Screen"/>
<xsd:enumeration value="Immunocytochemistry"/>
<xsd:enumeration value="Immunofluorescence"/>
<xsd:enumeration value="FISH"/>
<xsd:enumeration value="Electrophysiology"/>
<xsd:enumeration value="IonImaging"/>
<xsd:enumeration value="Colocalization"/>
<xsd:enumeration value="PGIDocumentation"/>
<xsd:enumeration value="FluorescenceLifetime"/>
<xsd:enumeration value="SpectralImaging"/>
<xsd:enumeration value="Photobleaching"/>
<xsd:enumeration value="Other"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="ID" type=" ExperimentID " use="required"/>
</xsd:complexType>
</xsd:element>
top

Element: ExperimentRef

Name ExperimentRef
Used by (from the same schema document) Element Image
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ExperimentRef
ID=" ExperimentID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="ExperimentRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="ID" type=" ExperimentID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Experimenter

Name Experimenter
Used by (from the same schema document) Element OME
Type Locally-defined complex type
Nillable no
Abstract no
Documentation This element describes a person who performed an imaging experiment. This person may also be a user of the OME system, in which case the OMEName element contains their login name. Experimenters may belong to one or more groups which are specified using one or more GroupRef elements. Note while FirstName, LastName, Email and OMEName are all optional to be valid an Experimenter must have AT LEAST ONE present
Logical Diagram
element_GroupRef
XML Instance Representation
<Experimenter
ID=" ExperimenterID [1]">
Start Choice [1]

'At lease one of (FirstName, LastName, Email, OMEName)'


<FirstName> ... </FirstName> [1]
<LastName> ... </LastName> [0..1]
<Email> ... </Email> [0..1]
<Institution> ... </Institution> [0..1]
<OMEName> ... </OMEName> [0..1]
<LastName> ... </LastName> [1]
<Email> ... </Email> [0..1]
<Institution> ... </Institution> [0..1]
<OMEName> ... </OMEName> [0..1]
<Email> ... </Email> [1]
<Institution> ... </Institution> [0..1]
<OMEName> ... </OMEName> [0..1]
<Institution> ... </Institution> [0..1]
<OMEName> ... </OMEName> [1]
End Choice
<GroupRef> ... </GroupRef> [0..*]
</Experimenter>
Diagram
Schema Component Representation
<xsd:element name="Experimenter">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:sequence>
<xsd:element ref=" FirstName " minOccurs="1" maxOccurs="1"/>
<xsd:element ref=" LastName " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" Email " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" Institution " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" OMEName " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element ref=" LastName " minOccurs="1" maxOccurs="1"/>
<xsd:element ref=" Email " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" Institution " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" OMEName " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element ref=" Email " minOccurs="1" maxOccurs="1"/>
<xsd:element ref=" Institution " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" OMEName " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element ref=" Institution " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" OMEName " minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:choice>
<xsd:element ref=" GroupRef " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="ID" type=" ExperimenterID " use="required"/>
</xsd:complexType>
</xsd:element>
top

Element: ExperimenterRef

Name ExperimenterRef
Used by (from the same schema document) Element Image , Element Experiment , Element MicrobeamManipulation , Element Project , Element Dataset
Type Locally-defined complex type
Nillable no
Abstract no
Documentation This empty element has a required Experimenter ID and an optional DocumentID attribute which refers to one of the Experimenters defined within OME.
Logical Diagram
XML Instance Representation
<ExperimenterRef
ID=" ExperimenterID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="ExperimenterRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="ID" type=" ExperimenterID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Filament

Name Filament
Used by (from the same schema document) Element LightSource
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The Filament element is used to describe various kinds of filament bulbs such as Incadescent or Halogen. The Power of the Filament is now stored in the LightSource.
Logical Diagram
XML Instance Representation
<Filament
Type=" xsd:string (value comes from list: {'Incandescent'|'Halogen'|'Unknown'}) [1]"/>
Diagram
Schema Component Representation
<xsd:element name="Filament">
<-- top level definition -->
<xsd:complexType>
<xsd:attribute name="Type" use="required">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="Incandescent"/>
<xsd:enumeration value="Halogen"/>
<xsd:enumeration value="Unknown"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
top

Element: Filter

Name Filter
Used by (from the same schema document) Element Instrument
Type Locally-defined complex type
Nillable no
Abstract no
Documentation A filter is either an excitation or emission filters. There should be one filter element specified per wavelength in the image. The channel number associated with a filter set is specified in LogicalChannel's required ChannelComponent element and its Index attribute. It is based on the FilterSpec type, so has the required attributes Manufacturer, Model, and LotNumber. It may also contain a Type attribute which may be set to 'LongPass', 'ShortPass', 'BandPass', or 'MultiPass'. It can be associated with an optional FilterWheel - Note: this is not the same as a FilterSet
Logical Diagram
element_TransmittanceRange
XML Instance Representation
<Filter
Manufacturer=" xsd:string [1]"
Model=" xsd:string [1]"
LotNumber=" xsd:string [0..1]"
Type=" xsd:string (value comes from list: {'LongPass'|'ShortPass'|'BandPass'|'MultiPass'}) [0..1]"
FilterWheel=" xsd:string [0..1]

'A filter \'wheel\' in OME can refer to any arrangement of filters in a filter holder of any shape. It could, for example, be a filter slider.'

"

ID=" FilterID [1]">
<TransmittanceRange> ... </TransmittanceRange> [0..1]
</Filter>
Diagram
Schema Component Representation
<xsd:element name="Filter">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" FilterSpec ">
<xsd:sequence>
<xsd:element ref=" TransmittanceRange " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="Type" use="optional">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="LongPass"/>
<xsd:enumeration value="ShortPass"/>
<xsd:enumeration value="BandPass"/>
<xsd:enumeration value="MultiPass"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="FilterWheel" type=" xsd:string " use="optional"/>
<xsd:attribute name="ID" type=" FilterID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: FilterSet

Name FilterSet
Used by (from the same schema document) Element Instrument
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Filter set manufacturer specification
Logical Diagram
XML Instance Representation
<FilterSet
Manufacturer=" xsd:string [1]"
Model=" xsd:string [1]"
LotNumber=" xsd:string [0..1]"
ExFilterRef=" FilterID [0..1]"
DichroicRef=" DichroicID [0..1]"
EmFilterRef=" FilterID [0..1]"
ID=" FilterSetID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="FilterSet">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" FilterSpec ">
<xsd:attribute name="ExFilterRef" type=" FilterID " use="optional"/>
<xsd:attribute name="DichroicRef" type=" DichroicID " use="optional"/>
<xsd:attribute name="EmFilterRef" type=" FilterID " use="optional"/>
<xsd:attribute name="ID" type=" FilterSetID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: FilterSetRef

Name FilterSetRef
Used by (from the same schema document) Element LogicalChannel , Element OTF
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FilterSetRef
ID=" FilterSetID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="FilterSetRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="ID" type=" FilterSetID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: FirstName

Name FirstName
Used by (from the same schema document) Element Experimenter
Type xsd:string
Nillable no
Abstract no
Documentation First name, optionally containing a middle initial.
Logical Diagram
XML Instance Representation
<FirstName> xsd:string </FirstName>
Diagram
Schema Component Representation
<xsd:element name="FirstName" type=" xsd:string ">
<-- top level definition -->
</xsd:element>
top

Element: GreenChannel

Name GreenChannel
Used by (from the same schema document) Element DisplayOptions
Type ChannelSpecType
Nillable no
Abstract no
Documentation The wave number, black level, white level and optional gamma for the green channel of an RGB image. Pixel values between BlackLevel and WhiteLevel will be assigned values 0-255, respectively. Values below BlackLevel or above WhiteLevel will be assigned 0 and 255 respectively.
Logical Diagram
XML Instance Representation
<GreenChannel
ChannelNumber=" xsd:integer [1]

'Specifies the channel number in the pixel dump. Channels are numbered from 0.'

"

BlackLevel=" xsd:float [1]

'The black level is used to scale pixel values to an 8 bit colorspace for display. For example, a 16 bit pixel value must be downscaled to fit an 8 bit display. Any pixel value below the black value will be set to the minimum value of the scale range (0). Because the file schema offers support for non-integer pixel types, this is stored as a floating point number to offer maximum generality. Specifying a decimal value for an integer pixel type is ill defined. Valid range of values for black level is less than the white level and within the data range for the pixel type.'

"

WhiteLevel=" xsd:float [1]

'The white level is used to scale pixel values to an 8 bit colorspace for display. For example, a 16 bit pixel value must be downscaled to fit an 8 bit display. Any pixel value above the white value will be set to the maximum value of the scale range (255). Because the file schema offers support for non-integer pixel types, this is stored as a floating point number to offer maximum generality. Specifying a decimal value for an integer pixel type is ill defined. The valid range for white level is greater than the black level and within the data range for the pixel type.'

"

Gamma=" xsd:float [0..1]"
isOn=" xsd:boolean [0..1]"/>
Diagram
Schema Component Representation
<xsd:element name="GreenChannel" type=" ChannelSpecType ">
<-- top level definition -->
</xsd:element>
top

Element: GreyChannel

Name GreyChannel
Used by (from the same schema document) Element DisplayOptions
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The wave number, black level, white level and optional gamma for a greyscale image. The GreyChannel element may contain an optional ColorMap attribute, which can be set to 'Greyscale', 'Spectrum' or 'Blackbody' Pixel values between BlackLevel and WhiteLevel will be assigned values 0-255, inclusive. Values below BlackLevel or above WhiteLevel will be assigned 0 and 255 respectively.
Logical Diagram
XML Instance Representation
<GreyChannel
ChannelNumber=" xsd:integer [1]

'Specifies the channel number in the pixel dump. Channels are numbered from 0.'

"

BlackLevel=" xsd:float [1]

'The black level is used to scale pixel values to an 8 bit colorspace for display. For example, a 16 bit pixel value must be downscaled to fit an 8 bit display. Any pixel value below the black value will be set to the minimum value of the scale range (0). Because the file schema offers support for non-integer pixel types, this is stored as a floating point number to offer maximum generality. Specifying a decimal value for an integer pixel type is ill defined. Valid range of values for black level is less than the white level and within the data range for the pixel type.'

"

WhiteLevel=" xsd:float [1]

'The white level is used to scale pixel values to an 8 bit colorspace for display. For example, a 16 bit pixel value must be downscaled to fit an 8 bit display. Any pixel value above the white value will be set to the maximum value of the scale range (255). Because the file schema offers support for non-integer pixel types, this is stored as a floating point number to offer maximum generality. Specifying a decimal value for an integer pixel type is ill defined. The valid range for white level is greater than the black level and within the data range for the pixel type.'

"

Gamma=" xsd:float [0..1]"
isOn=" xsd:boolean [0..1]"
ColorMap=" xsd:string (value comes from list: {'Greyscale'|'Spectrum'|'Blackbody'}) [0..1]"/>
Diagram
Schema Component Representation
<xsd:element name="GreyChannel">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" ChannelSpecType ">
<xsd:attribute name="ColorMap" use="optional" default="Greyscale">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="Greyscale"/>
<xsd:enumeration value="Spectrum"/>
<xsd:enumeration value="Blackbody"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Group

Name Group
Used by (from the same schema document) Element OME
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The Group ID and Name attributes are required. Contact information should be specified for the leader of the group and a contact person. The Leader and/or Contact are themselves experimenters defined in OME, but they need not have OMENames.
Logical Diagram
element_Leader element_Contact
XML Instance Representation
<Group
Name=" xsd:string [0..1]"
ID=" GroupID [1]">
<Leader> ... </Leader> [0..1]
<Contact> ... </Contact> [0..1]
</Group>
Diagram
Schema Component Representation
<xsd:element name="Group">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" Leader " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" Contact " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="Name" type=" xsd:string " use="optional"/>
<xsd:attribute name="ID" type=" GroupID " use="required"/>
</xsd:complexType>
</xsd:element>
top

Element: GroupRef

Name GroupRef
Used by (from the same schema document) Element Image , Element Experimenter , Element Project , Element Dataset
Type Locally-defined complex type
Nillable no
Abstract no
Documentation This empty element has a reference (the Group ID attribute) to a Group defined within OME.
Logical Diagram
XML Instance Representation
<GroupRef
ID=" GroupID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="GroupRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="ID" type=" GroupID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Image

Name Image
Used by (from the same schema document) Element OME
Type Locally-defined complex type
Nillable no
Abstract no
Documentation This element describes the actual image and its meta-data. The elements that are references (ending in Ref) refer to elements defined outside of the Image element. If any of the required Image attributes are missing, its guaranteed to be an invalid document. The required elements are CreationDate and Pixels. ExperimenterRef is required for all Images with well formed LSIDs. ImageType is a vendor-specific designation of the type of image this is. Examples of ImageType include 'STK', 'SoftWorx', etc. The Name attributes are in all cases the name of the element instance. In this case, the name of the image, not necessarily the filename. PixelSize* is in microns. TimeIncrement is used for time series that have a global timing specification instead of per-timepoint timing info. For example in a video stream. The unit is seconds. Similarly, WaveStart and WaveIncrement are used in spectral images like FTIR. These are both positive integers.
Logical Diagram
element_DatasetRef element_Region element_CustomAttributes
XML Instance Representation
<Image
ID=" ImageID [1]"
Name=" xsd:string [0..1]"
DefaultPixels=" PixelsID [1]

'More than one Pixels element may be associated with an Image. An Image will however have one \"primary\" set of Pixels specified with this attribute.'

"

AcquiredPixels=" PixelsID [0..1]

'Optional. More than one Pixels element may be associated with an Image. This attribute indicates the original acquired pixels.'

"
>
<CreationDate> ... </CreationDate> [0..1]
<ExperimenterRef> ... </ExperimenterRef> [0..1]
<Description> ... </Description> [0..1]
<ExperimentRef> ... </ExperimentRef> [0..1]
<GroupRef> ... </GroupRef> [0..1]
<DatasetRef> ... </DatasetRef> [0..*]
<InstrumentRef> ... </InstrumentRef> [0..1]
<ObjectiveRef> ... </ObjectiveRef> [0..1]
<ImagingEnvironment> ... </ImagingEnvironment> [0..1]
<Thumbnail> ... </Thumbnail> [0..1]
<LogicalChannel> ... </LogicalChannel> [0..*]
<DisplayOptions> ... </DisplayOptions> [0..1]
<StageLabel> ... </StageLabel> [0..1]
<Pixels> ... </Pixels> [1..*]
<Region> ... </Region> [0..*]
<CA:CustomAttributes> ... </CA:CustomAttributes> [0..1]
<ROI> ... </ROI> [0..*]
<MicrobeamManipulation> ... </MicrobeamManipulation> [0..*]
</Image>
Diagram
Schema Component Representation
<xsd:element name="Image">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" CreationDate " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" ExperimenterRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" Description " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" ExperimentRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" GroupRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" DatasetRef " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" InstrumentRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" ObjectiveRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" ImagingEnvironment " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" Thumbnail " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" LogicalChannel " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" DisplayOptions " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" StageLabel " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" Pixels " minOccurs="1" maxOccurs="unbounded"/>
<xsd:element ref=" Region " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" CA:CustomAttributes " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" ROI " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" MicrobeamManipulation " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="ID" type=" ImageID " use="required"/>
<xsd:attribute name="Name" type=" xsd:string " use="optional"/>
<xsd:attribute name="DefaultPixels" type=" PixelsID " use="required"/>
<xsd:attribute name="AcquiredPixels" type=" PixelsID " use="optional"/>
</xsd:complexType>
</xsd:element>
top

Element: ImagingEnvironment

Name ImagingEnvironment
Used by (from the same schema document) Element Image
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The Temperature is in Celsius, AirPressure is in millibars, Humidity and CO2Percent are percent-fractions from 0.0 to 1.0.
Logical Diagram
XML Instance Representation
<ImagingEnvironment
Temperature=" xsd:float [0..1]"
AirPressure=" xsd:float [0..1]"
Humidity=" PercentFraction [0..1]"
CO2Percent=" PercentFraction [0..1]"/>
Diagram
Schema Component Representation
<xsd:element name="ImagingEnvironment">
<-- top level definition -->
<xsd:complexType>
<xsd:attribute name="Temperature" type=" xsd:float " use="optional"/>
<xsd:attribute name="AirPressure" type=" xsd:float " use="optional"/>
<xsd:attribute name="Humidity" type=" PercentFraction " use="optional"/>
<xsd:attribute name="CO2Percent" type=" PercentFraction " use="optional"/>
</xsd:complexType>
</xsd:element>
top

Element: Immersion

Name Immersion
Used by (from the same schema document) Element Objective
Type Locally-defined simple type
Nillable no
Abstract no
Documentation The immersion medium the lens is designed for
Logical Diagram
XML Instance Representation
<Immersion> xsd:string (value comes from list: {'Oil'|'Water'|'WaterDipping'|'Air'|'Multi'|'Glycerol'|'Other'|'Unknown'}) </Immersion>
Diagram
Schema Component Representation
<xsd:element name="Immersion">
<-- top level definition -->
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="Oil"/>
<xsd:enumeration value="Water"/>
<xsd:enumeration value="WaterDipping"/>
<xsd:enumeration value="Air"/>
<xsd:enumeration value="Multi"/>
<xsd:enumeration value="Glycerol"/>
<xsd:enumeration value="Other"/>
<xsd:enumeration value="Unknown"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
top

Element: Institution

Name Institution
Used by (from the same schema document) Element Experimenter , Element Experimenter , Element Experimenter , Element Experimenter
Type xsd:string
Nillable no
Abstract no
Documentation The organizing structure that people belong to other than groups. A university, or company, etc. We do not specify a department element, and do not mean for Institution to be used in this way. We simply wish to say XXX at YYY. Where YYY has a better chance of being tied to a geographically fixed location and of being more recognizable than a group of experimenters.
Logical Diagram
XML Instance Representation
<Institution> xsd:string </Institution>
Diagram
Schema Component Representation
<xsd:element name="Institution" type=" xsd:string ">
<-- top level definition -->
</xsd:element>
top

Element: Instrument

Name Instrument
Used by (from the same schema document) Element OME
Type Locally-defined complex type
Nillable no
Abstract no
Documentation This element describes the instrument used to capture the Image. It is primarily a container for manufacturer's model and catalog numbers for the Microscope, LightSource, Detector, Objective and Filters components. Additionally, one or more OTF elements may be specified, describing the optical transfer function under different conditions. The Objective element contains the additional elements LensNA and Magnification. The Filters element can be composed either of separate excitation, emission filters and a dichroic mirror or a single filter set. Within the Image itself, a reference is made to this one Filter element. The OTF element contains an optical transfer function. The same OTF can be used for all wavelengths, or there may be one per wavelength. There may be multiple light sources, detectors, objectives and filters on a microscope. Each of these has their own ID attribute, which can be referred to from LogicalChannel. It is understood that the light path configuration can be different for each channel, but cannot be different for each timepoint or each plane of an XYZ stack.
Logical Diagram
element_Microscope element_LightSource element_Detector element_Objective element_FilterSet element_Filter element_Dichroic element_OTF
XML Instance Representation
<Instrument
ID=" InstrumentID [1]">
<Microscope> ... </Microscope> [0..1]
<LightSource> ... </LightSource> [0..*]
<Detector> ... </Detector> [0..*]
<Objective> ... </Objective> [0..*]
<FilterSet> ... </FilterSet> [0..*]
<Filter> ... </Filter> [0..*]
<Dichroic> ... </Dichroic> [0..*]
<OTF> ... </OTF> [0..*]
</Instrument>
Diagram
Schema Component Representation
<xsd:element name="Instrument">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" Microscope " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" LightSource " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" Detector " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" Objective " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" FilterSet " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" Filter " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" Dichroic " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" OTF " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="ID" type=" InstrumentID " use="required"/>
</xsd:complexType>
</xsd:element>
top

Element: InstrumentRef

Name InstrumentRef
Used by (from the same schema document) Element Image
Type Locally-defined complex type
Nillable no
Abstract no
Documentation This empty element can be used (via the required Instrument ID attribute) to refer to an Instrument defined within OME.
Logical Diagram
XML Instance Representation
<InstrumentRef
ID=" InstrumentID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="InstrumentRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="ID" type=" InstrumentID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Laser

Name Laser
Used by (from the same schema document) Element LightSource
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Laser types are specified using two attributes - the Type and the lasing medium (Medium). Type is a string which may be set to: 'Excimer','Gas','Metal Vapor','Solid State','Dye','Semiconductor', or 'Free Electron'. The Medium attribute specifies the actual lasing medium for a given laser type (for example, 'Nd-YAG'). Additionally, the Wavelength (in nm), whether or not the laser is Tuneable, and any FrequencyMultiplication that may be specified. The Pulse attribute can be set to 'CW' (Continuous Wave),','Single','Q-Switched','Repetitive','Mode-Locked'. The Power attribute specifies the nominal laser power in watts. The Laser element may contain a Pump sub-element which refers to a LightSource used as a laser pump. Removed Power - ajp Added RepetitionRate - The is the rate in Hz at which the laser pulses. ajp Added PockelCell attribute - ajp
Logical Diagram
element_Pump
XML Instance Representation
<Laser
Type=" xsd:string (value comes from list: {'Excimer'|'Gas'|'MetalVapor'|'SolidState'|'Dye'|'Semiconductor'|'FreeElectron'|'Unknown'}) [1]"
LaserMedium=" LaserMedia [1]"
Wavelength=" xsd:positiveInteger [0..1]"
FrequencyMultiplication=" xsd:positiveInteger [0..1]"
Tuneable=" xsd:boolean [0..1]"
Pulse=" xsd:string (value comes from list: {'CW'|'Single'|'QSwitched'|'Repetitive'|'ModeLocked'}) [0..1]"
PockelCell=" xsd:boolean [0..1]"
RepetitionRate=" xsd:boolean [0..1]

'The is the rate in Hz at which the laser pulses if the Pulse type is \'Repetitive\''

"
>
<Pump> ... </Pump> [0..1]
</Laser>
Diagram
Schema Component Representation
<xsd:element name="Laser">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" Pump " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="Type" use="required">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="Excimer"/>
<xsd:enumeration value="Gas"/>
<xsd:enumeration value="MetalVapor"/>
<xsd:enumeration value="SolidState"/>
<xsd:enumeration value="Dye"/>
<xsd:enumeration value="Semiconductor"/>
<xsd:enumeration value="FreeElectron"/>
<xsd:enumeration value="Unknown"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="LaserMedium" type=" LaserMedia " use="required"/>
<xsd:attribute name="Wavelength" type=" xsd:positiveInteger " use="optional"/>
<xsd:attribute name="FrequencyMultiplication" type=" xsd:positiveInteger " use="optional"/>
<xsd:attribute name="Tuneable" type=" xsd:boolean " use="optional"/>
<xsd:attribute name="Pulse" use="optional">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="CW"/>
<xsd:enumeration value="Single"/>
<xsd:enumeration value="QSwitched"/>
<xsd:enumeration value="Repetitive"/>
<xsd:enumeration value="ModeLocked"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="PockelCell" type=" xsd:boolean " use="optional"/>
<xsd:attribute name="RepetitionRate" type=" xsd:boolean " use="optional"/>
</xsd:complexType>
</xsd:element>
top

Element: LastName

Name LastName
Used by (from the same schema document) Element Experimenter , Element Experimenter
Type xsd:string
Nillable no
Abstract no
Documentation A person's last or surname.
Logical Diagram
XML Instance Representation
<LastName> xsd:string </LastName>
Diagram
Schema Component Representation
<xsd:element name="LastName" type=" xsd:string ">
<-- top level definition -->
</xsd:element>
top

Element: Leader

Name Leader
Used by (from the same schema document) Element Group
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Contact information for a Group leader specified using a reference to an Experimenter element defined elsewhere in the document.
Logical Diagram
XML Instance Representation
<Leader
ID=" ExperimenterID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="Leader">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="ID" type=" ExperimenterID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: LensNA

Name LensNA
Used by (from the same schema document) Element Objective
Type xsd:float
Nillable no
Abstract no
Documentation The numerical aperture of the lens expressed as a floating point (real) number.
Logical Diagram
XML Instance Representation
<LensNA> xsd:float </LensNA>
Diagram
Schema Component Representation
<xsd:element name="LensNA" type=" xsd:float ">
<-- top level definition -->
</xsd:element>
top

Element: LightEmittingDiode

Name LightEmittingDiode
Used by (from the same schema document) Element LightSource
Type anyType
Nillable no
Abstract no
Documentation The LightEmittingDiode element is used to describe various kinds of LED lamps.
Logical Diagram
XML Instance Representation
<LightEmittingDiode> ... </LightEmittingDiode>
Diagram
Schema Component Representation
<xsd:element name="LightEmittingDiode">
<-- top level definition -->
</xsd:element>
top

Element: LightSource

Name LightSource
Used by (from the same schema document) Element Instrument
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The lightsource for the instrument. An instrument may have several light sources. The type of lightsource is specified by one of the child-elements which are 'Laser', 'Filament', 'Arc' or 'LightEmittingDiode'. Each of the light source types has its own Type attribute to further differentiate the light source (eg, Nd-YAG for Laser or Hg for Arc). A LightSource ID must be specified for each light source, and the individual light sources can be referred to by their LightSource IDs (eg from LogicalChannel). Lasers may have a Pump sub-element which refers to another LightSource used as a laser pump. Moved Power into LightSource from Laser - ajp
Logical Diagram
element_Laser element_Filament element_Arc element_LightEmittingDiode
XML Instance Representation
<LightSource
Manufacturer=" xsd:string [0..1]"
Model=" xsd:string [0..1]"
SerialNumber=" xsd:string [0..1]"
ID=" LightSourceID [1]"
Power=" xsd:float [0..1]">
Start Choice [1]
<Laser> ... </Laser> [1]
<Filament> ... </Filament> [1]
<Arc> ... </Arc> [1]
<LightEmittingDiode> ... </LightEmittingDiode> [1]
End Choice
</LightSource>
Diagram
Schema Component Representation
<xsd:element name="LightSource">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" ManufactSpec ">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref=" Laser " minOccurs="1" maxOccurs="1"/>
<xsd:element ref=" Filament " minOccurs="1" maxOccurs="1"/>
<xsd:element ref=" Arc " minOccurs="1" maxOccurs="1"/>
<xsd:element ref=" LightEmittingDiode " minOccurs="1" maxOccurs="1"/>
</xsd:choice>
<xsd:attribute name="ID" type=" LightSourceID " use="required"/>
<xsd:attribute name="Power" type=" xsd:float " use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: LightSourceRef

Name LightSourceRef
Used by (from the same schema document) Element MicrobeamManipulation , Element LogicalChannel
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<LightSourceRef
ID=" LightSourceID [1]"
Attenuation=" PercentFraction [0..1]"
Wavelength=" xsd:positiveInteger [0..1]"/>
Diagram
Schema Component Representation
<xsd:element name="LightSourceRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="ID" type=" LightSourceID " use="required"/>
<xsd:attribute name="Attenuation" type=" PercentFraction " use="optional"/>
<xsd:attribute name="Wavelength" type=" xsd:positiveInteger " use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Line

Name Line
Used by (from the same schema document) Element Shape
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<Line
transform="anySimpleType [0..1]"
x1=" xsd:string [0..1]"
y1=" xsd:string [0..1]"
x2=" xsd:string [0..1]"
y2=" xsd:string [0..1]"/>
Diagram
Schema Component Representation
<xsd:element name="Line">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" BasicSvgShape ">
<xsd:attribute name="x1" type=" xsd:string " use="optional"/>
<xsd:attribute name="y1" type=" xsd:string " use="optional"/>
<xsd:attribute name="x2" type=" xsd:string " use="optional"/>
<xsd:attribute name="y2" type=" xsd:string " use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: LogicalChannel

Name LogicalChannel
Used by (from the same schema document) Element Image
Type Locally-defined complex type
Nillable no
Abstract no
Documentation There must be one per channel in the Image, even for a single-plane image. In OME, Channels (e.g. 'FITC', 'Texas Red', etc) are specified as Logical Channels, And information about how each of them was acquired is stored in the various optional *Ref elements. Each Logical Channel is composed of one or more ChannelComponents. For example, an entire spectrum in an FTIR experiment may be stored in a single Logical Channel with each discrete wavenumber of the spectrum constituting a ChannelComponent of the FTIR Logical Channel. An RGB image where the Red, Green and Blue components do not reflect discrete probes but are instead the output of a color camera would be treated similarly - one Logical channel with three ChannelComponents in this case. The total number of ChannelComponents for a set of pixels must equal SizeC. The SamplesPerPixel attribute is the number of channel components in the logical channel. The IlluminationType attribute is a string enumeration which may be set to 'Transmitted', 'Epifluorescence', 'Oblique', or 'NonLinear'. The optional PinholeSize attribute allows specifying adjustable pin hole diameters for confocal microscopes. The PhotometricInterpretation attribute is used to describe how to display a multi-component channel. This attribute may be set to: 'monochrome', 'RGB', 'ARGB', 'CMYK', 'HSV'. The default for single-component channels is 'monochrome'. The Mode attribute describes the type of microscopy performed for each channel. This may be set to: 'Wide-field','Wide-field','Laser Scanning Microscopy','Laser Scanning Confocal','Spinning Disk Confocal','Slit Scan Confocal','Multi-Photon Microscopy', 'Structured Illumination','Single Molecule Imaging','Total Internal Reflection','Fluorescence-Lifetime','Spectral Imaging', 'Fluorescence Correlation Spectroscopy','Near Field Scanning Optical Microscopy','Second Harmonic Generation Imaging'. The ContrastMethod attribute may be set to 'Brightfield','Phase','DIC','Hoffman Modulation','Oblique Illumination','Polarized Light','Darkfield','Fluorescence'. The ExWave, EmWave and Fluor attributes allow specifying the nominal excitation and emission wavelengths and the type of fluor being imaged in a particular channel. The Fluor attribute is used for fluorescence images, while the Name attribute is used to name channels that are not imaged using fluorescence techniques. The user interface logic for labeling a given channel for the user should use the first existing attribute in the following sequence: Name -> Fluor -> EmWave -> ChannelComponent/Index. The NDfilter attribute is used to specify (in O.D. units) the combined effect of any neutral density filters used.
Logical Diagram
element_LightSourceRef element_OTFRef element_DetectorRef element_FilterSetRef element_ChannelComponent
XML Instance Representation
<LogicalChannel
ID=" LogicalChannelID [1]"
Name=" xsd:string [0..1]"
SamplesPerPixel=" xsd:integer [0..1]"
SecondaryEmissionFilter=" FilterID [0..1]"
SecondaryExcitationFilter=" FilterID [0..1]"
IlluminationType=" xsd:string (value comes from list: {'Transmitted'|'Epifluorescence'|'Oblique'|'NonLinear'}) [0..1]

'Attribute is called Illumination in EA diagram - ajp Added NonLinear - ajp'

"

PinholeSize=" xsd:float [0..1]"
PhotometricInterpretation=" xsd:string (value comes from list: {'Monochrome'|'RGB'|'ARGB'|'CMYK'|'HSV'|'ColorMap'}) [0..1]

'To Do - Add more documentation - ajp Added ColorMap - ajp'

"

Mode=" xsd:string (value comes from list: {'WideField'|'LaserScanningMicroscopy'|'LaserScanningConfocal'|'SpinningDiskConfocal'|'SlitScanConfocal'|'MultiPhotonMicroscopy'|'StructuredIllumination'|'SingleMoleculeImaging'|'TotalInternalReflection'|'FluorescenceLifetime'|'SpectralImaging'|'FluorescenceCorrelationSpectroscopy'|'NearFieldScanningOpticalMicroscopy'|'SecondHarmonicGenerationImaging'|'Other'}) [0..1]"
ContrastMethod=" xsd:string (value comes from list: {'Brightfield'|'Phase'|'DIC'|'HoffmanModulation'|'ObliqueIllumination'|'PolarizedLight'|'Darkfield'|'Fluorescence'}) [0..1]"
ExWave=" xsd:positiveInteger [0..1]"
EmWave=" xsd:positiveInteger [0..1]"
Fluor=" xsd:string [0..1]"
NdFilter=" xsd:float [0..1]"
PockelCellSetting=" xsd:integer [0..1]">
<LightSourceRef> ... </LightSourceRef> [0..1]
<OTFRef> ... </OTFRef> [0..1]
<DetectorRef> ... </DetectorRef> [0..1]
<FilterSetRef> ... </FilterSetRef> [0..1]
<ChannelComponent> ... </ChannelComponent> [1..*]
</LogicalChannel>
Diagram
Schema Component Representation
<xsd:element name="LogicalChannel">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" LightSourceRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" OTFRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" DetectorRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" FilterSetRef " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" ChannelComponent " minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="ID" type=" LogicalChannelID " use="required"/>
<xsd:attribute name="Name" type=" xsd:string " use="optional"/>
<xsd:attribute name="SamplesPerPixel" type=" xsd:integer " use="optional"/>
<xsd:attribute name="SecondaryEmissionFilter" type=" FilterID " use="optional"/>
<xsd:attribute name="SecondaryExcitationFilter" type=" FilterID " use="optional"/>
<xsd:attribute name="IlluminationType" use="optional">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="Transmitted"/>
<xsd:enumeration value="Epifluorescence"/>
<xsd:enumeration value="Oblique"/>
<xsd:enumeration value="NonLinear"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="PinholeSize" type=" xsd:float " use="optional"/>
<xsd:attribute name="PhotometricInterpretation" default="Monochrome" use="optional">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="Monochrome"/>
<xsd:enumeration value="RGB"/>
<xsd:enumeration value="ARGB"/>
<xsd:enumeration value="CMYK"/>
<xsd:enumeration value="HSV"/>
<xsd:enumeration value="ColorMap"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="Mode" use="optional">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="WideField"/>
<xsd:enumeration value="LaserScanningMicroscopy"/>
<xsd:enumeration value="LaserScanningConfocal"/>
<xsd:enumeration value="SpinningDiskConfocal"/>
<xsd:enumeration value="SlitScanConfocal"/>
<xsd:enumeration value="MultiPhotonMicroscopy"/>
<xsd:enumeration value="StructuredIllumination"/>
<xsd:enumeration value="SingleMoleculeImaging"/>
<xsd:enumeration value="TotalInternalReflection"/>
<xsd:enumeration value="FluorescenceLifetime"/>
<xsd:enumeration value="SpectralImaging"/>
<xsd:enumeration value="FluorescenceCorrelationSpectroscopy"/>
<xsd:enumeration value="NearFieldScanningOpticalMicroscopy"/>
<xsd:enumeration value="SecondHarmonicGenerationImaging"/>
<xsd:enumeration value="Other"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="ContrastMethod" use="optional">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="Brightfield"/>
<xsd:enumeration value="Phase"/>
<xsd:enumeration value="DIC"/>
<xsd:enumeration value="HoffmanModulation"/>
<xsd:enumeration value="ObliqueIllumination"/>
<xsd:enumeration value="PolarizedLight"/>
<xsd:enumeration value="Darkfield"/>
<xsd:enumeration value="Fluorescence"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="ExWave" type=" xsd:positiveInteger " use="optional"/>
<xsd:attribute name="EmWave" type=" xsd:positiveInteger " use="optional"/>
<xsd:attribute name="Fluor" type=" xsd:string " use="optional"/>
<xsd:attribute name="NdFilter" type=" xsd:float " use="optional"/>
<xsd:attribute name="PockelCellSetting" type=" xsd:integer " use="optional"/>
</xsd:complexType>
</xsd:element>
top

Element: LogicalChannelRef

Name LogicalChannelRef
Used by (from the same schema document) Element Shape
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<LogicalChannelRef
ID=" LogicalChannelID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="LogicalChannelRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="ID" type=" LogicalChannelID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Mask

Name Mask
Used by (from the same schema document) Element Shape
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
element_MaskPixels
XML Instance Representation
<Mask
transform="anySimpleType [0..1]"
x=" xsd:string [0..1]"
y=" xsd:string [0..1]"
width=" xsd:string [0..1]"
height=" xsd:string [0..1]">
<MaskPixels> ... </MaskPixels> [1]
</Mask>
Diagram
Schema Component Representation
<xsd:element name="Mask">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" BasicSvgShape ">
<xsd:sequence>
<xsd:element ref=" MaskPixels " minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="x" type=" xsd:string " use="optional"/>
<xsd:attribute name="y" type=" xsd:string " use="optional"/>
<xsd:attribute name="width" type=" xsd:string " use="optional"/>
<xsd:attribute name="height" type=" xsd:string " use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: MaskPixels

Name MaskPixels
Used by (from the same schema document) Element Mask
Type Locally-defined complex type
Nillable no
Abstract no
Documentation
Logical Diagram
XML Instance Representation
<MaskPixels
ExtendedPixelType=" ExtendedPixelTypes [1]"
BigEndian=" xsd:boolean [1]

'This is true if the pixel data was written in BigEndian order. This is dependent on the system architecture of the machine that wrote the pixels. True for essentially all modern CPUs other than Intel and Alpha. All pixel data must be written in the same endian order.'

"

SizeX=" xsd:positiveInteger [1]

'Dimensional size of pixel data array'

"

SizeY=" xsd:positiveInteger [1]

'Dimensional size of pixel data array'

"
>
Start Choice [1]
<Bin:BinData> ... </Bin:BinData> [1..*]
<TiffData> ... </TiffData> [1..*]
End Choice
</MaskPixels>
Diagram
Schema Component Representation
<xsd:element name="MaskPixels">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element ref=" Bin:BinData " minOccurs="1" maxOccurs="unbounded"/>
<xsd:element ref=" TiffData " minOccurs="1" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="ExtendedPixelType" type=" ExtendedPixelTypes " use="required"/>
<xsd:attribute name="BigEndian" type=" xsd:boolean " use="required"/>
<xsd:attribute name="SizeX" type=" xsd:positiveInteger " use="required"/>