Identifies the amplification primer used for SBT-Sanger, and the resulting sequence from using it. Attributes: ----------- - registered-name: Identifies the amplification primer. Must be recognized by the message recipient. (string, required) Data: ---- - sequence: IUPAC nucleotide sequence (string, required) |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
registered-name | xs:string | required |
Element | sbt-sanger/amplification |
<xs:complexType name="amplification"> <xs:annotation> <xs:documentation>Identifies the amplification primer used for SBT-Sanger, and the resulting sequence from using it. 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:simpleType> </xs:attribute> </xs:restriction> </xs:simpleContent> </xs:complexType> |