Commit d4ae1dd
committed
Fix XML namespace syntax
The XML Object's namespace field was changed from "URL"
to "absolute URI" because relative references in a namespace
are deprecated by XML, and the base URI to use for resolving
them in the context of an OpenAPI Description is unclear.
However, XML namespaces can include fragments, and the
correct term is "non-relative URI" rather than "absolute URI"
which forbids fragments.
This change includes additional guidance on how XML usage and
the requirements of this specification do not quite align.1 parent eec1906 commit d4ae1dd
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3183 | 3183 | | |
3184 | 3184 | | |
3185 | 3185 | | |
3186 | | - | |
| 3186 | + | |
3187 | 3187 | | |
3188 | 3188 | | |
3189 | 3189 | | |
3190 | 3190 | | |
3191 | 3191 | | |
3192 | 3192 | | |
| 3193 | + | |
| 3194 | + | |
| 3195 | + | |
| 3196 | + | |
| 3197 | + | |
| 3198 | + | |
3193 | 3199 | | |
3194 | 3200 | | |
3195 | 3201 | | |
| |||
0 commit comments