Common Paye Types Schema
IDString Simple Type
Common Paye Types Schema : IDString Simple Type
Namespace http://www.ros.ie/schemas/paye-employers/v1/common/
Type
Restriction of defaultString Simple Type
Diagram
IDString Simple Type
Overview
Facets
MaxLength50
Pattern[A-Za-z0-9_\-]*
Source
<xs:simpleType name="IDString" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="pc:defaultString">
    <xs:maxLength value="50" />
    <xs:pattern value="[A-Za-z0-9_\-]*" />
  </xs:restriction>
</xs:simpleType>
See Also
Common Paye Types Schema