Closed mobiusklein closed 11 months ago
The document declares the XMLSchema namespace xs, not xsd, but the addition for v1.1.1 used xsd when creating the new schema elements. This lead to an error when parsing the document strictly.
XMLSchema
xs
xsd
This change fixes the namespace on the added tags.
The document declares the
XMLSchema
namespacexs
, notxsd
, but the addition for v1.1.1 usedxsd
when creating the new schema elements. This lead to an error when parsing the document strictly.This change fixes the namespace on the added tags.