mishandling of absent default namespace in included schema
Brought to you by:
pabigot
0.7.0 was wrong to inherit a default namespace from an including schema when the included schema has no target namespace, but 0.7.1 doesn't correctly compensate for the implicit target namespace inheritance when resolving QNames.
I.e., I should have been able to include the address schema with absent target namespace into a schema that defined a target namespace.
Fixed in [1976].