ModelDBReference

A reference to an entity in ModelDB 
            Note: This element will possibly change when a new set of schema 
            files is adopted for adding references, authors, citations, etc. See 
mailing lists for latest status

Complex Type Information

Model

Children: comment, modelName, uri

Used By

Source

<xs:complexType name="ModelDBReference">
  <xs:annotation>
    <xs:documentation>A reference to an entity in ModelDB Note: This element will possibly change when a new set of schema files is adopted for adding references, authors, citations, etc. See mailing lists for latest status</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="modelName" type="xs:string"/>
    <xs:element name="uri" type="xs:string"/>
    <xs:element name="comment" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Comment on how this model relates to the current model in NeuroML</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>