This is a simple type that specifies a sequence of restriction site characters. |
Element | RestrictionMatrixSeqRow/seq |
<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> |