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: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> |