Common Paye Types Schema
prsiExemptionReason Simple Type
Common Paye Types Schema : prsiExemptionReason Simple Type
Namespace http://www.ros.ie/schemas/paye-employers/v1/common/
Type
Restriction of xs:string
Diagram
prsiExemptionReason Simple Type
Overview
prsiExemptionReason Restriction of xs:string
Facets
EnumerationA_1_PORTABLE_DOCUMENT
EnumerationCERTIFICATE_OF_COVERAGE
EnumerationPOSTED_WORKER_OTHER_NOTIFICATION
EnumerationFAMILY_MEMBER
EnumerationUNDER_16
EnumerationSOCIAL_WELFARE_SCHEME
EnumerationOTHER
Source
<xs:simpleType name="prsiExemptionReason" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="A_1_PORTABLE_DOCUMENT" />
    <xs:enumeration value="CERTIFICATE_OF_COVERAGE" />
    <xs:enumeration value="POSTED_WORKER_OTHER_NOTIFICATION" />
    <xs:enumeration value="FAMILY_MEMBER" />
    <xs:enumeration value="UNDER_16" />
    <xs:enumeration value="SOCIAL_WELFARE_SCHEME" />
    <xs:enumeration value="OTHER" />
  </xs:restriction>
</xs:simpleType>
See Also
Common Paye Types Schema