phy:Reference

A literature reference for a clade. It is recommended to use the 'doi'
attribute instead of the free text 'desc' element whenever possible.

Complex Type Information

Model

Children: phy:desc

Attributes

QName Type Fixed Default Use Inheritable Annotation
doi xs:token optional

Used By

Source

<xs:complexType name="Reference">
  <xs:annotation>
    <xs:documentation>A literature reference for a clade. It is recommended to use the 'doi' attribute instead of the free text 'desc' element whenever possible.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="desc" type="xs:token" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="doi" type="xs:token"/>
</xs:complexType>