Payroll Schema
payFrequency Simple Type
Payroll Schema : payFrequency Simple Type
Description
Indicates the frequency of the employees payments.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Type
Restriction of xs:string
Diagram
payFrequency Simple Type
Overview
payFrequency Restriction of xs:string
Indicates the frequency of the employees payments.
Facets
EnumerationWEEKLY
EnumerationFORTNIGHTLY
EnumerationMONTHLY
EnumerationFOUR_WEEKLY
EnumerationTWICE_MONTHLY
EnumerationQUARTERLY
EnumerationBI_ANNUAL
EnumerationWK_BASED_MONTHLY
EnumerationANNUAL
EnumerationOTHER
Source
<xs:simpleType name="payFrequency" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Indicates the frequency of the employees payments.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="WEEKLY" />
    <xs:enumeration value="FORTNIGHTLY" />
    <xs:enumeration value="MONTHLY" />
    <xs:enumeration value="FOUR_WEEKLY" />
    <xs:enumeration value="TWICE_MONTHLY" />
    <xs:enumeration value="QUARTERLY" />
    <xs:enumeration value="BI_ANNUAL" />
    <xs:enumeration value="WK_BASED_MONTHLY" />
    <xs:enumeration value="ANNUAL" />
    <xs:enumeration value="OTHER" />
  </xs:restriction>
</xs:simpleType>
See Also
Payroll Schema