Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Imported schema ROI.xsd
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Properties
attribute form default unqualified
element form default qualified
version 1
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element ROIRef
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Diagram
Diagram ome_xsd.tmp#Reference ROI_xsd.tmp#ROIRef_ID
Type extension of Reference
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use
ID ROIID required
Source
<xsd:element name="ROIRef">
  <!-- top level definition -->
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="OME:Reference">
        <xsd:attribute name="ID" use="required" type="ROIID"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element ROI
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
A four dimensional 'Region of Interest'.
If they are not used, and the Image has more than one plane,
the entire set of planes is assumed to be included in the ROI.
Multiple ROIs may be specified.
Diagram
Diagram ROI_xsd.tmp#ROI_ID ROI_xsd.tmp#ROI_Name ROI_xsd.tmp#ROI_Namespace ROI_xsd.tmp#ROI_Union SA_xsd.tmp#AnnotationRef ROI_xsd.tmp#ROI_Description
Properties
content complex
Used by
Element OME
Model
Children AnnotationRef, Description, Union
Instance
<ROI ID="" Name="" Namespace="" xmlns="http://www.openmicroscopy.org/Schemas/ROI/2015-01" xmlns:SA="http://www.openmicroscopy.org/Schemas/SA/2015-01">
  <Union>{1,1}</Union>
  <SA:AnnotationRef ID="">{0,unbounded}</SA:AnnotationRef>
  <Description>{0,1}</Description>
</ROI>
Attributes
QName Type Use Annotation
ID ROIID required
Name xsd:string optional
The Name identifies the ROI to the user. [plane text string]
Namespace xsd:anyURI optional
Source
<xsd:element name="ROI">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>ROIs</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A four dimensional 'Region of Interest'. If they are not used, and the Image has more than one plane, the entire set of planes is assumed to be included in the ROI. Multiple ROIs may be specified.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice minOccurs="1" maxOccurs="1">
        <xsd:element name="Union" minOccurs="1" maxOccurs="1">
          <xsd:complexType>
            <xsd:sequence>
              <xsd:element ref="Shape" minOccurs="1" maxOccurs="unbounded"/>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
      </xsd:choice>
      <xsd:element ref="SA:AnnotationRef" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:appinfo>
            <xsdfu>
              <manytomany/>
            </xsdfu>
          </xsd:appinfo>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="Description" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>A description for the ROI. [plane text multi-line string]</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
          <xsd:restriction base="xsd:string">
            <xsd:whiteSpace value="preserve"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="ID" use="required" type="ROIID"/>
    <xsd:attribute name="Name" use="optional" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>The Name identifies the ROI to the user. [plane text string]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Namespace" use="optional" type="xsd:anyURI"/>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element ROI / Union
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Diagram
Diagram ROI_xsd.tmp#Shape
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children Shape
Instance
<Union xmlns="http://www.openmicroscopy.org/Schemas/ROI/2015-01">
  <Shape FillColor="" FillRule="" FontFamily="" FontSize="" FontSizeUnit="pt" FontStyle="" ID="" LineCap="" Locked="" StrokeColor="" StrokeDashArray="" StrokeWidth="" StrokeWidthUnit="pixel" Text="" TheC="" TheT="" TheZ="" Visible="">{1,unbounded}</Shape>
</Union>
Source
<xsd:element name="Union" minOccurs="1" maxOccurs="1">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="Shape" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element Shape
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
The shape element contains a single specific ROI shape and links
that to any channels, and a timepoint and a z-section. It also
records any transform applied to the ROI shape.
Diagram
Diagram ROI_xsd.tmp#Shape_FillColor ROI_xsd.tmp#Shape_FillRule ROI_xsd.tmp#Shape_StrokeColor ROI_xsd.tmp#Shape_StrokeWidth ROI_xsd.tmp#Shape_StrokeWidthUnit ROI_xsd.tmp#Shape_StrokeDashArray ROI_xsd.tmp#Shape_LineCap ROI_xsd.tmp#Shape_Text ROI_xsd.tmp#Shape_FontFamily ROI_xsd.tmp#Shape_FontSize ROI_xsd.tmp#Shape_FontSizeUnit ROI_xsd.tmp#Shape_FontStyle ROI_xsd.tmp#Shape_Visible ROI_xsd.tmp#Shape_Locked ROI_xsd.tmp#Shape_ID ROI_xsd.tmp#Shape_TheZ ROI_xsd.tmp#Shape_TheT ROI_xsd.tmp#Shape_TheC ROI_xsd.tmp#Line ROI_xsd.tmp#Rectangle ROI_xsd.tmp#Mask ROI_xsd.tmp#Ellipse ROI_xsd.tmp#Point ROI_xsd.tmp#Polyline ROI_xsd.tmp#Polygon ROI_xsd.tmp#Label ROI_xsd.tmp#Shape_Transform SA_xsd.tmp#AnnotationRef
Properties
content complex
Used by
Element ROI/Union
Model
Children AnnotationRef, Ellipse, Label, Line, Mask, Point, Polygon, Polyline, Rectangle, Transform
Instance
<Shape FillColor="" FillRule="" FontFamily="" FontSize="" FontSizeUnit="pt" FontStyle="" ID="" LineCap="" Locked="" StrokeColor="" StrokeDashArray="" StrokeWidth="" StrokeWidthUnit="pixel" Text="" TheC="" TheT="" TheZ="" Visible="" xmlns="http://www.openmicroscopy.org/Schemas/ROI/2015-01" xmlns:SA="http://www.openmicroscopy.org/Schemas/SA/2015-01">
  <Line MarkerEnd="" MarkerStart="" X1="" X2="" Y1="" Y2="">{1,1}</Line>
  <Rectangle Height="" Width="" X="" Y="">{1,1}</Rectangle>
  <Mask Height="" Width="" X="" Y="">{1,1}</Mask>
  <Ellipse RadiusX="" RadiusY="" X="" Y="">{1,1}</Ellipse>
  <Point X="" Y="">{1,1}</Point>
  <Polyline MarkerEnd="" MarkerStart="" Points="">{1,1}</Polyline>
  <Polygon Points="">{1,1}</Polygon>
  <Label X="" Y="">{1,1}</Label>
  <Transform A00="" A01="" A02="" A10="" A11="" A12="">{0,1}</Transform>
  <SA:AnnotationRef ID="">{0,unbounded}</SA:AnnotationRef>
</Shape>
Attributes
QName Type Default Use Annotation
FillColor Color optional
The color of the fill - encoded as RGBA
The value "-1" is #FFFFFFFF so solid white (it is a signed 32 bit value)
NOTE: Prior to the 2012-06 schema the default value was incorrect and produced a transparent red not solid white.
FillRule restriction of xsd:string optional
FontFamily restriction of xsd:string optional
FontSize NonNegativeInt optional
Size of the font. Units are set by FontSizeUnit.
FontSizeUnit UnitsLength pt optional
The units used for the font size.
FontStyle restriction of xsd:string optional
ID ShapeID required
LineCap restriction of xsd:string optional
Locked xsd:boolean optional
Controls whether the shape is locked and read only,
true is locked, false is editable.
StrokeColor Color optional
The color of the stroke  - encoded as RGBA
The value "-1" is #FFFFFFFF so solid white (it is a signed 32 bit value)
NOTE: Prior to the 2012-06 schema the default value was incorrect and produced a transparent red not solid white.
StrokeDashArray xsd:string optional
e.g. "none", "10 20 30 10"
StrokeWidth xsd:float optional
The width of the stroke. Units are set by StrokeWidthUnit.
StrokeWidthUnit UnitsLength pixel optional
The units used for the stroke width.
Text xsd:string optional
TheC NonNegativeInt optional
The channel the ROI applies to. If not specified then
the ROI applies to all the channels of the image. [units:none]
This is numbered from 0.
TheT NonNegativeInt optional
The timepoint the ROI applies to. If not specified then
the ROI applies to all the timepoints of the image. [units:none]
This is numbered from 0.
TheZ NonNegativeInt optional
The z-section the ROI applies to. If not specified then
the ROI applies to all the z-sections of the image. [units:none]
This is numbered from 0.
Visible xsd:boolean optional
Controls whether the shape is currently visible,
true is visible, false is hidden.
Source
<xsd:element name="Shape">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>Shapes</plural>
        <abstractproprietary/>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>The shape element contains a single specific ROI shape and links that to any channels, and a timepoint and a z-section. It also records any transform applied to the ROI shape.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice minOccurs="1" maxOccurs="1">
        <xsd:element ref="Line" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="Rectangle" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="Mask" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="Ellipse" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="Point" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="Polyline" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="Polygon" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="Label" minOccurs="1" maxOccurs="1"/>
      </xsd:choice>
      <xsd:element name="Transform" type="AffineTransform" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>This is a matrix used to transform the shape. The element has 6 xsd:float attributes. If the element is present then all 6 values must be included.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="SA:AnnotationRef" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:appinfo>
            <xsdfu>
              <manytomany/>
            </xsdfu>
          </xsd:appinfo>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="FillColor" use="optional" type="OME:Color">
      <xsd:annotation>
        <xsd:documentation>The color of the fill - encoded as RGBA The value "-1" is #FFFFFFFF so solid white (it is a signed 32 bit value) NOTE: Prior to the 2012-06 schema the default value was incorrect and produced a transparent red not solid white.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="FillRule" use="optional">
      <xsd:simpleType>
        <xsd:annotation>
          <xsd:documentation>The rule used to decide which parts of the shape to fill. [enumeration]</xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="EvenOdd"/>
          <xsd:enumeration value="NonZero"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="StrokeColor" use="optional" type="OME:Color">
      <xsd:annotation>
        <xsd:documentation>The color of the stroke - encoded as RGBA The value "-1" is #FFFFFFFF so solid white (it is a signed 32 bit value) NOTE: Prior to the 2012-06 schema the default value was incorrect and produced a transparent red not solid white.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="StrokeWidth" use="optional" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The width of the stroke. Units are set by StrokeWidthUnit.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="StrokeWidthUnit" use="optional" default="pixel" type="OME:UnitsLength">
      <xsd:annotation>
        <xsd:documentation>The units used for the stroke width.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="StrokeDashArray" use="optional" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>e.g. "none", "10 20 30 10"</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="LineCap" use="optional">
      <xsd:simpleType>
        <xsd:annotation>
          <xsd:documentation>The shape of the end of the line. [enumeration]</xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="Butt"/>
          <xsd:enumeration value="Line"/>
          <xsd:enumeration value="Square"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="Text" use="optional" type="xsd:string"/>
    <xsd:attribute name="FontFamily" use="optional">
      <xsd:simpleType>
        <xsd:annotation>
          <xsd:documentation>The font family used to draw the text. [enumeration] Note: these values are all lower case so they match the standard HTML/CSS values. "fantasy" has been included for completeness we do not recommended its regular use.</xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="serif"/>
          <xsd:enumeration value="sans-serif"/>
          <xsd:enumeration value="cursive"/>
          <xsd:enumeration value="fantasy"/>
          <xsd:enumeration value="monospace"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="FontSize" use="optional" type="OME:NonNegativeInt">
      <xsd:annotation>
        <xsd:documentation>Size of the font. Units are set by FontSizeUnit.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="FontSizeUnit" use="optional" default="pt" type="OME:UnitsLength">
      <xsd:annotation>
        <xsd:documentation>The units used for the font size.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="FontStyle" use="optional">
      <xsd:simpleType>
        <xsd:annotation>
          <xsd:documentation>The style and weight applied to the text. [enumeration] This is a simplified combination of the HTML/CSS attributes font-style AND font-weight.</xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="Bold"/>
          <xsd:enumeration value="BoldItalic"/>
          <xsd:enumeration value="Italic"/>
          <xsd:enumeration value="Normal"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="Visible" use="optional" type="xsd:boolean">
      <xsd:annotation>
        <xsd:documentation>Controls whether the shape is currently visible, true is visible, false is hidden.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Locked" use="optional" type="xsd:boolean">
      <xsd:annotation>
        <xsd:documentation>Controls whether the shape is locked and read only, true is locked, false is editable.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ID" use="required" type="ShapeID"/>
    <xsd:attribute name="TheZ" use="optional" type="OME:NonNegativeInt">
      <xsd:annotation>
        <xsd:documentation>The z-section the ROI applies to. If not specified then the ROI applies to all the z-sections of the image. [units:none] This is numbered from 0.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="TheT" use="optional" type="OME:NonNegativeInt">
      <xsd:annotation>
        <xsd:documentation>The timepoint the ROI applies to. If not specified then the ROI applies to all the timepoints of the image. [units:none] This is numbered from 0.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="TheC" use="optional" type="OME:NonNegativeInt">
      <xsd:annotation>
        <xsd:documentation>The channel the ROI applies to. If not specified then the ROI applies to all the channels of the image. [units:none] This is numbered from 0.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element Line
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
A straight line defined by it's end points.
Diagram
Diagram ROI_xsd.tmp#Line_X1 ROI_xsd.tmp#Line_Y1 ROI_xsd.tmp#Line_X2 ROI_xsd.tmp#Line_Y2 ROI_xsd.tmp#Line_MarkerStart ROI_xsd.tmp#Line_MarkerEnd
Properties
content complex
Used by
Element Shape
Attributes
QName Type Use Annotation
MarkerEnd Marker optional
MarkerStart Marker optional
X1 xsd:float required
The X coordinate of the start of the line. [units pixels]
X2 xsd:float required
The X coordinate of the end of the line. [units pixels]
Y1 xsd:float required
The Y coordinate of the start of the line. [units pixels]
Y2 xsd:float required
The Y coordinate of the end of the line. [units pixels]
Source
<xsd:element name="Line">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>Lines</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A straight line defined by it's end points.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="X1" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The X coordinate of the start of the line. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Y1" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The Y coordinate of the start of the line. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="X2" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The X coordinate of the end of the line. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Y2" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The Y coordinate of the end of the line. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="MarkerStart" use="optional" type="Marker"/>
    <xsd:attribute name="MarkerEnd" use="optional" type="Marker"/>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element Rectangle
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
A simple rectangle object. If rotation is required apply a
transformation at the Shape level.
Diagram
Diagram ROI_xsd.tmp#Rectangle_X ROI_xsd.tmp#Rectangle_Y ROI_xsd.tmp#Rectangle_Width ROI_xsd.tmp#Rectangle_Height
Properties
content complex
Used by
Element Shape
Attributes
QName Type Use Annotation
Height xsd:float required
The height of the rectangle. [units pixels]
Width xsd:float required
The width of the rectangle. [units pixels]
X xsd:float required
The X value of the left edge or the rectangle. [units pixels]
Y xsd:float required
The y value of the top edge or the rectangle. [units pixels]
Source
<xsd:element name="Rectangle">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>Rectangles</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A simple rectangle object. If rotation is required apply a transformation at the Shape level.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="X" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The X value of the left edge or the rectangle. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Y" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The y value of the top edge or the rectangle. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Width" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The width of the rectangle. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Height" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The height of the rectangle. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element Mask
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
The Mask ROI shape is a link to a BIN:BinData object that is
a BIT mask drawn on top of the image as an ROI. It is applied
at the same scale, pixel to pixel, as the Image the ROI is
applied to, unless a transform is applied at the shape level.
Diagram
Diagram ROI_xsd.tmp#Mask_X ROI_xsd.tmp#Mask_Y ROI_xsd.tmp#Mask_Width ROI_xsd.tmp#Mask_Height BinaryFile_xsd.tmp#BinData
Properties
content complex
Used by
Element Shape
Model
Children Bin:BinData
Instance
<Mask Height="" Width="" X="" Y="" xmlns="http://www.openmicroscopy.org/Schemas/ROI/2015-01" xmlns:BIN="http://www.openmicroscopy.org/Schemas/BinaryFile/2015-01">
  <BIN:BinData BigEndian="" Compression="none" Length="">{1,unbounded}</BIN:BinData>
</Mask>
Attributes
QName Type Use Annotation
Height xsd:float required
The height of the mask. [units pixels]
Width xsd:float required
The width of the mask. [units pixels]
X xsd:float required
The X coordinate of the left side of the image. [units pixels]
Y xsd:float required
The Y coordinate of the top side of the image. [units pixels]
Source
<xsd:element name="Mask">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>Masks</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>The Mask ROI shape is a link to a BIN:BinData object that is a BIT mask drawn on top of the image as an ROI. It is applied at the same scale, pixel to pixel, as the Image the ROI is applied to, unless a transform is applied at the shape level.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="BIN:BinData" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="X" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The X coordinate of the left side of the image. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Y" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The Y coordinate of the top side of the image. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Width" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The width of the mask. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Height" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The height of the mask. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element Ellipse
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
A simple ellipse object. If rotation is required apply a
transformation at the Shape level.
Diagram
Diagram ROI_xsd.tmp#Ellipse_X ROI_xsd.tmp#Ellipse_Y ROI_xsd.tmp#Ellipse_RadiusX ROI_xsd.tmp#Ellipse_RadiusY
Properties
content complex
Used by
Element Shape
Attributes
QName Type Use Annotation
RadiusX xsd:float required
The horizontal radius of the ellipse. [units pixels]
RadiusY xsd:float required
The vertical radius of the ellipse. [units pixels]
X xsd:float required
The X coordinate of the center of the ellipse. [units pixels]
Y xsd:float required
The Y coordinate of the center of the ellipse. [units pixels]
Source
<xsd:element name="Ellipse">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>Ellipses</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A simple ellipse object. If rotation is required apply a transformation at the Shape level.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="X" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The X coordinate of the center of the ellipse. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Y" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The Y coordinate of the center of the ellipse. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="RadiusX" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The horizontal radius of the ellipse. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="RadiusY" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The vertical radius of the ellipse. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element Point
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Diagram
Diagram ROI_xsd.tmp#Point_X ROI_xsd.tmp#Point_Y
Properties
content complex
Used by
Element Shape
Attributes
QName Type Use Annotation
X xsd:float required
The X coordinate of the point. [units pixels]
Y xsd:float required
The Y coordinate of the point. [units pixels]
Source
<xsd:element name="Point">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>Points</plural>
      </xsdfu>
    </xsd:appinfo>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="X" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The X coordinate of the point. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Y" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>The Y coordinate of the point. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element Polyline
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
The Polyline defines open shapes formed of straight
lines. Note: Polyline uses counterclockwise winding (this is the
default OpenGL behavior)
Diagram
Diagram ROI_xsd.tmp#Polyline_Points ROI_xsd.tmp#Polyline_MarkerStart ROI_xsd.tmp#Polyline_MarkerEnd
Properties
content complex
Used by
Element Shape
Attributes
QName Type Use Annotation
MarkerEnd Marker optional
MarkerStart Marker optional
Points xsd:string required
The points of the polyline are defined as a list of comma
separated x,y coordinates seperated by spaces like "x1,y1 x2,y2 x3,y3" e.g.
"0,0 1,2 3,5"
Source
<xsd:element name="Polyline">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>Polylines</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>The Polyline defines open shapes formed of straight lines. Note: Polyline uses counterclockwise winding (this is the default OpenGL behavior)</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="Points" use="required" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>The points of the polyline are defined as a list of comma separated x,y coordinates seperated by spaces like "x1,y1 x2,y2 x3,y3" e.g. "0,0 1,2 3,5"</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="MarkerStart" use="optional" type="Marker"/>
    <xsd:attribute name="MarkerEnd" use="optional" type="Marker"/>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element Polygon
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
The Polygon defines closed shapes formed of straight
lines. Note: Polygon uses counterclockwise winding (this is the
default OpenGL behavior)
Diagram
Diagram ROI_xsd.tmp#Polygon_Points
Properties
content complex
Used by
Element Shape
Attributes
QName Type Use Annotation
Points xsd:string required
The points of the Polygon are defined as a list of comma
separated x,y coordinates seperated by spaces like "x1,y1 x2,y2 x3,y3" e.g.
"0,0 1,2 3,5"
Source
<xsd:element name="Polygon">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>Polygons</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>The Polygon defines closed shapes formed of straight lines. Note: Polygon uses counterclockwise winding (this is the default OpenGL behavior)</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="Points" use="required" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>The points of the Polygon are defined as a list of comma separated x,y coordinates seperated by spaces like "x1,y1 x2,y2 x3,y3" e.g. "0,0 1,2 3,5"</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element Label
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
The text label. Any transformation should be applied at the
shape level.
Diagram
Diagram ROI_xsd.tmp#Label_X ROI_xsd.tmp#Label_Y
Properties
content complex
Used by
Element Shape
Attributes
QName Type Use Annotation
X xsd:float required
This defines the X coordinate of the current text position
of the first character in the string. [units pixels]
Y xsd:float required
This defines the Y coordinate of the current text position
of the first character in the string. [units pixels]
Source
<xsd:element name="Label">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>Labels</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>The text label. Any transformation should be applied at the shape level.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="X" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>This defines the X coordinate of the current text position of the first character in the string. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Y" use="required" type="xsd:float">
      <xsd:annotation>
        <xsd:documentation>This defines the Y coordinate of the current text position of the first character in the string. [units pixels]</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element Shape / Transform
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
This is a matrix used to transform the shape.
The element has 6 xsd:float attributes. If the element
is present then all 6 values must be included.
Diagram
Diagram ROI_xsd.tmp#AffineTransform_A00 ROI_xsd.tmp#AffineTransform_A10 ROI_xsd.tmp#AffineTransform_A01 ROI_xsd.tmp#AffineTransform_A11 ROI_xsd.tmp#AffineTransform_A02 ROI_xsd.tmp#AffineTransform_A12 ROI_xsd.tmp#AffineTransform
Type AffineTransform
Properties
content complex
minOccurs 0
maxOccurs 1
Attributes
QName Type Use
A00 xsd:float required
A01 xsd:float required
A02 xsd:float required
A10 xsd:float required
A11 xsd:float required
A12 xsd:float required
Source
<xsd:element name="Transform" type="AffineTransform" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>This is a matrix used to transform the shape. The element has 6 xsd:float attributes. If the element is present then all 6 values must be included.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Element ROI / Description
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
A description for the ROI. [plane text multi-line string]
Diagram
Diagram
Type restriction of xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
whiteSpace preserve
Source
<xsd:element name="Description" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>A description for the ROI. [plane text multi-line string]</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:whiteSpace value="preserve"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Simple Type ROIID
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Diagram
Diagram ome_xsd.tmp#LSID
Type restriction of LSID
Type hierarchy
Facets
pattern ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)) & ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:ROI:\S+)|(ROI:\S+))
Used by
Attributes ROI/@ID, ROIRef/@ID
Source
<xsd:simpleType name="ROIID">
  <!-- top level definition -->
  <xsd:restriction base="OME:LSID">
    <xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:ROI:\S+)|(ROI:\S+)"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Simple Type Marker
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
Shape of marker on the end of a line. [enumeration]
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration Arrow
enumeration Circle
enumeration Square
Used by
Source
<xsd:simpleType name="Marker">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>Markers</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>Shape of marker on the end of a line. [enumeration]</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Arrow"/>
    <xsd:enumeration value="Circle"/>
    <xsd:enumeration value="Square"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Complex Type AffineTransform
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Annotations
A matrix used to transform the shape.
⎡ A00, A01, A02 ⎤
⎢ A10, A11, A12 ⎥
⎣ 0,   0,   1   ⎦
Diagram
Diagram ROI_xsd.tmp#AffineTransform_A00 ROI_xsd.tmp#AffineTransform_A10 ROI_xsd.tmp#AffineTransform_A01 ROI_xsd.tmp#AffineTransform_A11 ROI_xsd.tmp#AffineTransform_A02 ROI_xsd.tmp#AffineTransform_A12
Used by
Element Shape/Transform
Attributes
QName Type Use
A00 xsd:float required
A01 xsd:float required
A02 xsd:float required
A10 xsd:float required
A11 xsd:float required
A12 xsd:float required
Source
<xsd:complexType name="AffineTransform">
  <xsd:annotation>
    <xsd:documentation>A matrix used to transform the shape. ⎡ A00, A01, A02 ⎤ ⎢ A10, A11, A12 ⎥ ⎣ 0, 0, 1 ⎦</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="A00" use="required" type="xsd:float"/>
  <xsd:attribute name="A10" use="required" type="xsd:float"/>
  <xsd:attribute name="A01" use="required" type="xsd:float"/>
  <xsd:attribute name="A11" use="required" type="xsd:float"/>
  <xsd:attribute name="A02" use="required" type="xsd:float"/>
  <xsd:attribute name="A12" use="required" type="xsd:float"/>
</xsd:complexType>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Simple Type ShapeID
Namespace http://www.openmicroscopy.org/Schemas/ROI/2015-01
Diagram
Diagram ome_xsd.tmp#LSID
Type restriction of LSID
Type hierarchy
Facets
pattern ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)) & ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Shape:\S+)|(Shape:\S+))
Used by
Attribute Shape/@ID
Source
<xsd:simpleType name="ShapeID">
  <!-- top level definition -->
  <xsd:restriction base="OME:LSID">
    <xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Shape:\S+)|(Shape:\S+)"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute ROIRef / @ID
Namespace No namespace
Type ROIID
Type hierarchy
Properties
use required
Facets
pattern ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)) & ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:ROI:\S+)|(ROI:\S+))
Used by
Element ROIRef
Source
<xsd:attribute name="ID" use="required" type="ROIID"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Line / @X1
Namespace No namespace
Annotations
The X coordinate of the start of the line. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Line
Source
<xsd:attribute name="X1" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The X coordinate of the start of the line. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Line / @Y1
Namespace No namespace
Annotations
The Y coordinate of the start of the line. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Line
Source
<xsd:attribute name="Y1" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The Y coordinate of the start of the line. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Line / @X2
Namespace No namespace
Annotations
The X coordinate of the end of the line. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Line
Source
<xsd:attribute name="X2" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The X coordinate of the end of the line. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Line / @Y2
Namespace No namespace
Annotations
The Y coordinate of the end of the line. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Line
Source
<xsd:attribute name="Y2" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The Y coordinate of the end of the line. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Line / @MarkerStart
Namespace No namespace
Type Marker
Properties
use optional
Facets
enumeration Arrow
enumeration Circle
enumeration Square
Used by
Element Line
Source
<xsd:attribute name="MarkerStart" use="optional" type="Marker"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Line / @MarkerEnd
Namespace No namespace
Type Marker
Properties
use optional
Facets
enumeration Arrow
enumeration Circle
enumeration Square
Used by
Element Line
Source
<xsd:attribute name="MarkerEnd" use="optional" type="Marker"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Rectangle / @X
Namespace No namespace
Annotations
The X value of the left edge or the rectangle. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Rectangle
Source
<xsd:attribute name="X" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The X value of the left edge or the rectangle. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Rectangle / @Y
Namespace No namespace
Annotations
The y value of the top edge or the rectangle. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Rectangle
Source
<xsd:attribute name="Y" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The y value of the top edge or the rectangle. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Rectangle / @Width
Namespace No namespace
Annotations
The width of the rectangle. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Rectangle
Source
<xsd:attribute name="Width" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The width of the rectangle. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Rectangle / @Height
Namespace No namespace
Annotations
The height of the rectangle. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Rectangle
Source
<xsd:attribute name="Height" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The height of the rectangle. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Mask / @X
Namespace No namespace
Annotations
The X coordinate of the left side of the image. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Mask
Source
<xsd:attribute name="X" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The X coordinate of the left side of the image. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Mask / @Y
Namespace No namespace
Annotations
The Y coordinate of the top side of the image. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Mask
Source
<xsd:attribute name="Y" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The Y coordinate of the top side of the image. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Mask / @Width
Namespace No namespace
Annotations
The width of the mask. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Mask
Source
<xsd:attribute name="Width" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The width of the mask. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Mask / @Height
Namespace No namespace
Annotations
The height of the mask. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Mask
Source
<xsd:attribute name="Height" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The height of the mask. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Ellipse / @X
Namespace No namespace
Annotations
The X coordinate of the center of the ellipse. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Ellipse
Source
<xsd:attribute name="X" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The X coordinate of the center of the ellipse. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Ellipse / @Y
Namespace No namespace
Annotations
The Y coordinate of the center of the ellipse. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Ellipse
Source
<xsd:attribute name="Y" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The Y coordinate of the center of the ellipse. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Ellipse / @RadiusX
Namespace No namespace
Annotations
The horizontal radius of the ellipse. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Ellipse
Source
<xsd:attribute name="RadiusX" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The horizontal radius of the ellipse. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Ellipse / @RadiusY
Namespace No namespace
Annotations
The vertical radius of the ellipse. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Ellipse
Source
<xsd:attribute name="RadiusY" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The vertical radius of the ellipse. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Point / @X
Namespace No namespace
Annotations
The X coordinate of the point. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Point
Source
<xsd:attribute name="X" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The X coordinate of the point. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Point / @Y
Namespace No namespace
Annotations
The Y coordinate of the point. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Point
Source
<xsd:attribute name="Y" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The Y coordinate of the point. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Polyline / @Points
Namespace No namespace
Annotations
The points of the polyline are defined as a list of comma
separated x,y coordinates seperated by spaces like "x1,y1 x2,y2 x3,y3" e.g.
"0,0 1,2 3,5"
Type xsd:string
Properties
use required
Used by
Element Polyline
Source
<xsd:attribute name="Points" use="required" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>The points of the polyline are defined as a list of comma separated x,y coordinates seperated by spaces like "x1,y1 x2,y2 x3,y3" e.g. "0,0 1,2 3,5"</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Polyline / @MarkerStart
Namespace No namespace
Type Marker
Properties
use optional
Facets
enumeration Arrow
enumeration Circle
enumeration Square
Used by
Element Polyline
Source
<xsd:attribute name="MarkerStart" use="optional" type="Marker"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Polyline / @MarkerEnd
Namespace No namespace
Type Marker
Properties
use optional
Facets
enumeration Arrow
enumeration Circle
enumeration Square
Used by
Element Polyline
Source
<xsd:attribute name="MarkerEnd" use="optional" type="Marker"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Polygon / @Points
Namespace No namespace
Annotations
The points of the Polygon are defined as a list of comma
separated x,y coordinates seperated by spaces like "x1,y1 x2,y2 x3,y3" e.g.
"0,0 1,2 3,5"
Type xsd:string
Properties
use required
Used by
Element Polygon
Source
<xsd:attribute name="Points" use="required" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>The points of the Polygon are defined as a list of comma separated x,y coordinates seperated by spaces like "x1,y1 x2,y2 x3,y3" e.g. "0,0 1,2 3,5"</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Label / @X
Namespace No namespace
Annotations
This defines the X coordinate of the current text position
of the first character in the string. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Label
Source
<xsd:attribute name="X" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>This defines the X coordinate of the current text position of the first character in the string. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Label / @Y
Namespace No namespace
Annotations
This defines the Y coordinate of the current text position
of the first character in the string. [units pixels]
Type xsd:float
Properties
use required
Used by
Element Label
Source
<xsd:attribute name="Y" use="required" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>This defines the Y coordinate of the current text position of the first character in the string. [units pixels]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute AffineTransform / @A00
Namespace No namespace
Type xsd:float
Properties
use required
Used by
Complex Type AffineTransform
Source
<xsd:attribute name="A00" use="required" type="xsd:float"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute AffineTransform / @A10
Namespace No namespace
Type xsd:float
Properties
use required
Used by
Complex Type AffineTransform
Source
<xsd:attribute name="A10" use="required" type="xsd:float"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute AffineTransform / @A01
Namespace No namespace
Type xsd:float
Properties
use required
Used by
Complex Type AffineTransform
Source
<xsd:attribute name="A01" use="required" type="xsd:float"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute AffineTransform / @A11
Namespace No namespace
Type xsd:float
Properties
use required
Used by
Complex Type AffineTransform
Source
<xsd:attribute name="A11" use="required" type="xsd:float"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute AffineTransform / @A02
Namespace No namespace
Type xsd:float
Properties
use required
Used by
Complex Type AffineTransform
Source
<xsd:attribute name="A02" use="required" type="xsd:float"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute AffineTransform / @A12
Namespace No namespace
Type xsd:float
Properties
use required
Used by
Complex Type AffineTransform
Source
<xsd:attribute name="A12" use="required" type="xsd:float"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @FillColor
Namespace No namespace
Annotations
The color of the fill - encoded as RGBA
The value "-1" is #FFFFFFFF so solid white (it is a signed 32 bit value)
NOTE: Prior to the 2012-06 schema the default value was incorrect and produced a transparent red not solid white.
Type Color
Properties
use optional
Used by
Element Shape
Source
<xsd:attribute name="FillColor" use="optional" type="OME:Color">
  <xsd:annotation>
    <xsd:documentation>The color of the fill - encoded as RGBA The value "-1" is #FFFFFFFF so solid white (it is a signed 32 bit value) NOTE: Prior to the 2012-06 schema the default value was incorrect and produced a transparent red not solid white.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @FillRule
Namespace No namespace
Type restriction of xsd:string
Properties
use optional
Facets
enumeration EvenOdd
enumeration NonZero
Used by
Element Shape
Source
<xsd:attribute name="FillRule" use="optional">
  <xsd:simpleType>
    <xsd:annotation>
      <xsd:documentation>The rule used to decide which parts of the shape to fill. [enumeration]</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="EvenOdd"/>
      <xsd:enumeration value="NonZero"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @StrokeColor
Namespace No namespace
Annotations
The color of the stroke  - encoded as RGBA
The value "-1" is #FFFFFFFF so solid white (it is a signed 32 bit value)
NOTE: Prior to the 2012-06 schema the default value was incorrect and produced a transparent red not solid white.
Type Color
Properties
use optional
Used by
Element Shape
Source
<xsd:attribute name="StrokeColor" use="optional" type="OME:Color">
  <xsd:annotation>
    <xsd:documentation>The color of the stroke - encoded as RGBA The value "-1" is #FFFFFFFF so solid white (it is a signed 32 bit value) NOTE: Prior to the 2012-06 schema the default value was incorrect and produced a transparent red not solid white.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @StrokeWidth
Namespace No namespace
Annotations
The width of the stroke. Units are set by StrokeWidthUnit.
Type xsd:float
Properties
use optional
Used by
Element Shape
Source
<xsd:attribute name="StrokeWidth" use="optional" type="xsd:float">
  <xsd:annotation>
    <xsd:documentation>The width of the stroke. Units are set by StrokeWidthUnit.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @StrokeWidthUnit
Namespace No namespace
Annotations
The units used for the stroke width.
Type UnitsLength
Properties
use optional
default pixel
Facets
enumeration Ym
The length unit is yotta meters.
enumeration Zm
The length unit is zetta meters.
enumeration Em
The length unit is   exa meters.
enumeration Pm
The length unit is  peta meters.
enumeration Tm
The length unit is  tera meters.
enumeration Gm
The length unit is  giga meters.
enumeration Mm
The length unit is  mega meters.
enumeration km
The length unit is  kilo meters.
enumeration hm
The length unit is hecto meters.
enumeration dam
The length unit is  deca meters.
enumeration m
The length unit is       meters.
enumeration dm
The length unit is  deci meters.
enumeration cm
The length unit is centi meters.
enumeration mm
The length unit is milli meters.
enumeration µm
The length unit is micro meters.
enumeration nm
The length unit is  nano meters.
enumeration pm
The length unit is  pico meters.
enumeration fm
The length unit is femto meters.
enumeration am
The length unit is  atto meters.
enumeration zm
The length unit is zepto meters.
enumeration ym
The length unit is yocto meters.
enumeration Å
The length unit is    ångströms.
enumeration thou
The length unit is thou (or mil, 1/1000 of an inch).
enumeration li
The length unit is line (1/12 of an inch).
enumeration in
The length unit is inch.
enumeration ft
The length unit is foot.
enumeration yd
The length unit is yard.
enumeration mi
The length unit is terrestrial mile.
enumeration ua
The length unit is astronomical unit. The official term is ua as the SI standard assigned AU to absorbance unit.
enumeration ly
The length unit is light year.
enumeration pc
The length unit is parsec.
enumeration pt
The length unit is typography point. This unit should be limited to font sizes.
enumeration pixel
The length unit is pixel. This unit should be limited to the ROI objects. It can then be resolved to real units from the PhysicalSize units of the Image the ROI is attached to.
enumeration reference frame
The length unit is reference frame.
Used by
Element Shape
Source
<xsd:attribute name="StrokeWidthUnit" use="optional" default="pixel" type="OME:UnitsLength">
  <xsd:annotation>
    <xsd:documentation>The units used for the stroke width.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @StrokeDashArray
Namespace No namespace
Annotations
e.g. "none", "10 20 30 10"
Type xsd:string
Properties
use optional
Used by
Element Shape
Source
<xsd:attribute name="StrokeDashArray" use="optional" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>e.g. "none", "10 20 30 10"</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @LineCap
Namespace No namespace
Type restriction of xsd:string
Properties
use optional
Facets
enumeration Butt
enumeration Line
enumeration Square
Used by
Element Shape
Source
<xsd:attribute name="LineCap" use="optional">
  <xsd:simpleType>
    <xsd:annotation>
      <xsd:documentation>The shape of the end of the line. [enumeration]</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Butt"/>
      <xsd:enumeration value="Line"/>
      <xsd:enumeration value="Square"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @Text
Namespace No namespace
Type xsd:string
Properties
use optional
Used by
Element Shape
Source
<xsd:attribute name="Text" use="optional" type="xsd:string"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @FontFamily
Namespace No namespace
Type restriction of xsd:string
Properties
use optional
Facets
enumeration serif
enumeration sans-serif
enumeration cursive
enumeration fantasy
enumeration monospace
Used by
Element Shape
Source
<xsd:attribute name="FontFamily" use="optional">
  <xsd:simpleType>
    <xsd:annotation>
      <xsd:documentation>The font family used to draw the text. [enumeration] Note: these values are all lower case so they match the standard HTML/CSS values. "fantasy" has been included for completeness we do not recommended its regular use.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="serif"/>
      <xsd:enumeration value="sans-serif"/>
      <xsd:enumeration value="cursive"/>
      <xsd:enumeration value="fantasy"/>
      <xsd:enumeration value="monospace"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @FontSize
Namespace No namespace
Annotations
Size of the font. Units are set by FontSizeUnit.
Type NonNegativeInt
Properties
use optional
Facets
minInclusive 0
Used by
Element Shape
Source
<xsd:attribute name="FontSize" use="optional" type="OME:NonNegativeInt">
  <xsd:annotation>
    <xsd:documentation>Size of the font. Units are set by FontSizeUnit.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @FontSizeUnit
Namespace No namespace
Annotations
The units used for the font size.
Type UnitsLength
Properties
use optional
default pt
Facets
enumeration Ym
The length unit is yotta meters.
enumeration Zm
The length unit is zetta meters.
enumeration Em
The length unit is   exa meters.
enumeration Pm
The length unit is  peta meters.
enumeration Tm
The length unit is  tera meters.
enumeration Gm
The length unit is  giga meters.
enumeration Mm
The length unit is  mega meters.
enumeration km
The length unit is  kilo meters.
enumeration hm
The length unit is hecto meters.
enumeration dam
The length unit is  deca meters.
enumeration m
The length unit is       meters.
enumeration dm
The length unit is  deci meters.
enumeration cm
The length unit is centi meters.
enumeration mm
The length unit is milli meters.
enumeration µm
The length unit is micro meters.
enumeration nm
The length unit is  nano meters.
enumeration pm
The length unit is  pico meters.
enumeration fm
The length unit is femto meters.
enumeration am
The length unit is  atto meters.
enumeration zm
The length unit is zepto meters.
enumeration ym
The length unit is yocto meters.
enumeration Å
The length unit is    ångströms.
enumeration thou
The length unit is thou (or mil, 1/1000 of an inch).
enumeration li
The length unit is line (1/12 of an inch).
enumeration in
The length unit is inch.
enumeration ft
The length unit is foot.
enumeration yd
The length unit is yard.
enumeration mi
The length unit is terrestrial mile.
enumeration ua
The length unit is astronomical unit. The official term is ua as the SI standard assigned AU to absorbance unit.
enumeration ly
The length unit is light year.
enumeration pc
The length unit is parsec.
enumeration pt
The length unit is typography point. This unit should be limited to font sizes.
enumeration pixel
The length unit is pixel. This unit should be limited to the ROI objects. It can then be resolved to real units from the PhysicalSize units of the Image the ROI is attached to.
enumeration reference frame
The length unit is reference frame.
Used by
Element Shape
Source
<xsd:attribute name="FontSizeUnit" use="optional" default="pt" type="OME:UnitsLength">
  <xsd:annotation>
    <xsd:documentation>The units used for the font size.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @FontStyle
Namespace No namespace
Type restriction of xsd:string
Properties
use optional
Facets
enumeration Bold
enumeration BoldItalic
enumeration Italic
enumeration Normal
Used by
Element Shape
Source
<xsd:attribute name="FontStyle" use="optional">
  <xsd:simpleType>
    <xsd:annotation>
      <xsd:documentation>The style and weight applied to the text. [enumeration] This is a simplified combination of the HTML/CSS attributes font-style AND font-weight.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Bold"/>
      <xsd:enumeration value="BoldItalic"/>
      <xsd:enumeration value="Italic"/>
      <xsd:enumeration value="Normal"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @Visible
Namespace No namespace
Annotations
Controls whether the shape is currently visible,
true is visible, false is hidden.
Type xsd:boolean
Properties
use optional
Used by
Element Shape
Source
<xsd:attribute name="Visible" use="optional" type="xsd:boolean">
  <xsd:annotation>
    <xsd:documentation>Controls whether the shape is currently visible, true is visible, false is hidden.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @Locked
Namespace No namespace
Annotations
Controls whether the shape is locked and read only,
true is locked, false is editable.
Type xsd:boolean
Properties
use optional
Used by
Element Shape
Source
<xsd:attribute name="Locked" use="optional" type="xsd:boolean">
  <xsd:annotation>
    <xsd:documentation>Controls whether the shape is locked and read only, true is locked, false is editable.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @ID
Namespace No namespace
Type ShapeID
Type hierarchy
Properties
use required
Facets
pattern ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)) & ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Shape:\S+)|(Shape:\S+))
Used by
Element Shape
Source
<xsd:attribute name="ID" use="required" type="ShapeID"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @TheZ
Namespace No namespace
Annotations
The z-section the ROI applies to. If not specified then
the ROI applies to all the z-sections of the image. [units:none]
This is numbered from 0.
Type NonNegativeInt
Properties
use optional
Facets
minInclusive 0
Used by
Element Shape
Source
<xsd:attribute name="TheZ" use="optional" type="OME:NonNegativeInt">
  <xsd:annotation>
    <xsd:documentation>The z-section the ROI applies to. If not specified then the ROI applies to all the z-sections of the image. [units:none] This is numbered from 0.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @TheT
Namespace No namespace
Annotations
The timepoint the ROI applies to. If not specified then
the ROI applies to all the timepoints of the image. [units:none]
This is numbered from 0.
Type NonNegativeInt
Properties
use optional
Facets
minInclusive 0
Used by
Element Shape
Source
<xsd:attribute name="TheT" use="optional" type="OME:NonNegativeInt">
  <xsd:annotation>
    <xsd:documentation>The timepoint the ROI applies to. If not specified then the ROI applies to all the timepoints of the image. [units:none] This is numbered from 0.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute Shape / @TheC
Namespace No namespace
Annotations
The channel the ROI applies to. If not specified then
the ROI applies to all the channels of the image. [units:none]
This is numbered from 0.
Type NonNegativeInt
Properties
use optional
Facets
minInclusive 0
Used by
Element Shape
Source
<xsd:attribute name="TheC" use="optional" type="OME:NonNegativeInt">
  <xsd:annotation>
    <xsd:documentation>The channel the ROI applies to. If not specified then the ROI applies to all the channels of the image. [units:none] This is numbered from 0.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute ROI / @ID
Namespace No namespace
Type ROIID
Type hierarchy
Properties
use required
Facets
pattern ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)) & ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:ROI:\S+)|(ROI:\S+))
Used by
Element ROI
Source
<xsd:attribute name="ID" use="required" type="ROIID"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute ROI / @Name
Namespace No namespace
Annotations
The Name identifies the ROI to the user. [plane text string]
Type xsd:string
Properties
use optional
Used by
Element ROI
Source
<xsd:attribute name="Name" use="optional" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>The Name identifies the ROI to the user. [plane text string]</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd
Attribute ROI / @Namespace
Namespace No namespace
Type xsd:anyURI
Properties
use optional
Used by
Element ROI
Source
<xsd:attribute name="Namespace" use="optional" type="xsd:anyURI"/>
Schema location http://www.openmicroscopy.org/Schemas/ROI/2015-01/ROI.xsd