I have the following element in XML File:
<checkinfo checksum="2af4" txtime="04:35pm" txdate="2/17/07" />
How can i restrict the values in XSD
from txtime
and txdate
to accept only values like 03:15:pm and 03/07/2018
I have the following element in XML File:
<checkinfo checksum="2af4" txtime="04:35pm" txdate="2/17/07" />
How can i restrict the values in XSD
from txtime
and txdate
to accept only values like 03:15:pm and 03/07/2018