Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
-
Operating System: Windows XP
Platform: PC
-
22760
Description
When validating the attached XML+XSD using "saxcount -n -f -s car.xml", no
errors are reported. But the schema is invalid (also according to Xerces-J,
MSXML, etc..) because it specifies elementFormDefault="qualified" but the
element "car" is declared as
<xsd:element name="car" type="Car"/>
(note that the type "Car" should be prefixed by the namespace prefix "so" that
is bound to the targetNamespace of the schema)
Alberto