NeuroMorphoRef

A reference to an entity in NeuroMorpho.org 
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

Used By

Source

<xs:complexType name="NeuroMorphoRef">
  <xs:annotation>
    <xs:documentation>A reference to an entity in NeuroMorpho.org 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="morphologyRef" 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 morphology relates to the current model</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>