Summary

Summary provides a concise description of the quantitative data in the BDML file.
A targeted organism should be provided based on the NCBI taxonomy definition (http://www.ncbi.nlm.nih.gov/taxonomy).
A localID can be used to link the bdmlID of the BDML file to an internal identifier name in each author or laboratory.
Detailed information of original published paper and/or database can be included.

Complex Type Information

Model

Attributes

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

Used By

Source

<xsd:complexType name="Summary">
  <xsd:annotation>
    <xsd:documentation>Summary provides a concise description of the quantitative data in the BDML file. A targeted organism should be provided based on the NCBI taxonomy definition (http://www.ncbi.nlm.nih.gov/taxonomy). A localID can be used to link the bdmlID of the BDML file to an internal identifier name in each author or laboratory. Detailed information of original published paper and/or database can be included.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="description" type="xsd:string"/>
        <xsd:element name="datatype">
          <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:element name="organism">
          <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:element name="localID" minOccurs="0" type="xsd:string"/>
        <xsd:element name="basedon" type="BasedOn"/>
        <xsd:element name="contributors" type="xsd:string"/>
        <xsd:element name="citation" minOccurs="0" type="xsd:string"/>
        <xsd:element name="PMID" minOccurs="0" type="xsd:positiveInteger"/>
        <xsd:element name="dblink" minOccurs="0" type="xsd:anyURI"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>