NeuronDBReference

A reference to an entity in NeuronDB 
            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="NeuronDBReference">
  <xs:annotation>
    <xs:documentation>A reference to an entity in NeuronDB 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 neuron relates to the current model</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>