Ontology

Ontology associates terms in BDML with those from external ontology sources.

Complex Type Information

Model

Attributes

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

Used By

Source

<xsd:complexType name="Ontology">
  <xsd:annotation>
    <xsd:documentation>Ontology associates terms in BDML with those from external ontology sources.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="ontologyTerm" type="OntologyTerm" minOccurs="1" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>