derivedDataType Date

Represents the international standard for the representation of date (ISO 8601).
The string format is "YYYY-MM-DD" (excluding quotes).

The following pattern describes the Date format:
YYYY-MM-DD
Where:
YYYY = Four digit year
MM = Two digit month (01=January, and so on)
DD = Two digit day of month (01 through 31)


stringDate

Valid values: ^([0-9]{4})-(1[0-2]|0[1-9])-(0[1-9]|[1|2][0-9]|3[0-1])$
  derivedDataType Date