Payroll Schema
directorType Simple Type
Payroll Schema : directorType Simple Type
Description
This should be included at the start of a director's employment or if there is any change
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Type
Restriction of xs:string
Diagram
directorType Simple Type
Overview
directorType Restriction of xs:string
This should be included at the start of a director's employment or if there is any change
Facets
EnumerationPROPRIETARY
EnumerationNON_PROPRIETARY
Source
<xs:simpleType name="directorType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>This should be included at the start of a director's employment or if there is any change</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="PROPRIETARY" />
    <xs:enumeration value="NON_PROPRIETARY" />
  </xs:restriction>
</xs:simpleType>
See Also
Payroll Schema