Common Paye Types Schema
dateString Simple Type
Common Paye Types Schema : dateString Simple Type
Namespace http://www.ros.ie/schemas/paye-employers/v1/common/
Type
Restriction of defaultString Simple Type
Diagram
dateString Simple Type
Overview
Facets
MinLength10
MaxLength10
Pattern[0-9]{4}-[0-9]{2}-[0-9]{2}
Source
<xs:simpleType name="dateString" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="pc:defaultString">
    <xs:minLength value="10" />
    <xs:maxLength value="10" />
    <xs:pattern value="[0-9]{4}-[0-9]{2}-[0-9]{2}" />
  </xs:restriction>
</xs:simpleType>
See Also
Common Paye Types Schema