Authors

A reference to an author 
            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="Authors">
  <xs:annotation>
    <xs:documentation>A reference to an author 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:sequence>
    <xs:element name="modelAuthor" type="Person" maxOccurs="unbounded" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Author of the original model</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="modelTranslator" type="Person" maxOccurs="unbounded" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Person who translated the model to NeuroML</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>