== Why is this an issue? The use of a ``++targetNamespace++`` in an XSD means that all the elements described in the XSD are restricted to that namespace, rather than landing in the global namespace. This provides clarity, and makes the schema easier to use in concert with other schemas that might define elements with the same names. === Noncompliant code example [source,xml] ---- ... ---- === Compliant solution [source,xml] ---- ... ---- ifdef::env-github,rspecator-view[] ''' == Implementation Specification (visible only on this page) === Message Add a "targetNamespace" to this schema. === Highlighting ``++xs:schema++`` endif::env-github,rspecator-view[]