sub-amplification

Identifies sub-amplification primers. These primers are used to resolve
          ambiguities and may be used either concurrently with or after the 
          amplification step.

        Attributes:
        -----------
        - registered-name: Identifies the amplification primer. Must be 
          recognized by the message recipient. (string, required)

        Data:
        ----
        - sequence:  IUPAC nucleotide sequence (string, required)

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
registered-name restriction of xs:string required

Used By

Source

<xs:complexType name="sub-amplification">
  <xs:annotation>
    <xs:documentation>Identifies sub-amplification primers. These primers are used to resolve ambiguities and may be used either concurrently with or after the amplification step. Attributes: ----------- - registered-name: Identifies the amplification primer. Must be recognized by the message recipient. (string, required) Data: ---- - sequence: IUPAC nucleotide sequence (string, required)</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:restriction base="hmlns:sequence">
      <xs:attribute name="registered-name" use="required">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>