DNAPolymorphicStateSet

The DNAPolymorphicStateSet type defines an IUPAC ambiguity mapping. It may
enclose zero or more AbstractMapping elements to resolve ambiguities.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
id xs:ID required
label xs:string optional
symbol DNAToken required
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.

Used By

Source

<xs:complexType name="DNAPolymorphicStateSet">
  <xs:annotation>
    <xs:documentation>The DNAPolymorphicStateSet type defines an IUPAC ambiguity mapping. It may enclose zero or more AbstractMapping elements to resolve ambiguities.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractPolymorphicStateSet">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="member" type="DNAMapping" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="uncertain_state_set" type="DNAUncertainStateSet" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:attribute name="symbol" type="DNAToken" use="required"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>