Skip to content

"sequence" extension - integer encoded but lexicographically-orderable string? #923

@c-pius

Description

@c-pius

The sequence extension has the constraint "MUST be a non-empty lexicographically-orderable string"

The sequencetype integer defines the sequence as "string-encoded signed 32-bit Integers". I would assume that this does NOT include leading zeros. E.g., 2 is encoded as "2", 10 is encoded as "10".

Given the assumption about leading zeros is correct, this would conflict the "lexicographically-orderable string" requirement from the sequence. Lexicographically, "2" is greater than "10" => should the "lexicographically-orderable" requirement be removed or reduced to a recommendation?

Maybe I am also off track or over dramatizing, let me know :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions