Skip to content

Documentation / @facturometro/parser / UBL_SR_TABLE

Variable: UBL_SR_TABLE ​

const UBL_SR_TABLE: readonly UblSrRule[]

Defined in: generated/structural.generated.ts:2891

The 54 cardinality caps of the EN 16931 UBL subset, one row per context alternative. The parser counts each one per element the context selects, and reports it once for that element.

Example ​

ts
UBL_SR_TABLE.find((rule) => rule.id === 'UBL-SR-08')?.max; // 1

MIT licensed. Specification artefacts belong to OpenPEPPOL, CEN and OASIS.