Publication

A reference to a publication 
            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="Publication">
  <xs:annotation>
    <xs:documentation>A reference to a publication 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="fullTitle" type="xs:string">
      <xs:annotation>
        <xs:documentation>A reasonably complete reference to the paper, etc. including journal, authors, issue, year. Mainly for quick recognition of the paper. The PubMed ref should contain the unique ID.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="pubmedRef" type="xs:string">
      <xs:annotation>
        <xs:documentation>URL of paper in PubMed (starting with http://www.ncbi.nlm.nih.gov)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="comment" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Comment on how this publication relates to the current model</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>