OAS states that the namespace field of the XML Object "MUST be in the form of an absolute URI." (3.0; 3.1).
Technically, an absolute URI cannot have a fragment. However, XML Namespaces are defined as URI-references, although relative references are deprecated. The intention of URI-references-but-not-relative-URI-references is to allow fragments in namespace URIs.
If OAS intended to be aligned with this usage (no relative references, but yes fragments), then the wording needs to be changed.
OAS states that the
namespacefield of the XML Object "MUST be in the form of an absolute URI." (3.0; 3.1).Technically, an absolute URI cannot have a fragment. However, XML Namespaces are defined as URI-references, although relative references are deprecated. The intention of URI-references-but-not-relative-URI-references is to allow fragments in namespace URIs.
If OAS intended to be aligned with this usage (no relative references, but yes fragments), then the wording needs to be changed.