Common Paye Types Schema
month Simple Type
Common Paye Types Schema : month Simple Type
Namespace http://www.ros.ie/schemas/paye-employers/v1/common/
Type
Restriction of xs:string
Diagram
month Simple Type
Overview
month Restriction of xs:string
Facets
EnumerationJANUARY
EnumerationFEBRUARY
EnumerationMARCH
EnumerationAPRIL
EnumerationMAY
EnumerationJUNE
EnumerationJULY
EnumerationAUGUST
EnumerationSEPTEMBER
EnumerationOCTOBER
EnumerationNOVEMBER
EnumerationDECEMBER
Source
<xs:simpleType name="month" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="JANUARY" />
    <xs:enumeration value="FEBRUARY" />
    <xs:enumeration value="MARCH" />
    <xs:enumeration value="APRIL" />
    <xs:enumeration value="MAY" />
    <xs:enumeration value="JUNE" />
    <xs:enumeration value="JULY" />
    <xs:enumeration value="AUGUST" />
    <xs:enumeration value="SEPTEMBER" />
    <xs:enumeration value="OCTOBER" />
    <xs:enumeration value="NOVEMBER" />
    <xs:enumeration value="DECEMBER" />
  </xs:restriction>
</xs:simpleType>
See Also
Common Paye Types Schema