A literature reference for a clade. It is recommended to use the 'doi' attribute instead of the free text 'desc' element whenever possible. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
doi | xs:token | optional |
Element | phy:Clade/phy:reference |
<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> |