You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`offset` | [offset number] | sequence of elements | -
293
294
`char` | [character number] | character string | character
294
295
`line` | [line number] | sequence of character strings | character string
@@ -300,9 +301,7 @@ name | locator format | document model
300
301
`jsonpointer` | [JSON Pointer] | JSON value | JSON value
301
302
`xpath` | [XML Element Locator] | XML or compatible hierarchies | XML
302
303
303
-
<!--
304
-
The set of normative locator formats has not been finally specified yet. The final version of this specification may need to define a registry of locator formats. The following locator formats will likely be included:
305
-
-->
304
+
The **identifier** locator format with name `id` and locator values being arbitrary Unicode strings subsumes every other locator format because locators of same value refer to the same element. It can be used for any kind of formalized reference to elements of a document, but its main use case are record identifiers, unique names and similar identifier systems.
306
305
307
306
See [appendix](#sec-additional-dimensions) for more dimensions to be discussed.
308
307
@@ -472,16 +471,7 @@ Error records can be validated with the following non-normative, non-extensive J
@@ -494,8 +484,8 @@ Dimension `rfc5147`, in contrast to `char` and `line`, also supports ranges.
494
484
}
495
485
```
496
486
497
-
The following locator formats or standards are yet to be evaluated for its use as dimension:
498
-
487
+
-[RFC 5147](https://tools.ietf.org/html/rfc5147) is not included because it mixes lines and characters, so the document model of the referenced element is not obvious. The handling of [line endings in RFC 5147](https://datatracker.ietf.org/doc/html/rfc5147#section-4.1) also depends on context.
488
+
-`fq` for all binary formats supported by [fq] (see @lst-fq)
499
489
-`RangeAddress` of [References in OpenDocument](https://docs.oasis-open.org/office/OpenDocument/v1.4/OpenDocument-v1.4-part4-formula.html#References)
500
490
- IIIF (section in an image)
501
491
- RDF graphs (every subset of an RDF graph is another RDF graph)
0 commit comments