AASeq

This is a simple type that specifies a sequence of amino acid characters,
following IUPAC single character symbols for aa (and ambiguities).

Simple Type Information

Used By

Source

<xs:simpleType name="AASeq">
  <xs:annotation>
    <xs:documentation>This is a simple type that specifies a sequence of amino acid characters, following IUPAC single character symbols for aa (and ambiguities).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="AbstractSeq">
    <xs:pattern value="[\*\-\?ABCDEFGHIKLMNPQRSTUVWXYZ\s]*"/>
  </xs:restriction>
</xs:simpleType>