NIEM / NIEM-NDR

The NIEM Naming and Design Rules
https://niem.github.io/NIEM-NDR/
6 stars 6 forks source link

Conforming namespaces should have a prefix #120

Closed iamdrscott closed 1 year ago

iamdrscott commented 1 year ago

Turns out that while a conforming schema document must declare targetNamespace, it does not have to declare a namespace prefix for that namespace URI. But CMF depends on a prefix for every namespace, and when CMFTool makes one up from whole cloth, it usually looks stupid. So I want a new NDR to say every conforming schema document must declare a prefix for the target namespace URI -- and furthermore, must not use "cmf", "rdf", "rdfs", "owl", "xs", or "xsd".

cdmgtri commented 1 year ago

Migrated to niemopen/niem-naming-design-rules#24