Parent
Parent: #1
What to build
Add structural validation for local and external node references. Local references should resolve against the whole validation target. External references should validate import-index existence and target node ID syntax without checking whether the external target node exists.
Acceptance criteria
Blocked by
Parent
Parent: #1
What to build
Add structural validation for local and external node references. Local references should resolve against the whole validation target. External references should validate import-index existence and target node ID syntax without checking whether the external target node exists.
Acceptance criteria
ref@nodetargets must use supported node ID syntax.ref@nodetargets must exist in the model-wide node ID index for complete validation targets.ref@to=\":<id>\"targets are checked against the model-wide node ID index for complete validation targets.ref@tovalues without a:separator are reported as structurally invalid.ref@to=\"<import>:<id>\"targets require an existing import index.ref@totarget IDs must use supported node ID syntax.^is rejected in reference targets.Blocked by