gssp

Describes the Group Specific Sequencing Primer used.

        Attributes:
        -----------
        - registered-name: Identifies the amplification primer. Must be 
          recognized by the message recipient. (string, optional)
        - primer-sequence: PCR primer sequences used to amplify a polymorphic 
          region of sequences. (string, optional)
        - primer-target: If the primer sequence is proprietary (or otherwise 
          unable to be explicitly specified), the primer sequence can be imputed 
          from the gssp result. This imputed primer sequence is specified as the 
          primer-target. (string, optional)

        Data:
        -----
        - Resulting nucleotide sequence from the GSSP used. (string, required)

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
primer-sequence restriction of xs:string optional
primer-target restriction of xs:string optional
registered-name restriction of xs:string optional

Used By

Element sbt-sanger/gssp

Source

<xs:complexType name="gssp">
  <xs:annotation>
    <xs:documentation>Describes the Group Specific Sequencing Primer used. Attributes: ----------- - registered-name: Identifies the amplification primer. Must be recognized by the message recipient. (string, optional) - primer-sequence: PCR primer sequences used to amplify a polymorphic region of sequences. (string, optional) - primer-target: If the primer sequence is proprietary (or otherwise unable to be explicitly specified), the primer sequence can be imputed from the gssp result. This imputed primer sequence is specified as the primer-target. (string, optional) Data: ----- - Resulting nucleotide sequence from the GSSP used. (string, required)</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:restriction base="hmlns:sequence">
      <xs:attribute name="registered-name" use="optional">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="primer-sequence" use="optional">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="primer-target" use="optional">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>