S
Stefan Reiter
Hi, I want to limit a date to a minDate and a maxDate -
is that possible, and how?
<xs:simpleType>
<xs:restriction base="xs:date">
<xs:
</xs:restriction>
</xs:simpleType>
I assume it is only possible with "pattern".
Cheers,
Stefan
is that possible, and how?
<xs:simpleType>
<xs:restriction base="xs:date">
<xs:
</xs:restriction>
</xs:simpleType>
I assume it is only possible with "pattern".
Cheers,
Stefan