RNASeq

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

Simple Type Information

Used By

Source

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