You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So element with some date is supposed to validate both '2019-11-11' and '11.11.2019', however it always complains about second form, as if second member of xsd:union is ignored.
Probably it is due to update xml backend? I've used xerces to check it - validates as expected
The text was updated successfully, but these errors were encountered:
Consider next declaration of element type in schema file:
So element with some date is supposed to validate both '2019-11-11' and '11.11.2019', however it always complains about second form, as if second member of xsd:union is ignored.
Probably it is due to update xml backend? I've used xerces to check it - validates as expected
The text was updated successfully, but these errors were encountered: