Common Paye Types Schema
runProcessingStatus Simple Type
Common Paye Types Schema : runProcessingStatus Simple Type
Namespace http://www.ros.ie/schemas/paye-employers/v1/common/
Type
Restriction of xs:string
Diagram
runProcessingStatus Simple Type
Overview
runProcessingStatus Restriction of xs:string
Facets
EnumerationPENDING
EnumerationPROCESSED
Source
<xs:simpleType name="runProcessingStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="PENDING" />
    <xs:enumeration value="PROCESSED" />
  </xs:restriction>
</xs:simpleType>
See Also
Common Paye Types Schema