Describes a sequence that is the result of an alignment or assembly of shorter sequence reads generated by an NGS platform. Wraps one or more reference database definitions and one or more consensus-sequence-blocks. Children: --------- - reference-database (required, qty: 1 or more) - consensus-sequence-block (required, qty: 1 or more) |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
date | xs:date | required |
Element | typing/consensus-sequence |
<xs:complexType name="consensus-sequence"> <xs:annotation> <xs:documentation>Describes a sequence that is the result of an alignment or assembly of shorter sequence reads generated by an NGS platform. Wraps one or more reference database definitions and one or more consensus-sequence-blocks. Children: --------- - reference-database (required, qty: 1 or more) - consensus-sequence-block (required, qty: 1 or more)</xs:documentation> </xs:annotation> <xs:sequence> <xs:element ref="hmlns:reference-database" minOccurs="1" maxOccurs="unbounded"/> <xs:element ref="hmlns:consensus-sequence-block" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute type="xs:date" name="date" use="required"/> </xs:complexType> |