DNASeq

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

Simple Type Information

Used By

Source

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