Common Paye Types Schema
eircode Simple Type
Common Paye Types Schema : eircode Simple Type
Namespace http://www.ros.ie/schemas/paye-employers/v1/common/
Type
Restriction of xs:string
Diagram
eircode Simple Type
Overview
eircode Restriction of xs:string
Facets
MinLength7
MaxLength8
Pattern[A-Za-z0-9 ]*
Source
<xs:simpleType name="eircode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:minLength value="7" />
    <xs:maxLength value="8" />
    <xs:pattern value="[A-Za-z0-9 ]*" />
  </xs:restriction>
</xs:simpleType>
See Also
Common Paye Types Schema