NIEM / NIEM-NDR

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

xs:anyURI values must be valid #119

Closed iamdrscott closed 1 year ago

iamdrscott commented 2 years ago

XML Schema validation will pass almost any value in an element or attribute of type xs:anyURI. This of course means that some message will eventually contain XML like , for which there is no equivalent RDF, So I think we will need a rule in NDR 6, something like:

The value of an element or attribute of type xs:anyURI MUST match the production or the production < "#" fragment> as defined by RFC 3986.

cdmgtri commented 1 year ago

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