Common Paye Types Schema
EmployeePPSN Simple Type
Common Paye Types Schema : EmployeePPSN Simple Type
Namespace http://www.ros.ie/schemas/paye-employers/v1/common/
Type
Restriction of defaultString Simple Type
Diagram
EmployeePPSN Simple Type
Overview
Facets
MinLength8
MaxLength10
Pattern[0-9A-Za-z]*
Source
<xs:simpleType name="EmployeePPSN" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="pc:defaultString">
    <xs:minLength value="8" />
    <xs:maxLength value="10" />
    <xs:pattern value="[0-9A-Za-z]*" />
  </xs:restriction>
</xs:simpleType>
See Also
Common Paye Types Schema