Object

Object specifies types of object that is detected from microscope images used in 
an in vivo measurement or from the result of a computer simulation.
The number of object is unlimited because the dynamics of more than one object can be obtained from
the in vivo measurement or from the simulation.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
metaid xsd:ID optional

Used By

Element Data/object

Source

<xsd:complexType name="Object">
  <xsd:annotation>
    <xsd:documentation>Object specifies types of object that is detected from microscope images used in an in vivo measurement or from the result of a computer simulation. The number of object is unlimited because the dynamics of more than one object can be obtained from the in vivo measurement or from the simulation.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="objectName">
          <xsd:complexType>
            <xsd:simpleContent>
              <xsd:extension base="xsd:string">
                <xsd:attribute name="ontologyRef" type="xsd:string" use="optional"/>
              </xsd:extension>
            </xsd:simpleContent>
          </xsd:complexType>
        </xsd:element>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>