bdmlDocument

bdmlDocument consists of 6 top-level elements (Info, Ontology, Summary, Contact, Methods, and Data).
There is the optional elements Series and Set, which can be used instead of the Data element.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
metaid xsd:ID optional
version xsd:string 0.2 required

Used By

Element bdml

Source

<xsd:complexType name="bdmlDocument">
  <xsd:annotation>
    <xsd:documentation>bdmlDocument consists of 6 top-level elements (Info, Ontology, Summary, Contact, Methods, and Data). There is the optional elements Series and Set, which can be used instead of the Data element.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="info" type="Info"/>
        <xsd:element name="ontology" type="Ontology" minOccurs="0" maxOccurs="1"/>
        <xsd:element name="summary" type="Summary"/>
        <xsd:element name="contact" type="Contact"/>
        <xsd:element name="methods" type="Methods"/>
        <xsd:choice>
          <xsd:element name="data" type="Data"/>
          <xsd:element name="series" type="Series"/>
          <xsd:element name="set" type="Set"/>
        </xsd:choice>
      </xsd:sequence>
      <xsd:attribute name="version" use="required" type="xsd:string" fixed="0.2"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>