This is a simple type that specifies a sequence of amino acid characters, following IUPAC single character symbols for aa (and ambiguities). |
Element | AAMatrixSeqRow/seq |
<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> |