A general purpose identifier element. Allows to indicate the provider (or authority) of an identifier. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
provider | xs:token | optional |
Elements | phy:Phylogeny/phy:id, phy:Taxonomy/phy:id |
<xs:complexType name="Id"> <xs:annotation> <xs:documentation>A general purpose identifier element. Allows to indicate the provider (or authority) of an identifier.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:token"> <xs:attribute name="provider" type="xs:token"/> </xs:extension> </xs:simpleContent> </xs:complexType> |