jdftyp:regExp

Simple Type Information

Used By

Source

<xs:simpleType name="regExp">
  <xs:restriction base="xs:normalizedString">
    <xs:minLength value="1"/>
    <xs:maxLength value="20480"/>
  </xs:restriction>
</xs:simpleType>