Methods

Methods describes procedures used for reproducing spatiotemporal numerical data in the BDML file.
Methods includes two hyperlinks which are defined as a Uniform Resource Identifier (URI).
The first link points to original sources such as microscope images of an in vivo measurement or 
files of the mathematical model of computer simulation.
The second link points to a description of procedures for obtaining the spatiotemporal numerical data from original sources.
It can be a file described in Procedures for Data Processing Markup Language (http://ssbd.qbic.riken.jp/pdpml/).

Complex Type Information

Model

Attributes

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

Used By

Source

<xsd:complexType name="Methods">
  <xsd:annotation>
    <xsd:documentation>Methods describes procedures used for reproducing spatiotemporal numerical data in the BDML file. Methods includes two hyperlinks which are defined as a Uniform Resource Identifier (URI). The first link points to original sources such as microscope images of an in vivo measurement or files of the mathematical model of computer simulation. The second link points to a description of procedures for obtaining the spatiotemporal numerical data from original sources. It can be a file described in Procedures for Data Processing Markup Language (http://ssbd.qbic.riken.jp/pdpml/).</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="summary" type="xsd:string"/>
        <xsd:element name="source" minOccurs="0" type="xsd:anyURI"/>
        <xsd:element name="protocol" minOccurs="0" type="xsd:anyURI"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>