5.4:
…
5.7:
…
This is the schema file (cir_labs.xsd):
When I try to compile (not recompile) the .xsd file in 5.7, and change the Compile Options / Default Namespace setting from “None” to “Use Namespace” and specify “
“Compile command failed with status 1:
Default Namespace could not be set because no target namespace was defined in schema cir_labs.xsd”
So, we’ve got a schema that compiled fine with defaults under 5.4, that now doesn’t produce the same output under 5.7. And when I try to explicitly define the default namespace, it complains that there is no target namespace.
This is the only xml interface I had ever developed on cloverleaf, and I didn’t learn that much about xml while doing it, and have forgotten most of that. Does anyone on the forum have an example of what sort of “target namespace” setting 5.7 seems to require in the schema file?