CommonTypes Schema
DateForm Simple Type
 

Description

Date data type enforcing the format: "dd/mm/yyyy".

 

Type

restriction of string
 

Facets

minLength0
pattern\d{2}/\d{2}/\d{4}