RestrictionSeq

This is a simple type that specifies a 
sequence of restriction site characters.

Simple Type Information

Used By

Source

<xs:simpleType name="RestrictionSeq">
  <xs:annotation>
    <xs:documentation>This is a simple type that specifies a sequence of restriction site characters.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[01\s]*"/>
  </xs:restriction>
</xs:simpleType>