sch:non-empty-string

Simple Type Information

Used By

Source

<xs:simpleType name="non-empty-string">
  <xs:restriction base="xs:token">
    <xs:minLength value="1"/>
  </xs:restriction>
</xs:simpleType>