microsoft/XmlNotepad

XmlNotepad detects xml-errors at empty nillable xsd:date Elements, but xml is correct

JSBW-Nbg opened this issue · 0 comments

Definition in xsd-file:
<xs:element name="last_changed" type="xs:date" nillable="true" minOccurs="0">

Element in xml-File
<last_changed xsi:nill="true />