Common Paye Types Schema
category Simple Type
Common Paye Types Schema : category Simple Type
Namespace http://www.ros.ie/schemas/paye-employers/v1/common/
Type
Restriction of xs:string
Diagram
category Simple Type
Overview
category Restriction of xs:string
Facets
EnumerationTRAVEL_AND_SUBSISTENCE
EnumerationREMOTE_WORKING_DAILY_ALLOWANCE
EnumerationSMALL_BENEFITS_EXEMPTION
Source
<xs:simpleType name="category" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="TRAVEL_AND_SUBSISTENCE" />
    <xs:enumeration value="REMOTE_WORKING_DAILY_ALLOWANCE" />
    <xs:enumeration value="SMALL_BENEFITS_EXEMPTION" />
  </xs:restriction>
</xs:simpleType>
See Also
Common Paye Types Schema