Ontology associates terms in BDML with those from external ontology sources. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
metaid | xsd:ID | optional |
Element | bdmlDocument/ontology |
<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> |