The RNAToken simple type is a restriction of AbstractSymbol that defines a token of a IUPAC single character nucleotide token. |
<xs:simpleType name="RNAToken"> <xs:annotation> <xs:documentation>The RNAToken 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="[\-\?ABCDGHKMNRSUVWXY]"/> <xs:length value="1"/> </xs:restriction> </xs:simpleType> |