Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Imported schema SA.xsd
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Properties
attribute form default unqualified
element form default qualified
version 1
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element AnnotationRef
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
The AnnotationRef element is a reference to an element derived
from the SA:CommonAnnotation element.
Diagram
Diagram ome_xsd.tmp#Reference SA_xsd.tmp#AnnotationRef_ID
Type extension of Reference
Type hierarchy
Properties
content complex
Used by
Attributes
QName Type Use
ID AnnotationID required
Source
<xsd:element name="AnnotationRef">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:documentation>The AnnotationRef element is a reference to an element derived from the SA:CommonAnnotation element.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="OME:Reference">
        <xsd:attribute name="ID" use="required" type="AnnotationID"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element StructuredAnnotations
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
An unordered collection of annotation attached to objects in the OME data model.
Diagram
Diagram SA_xsd.tmp#XMLAnnotation SA_xsd.tmp#FileAnnotation SA_xsd.tmp#ListAnnotation SA_xsd.tmp#LongAnnotation SA_xsd.tmp#DoubleAnnotation SA_xsd.tmp#CommentAnnotation SA_xsd.tmp#BooleanAnnotation SA_xsd.tmp#TimestampAnnotation SA_xsd.tmp#TagAnnotation SA_xsd.tmp#TermAnnotation
Properties
content complex
Used by
Element OME
Model
Children BooleanAnnotation, CommentAnnotation, DoubleAnnotation, FileAnnotation, ListAnnotation, LongAnnotation, TagAnnotation, TermAnnotation, TimestampAnnotation, XMLAnnotation
Instance
<StructuredAnnotations xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06">
  <XMLAnnotation ID="" Namespace="">{1,1}</XMLAnnotation>
  <FileAnnotation ID="" Namespace="">{1,1}</FileAnnotation>
  <ListAnnotation ID="" Namespace="">{1,1}</ListAnnotation>
  <LongAnnotation ID="" Namespace="">{1,1}</LongAnnotation>
  <DoubleAnnotation ID="" Namespace="">{1,1}</DoubleAnnotation>
  <CommentAnnotation ID="" Namespace="">{1,1}</CommentAnnotation>
  <BooleanAnnotation ID="" Namespace="">{1,1}</BooleanAnnotation>
  <TimestampAnnotation ID="" Namespace="">{1,1}</TimestampAnnotation>
  <TagAnnotation ID="" Namespace="">{1,1}</TagAnnotation>
  <TermAnnotation ID="" Namespace="">{1,1}</TermAnnotation>
</StructuredAnnotations>
Source
<xsd:element name="StructuredAnnotations">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:documentation>An unordered collection of annotation attached to objects in the OME data model.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="XMLAnnotation" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="FileAnnotation" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="ListAnnotation" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="LongAnnotation" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="DoubleAnnotation" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="CommentAnnotation" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="BooleanAnnotation" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="TimestampAnnotation" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="TagAnnotation" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="TermAnnotation" minOccurs="1" maxOccurs="1"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element XMLAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
An general xml annotation. The contents of this is not processed as OME XML but should still be well-formed XML.
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation SA_xsd.tmp#TextAnnotation SA_xsd.tmp#XMLAnnotation_Value
Type extension of TextAnnotation
Type hierarchy
Properties
content complex
Used by
Model
Children AnnotationRef, Description, Value
Instance
<XMLAnnotation ID="" Namespace="" xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06">
  <Description>{0,1}</Description>
  <AnnotationRef ID="">{0,unbounded}</AnnotationRef>
  <Value>{1,1}</Value>
</XMLAnnotation>
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:element name="XMLAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>XMLAnnotations</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>An general xml annotation. The contents of this is not processed as OME XML but should still be well-formed XML.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="TextAnnotation">
        <xsd:sequence>
          <xsd:element name="Value" minOccurs="1" maxOccurs="1">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
              </xsd:sequence>
            </xsd:complexType>
          </xsd:element>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element Annotation / Description
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
A description for the annotation. [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 annotation. [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/SA/2012-06/SA.xsd
Element XMLAnnotation / Value
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Diagram
Diagram
Properties
content complex
minOccurs 1
maxOccurs 1
Model
ANY element from ANY namespace
Source
<xsd:element name="Value" minOccurs="1" maxOccurs="1">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element FileAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
A file object annotation
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation SA_xsd.tmp#TypeAnnotation BinaryFile_xsd.tmp#BinaryFile
Type extension of TypeAnnotation
Type hierarchy
Properties
content complex
Used by
Model
Children AnnotationRef, Bin:BinaryFile, Description
Instance
<FileAnnotation ID="" Namespace="" xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06" xmlns:Bin="http://www.openmicroscopy.org/Schemas/BinaryFile/2012-06">
  <Description>{0,1}</Description>
  <AnnotationRef ID="">{0,unbounded}</AnnotationRef>
  <Bin:BinaryFile FileName="" MIMEType="" Size="">{1,1}</Bin:BinaryFile>
</FileAnnotation>
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:element name="FileAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>FileAnnotations</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A file object annotation</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="TypeAnnotation">
        <xsd:sequence>
          <xsd:element ref="Bin:BinaryFile" minOccurs="1" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element ListAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
This annotation is a grouping object. It uses the sequence of
annotation refs from the base Annotation to form the list.
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation
Type extension of Annotation
Type hierarchy
Properties
content complex
Used by
Model
Children AnnotationRef, Description
Instance
<ListAnnotation ID="" Namespace="" xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06">
  <Description>{0,1}</Description>
  <AnnotationRef ID="">{0,unbounded}</AnnotationRef>
</ListAnnotation>
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:element name="ListAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>ListAnnotations</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>This annotation is a grouping object. It uses the sequence of annotation refs from the base Annotation to form the list.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="Annotation"/>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element LongAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
A simple numerical annotation of type xsd:long
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation SA_xsd.tmp#NumericAnnotation SA_xsd.tmp#LongAnnotation_Value
Type extension of NumericAnnotation
Type hierarchy
Properties
content complex
Used by
Model
Children AnnotationRef, Description, Value
Instance
<LongAnnotation ID="" Namespace="" xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06">
  <Description>{0,1}</Description>
  <AnnotationRef ID="">{0,unbounded}</AnnotationRef>
  <Value>{1,1}</Value>
</LongAnnotation>
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:element name="LongAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>LongAnnotations</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A simple numerical annotation of type xsd:long</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="NumericAnnotation">
        <xsd:sequence>
          <xsd:element name="Value" type="xsd:long" minOccurs="1" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element LongAnnotation / Value
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Diagram
Diagram
Type xsd:long
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="Value" type="xsd:long" minOccurs="1" maxOccurs="1"/>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element DoubleAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
A simple numerical annotation of type xsd:double
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation SA_xsd.tmp#NumericAnnotation SA_xsd.tmp#DoubleAnnotation_Value
Type extension of NumericAnnotation
Type hierarchy
Properties
content complex
Used by
Model
Children AnnotationRef, Description, Value
Instance
<DoubleAnnotation ID="" Namespace="" xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06">
  <Description>{0,1}</Description>
  <AnnotationRef ID="">{0,unbounded}</AnnotationRef>
  <Value>{1,1}</Value>
</DoubleAnnotation>
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:element name="DoubleAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>DoubleAnnotations</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A simple numerical annotation of type xsd:double</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="NumericAnnotation">
        <xsd:sequence>
          <xsd:element name="Value" type="xsd:double" minOccurs="1" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element DoubleAnnotation / Value
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Diagram
Diagram
Type xsd:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="Value" type="xsd:double" minOccurs="1" maxOccurs="1"/>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element CommentAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
A simple comment annotation
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation SA_xsd.tmp#TextAnnotation SA_xsd.tmp#CommentAnnotation_Value
Type extension of TextAnnotation
Type hierarchy
Properties
content complex
Used by
Model
Children AnnotationRef, Description, Value
Instance
<CommentAnnotation ID="" Namespace="" xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06">
  <Description>{0,1}</Description>
  <AnnotationRef ID="">{0,unbounded}</AnnotationRef>
  <Value>{1,1}</Value>
</CommentAnnotation>
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:element name="CommentAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>CommentAnnotations</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A simple comment annotation</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="TextAnnotation">
        <xsd:sequence>
          <xsd:element name="Value" type="xsd:string" minOccurs="1" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element CommentAnnotation / Value
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="Value" type="xsd:string" minOccurs="1" maxOccurs="1"/>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element BooleanAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
A simple boolean annotation of type xsd:boolean
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation SA_xsd.tmp#BasicAnnotation SA_xsd.tmp#BooleanAnnotation_Value
Type extension of BasicAnnotation
Type hierarchy
Properties
content complex
Used by
Model
Children AnnotationRef, Description, Value
Instance
<BooleanAnnotation ID="" Namespace="" xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06">
  <Description>{0,1}</Description>
  <AnnotationRef ID="">{0,unbounded}</AnnotationRef>
  <Value>{1,1}</Value>
</BooleanAnnotation>
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:element name="BooleanAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>BooleanAnnotations</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A simple boolean annotation of type xsd:boolean</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="BasicAnnotation">
        <xsd:sequence>
          <xsd:element name="Value" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element BooleanAnnotation / Value
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Diagram
Diagram
Type xsd:boolean
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="Value" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element TimestampAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
A date/time annotation of type xsd:dateTime
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation SA_xsd.tmp#BasicAnnotation SA_xsd.tmp#TimestampAnnotation_Value
Type extension of BasicAnnotation
Type hierarchy
Properties
content complex
Used by
Model
Children AnnotationRef, Description, Value
Instance
<TimestampAnnotation ID="" Namespace="" xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06">
  <Description>{0,1}</Description>
  <AnnotationRef ID="">{0,unbounded}</AnnotationRef>
  <Value>{1,1}</Value>
</TimestampAnnotation>
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:element name="TimestampAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>TimestampAnnotations</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A date/time annotation of type xsd:dateTime</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="BasicAnnotation">
        <xsd:sequence>
          <xsd:element name="Value" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element TimestampAnnotation / Value
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="Value" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element TagAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
A tag annotation (represents a tag or a tagset)
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation SA_xsd.tmp#TextAnnotation SA_xsd.tmp#TagAnnotation_Value
Type extension of TextAnnotation
Type hierarchy
Properties
content complex
Used by
Model
Children AnnotationRef, Description, Value
Instance
<TagAnnotation ID="" Namespace="" xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06">
  <Description>{0,1}</Description>
  <AnnotationRef ID="">{0,unbounded}</AnnotationRef>
  <Value>{1,1}</Value>
</TagAnnotation>
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:element name="TagAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>TagAnnotations</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A tag annotation (represents a tag or a tagset)</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="TextAnnotation">
        <xsd:sequence>
          <xsd:element name="Value" type="xsd:string" minOccurs="1" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element TagAnnotation / Value
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="Value" type="xsd:string" minOccurs="1" maxOccurs="1"/>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element TermAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
A ontology term annotation
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation SA_xsd.tmp#BasicAnnotation SA_xsd.tmp#TermAnnotation_Value
Type extension of BasicAnnotation
Type hierarchy
Properties
content complex
Used by
Model
Children AnnotationRef, Description, Value
Instance
<TermAnnotation ID="" Namespace="" xmlns="http://www.openmicroscopy.org/Schemas/SA/2012-06">
  <Description>{0,1}</Description>
  <AnnotationRef ID="">{0,unbounded}</AnnotationRef>
  <Value>{1,1}</Value>
</TermAnnotation>
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:element name="TermAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>TermAnnotations</plural>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>A ontology term annotation</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="BasicAnnotation">
        <xsd:sequence>
          <xsd:element name="Value" type="xsd:string" minOccurs="1" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Element TermAnnotation / Value
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="Value" type="xsd:string" minOccurs="1" maxOccurs="1"/>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Simple Type AnnotationID
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
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\-\.]+)+:Annotation:\S+)|(Annotation:\S+))
Used by
Source
<xsd:simpleType name="AnnotationID">
  <xsd:restriction base="OME:LSID">
    <xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Annotation:\S+)|(Annotation:\S+)"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Complex Type TextAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
An abstract Text Annotation from which some others are derived.
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation
Type extension of Annotation
Type hierarchy
Used by
Model
Children AnnotationRef, Description
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:complexType name="TextAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>TextAnnotations</plural>
        <abstract/>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>An abstract Text Annotation from which some others are derived.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="Annotation"/>
  </xsd:complexContent>
</xsd:complexType>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Complex Type Annotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
An annotation from which all others are ultimately derived.
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef
Used by
Model
Children AnnotationRef, Description
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:complexType name="Annotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>Annotations</plural>
        <abstract/>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>An annotation from which all others are ultimately derived.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Description" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>A description for the annotation. [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:element ref="AnnotationRef" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:appinfo>
            <xsdfu>
              <manytomany/>
            </xsdfu>
          </xsd:appinfo>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:sequence>
  <xsd:attribute name="ID" use="required" type="AnnotationID"/>
  <xsd:attribute name="Namespace" use="optional" type="xsd:anyURI">
    <xsd:annotation>
      <xsd:documentation>We recommend the inclusion of a namespace for annotations you define. If it is absent then we assume the annotation is to use our (OME's) default interpretation for this type.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Complex Type TypeAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
An abstract Type Annotation from which some others are derived.
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation
Type extension of Annotation
Type hierarchy
Used by
Element FileAnnotation
Model
Children AnnotationRef, Description
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:complexType name="TypeAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>TypeAnnotations</plural>
        <abstract/>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>An abstract Type Annotation from which some others are derived.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="Annotation"/>
  </xsd:complexContent>
</xsd:complexType>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Complex Type NumericAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
An abstract Numeric Annotation from which some others are derived.
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation
Type extension of Annotation
Type hierarchy
Used by
Model
Children AnnotationRef, Description
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:complexType name="NumericAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>NumericAnnotations</plural>
        <abstract/>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>An abstract Numeric Annotation from which some others are derived.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="Annotation"/>
  </xsd:complexContent>
</xsd:complexType>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Complex Type BasicAnnotation
Namespace http://www.openmicroscopy.org/Schemas/SA/2012-06
Annotations
An abstract Basic Annotation from which some others are derived.
Diagram
Diagram SA_xsd.tmp#Annotation_ID SA_xsd.tmp#Annotation_Namespace SA_xsd.tmp#Annotation_Description SA_xsd.tmp#AnnotationRef SA_xsd.tmp#Annotation
Type extension of Annotation
Type hierarchy
Used by
Model
Children AnnotationRef, Description
Attributes
QName Type Use Annotation
ID AnnotationID required
Namespace xsd:anyURI optional
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Source
<xsd:complexType name="BasicAnnotation">
  <!-- top level definition -->
  <xsd:annotation>
    <xsd:appinfo>
      <xsdfu>
        <plural>BasicAnnotations</plural>
        <abstract/>
      </xsdfu>
    </xsd:appinfo>
    <xsd:documentation>An abstract Basic Annotation from which some others are derived.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="Annotation"/>
  </xsd:complexContent>
</xsd:complexType>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Attribute AnnotationRef / @ID
Namespace No namespace
Type AnnotationID
Type hierarchy
Properties
use required
Facets
pattern ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)) & ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Annotation:\S+)|(Annotation:\S+))
Used by
Element AnnotationRef
Source
<xsd:attribute name="ID" use="required" type="AnnotationID"/>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Attribute Annotation / @ID
Namespace No namespace
Type AnnotationID
Type hierarchy
Properties
use required
Facets
pattern ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)) & ((urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Annotation:\S+)|(Annotation:\S+))
Used by
Complex Type Annotation
Source
<xsd:attribute name="ID" use="required" type="AnnotationID"/>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd
Attribute Annotation / @Namespace
Namespace No namespace
Annotations
We recommend the inclusion of a namespace for annotations you
define. If it is absent then we assume the annotation is to
use our (OME's) default interpretation for this type.
Type xsd:anyURI
Properties
use optional
Used by
Complex Type Annotation
Source
<xsd:attribute name="Namespace" use="optional" type="xsd:anyURI">
  <xsd:annotation>
    <xsd:documentation>We recommend the inclusion of a namespace for annotations you define. If it is absent then we assume the annotation is to use our (OME's) default interpretation for this type.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location http://www.openmicroscopy.org/Schemas/SA/2012-06/SA.xsd