Hello all,
I want to define a element in type date like this:
for example: <xs:element name="navdate" form="unqualified" type="xs:date"/>
But my date is in format DD/MM/YYYY and for the validation the format have to be YYYY-MM-DD.
It is possible to change the validation format ? Thanks.