A date associated with a clade/node. Its value can be numerical by using the 'value' element and/or free text with the 'desc' element' (e.g. 'Silurian'). If a numerical value is used, it is recommended to employ the 'unit' attribute to indicate the type of the numerical value (e.g. 'mya' for 'million years ago'). The elements 'minimum' and 'maximum' are used the indicate a range/confidence interval |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
unit | xs:token | optional |
Element | phy:Clade/phy:date |
<xs:complexType name="Date"> <xs:annotation> <xs:documentation>A date associated with a clade/node. Its value can be numerical by using the 'value' element and/or free text with the 'desc' element' (e.g. 'Silurian'). If a numerical value is used, it is recommended to employ the 'unit' attribute to indicate the type of the numerical value (e.g. 'mya' for 'million years ago'). The elements 'minimum' and 'maximum' are used the indicate a range/confidence interval</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="desc" type="xs:token" minOccurs="0"/> <xs:element name="value" type="xs:decimal" minOccurs="0"/> <xs:element name="minimum" type="xs:decimal" minOccurs="0"/> <xs:element name="maximum" type="xs:decimal" minOccurs="0"/> </xs:sequence> <xs:attribute name="unit" type="xs:token"/> </xs:complexType> |