RestrictionSeqs

A restriction site characters block 
consisting of sequences preceded by metadata.

Complex Type Information

Model

Children: format, matrix, meta

Attributes

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

Source

<xs:complexType name="RestrictionSeqs" abstract="false">
  <xs:annotation>
    <xs:documentation>A restriction site characters block consisting of sequences preceded by metadata.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractSeqs">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="meta" minOccurs="0" maxOccurs="unbounded" type="Meta"/>
        <xs:element name="format" minOccurs="1" maxOccurs="1" type="RestrictionFormat"/>
        <xs:element name="matrix" minOccurs="1" maxOccurs="1" type="RestrictionSeqMatrix"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>