Common Paye Types Schema
NonEmptyString Simple Type
Common Paye Types Schema : NonEmptyString Simple Type
Namespace http://www.ros.ie/schemas/paye-employers/v1/common/
Type
Restriction of defaultString Simple Type
Diagram
NonEmptyString Simple Type
Overview
Facets
MinLength1
Source
<xs:simpleType name="NonEmptyString" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="pc:defaultString">
    <xs:minLength value="1" />
  </xs:restriction>
</xs:simpleType>
See Also
Common Paye Types Schema