Actions
Bug #6199
closedSCM export/import fails for an `xs:alternative` specifying `defaultNamespace="##targetNamespace"`
Start date:
2023-09-17
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
12, trunk
Fix Committed on Branch:
12, trunk
Fixed in Maintenance Release:
Platforms:
.NET, Java
Description
When a schema has an xs:alternative
element with the attribute defaultNamespace="##targetNamespace"
, the defaultNamespace property of the TypeAlternative
schema component is set to the literal value "##targetNamespace" rather than to the actual target namespace URI. This generally appears to do no harm because the property isn't actually used -- except when serialising the schema to an SCM file, which will result in the schema that is reloaded from the SCM file being incorrect.
Revealed by running test case -c:Saxonica -s:CTA -g:cta0004
with the -scm option.
Please register to edit this issue
Actions