phy:Accession

Element Accession is used to capture the local part in a sequence
identifier (e.g. 'P17304' in 'UniProtKB:P17304', in which case the 'source' attribute
would be 'UniProtKB').

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
comment xs:token optional
source xs:token required

Used By

Source

<xs:complexType name="Accession">
  <xs:annotation>
    <xs:documentation>Element Accession is used to capture the local part in a sequence identifier (e.g. 'P17304' in 'UniProtKB:P17304', in which case the 'source' attribute would be 'UniProtKB').</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:token">
      <xs:attribute name="source" type="xs:token" use="required"/>
      <xs:attribute name="comment" type="xs:token"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>