XML Schema: mandating timezone on xsd:date -
is @ possible, when defining xml schema, mandate element of type xsd:date
must contain timezone information?
i reading xml schema specification xsd:date
, , seems me there's no way guarantee without resorting use regular expressions, don't want do.
am missing something, or doomed?
in xsd 1.0, regular expressions usual answer (and one).
in xsd 1.1, can , should use explicittimezone facet derive restriction of date
requires timezone information.
Comments
Post a Comment