The DNAToken simple type is a restriction of AbstractSymbol that defines a token of a IUPAC single character nucleotide token. |
<xs:simpleType name="DNAToken"> <xs:annotation> <xs:documentation>The DNAToken simple type is a restriction of AbstractSymbol that defines a token of a IUPAC single character nucleotide token.</xs:documentation> </xs:annotation> <xs:restriction base="AbstractSymbol"> <xs:pattern value="[ABCDGHKMNRSTVWXY\-\?]"/> <xs:length value="1"/> </xs:restriction> </xs:simpleType> |