A verse ref and an offset within that verse in USFM space that point to a specific location in
USFM. If only a verse ref is provided, the offset is assumed to be 0.
The USJ representation of the positions represented by this type are UsjLocation. Both are
absolute verse reference locations.
UsjDocumentLocation also represents positions of this type, but those locations are
relative to a specific USJ document rather than being absolute verse reference locations like
this type. The closest equivalent concept in USFM to UsjDocumentLocation is a string
character index in a USFM document; such an index is relative to a specific USFM document rather
than indicating an absolute position in a Scripture text.
A verse ref and an offset within that verse in USFM space that point to a specific location in USFM. If only a verse ref is provided, the offset is assumed to be 0.
The USJ representation of the positions represented by this type are UsjLocation. Both are absolute verse reference locations.
UsjDocumentLocation also represents positions of this type, but those locations are relative to a specific USJ document rather than being absolute verse reference locations like this type. The closest equivalent concept in USFM to UsjDocumentLocation is a string character index in a USFM document; such an index is relative to a specific USFM document rather than indicating an absolute position in a Scripture text.
To see many examples of the same point represented by both USFM and USJ locations, go to https://github.com/paranext/paranext-core/tree/main/lib/platform-bible-utils/src/scripture/usj-reader-writer-test-data/testUSFM-2SA-1-locations.ts
Note: some forms of this type are deprecated and will be removed eventually; see UsfmScrRefVerseLocation for details.