sequence

The DNA alphabet consists of primary nucleotides (A, C, G, T).

        Wildcard IUPAC nucleotides (M, R, W, S, Y, K, V, H, D, B, X, N) may be 
        used if they are acceptable in the context in which they appear. The 
        default is to use all upper case letters. 

        The full specification of the IUPAC codes may be found here:
        (http://nar.oxfordjournals.org/content/13/9/3021.short)
        Cornish-Bowden A. Nomenclature for incompletely specified bases in 
        nucleic acid sequences: recommendations 1984. Nucleic Acids Res. 1985; 
        13:3021-3030.

        Attribute:
        ----------
        - xs:anyAttribute:  Custom use attribute for additional sequence 
                    information. (optional)
        Data:
        -----
        - Sequence in the DNA alphabet (string, required)

Complex Type Information

Model

Attributes

Used By

Complex Types amplification, gssp, sub-amplification
Element sequence

Source

<xs:complexType name="sequence">
  <xs:annotation>
    <xs:documentation>The DNA alphabet consists of primary nucleotides (A, C, G, T). Wildcard IUPAC nucleotides (M, R, W, S, Y, K, V, H, D, B, X, N) may be used if they are acceptable in the context in which they appear. The default is to use all upper case letters. The full specification of the IUPAC codes may be found here: (http://nar.oxfordjournals.org/content/13/9/3021.short) Cornish-Bowden A. Nomenclature for incompletely specified bases in nucleic acid sequences: recommendations 1984. Nucleic Acids Res. 1985; 13:3021-3030. Attribute: ---------- - xs:anyAttribute: Custom use attribute for additional sequence information. (optional) Data: ----- - Sequence in the DNA alphabet (string, required)</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="hmlns:iupac-bases">
      <!-- Custom use attribute for additional information (optional) -->
      <xs:anyAttribute/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>