@endevops/peppol-schema 0.1.0-beta.2 → 0.1.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/NOTICE +17 -0
- package/README.md +7 -4
- package/dist/all-union-fields-CxoyKBpI.d.ts +445 -0
- package/dist/all-union-fields-CxoyKBpI.d.ts.map +1 -0
- package/dist/{document-parser.d.ts → document-DCcObB-a.d.ts} +443 -52
- package/dist/document-DCcObB-a.d.ts.map +1 -0
- package/dist/eas-codes.generated-D8jjHFij.js +2136 -0
- package/dist/eas-codes.generated-D8jjHFij.js.map +1 -0
- package/dist/effect.d.ts +6291 -93
- package/dist/effect.d.ts.map +1 -0
- package/dist/effect.js +3240 -93
- package/dist/effect.js.map +1 -0
- package/dist/index.d.ts +2613 -135
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3373 -134
- package/dist/index.js.map +1 -0
- package/dist/is-valid-abn-160i38PG.js +162 -0
- package/dist/is-valid-abn-160i38PG.js.map +1 -0
- package/dist/is-valid-mod97-0208-CzMOXMO-.js +27 -0
- package/dist/is-valid-mod97-0208-CzMOXMO-.js.map +1 -0
- package/dist/is-valid-process-CSWL-q9f.js +1590 -0
- package/dist/is-valid-process-CSWL-q9f.js.map +1 -0
- package/dist/parser-options-mbqEQPSY.js +27 -0
- package/dist/parser-options-mbqEQPSY.js.map +1 -0
- package/dist/quantity-unit-code-to-intl-unit-15EykjMe.d.ts +168 -0
- package/dist/quantity-unit-code-to-intl-unit-15EykjMe.d.ts.map +1 -0
- package/dist/schematron.d.ts +1113 -363
- package/dist/schematron.d.ts.map +1 -0
- package/dist/schematron.js +4882 -360
- package/dist/schematron.js.map +1 -0
- package/dist/validations.d.ts +91 -14
- package/dist/validations.d.ts.map +1 -0
- package/dist/validations.js +25 -13
- package/dist/validations.js.map +1 -0
- package/dist/values.d.ts +13567 -0
- package/dist/values.d.ts.map +1 -0
- package/dist/values.js +3 -0
- package/dist/{values/quantity-unit-codes.generated.d.ts → vat-dates.generated-DTVWQAdn.d.ts} +265 -4
- package/dist/vat-dates.generated-DTVWQAdn.d.ts.map +1 -0
- package/dist/vatex-codes.generated-BSgP3n5t.js +22762 -0
- package/dist/vatex-codes.generated-BSgP3n5t.js.map +1 -0
- package/dist/xml.d.ts +31 -3
- package/dist/xml.d.ts.map +1 -0
- package/dist/xml.js +1 -2
- package/package.json +17 -6
- package/src/decoders/decode-billing.ts +32 -30
- package/src/decoders/decode-credit-note.ts +9 -6
- package/src/decoders/decode-invoice-response.ts +83 -59
- package/src/decoders/decode-invoice.ts +11 -8
- package/src/decoders/decode-message-level-response.ts +64 -46
- package/src/decoders/encode-credit-note.ts +23 -21
- package/src/decoders/encode-invoice-response.ts +17 -15
- package/src/decoders/encode-invoice.ts +24 -22
- package/src/decoders/encode-message-level-response.ts +15 -7
- package/src/decoders/errors.ts +11 -0
- package/src/decoders/fields/decode-additional-document-references.ts +32 -25
- package/src/decoders/fields/decode-address.ts +32 -21
- package/src/decoders/fields/decode-allowance-charges.ts +16 -11
- package/src/decoders/fields/decode-amount.ts +12 -8
- package/src/decoders/fields/decode-base-allowance-charge.ts +10 -8
- package/src/decoders/fields/decode-billing-references.ts +20 -12
- package/src/decoders/fields/decode-contact.ts +12 -7
- package/src/decoders/fields/decode-credit-note-lines.ts +17 -8
- package/src/decoders/fields/decode-delivery.ts +29 -18
- package/src/decoders/fields/decode-electronic-address.ts +9 -4
- package/src/decoders/fields/decode-identifier.ts +11 -9
- package/src/decoders/fields/decode-invoice-line-period.ts +11 -6
- package/src/decoders/fields/decode-invoice-lines.ts +17 -8
- package/src/decoders/fields/decode-invoice-message-document-party.ts +10 -8
- package/src/decoders/fields/decode-invoice-message-party.ts +13 -8
- package/src/decoders/fields/decode-invoice-period.ts +12 -9
- package/src/decoders/fields/decode-legal-monetary-total.ts +17 -12
- package/src/decoders/fields/decode-line-allowance-charges.ts +14 -6
- package/src/decoders/fields/decode-line-price.ts +13 -7
- package/src/decoders/fields/decode-line-shared.ts +66 -45
- package/src/decoders/fields/decode-message-level-party.ts +10 -5
- package/src/decoders/fields/decode-order-reference.ts +10 -5
- package/src/decoders/fields/decode-parties-tax-scheme.ts +16 -11
- package/src/decoders/fields/decode-party-legal-entity.ts +12 -7
- package/src/decoders/fields/decode-party-tax-scheme.ts +10 -5
- package/src/decoders/fields/decode-party.ts +32 -23
- package/src/decoders/fields/decode-payee-party.ts +32 -24
- package/src/decoders/fields/decode-payment-means.ts +60 -44
- package/src/decoders/fields/decode-payment-terms.ts +11 -6
- package/src/decoders/fields/decode-price-allowance-charge.ts +11 -8
- package/src/decoders/fields/decode-quantity.ts +12 -9
- package/src/decoders/fields/decode-simple-identifier.ts +10 -5
- package/src/decoders/fields/decode-tax-category.ts +12 -7
- package/src/decoders/fields/decode-tax-representative-party.ts +12 -7
- package/src/decoders/fields/decode-tax-totals.ts +44 -23
- package/src/decoders/fields/encode-additional-document-references.ts +21 -13
- package/src/decoders/fields/encode-address.ts +5 -3
- package/src/decoders/fields/encode-allowance-charges.ts +19 -11
- package/src/decoders/fields/encode-amount.ts +5 -3
- package/src/decoders/fields/encode-billing-references.ts +4 -2
- package/src/decoders/fields/encode-contact.ts +5 -3
- package/src/decoders/fields/encode-credit-note-lines.ts +6 -4
- package/src/decoders/fields/encode-delivery.ts +11 -9
- package/src/decoders/fields/encode-identifier.ts +6 -4
- package/src/decoders/fields/encode-invoice-line-period.ts +5 -3
- package/src/decoders/fields/encode-invoice-lines.ts +6 -4
- package/src/decoders/fields/encode-invoice-period.ts +5 -3
- package/src/decoders/fields/encode-legal-monetary-total.ts +12 -10
- package/src/decoders/fields/encode-line-allowance-charges.ts +19 -10
- package/src/decoders/fields/encode-line-price.ts +8 -6
- package/src/decoders/fields/encode-line-shared.ts +22 -16
- package/src/decoders/fields/encode-message-party.ts +14 -8
- package/src/decoders/fields/encode-order-reference.ts +5 -3
- package/src/decoders/fields/encode-parties-tax-scheme.ts +11 -4
- package/src/decoders/fields/encode-party-legal-entity.ts +5 -3
- package/src/decoders/fields/encode-party-tax-scheme.ts +6 -4
- package/src/decoders/fields/encode-party.ts +19 -17
- package/src/decoders/fields/encode-payee-party.ts +18 -16
- package/src/decoders/fields/encode-payment-means.ts +36 -27
- package/src/decoders/fields/encode-payment-terms.ts +5 -3
- package/src/decoders/fields/encode-price-allowance-charges.ts +7 -5
- package/src/decoders/fields/encode-quantity.ts +5 -3
- package/src/decoders/fields/encode-simple-identifier.ts +7 -3
- package/src/decoders/fields/encode-tax-category.ts +6 -4
- package/src/decoders/fields/encode-tax-representative-party.ts +9 -5
- package/src/decoders/fields/encode-tax-totals.ts +32 -16
- package/src/document-parser.ts +15 -10
- package/src/effect/fields/peppol-additional-document-reference-schema.ts +5 -6
- package/src/effect/fields/peppol-allowance-charge-schema.ts +8 -10
- package/src/effect/fields/peppol-amount-schema.ts +4 -3
- package/src/effect/fields/peppol-base-line-schema.ts +7 -7
- package/src/effect/fields/peppol-binary-object-schema.ts +1 -1
- package/src/effect/fields/peppol-credit-note-line-schema.ts +5 -5
- package/src/effect/fields/peppol-delivery-schema.ts +3 -3
- package/src/effect/fields/{identifier-schema.ts → peppol-identifier-schema.ts} +7 -11
- package/src/effect/fields/peppol-invoice-line-schema.ts +5 -5
- package/src/effect/fields/peppol-invoice-period-schema.ts +2 -3
- package/src/effect/fields/peppol-item-classification-schema.ts +1 -1
- package/src/effect/fields/peppol-legal-monetary-total-schema.ts +1 -1
- package/src/effect/fields/peppol-line-allowance-charge-schema.ts +5 -7
- package/src/effect/fields/peppol-line-item-schema.ts +5 -6
- package/src/effect/fields/peppol-line-price-allowance-charge-schema.ts +1 -1
- package/src/effect/fields/peppol-line-price-schema.ts +3 -3
- package/src/effect/fields/peppol-party-base-schema.ts +31 -30
- package/src/effect/fields/peppol-party-legal-entity-schema.ts +2 -2
- package/src/effect/fields/peppol-payee-party-schema.ts +4 -5
- package/src/effect/fields/peppol-payment-means-schema.ts +1 -1
- package/src/effect/fields/peppol-quantity-schema.ts +2 -2
- package/src/effect/fields/peppol-tax-category-schema.ts +2 -2
- package/src/effect/fields/peppol-tax-representative-schema.ts +2 -2
- package/src/effect/fields/peppol-tax-subtotal-category-schema.ts +3 -2
- package/src/effect/fields/peppol-tax-subtotal-schema.ts +2 -2
- package/src/effect/fields/peppol-tax-totals-base-schema.ts +2 -2
- package/src/effect/index.ts +1 -1
- package/src/effect/peppol-billing-base-schema.ts +24 -26
- package/src/effect/peppol-credit-note-schema.ts +22 -23
- package/src/effect/peppol-document-response-document-reference-schema.ts +2 -2
- package/src/effect/peppol-document-response-document-schema.ts +2 -2
- package/src/effect/peppol-document-response-line-response-content-schema.ts +2 -2
- package/src/effect/peppol-document-response-line-response-schema.ts +1 -1
- package/src/effect/peppol-document-schema.ts +91 -56
- package/src/effect/peppol-invoice-response-document-actual-response-schema.ts +2 -3
- package/src/effect/peppol-invoice-response-document-actual-response-status-schema.ts +1 -1
- package/src/effect/peppol-invoice-response-schema.ts +11 -12
- package/src/effect/peppol-invoice-response-status-reason-code-schema.ts +4 -4
- package/src/effect/peppol-invoice-schema.ts +38 -44
- package/src/effect/peppol-iso-date-string-schema.ts +9 -3
- package/src/effect/peppol-message-level-response-document-response-schema.ts +3 -3
- package/src/effect/peppol-message-level-response-party-schema.ts +2 -2
- package/src/effect/peppol-message-level-response-schema.ts +4 -5
- package/src/effect/values/additional-document-reference-code-schema.ts +4 -7
- package/src/effect/values/allowance-charge-reason-code-schema.ts +4 -8
- package/src/effect/values/application-response-type-code-schema.ts +1 -4
- package/src/effect/values/charge-reason-code-schema.ts +4 -8
- package/src/effect/values/credit-note-type-code-schema.ts +1 -4
- package/src/effect/values/currency-code-schema.ts +8 -7
- package/src/effect/values/document-type-schemes-schema.ts +1 -3
- package/src/effect/values/document-type-values-schema.ts +4 -5
- package/src/effect/values/duty-tax-fee-category-schema.ts +3 -7
- package/src/effect/values/electronic-codes-schema.ts +2 -7
- package/src/effect/values/icd-codes-schema.ts +2 -6
- package/src/effect/values/index.ts +0 -1
- package/src/effect/values/invoice-status-code-schema.ts +2 -4
- package/src/effect/values/invoice-type-code-schema.ts +2 -7
- package/src/effect/values/item-classification-codes-schema.ts +2 -7
- package/src/effect/values/mime-codes-schema.ts +4 -7
- package/src/effect/values/op-status-action-schema.ts +2 -7
- package/src/effect/values/op-status-reason-schema.ts +2 -7
- package/src/effect/values/participant-identifier-code-schema.ts +4 -7
- package/src/effect/values/payment-means-code-schema.ts +2 -7
- package/src/effect/values/peppol-country-code-schema.ts +2 -4
- package/src/effect/values/peppol-document-type-code-schema.ts +2 -7
- package/src/effect/values/quantity-unit-codes-schema.ts +2 -7
- package/src/effect/values/vat-date-code-schema.ts +1 -4
- package/src/effect/values/vatex-code-schema.ts +2 -7
- package/src/helpers/bool.ts +15 -7
- package/src/helpers/errors.ts +6 -0
- package/src/helpers/get-array.ts +15 -7
- package/src/helpers/get-prop.ts +7 -5
- package/src/helpers/num-or-und.ts +6 -6
- package/src/helpers/str-or-array.ts +12 -7
- package/src/helpers/str-or-und.ts +12 -8
- package/src/helpers/str.ts +8 -7
- package/src/schemas/values/document-type-schema.ts +2 -2
- package/src/schemas/values/document-type-values-schema.ts +2 -2
- package/src/schemas/values/process-schema.ts +2 -2
- package/src/schemas/values/process-xml-identifier-schema.ts +2 -2
- package/dist/constants/credit-note-doctype-id.d.ts +0 -4
- package/dist/constants/credit-note-doctype-id.d.ts.map +0 -1
- package/dist/constants/credit-note-doctype-id.js +0 -7
- package/dist/constants/credit-note-doctype-id.js.map +0 -1
- package/dist/constants/credit-note-process-id.d.ts +0 -4
- package/dist/constants/credit-note-process-id.d.ts.map +0 -1
- package/dist/constants/credit-note-process-id.js +0 -7
- package/dist/constants/credit-note-process-id.js.map +0 -1
- package/dist/constants/document-scheme.d.ts +0 -4
- package/dist/constants/document-scheme.d.ts.map +0 -1
- package/dist/constants/document-scheme.js +0 -6
- package/dist/constants/document-scheme.js.map +0 -1
- package/dist/constants/index.js +0 -15
- package/dist/constants/invoice-doctype-id.d.ts +0 -4
- package/dist/constants/invoice-doctype-id.d.ts.map +0 -1
- package/dist/constants/invoice-doctype-id.js +0 -7
- package/dist/constants/invoice-doctype-id.js.map +0 -1
- package/dist/constants/invoice-process-id.d.ts +0 -4
- package/dist/constants/invoice-process-id.d.ts.map +0 -1
- package/dist/constants/invoice-process-id.js +0 -7
- package/dist/constants/invoice-process-id.js.map +0 -1
- package/dist/constants/invoice-response-doctype-id.d.ts +0 -4
- package/dist/constants/invoice-response-doctype-id.d.ts.map +0 -1
- package/dist/constants/invoice-response-doctype-id.js +0 -7
- package/dist/constants/invoice-response-doctype-id.js.map +0 -1
- package/dist/constants/invoice-response-process-id.d.ts +0 -4
- package/dist/constants/invoice-response-process-id.d.ts.map +0 -1
- package/dist/constants/invoice-response-process-id.js +0 -8
- package/dist/constants/invoice-response-process-id.js.map +0 -1
- package/dist/constants/invoice-response-profile-id.d.ts +0 -4
- package/dist/constants/invoice-response-profile-id.d.ts.map +0 -1
- package/dist/constants/invoice-response-profile-id.js +0 -6
- package/dist/constants/invoice-response-profile-id.js.map +0 -1
- package/dist/constants/message-level-response-doctype-id.d.ts +0 -4
- package/dist/constants/message-level-response-doctype-id.d.ts.map +0 -1
- package/dist/constants/message-level-response-doctype-id.js +0 -7
- package/dist/constants/message-level-response-doctype-id.js.map +0 -1
- package/dist/constants/message-level-response-process-id.d.ts +0 -4
- package/dist/constants/message-level-response-process-id.d.ts.map +0 -1
- package/dist/constants/message-level-response-process-id.js +0 -8
- package/dist/constants/message-level-response-process-id.js.map +0 -1
- package/dist/constants/message-level-response-profile-id.d.ts +0 -4
- package/dist/constants/message-level-response-profile-id.d.ts.map +0 -1
- package/dist/constants/message-level-response-profile-id.js +0 -6
- package/dist/constants/message-level-response-profile-id.js.map +0 -1
- package/dist/constants/participant-scheme.d.ts +0 -8
- package/dist/constants/participant-scheme.d.ts.map +0 -1
- package/dist/constants/participant-scheme.js +0 -10
- package/dist/constants/participant-scheme.js.map +0 -1
- package/dist/constants/process-scheme.d.ts +0 -4
- package/dist/constants/process-scheme.d.ts.map +0 -1
- package/dist/constants/process-scheme.js +0 -6
- package/dist/constants/process-scheme.js.map +0 -1
- package/dist/constants/transport-profile.d.ts +0 -4
- package/dist/constants/transport-profile.d.ts.map +0 -1
- package/dist/constants/transport-profile.js +0 -6
- package/dist/constants/transport-profile.js.map +0 -1
- package/dist/decoders/decode-billing.js +0 -52
- package/dist/decoders/decode-billing.js.map +0 -1
- package/dist/decoders/decode-credit-note.js +0 -18
- package/dist/decoders/decode-credit-note.js.map +0 -1
- package/dist/decoders/decode-invoice-response.js +0 -82
- package/dist/decoders/decode-invoice-response.js.map +0 -1
- package/dist/decoders/decode-invoice.js +0 -21
- package/dist/decoders/decode-invoice.js.map +0 -1
- package/dist/decoders/decode-message-level-response.js +0 -66
- package/dist/decoders/decode-message-level-response.js.map +0 -1
- package/dist/decoders/encode-credit-note.js +0 -65
- package/dist/decoders/encode-credit-note.js.map +0 -1
- package/dist/decoders/encode-invoice-response.js +0 -61
- package/dist/decoders/encode-invoice-response.js.map +0 -1
- package/dist/decoders/encode-invoice.js +0 -66
- package/dist/decoders/encode-invoice.js.map +0 -1
- package/dist/decoders/encode-message-level-response.js +0 -50
- package/dist/decoders/encode-message-level-response.js.map +0 -1
- package/dist/decoders/fields/decode-additional-document-references.js +0 -31
- package/dist/decoders/fields/decode-additional-document-references.js.map +0 -1
- package/dist/decoders/fields/decode-address.js +0 -30
- package/dist/decoders/fields/decode-address.js.map +0 -1
- package/dist/decoders/fields/decode-allowance-charges.js +0 -16
- package/dist/decoders/fields/decode-allowance-charges.js.map +0 -1
- package/dist/decoders/fields/decode-amount.js +0 -18
- package/dist/decoders/fields/decode-amount.js.map +0 -1
- package/dist/decoders/fields/decode-base-allowance-charge.js +0 -19
- package/dist/decoders/fields/decode-base-allowance-charge.js.map +0 -1
- package/dist/decoders/fields/decode-billing-references.js +0 -15
- package/dist/decoders/fields/decode-billing-references.js.map +0 -1
- package/dist/decoders/fields/decode-contact.js +0 -16
- package/dist/decoders/fields/decode-contact.js.map +0 -1
- package/dist/decoders/fields/decode-credit-note-lines.js +0 -18
- package/dist/decoders/fields/decode-credit-note-lines.js.map +0 -1
- package/dist/decoders/fields/decode-delivery.js +0 -33
- package/dist/decoders/fields/decode-delivery.js.map +0 -1
- package/dist/decoders/fields/decode-electronic-address.js +0 -11
- package/dist/decoders/fields/decode-electronic-address.js.map +0 -1
- package/dist/decoders/fields/decode-identifier.js +0 -18
- package/dist/decoders/fields/decode-identifier.js.map +0 -1
- package/dist/decoders/fields/decode-invoice-line-period.js +0 -14
- package/dist/decoders/fields/decode-invoice-line-period.js.map +0 -1
- package/dist/decoders/fields/decode-invoice-lines.js +0 -18
- package/dist/decoders/fields/decode-invoice-lines.js.map +0 -1
- package/dist/decoders/fields/decode-invoice-message-document-party.js +0 -17
- package/dist/decoders/fields/decode-invoice-message-document-party.js.map +0 -1
- package/dist/decoders/fields/decode-invoice-message-party.js +0 -20
- package/dist/decoders/fields/decode-invoice-message-party.js.map +0 -1
- package/dist/decoders/fields/decode-invoice-period.js +0 -15
- package/dist/decoders/fields/decode-invoice-period.js.map +0 -1
- package/dist/decoders/fields/decode-legal-monetary-total.js +0 -21
- package/dist/decoders/fields/decode-legal-monetary-total.js.map +0 -1
- package/dist/decoders/fields/decode-line-allowance-charges.js +0 -12
- package/dist/decoders/fields/decode-line-allowance-charges.js.map +0 -1
- package/dist/decoders/fields/decode-line-price.js +0 -18
- package/dist/decoders/fields/decode-line-price.js.map +0 -1
- package/dist/decoders/fields/decode-line-shared.js +0 -62
- package/dist/decoders/fields/decode-line-shared.js.map +0 -1
- package/dist/decoders/fields/decode-message-level-party.js +0 -12
- package/dist/decoders/fields/decode-message-level-party.js.map +0 -1
- package/dist/decoders/fields/decode-order-reference.js +0 -15
- package/dist/decoders/fields/decode-order-reference.js.map +0 -1
- package/dist/decoders/fields/decode-parties-tax-scheme.js +0 -16
- package/dist/decoders/fields/decode-parties-tax-scheme.js.map +0 -1
- package/dist/decoders/fields/decode-party-legal-entity.js +0 -17
- package/dist/decoders/fields/decode-party-legal-entity.js.map +0 -1
- package/dist/decoders/fields/decode-party-tax-scheme.js +0 -16
- package/dist/decoders/fields/decode-party-tax-scheme.js.map +0 -1
- package/dist/decoders/fields/decode-party.js +0 -36
- package/dist/decoders/fields/decode-party.js.map +0 -1
- package/dist/decoders/fields/decode-payee-party.js +0 -32
- package/dist/decoders/fields/decode-payee-party.js.map +0 -1
- package/dist/decoders/fields/decode-payment-means.js +0 -56
- package/dist/decoders/fields/decode-payment-means.js.map +0 -1
- package/dist/decoders/fields/decode-payment-terms.js +0 -13
- package/dist/decoders/fields/decode-payment-terms.js.map +0 -1
- package/dist/decoders/fields/decode-price-allowance-charge.js +0 -17
- package/dist/decoders/fields/decode-price-allowance-charge.js.map +0 -1
- package/dist/decoders/fields/decode-quantity.js +0 -16
- package/dist/decoders/fields/decode-quantity.js.map +0 -1
- package/dist/decoders/fields/decode-simple-identifier.js +0 -12
- package/dist/decoders/fields/decode-simple-identifier.js.map +0 -1
- package/dist/decoders/fields/decode-tax-category.js +0 -18
- package/dist/decoders/fields/decode-tax-category.js.map +0 -1
- package/dist/decoders/fields/decode-tax-representative-party.js +0 -18
- package/dist/decoders/fields/decode-tax-representative-party.js.map +0 -1
- package/dist/decoders/fields/decode-tax-totals.js +0 -39
- package/dist/decoders/fields/decode-tax-totals.js.map +0 -1
- package/dist/decoders/fields/encode-additional-document-references.js +0 -25
- package/dist/decoders/fields/encode-additional-document-references.js.map +0 -1
- package/dist/decoders/fields/encode-address.js +0 -17
- package/dist/decoders/fields/encode-address.js.map +0 -1
- package/dist/decoders/fields/encode-allowance-charges.js +0 -18
- package/dist/decoders/fields/encode-allowance-charges.js.map +0 -1
- package/dist/decoders/fields/encode-amount.js +0 -12
- package/dist/decoders/fields/encode-amount.js.map +0 -1
- package/dist/decoders/fields/encode-billing-references.js +0 -11
- package/dist/decoders/fields/encode-billing-references.js.map +0 -1
- package/dist/decoders/fields/encode-contact.js +0 -13
- package/dist/decoders/fields/encode-contact.js.map +0 -1
- package/dist/decoders/fields/encode-credit-note-lines.js +0 -10
- package/dist/decoders/fields/encode-credit-note-lines.js.map +0 -1
- package/dist/decoders/fields/encode-delivery.js +0 -22
- package/dist/decoders/fields/encode-delivery.js.map +0 -1
- package/dist/decoders/fields/encode-identifier.js +0 -13
- package/dist/decoders/fields/encode-identifier.js.map +0 -1
- package/dist/decoders/fields/encode-invoice-line-period.js +0 -11
- package/dist/decoders/fields/encode-invoice-line-period.js.map +0 -1
- package/dist/decoders/fields/encode-invoice-lines.js +0 -10
- package/dist/decoders/fields/encode-invoice-lines.js.map +0 -1
- package/dist/decoders/fields/encode-invoice-period.js +0 -12
- package/dist/decoders/fields/encode-invoice-period.js.map +0 -1
- package/dist/decoders/fields/encode-legal-monetary-total.js +0 -18
- package/dist/decoders/fields/encode-legal-monetary-total.js.map +0 -1
- package/dist/decoders/fields/encode-line-allowance-charges.js +0 -16
- package/dist/decoders/fields/encode-line-allowance-charges.js.map +0 -1
- package/dist/decoders/fields/encode-line-price.js +0 -16
- package/dist/decoders/fields/encode-line-price.js.map +0 -1
- package/dist/decoders/fields/encode-line-shared.js +0 -49
- package/dist/decoders/fields/encode-line-shared.js.map +0 -1
- package/dist/decoders/fields/encode-message-party.js +0 -18
- package/dist/decoders/fields/encode-message-party.js.map +0 -1
- package/dist/decoders/fields/encode-order-reference.js +0 -12
- package/dist/decoders/fields/encode-order-reference.js.map +0 -1
- package/dist/decoders/fields/encode-parties-tax-scheme.js +0 -10
- package/dist/decoders/fields/encode-parties-tax-scheme.js.map +0 -1
- package/dist/decoders/fields/encode-party-legal-entity.js +0 -13
- package/dist/decoders/fields/encode-party-legal-entity.js.map +0 -1
- package/dist/decoders/fields/encode-party-tax-scheme.js +0 -13
- package/dist/decoders/fields/encode-party-tax-scheme.js.map +0 -1
- package/dist/decoders/fields/encode-party.js +0 -30
- package/dist/decoders/fields/encode-party.js.map +0 -1
- package/dist/decoders/fields/encode-payee-party.js +0 -25
- package/dist/decoders/fields/encode-payee-party.js.map +0 -1
- package/dist/decoders/fields/encode-payment-means.js +0 -42
- package/dist/decoders/fields/encode-payment-means.js.map +0 -1
- package/dist/decoders/fields/encode-payment-terms.js +0 -9
- package/dist/decoders/fields/encode-payment-terms.js.map +0 -1
- package/dist/decoders/fields/encode-price-allowance-charges.js +0 -14
- package/dist/decoders/fields/encode-price-allowance-charges.js.map +0 -1
- package/dist/decoders/fields/encode-quantity.js +0 -12
- package/dist/decoders/fields/encode-quantity.js.map +0 -1
- package/dist/decoders/fields/encode-simple-identifier.js +0 -9
- package/dist/decoders/fields/encode-simple-identifier.js.map +0 -1
- package/dist/decoders/fields/encode-tax-category.js +0 -14
- package/dist/decoders/fields/encode-tax-category.js.map +0 -1
- package/dist/decoders/fields/encode-tax-representative-party.js +0 -15
- package/dist/decoders/fields/encode-tax-representative-party.js.map +0 -1
- package/dist/decoders/fields/encode-tax-totals.js +0 -23
- package/dist/decoders/fields/encode-tax-totals.js.map +0 -1
- package/dist/document-parser.d.ts.map +0 -1
- package/dist/document-parser.js +0 -56
- package/dist/document-parser.js.map +0 -1
- package/dist/document.d.ts +0 -20
- package/dist/document.d.ts.map +0 -1
- package/dist/effect/fields/default-customization-id.d.ts +0 -4
- package/dist/effect/fields/default-customization-id.d.ts.map +0 -1
- package/dist/effect/fields/default-customization-id.js +0 -6
- package/dist/effect/fields/default-customization-id.js.map +0 -1
- package/dist/effect/fields/default-profile-id.d.ts +0 -4
- package/dist/effect/fields/default-profile-id.d.ts.map +0 -1
- package/dist/effect/fields/default-profile-id.js +0 -6
- package/dist/effect/fields/default-profile-id.js.map +0 -1
- package/dist/effect/fields/identifier-schema.d.ts +0 -30
- package/dist/effect/fields/identifier-schema.d.ts.map +0 -1
- package/dist/effect/fields/identifier-schema.js +0 -24
- package/dist/effect/fields/identifier-schema.js.map +0 -1
- package/dist/effect/fields/peppol-additional-document-reference-schema.d.ts +0 -76
- package/dist/effect/fields/peppol-additional-document-reference-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-additional-document-reference-schema.js +0 -108
- package/dist/effect/fields/peppol-additional-document-reference-schema.js.map +0 -1
- package/dist/effect/fields/peppol-address-schema.d.ts +0 -102
- package/dist/effect/fields/peppol-address-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-address-schema.js +0 -102
- package/dist/effect/fields/peppol-address-schema.js.map +0 -1
- package/dist/effect/fields/peppol-allowance-charge-schema.d.ts +0 -61
- package/dist/effect/fields/peppol-allowance-charge-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-allowance-charge-schema.js +0 -75
- package/dist/effect/fields/peppol-allowance-charge-schema.js.map +0 -1
- package/dist/effect/fields/peppol-amount-schema.d.ts +0 -20
- package/dist/effect/fields/peppol-amount-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-amount-schema.js +0 -22
- package/dist/effect/fields/peppol-amount-schema.js.map +0 -1
- package/dist/effect/fields/peppol-base-line-schema.d.ts +0 -213
- package/dist/effect/fields/peppol-base-line-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-base-line-schema.js +0 -132
- package/dist/effect/fields/peppol-base-line-schema.js.map +0 -1
- package/dist/effect/fields/peppol-billing-reference-schema.d.ts +0 -46
- package/dist/effect/fields/peppol-billing-reference-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-billing-reference-schema.js +0 -47
- package/dist/effect/fields/peppol-billing-reference-schema.js.map +0 -1
- package/dist/effect/fields/peppol-binary-object-schema.d.ts +0 -45
- package/dist/effect/fields/peppol-binary-object-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-binary-object-schema.js +0 -49
- package/dist/effect/fields/peppol-binary-object-schema.js.map +0 -1
- package/dist/effect/fields/peppol-contact-schema.d.ts +0 -19
- package/dist/effect/fields/peppol-contact-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-contact-schema.js +0 -20
- package/dist/effect/fields/peppol-contact-schema.js.map +0 -1
- package/dist/effect/fields/peppol-credit-note-line-schema.d.ts +0 -118
- package/dist/effect/fields/peppol-credit-note-line-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-credit-note-line-schema.js +0 -36
- package/dist/effect/fields/peppol-credit-note-line-schema.js.map +0 -1
- package/dist/effect/fields/peppol-delivery-schema.d.ts +0 -81
- package/dist/effect/fields/peppol-delivery-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-delivery-schema.js +0 -89
- package/dist/effect/fields/peppol-delivery-schema.js.map +0 -1
- package/dist/effect/fields/peppol-invoice-line-period-schema.d.ts +0 -33
- package/dist/effect/fields/peppol-invoice-line-period-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-invoice-line-period-schema.js +0 -35
- package/dist/effect/fields/peppol-invoice-line-period-schema.js.map +0 -1
- package/dist/effect/fields/peppol-invoice-line-schema.d.ts +0 -120
- package/dist/effect/fields/peppol-invoice-line-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-invoice-line-schema.js +0 -40
- package/dist/effect/fields/peppol-invoice-line-schema.js.map +0 -1
- package/dist/effect/fields/peppol-invoice-period-schema.d.ts +0 -18
- package/dist/effect/fields/peppol-invoice-period-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-invoice-period-schema.js +0 -28
- package/dist/effect/fields/peppol-invoice-period-schema.js.map +0 -1
- package/dist/effect/fields/peppol-item-classification-schema.d.ts +0 -44
- package/dist/effect/fields/peppol-item-classification-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-item-classification-schema.js +0 -46
- package/dist/effect/fields/peppol-item-classification-schema.js.map +0 -1
- package/dist/effect/fields/peppol-legal-monetary-total-schema.d.ts +0 -149
- package/dist/effect/fields/peppol-legal-monetary-total-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-legal-monetary-total-schema.js +0 -127
- package/dist/effect/fields/peppol-legal-monetary-total-schema.js.map +0 -1
- package/dist/effect/fields/peppol-line-allowance-charge-schema.d.ts +0 -46
- package/dist/effect/fields/peppol-line-allowance-charge-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-line-allowance-charge-schema.js +0 -48
- package/dist/effect/fields/peppol-line-allowance-charge-schema.js.map +0 -1
- package/dist/effect/fields/peppol-line-item-schema.d.ts +0 -158
- package/dist/effect/fields/peppol-line-item-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-line-item-schema.js +0 -163
- package/dist/effect/fields/peppol-line-item-schema.js.map +0 -1
- package/dist/effect/fields/peppol-line-price-allowance-charge-schema.d.ts +0 -45
- package/dist/effect/fields/peppol-line-price-allowance-charge-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-line-price-allowance-charge-schema.js +0 -30
- package/dist/effect/fields/peppol-line-price-allowance-charge-schema.js.map +0 -1
- package/dist/effect/fields/peppol-line-price-schema.d.ts +0 -44
- package/dist/effect/fields/peppol-line-price-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-line-price-schema.js +0 -32
- package/dist/effect/fields/peppol-line-price-schema.js.map +0 -1
- package/dist/effect/fields/peppol-order-reference-schema.d.ts +0 -37
- package/dist/effect/fields/peppol-order-reference-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-order-reference-schema.js +0 -38
- package/dist/effect/fields/peppol-order-reference-schema.js.map +0 -1
- package/dist/effect/fields/peppol-party-base-schema.d.ts +0 -115
- package/dist/effect/fields/peppol-party-base-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-party-base-schema.js +0 -127
- package/dist/effect/fields/peppol-party-base-schema.js.map +0 -1
- package/dist/effect/fields/peppol-party-legal-entity-schema.d.ts +0 -31
- package/dist/effect/fields/peppol-party-legal-entity-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-party-legal-entity-schema.js +0 -30
- package/dist/effect/fields/peppol-party-legal-entity-schema.js.map +0 -1
- package/dist/effect/fields/peppol-party-tax-scheme-schema.d.ts +0 -34
- package/dist/effect/fields/peppol-party-tax-scheme-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-party-tax-scheme-schema.js +0 -34
- package/dist/effect/fields/peppol-party-tax-scheme-schema.js.map +0 -1
- package/dist/effect/fields/peppol-payee-party-schema.d.ts +0 -68
- package/dist/effect/fields/peppol-payee-party-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-payee-party-schema.js +0 -99
- package/dist/effect/fields/peppol-payee-party-schema.js.map +0 -1
- package/dist/effect/fields/peppol-payment-means-schema.d.ts +0 -198
- package/dist/effect/fields/peppol-payment-means-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-payment-means-schema.js +0 -199
- package/dist/effect/fields/peppol-payment-means-schema.js.map +0 -1
- package/dist/effect/fields/peppol-payment-terms-schema.d.ts +0 -24
- package/dist/effect/fields/peppol-payment-terms-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-payment-terms-schema.js +0 -24
- package/dist/effect/fields/peppol-payment-terms-schema.js.map +0 -1
- package/dist/effect/fields/peppol-quantity-schema.d.ts +0 -20
- package/dist/effect/fields/peppol-quantity-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-quantity-schema.js +0 -22
- package/dist/effect/fields/peppol-quantity-schema.js.map +0 -1
- package/dist/effect/fields/peppol-reference-schema.d.ts +0 -8
- package/dist/effect/fields/peppol-reference-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-reference-schema.js +0 -7
- package/dist/effect/fields/peppol-reference-schema.js.map +0 -1
- package/dist/effect/fields/peppol-tax-category-schema.d.ts +0 -41
- package/dist/effect/fields/peppol-tax-category-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-tax-category-schema.js +0 -42
- package/dist/effect/fields/peppol-tax-category-schema.js.map +0 -1
- package/dist/effect/fields/peppol-tax-representative-schema.d.ts +0 -38
- package/dist/effect/fields/peppol-tax-representative-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-tax-representative-schema.js +0 -24
- package/dist/effect/fields/peppol-tax-representative-schema.js.map +0 -1
- package/dist/effect/fields/peppol-tax-subtotal-category-schema.d.ts +0 -21
- package/dist/effect/fields/peppol-tax-subtotal-category-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-tax-subtotal-category-schema.js +0 -28
- package/dist/effect/fields/peppol-tax-subtotal-category-schema.js.map +0 -1
- package/dist/effect/fields/peppol-tax-subtotal-schema.d.ts +0 -44
- package/dist/effect/fields/peppol-tax-subtotal-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-tax-subtotal-schema.js +0 -33
- package/dist/effect/fields/peppol-tax-subtotal-schema.js.map +0 -1
- package/dist/effect/fields/peppol-tax-totals-base-schema.d.ts +0 -44
- package/dist/effect/fields/peppol-tax-totals-base-schema.d.ts.map +0 -1
- package/dist/effect/fields/peppol-tax-totals-base-schema.js +0 -26
- package/dist/effect/fields/peppol-tax-totals-base-schema.js.map +0 -1
- package/dist/effect/peppol-billing-base-schema.d.ts +0 -619
- package/dist/effect/peppol-billing-base-schema.d.ts.map +0 -1
- package/dist/effect/peppol-billing-base-schema.js +0 -324
- package/dist/effect/peppol-billing-base-schema.js.map +0 -1
- package/dist/effect/peppol-credit-note-schema.d.ts +0 -467
- package/dist/effect/peppol-credit-note-schema.d.ts.map +0 -1
- package/dist/effect/peppol-credit-note-schema.js +0 -30
- package/dist/effect/peppol-credit-note-schema.js.map +0 -1
- package/dist/effect/peppol-document-response-document-reference-schema.d.ts +0 -37
- package/dist/effect/peppol-document-response-document-reference-schema.d.ts.map +0 -1
- package/dist/effect/peppol-document-response-document-reference-schema.js +0 -39
- package/dist/effect/peppol-document-response-document-reference-schema.js.map +0 -1
- package/dist/effect/peppol-document-response-document-schema.d.ts +0 -34
- package/dist/effect/peppol-document-response-document-schema.d.ts.map +0 -1
- package/dist/effect/peppol-document-response-document-schema.js +0 -36
- package/dist/effect/peppol-document-response-document-schema.js.map +0 -1
- package/dist/effect/peppol-document-response-line-response-content-schema.d.ts +0 -43
- package/dist/effect/peppol-document-response-line-response-content-schema.d.ts.map +0 -1
- package/dist/effect/peppol-document-response-line-response-content-schema.js +0 -48
- package/dist/effect/peppol-document-response-line-response-content-schema.js.map +0 -1
- package/dist/effect/peppol-document-response-line-response-schema.d.ts +0 -38
- package/dist/effect/peppol-document-response-line-response-schema.d.ts.map +0 -1
- package/dist/effect/peppol-document-response-line-response-schema.js +0 -33
- package/dist/effect/peppol-document-response-line-response-schema.js.map +0 -1
- package/dist/effect/peppol-document-schema.d.ts +0 -1090
- package/dist/effect/peppol-document-schema.d.ts.map +0 -1
- package/dist/effect/peppol-document-schema.js +0 -64
- package/dist/effect/peppol-document-schema.js.map +0 -1
- package/dist/effect/peppol-invoice-response-document-actual-response-schema.d.ts +0 -89
- package/dist/effect/peppol-invoice-response-document-actual-response-schema.d.ts.map +0 -1
- package/dist/effect/peppol-invoice-response-document-actual-response-schema.js +0 -70
- package/dist/effect/peppol-invoice-response-document-actual-response-schema.js.map +0 -1
- package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.d.ts +0 -86
- package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.d.ts.map +0 -1
- package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.js +0 -58
- package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.js.map +0 -1
- package/dist/effect/peppol-invoice-response-schema.d.ts +0 -431
- package/dist/effect/peppol-invoice-response-schema.d.ts.map +0 -1
- package/dist/effect/peppol-invoice-response-schema.js +0 -148
- package/dist/effect/peppol-invoice-response-schema.js.map +0 -1
- package/dist/effect/peppol-invoice-response-status-reason-code-schema.d.ts +0 -26
- package/dist/effect/peppol-invoice-response-status-reason-code-schema.d.ts.map +0 -1
- package/dist/effect/peppol-invoice-response-status-reason-code-schema.js +0 -29
- package/dist/effect/peppol-invoice-response-status-reason-code-schema.js.map +0 -1
- package/dist/effect/peppol-invoice-schema.d.ts +0 -472
- package/dist/effect/peppol-invoice-schema.d.ts.map +0 -1
- package/dist/effect/peppol-invoice-schema.js +0 -47
- package/dist/effect/peppol-invoice-schema.js.map +0 -1
- package/dist/effect/peppol-iso-date-string-schema.d.ts +0 -14
- package/dist/effect/peppol-iso-date-string-schema.d.ts.map +0 -1
- package/dist/effect/peppol-iso-date-string-schema.js +0 -15
- package/dist/effect/peppol-iso-date-string-schema.js.map +0 -1
- package/dist/effect/peppol-message-level-response-document-response-schema.d.ts +0 -48
- package/dist/effect/peppol-message-level-response-document-response-schema.d.ts.map +0 -1
- package/dist/effect/peppol-message-level-response-document-response-schema.js +0 -34
- package/dist/effect/peppol-message-level-response-document-response-schema.js.map +0 -1
- package/dist/effect/peppol-message-level-response-party-schema.d.ts +0 -21
- package/dist/effect/peppol-message-level-response-party-schema.d.ts.map +0 -1
- package/dist/effect/peppol-message-level-response-party-schema.js +0 -19
- package/dist/effect/peppol-message-level-response-party-schema.js.map +0 -1
- package/dist/effect/peppol-message-level-response-schema.d.ts +0 -124
- package/dist/effect/peppol-message-level-response-schema.d.ts.map +0 -1
- package/dist/effect/peppol-message-level-response-schema.js +0 -98
- package/dist/effect/peppol-message-level-response-schema.js.map +0 -1
- package/dist/effect/utils/get-credit-note-type-code-description.d.ts +0 -2
- package/dist/effect/utils/get-invoice-type-code-description.d.ts +0 -2
- package/dist/effect/utils/index.d.ts +0 -17
- package/dist/effect/utils/index.js +0 -11
- package/dist/effect/utils/is-valid-credit-note-type-code.d.ts +0 -2
- package/dist/effect/utils/is-valid-invoice-type-code.d.ts +0 -2
- package/dist/effect/utils/is-valid-process.d.ts +0 -2
- package/dist/effect/utils/peppol-base-64-schema.d.ts +0 -10
- package/dist/effect/utils/peppol-base-64-schema.d.ts.map +0 -1
- package/dist/effect/utils/peppol-base-64-schema.js +0 -12
- package/dist/effect/utils/peppol-base-64-schema.js.map +0 -1
- package/dist/effect/utils/peppol-vat-regex-schema.d.ts +0 -10
- package/dist/effect/utils/peppol-vat-regex-schema.d.ts.map +0 -1
- package/dist/effect/utils/peppol-vat-regex-schema.js +0 -46
- package/dist/effect/utils/peppol-vat-regex-schema.js.map +0 -1
- package/dist/effect/utils/peppol-xsd-time-schema.d.ts +0 -10
- package/dist/effect/utils/peppol-xsd-time-schema.d.ts.map +0 -1
- package/dist/effect/utils/peppol-xsd-time-schema.js +0 -11
- package/dist/effect/utils/peppol-xsd-time-schema.js.map +0 -1
- package/dist/effect/utils/quantity-unit-code-to-intl-unit.d.ts +0 -2
- package/dist/effect/values/additional-document-reference-code-schema.d.ts +0 -23
- package/dist/effect/values/additional-document-reference-code-schema.d.ts.map +0 -1
- package/dist/effect/values/additional-document-reference-code-schema.js +0 -21
- package/dist/effect/values/additional-document-reference-code-schema.js.map +0 -1
- package/dist/effect/values/allowance-charge-reason-code-schema.d.ts +0 -24
- package/dist/effect/values/allowance-charge-reason-code-schema.d.ts.map +0 -1
- package/dist/effect/values/allowance-charge-reason-code-schema.js +0 -23
- package/dist/effect/values/allowance-charge-reason-code-schema.js.map +0 -1
- package/dist/effect/values/application-response-type-code-schema.d.ts +0 -21
- package/dist/effect/values/application-response-type-code-schema.d.ts.map +0 -1
- package/dist/effect/values/application-response-type-code-schema.js +0 -20
- package/dist/effect/values/application-response-type-code-schema.js.map +0 -1
- package/dist/effect/values/charge-reason-code-schema.d.ts +0 -24
- package/dist/effect/values/charge-reason-code-schema.d.ts.map +0 -1
- package/dist/effect/values/charge-reason-code-schema.js +0 -23
- package/dist/effect/values/charge-reason-code-schema.js.map +0 -1
- package/dist/effect/values/credit-note-type-code-schema.d.ts +0 -21
- package/dist/effect/values/credit-note-type-code-schema.d.ts.map +0 -1
- package/dist/effect/values/credit-note-type-code-schema.js +0 -20
- package/dist/effect/values/credit-note-type-code-schema.js.map +0 -1
- package/dist/effect/values/currency-code-schema.d.ts +0 -24
- package/dist/effect/values/currency-code-schema.d.ts.map +0 -1
- package/dist/effect/values/currency-code-schema.js +0 -29
- package/dist/effect/values/currency-code-schema.js.map +0 -1
- package/dist/effect/values/document-type-schemes-schema.d.ts +0 -14
- package/dist/effect/values/document-type-schemes-schema.d.ts.map +0 -1
- package/dist/effect/values/document-type-schemes-schema.js +0 -19
- package/dist/effect/values/document-type-schemes-schema.js.map +0 -1
- package/dist/effect/values/document-type-values-schema.d.ts +0 -14
- package/dist/effect/values/document-type-values-schema.d.ts.map +0 -1
- package/dist/effect/values/document-type-values-schema.js +0 -20
- package/dist/effect/values/document-type-values-schema.js.map +0 -1
- package/dist/effect/values/duty-tax-fee-category-schema.d.ts +0 -24
- package/dist/effect/values/duty-tax-fee-category-schema.d.ts.map +0 -1
- package/dist/effect/values/duty-tax-fee-category-schema.js +0 -23
- package/dist/effect/values/duty-tax-fee-category-schema.js.map +0 -1
- package/dist/effect/values/electronic-codes-schema.d.ts +0 -24
- package/dist/effect/values/electronic-codes-schema.d.ts.map +0 -1
- package/dist/effect/values/electronic-codes-schema.js +0 -30
- package/dist/effect/values/electronic-codes-schema.js.map +0 -1
- package/dist/effect/values/icd-codes-schema.d.ts +0 -24
- package/dist/effect/values/icd-codes-schema.d.ts.map +0 -1
- package/dist/effect/values/icd-codes-schema.js +0 -22
- package/dist/effect/values/icd-codes-schema.js.map +0 -1
- package/dist/effect/values/index.d.ts +0 -29
- package/dist/effect/values/index.js +0 -29
- package/dist/effect/values/invoice-status-code-schema.d.ts +0 -21
- package/dist/effect/values/invoice-status-code-schema.d.ts.map +0 -1
- package/dist/effect/values/invoice-status-code-schema.js +0 -17
- package/dist/effect/values/invoice-status-code-schema.js.map +0 -1
- package/dist/effect/values/invoice-type-code-schema.d.ts +0 -21
- package/dist/effect/values/invoice-type-code-schema.d.ts.map +0 -1
- package/dist/effect/values/invoice-type-code-schema.js +0 -20
- package/dist/effect/values/invoice-type-code-schema.js.map +0 -1
- package/dist/effect/values/item-classification-codes-schema.d.ts +0 -24
- package/dist/effect/values/item-classification-codes-schema.d.ts.map +0 -1
- package/dist/effect/values/item-classification-codes-schema.js +0 -23
- package/dist/effect/values/item-classification-codes-schema.js.map +0 -1
- package/dist/effect/values/mime-codes-schema.d.ts +0 -24
- package/dist/effect/values/mime-codes-schema.d.ts.map +0 -1
- package/dist/effect/values/mime-codes-schema.js +0 -23
- package/dist/effect/values/mime-codes-schema.js.map +0 -1
- package/dist/effect/values/op-status-action-schema.d.ts +0 -21
- package/dist/effect/values/op-status-action-schema.d.ts.map +0 -1
- package/dist/effect/values/op-status-action-schema.js +0 -20
- package/dist/effect/values/op-status-action-schema.js.map +0 -1
- package/dist/effect/values/op-status-reason-schema.d.ts +0 -21
- package/dist/effect/values/op-status-reason-schema.d.ts.map +0 -1
- package/dist/effect/values/op-status-reason-schema.js +0 -20
- package/dist/effect/values/op-status-reason-schema.js.map +0 -1
- package/dist/effect/values/participant-identifier-code-schema.d.ts +0 -19
- package/dist/effect/values/participant-identifier-code-schema.d.ts.map +0 -1
- package/dist/effect/values/participant-identifier-code-schema.js +0 -18
- package/dist/effect/values/participant-identifier-code-schema.js.map +0 -1
- package/dist/effect/values/payment-means-code-schema.d.ts +0 -24
- package/dist/effect/values/payment-means-code-schema.d.ts.map +0 -1
- package/dist/effect/values/payment-means-code-schema.js +0 -30
- package/dist/effect/values/payment-means-code-schema.js.map +0 -1
- package/dist/effect/values/peppol-country-code-schema.d.ts +0 -21
- package/dist/effect/values/peppol-country-code-schema.d.ts.map +0 -1
- package/dist/effect/values/peppol-country-code-schema.js +0 -25
- package/dist/effect/values/peppol-country-code-schema.js.map +0 -1
- package/dist/effect/values/peppol-document-type-code-schema.d.ts +0 -21
- package/dist/effect/values/peppol-document-type-code-schema.d.ts.map +0 -1
- package/dist/effect/values/peppol-document-type-code-schema.js +0 -20
- package/dist/effect/values/peppol-document-type-code-schema.js.map +0 -1
- package/dist/effect/values/peppol-document-type-schema.d.ts +0 -21
- package/dist/effect/values/peppol-document-type-schema.d.ts.map +0 -1
- package/dist/effect/values/peppol-document-type-schema.js +0 -27
- package/dist/effect/values/peppol-document-type-schema.js.map +0 -1
- package/dist/effect/values/peppol-process-schema.d.ts +0 -20
- package/dist/effect/values/peppol-process-schema.d.ts.map +0 -1
- package/dist/effect/values/peppol-process-schema.js +0 -26
- package/dist/effect/values/peppol-process-schema.js.map +0 -1
- package/dist/effect/values/process-from-document-type-schema.d.ts +0 -17
- package/dist/effect/values/process-from-document-type-schema.d.ts.map +0 -1
- package/dist/effect/values/process-from-document-type-schema.js +0 -25
- package/dist/effect/values/process-from-document-type-schema.js.map +0 -1
- package/dist/effect/values/process-xml-identifier-schema.d.ts +0 -20
- package/dist/effect/values/process-xml-identifier-schema.d.ts.map +0 -1
- package/dist/effect/values/process-xml-identifier-schema.js +0 -26
- package/dist/effect/values/process-xml-identifier-schema.js.map +0 -1
- package/dist/effect/values/quantity-unit-codes-schema.d.ts +0 -24
- package/dist/effect/values/quantity-unit-codes-schema.d.ts.map +0 -1
- package/dist/effect/values/quantity-unit-codes-schema.js +0 -23
- package/dist/effect/values/quantity-unit-codes-schema.js.map +0 -1
- package/dist/effect/values/vat-date-code-schema.d.ts +0 -11
- package/dist/effect/values/vat-date-code-schema.d.ts.map +0 -1
- package/dist/effect/values/vat-date-code-schema.js +0 -15
- package/dist/effect/values/vat-date-code-schema.js.map +0 -1
- package/dist/effect/values/vatex-code-schema.d.ts +0 -24
- package/dist/effect/values/vatex-code-schema.d.ts.map +0 -1
- package/dist/effect/values/vatex-code-schema.js +0 -23
- package/dist/effect/values/vatex-code-schema.js.map +0 -1
- package/dist/helpers/bool.js +0 -14
- package/dist/helpers/bool.js.map +0 -1
- package/dist/helpers/get-array.js +0 -17
- package/dist/helpers/get-array.js.map +0 -1
- package/dist/helpers/get-prop.js +0 -24
- package/dist/helpers/get-prop.js.map +0 -1
- package/dist/helpers/is-defined.js +0 -8
- package/dist/helpers/is-defined.js.map +0 -1
- package/dist/helpers/num-or-und.js +0 -10
- package/dist/helpers/num-or-und.js.map +0 -1
- package/dist/helpers/str-or-und.js +0 -14
- package/dist/helpers/str-or-und.js.map +0 -1
- package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts +0 -4
- package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts.map +0 -1
- package/dist/invoice-response-codes/invoice-response-code-needs-schema.js +0 -10
- package/dist/invoice-response-codes/invoice-response-code-needs-schema.js.map +0 -1
- package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts +0 -4
- package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts.map +0 -1
- package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.js +0 -11
- package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.js.map +0 -1
- package/dist/invoice-response-codes/invoice-response-codes-order.d.ts +0 -5
- package/dist/invoice-response-codes/invoice-response-codes-order.d.ts.map +0 -1
- package/dist/invoice-response-codes/invoice-response-codes-order.js +0 -31
- package/dist/invoice-response-codes/invoice-response-codes-order.js.map +0 -1
- package/dist/node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js +0 -26
- package/dist/node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/all-union-fields.d.ts +0 -82
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/all-union-fields.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/object.d.ts +0 -36
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/object.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts +0 -12
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-equal.d.ts +0 -32
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-equal.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-never.d.ts +0 -57
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-never.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/keys-of-union.d.ts +0 -44
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/keys-of-union.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/primitive.d.ts +0 -9
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/primitive.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/shared-union-fields.d.ts +0 -71
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/shared-union-fields.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/simplify.d.ts +0 -62
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/simplify.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/union-to-intersection.d.ts +0 -35
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/union-to-intersection.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/unknown-array.d.ts +0 -28
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/unknown-array.d.ts.map +0 -1
- package/dist/peppol-validations/add-piva.d.ts +0 -7
- package/dist/peppol-validations/add-piva.d.ts.map +0 -1
- package/dist/peppol-validations/add-piva.js +0 -15
- package/dist/peppol-validations/add-piva.js.map +0 -1
- package/dist/peppol-validations/check-cf.d.ts +0 -7
- package/dist/peppol-validations/check-cf.d.ts.map +0 -1
- package/dist/peppol-validations/check-cf.js +0 -16
- package/dist/peppol-validations/check-cf.js.map +0 -1
- package/dist/peppol-validations/check-cf16.d.ts +0 -7
- package/dist/peppol-validations/check-cf16.d.ts.map +0 -1
- package/dist/peppol-validations/check-cf16.js +0 -15
- package/dist/peppol-validations/check-cf16.js.map +0 -1
- package/dist/peppol-validations/check-piva-se-it.d.ts +0 -7
- package/dist/peppol-validations/check-piva-se-it.d.ts.map +0 -1
- package/dist/peppol-validations/check-piva-se-it.js +0 -15
- package/dist/peppol-validations/check-piva-se-it.js.map +0 -1
- package/dist/peppol-validations/check-piva.d.ts +0 -7
- package/dist/peppol-validations/check-piva.d.ts.map +0 -1
- package/dist/peppol-validations/check-piva.js +0 -13
- package/dist/peppol-validations/check-piva.js.map +0 -1
- package/dist/peppol-validations/check-se-orgnr.d.ts +0 -7
- package/dist/peppol-validations/check-se-orgnr.d.ts.map +0 -1
- package/dist/peppol-validations/check-se-orgnr.js +0 -24
- package/dist/peppol-validations/check-se-orgnr.js.map +0 -1
- package/dist/peppol-validations/greek-tin-verification.d.ts +0 -7
- package/dist/peppol-validations/greek-tin-verification.d.ts.map +0 -1
- package/dist/peppol-validations/greek-tin-verification.js +0 -13
- package/dist/peppol-validations/greek-tin-verification.js.map +0 -1
- package/dist/peppol-validations/is-valid-abn.d.ts +0 -7
- package/dist/peppol-validations/is-valid-abn.d.ts.map +0 -1
- package/dist/peppol-validations/is-valid-abn.js +0 -29
- package/dist/peppol-validations/is-valid-abn.js.map +0 -1
- package/dist/peppol-validations/is-valid-gln.d.ts +0 -13
- package/dist/peppol-validations/is-valid-gln.d.ts.map +0 -1
- package/dist/peppol-validations/is-valid-gln.js +0 -19
- package/dist/peppol-validations/is-valid-gln.js.map +0 -1
- package/dist/peppol-validations/is-valid-iban.d.ts +0 -7
- package/dist/peppol-validations/is-valid-iban.d.ts.map +0 -1
- package/dist/peppol-validations/is-valid-iban.js +0 -20
- package/dist/peppol-validations/is-valid-iban.js.map +0 -1
- package/dist/peppol-validations/is-valid-mod11.d.ts +0 -7
- package/dist/peppol-validations/is-valid-mod11.d.ts.map +0 -1
- package/dist/peppol-validations/is-valid-mod11.js +0 -21
- package/dist/peppol-validations/is-valid-mod11.js.map +0 -1
- package/dist/peppol-validations/is-valid-mod97-0208.d.ts +0 -13
- package/dist/peppol-validations/is-valid-mod97-0208.d.ts.map +0 -1
- package/dist/peppol-validations/is-valid-mod97-0208.js +0 -20
- package/dist/peppol-validations/is-valid-mod97-0208.js.map +0 -1
- package/dist/peppol-validations/luhn-check.d.ts +0 -7
- package/dist/peppol-validations/luhn-check.d.ts.map +0 -1
- package/dist/peppol-validations/luhn-check.js +0 -25
- package/dist/peppol-validations/luhn-check.js.map +0 -1
- package/dist/peppol-validations/normalize-space.js +0 -11
- package/dist/peppol-validations/normalize-space.js.map +0 -1
- package/dist/schemas/billing-base.js +0 -321
- package/dist/schemas/billing-base.js.map +0 -1
- package/dist/schemas/credit-note.d.ts +0 -466
- package/dist/schemas/credit-note.d.ts.map +0 -1
- package/dist/schemas/credit-note.js +0 -29
- package/dist/schemas/credit-note.js.map +0 -1
- package/dist/schemas/document-response-document-reference-schema.d.ts +0 -10
- package/dist/schemas/document-response-document-reference-schema.d.ts.map +0 -1
- package/dist/schemas/document-response-document-reference-schema.js +0 -39
- package/dist/schemas/document-response-document-reference-schema.js.map +0 -1
- package/dist/schemas/document-response-document-schema.d.ts +0 -18
- package/dist/schemas/document-response-document-schema.d.ts.map +0 -1
- package/dist/schemas/document-response-document-schema.js +0 -36
- package/dist/schemas/document-response-document-schema.js.map +0 -1
- package/dist/schemas/document-response-line-response-content.d.ts +0 -16
- package/dist/schemas/document-response-line-response-content.d.ts.map +0 -1
- package/dist/schemas/document-response-line-response-content.js +0 -48
- package/dist/schemas/document-response-line-response-content.js.map +0 -1
- package/dist/schemas/document-response-line-response-schema.d.ts +0 -21
- package/dist/schemas/document-response-line-response-schema.d.ts.map +0 -1
- package/dist/schemas/document-response-line-response-schema.js +0 -33
- package/dist/schemas/document-response-line-response-schema.js.map +0 -1
- package/dist/schemas/fields/additional-document-reference-schema.d.ts +0 -33
- package/dist/schemas/fields/additional-document-reference-schema.d.ts.map +0 -1
- package/dist/schemas/fields/additional-document-reference-schema.js +0 -108
- package/dist/schemas/fields/additional-document-reference-schema.js.map +0 -1
- package/dist/schemas/fields/address-schema.d.ts +0 -23
- package/dist/schemas/fields/address-schema.d.ts.map +0 -1
- package/dist/schemas/fields/address-schema.js +0 -102
- package/dist/schemas/fields/address-schema.js.map +0 -1
- package/dist/schemas/fields/allowance-charge-schema.d.ts +0 -51
- package/dist/schemas/fields/allowance-charge-schema.d.ts.map +0 -1
- package/dist/schemas/fields/allowance-charge-schema.js +0 -75
- package/dist/schemas/fields/allowance-charge-schema.js.map +0 -1
- package/dist/schemas/fields/amount-schema.d.ts +0 -14
- package/dist/schemas/fields/amount-schema.d.ts.map +0 -1
- package/dist/schemas/fields/amount-schema.js +0 -22
- package/dist/schemas/fields/amount-schema.js.map +0 -1
- package/dist/schemas/fields/base-line-schema.d.ts +0 -114
- package/dist/schemas/fields/base-line-schema.d.ts.map +0 -1
- package/dist/schemas/fields/base-line-schema.js +0 -132
- package/dist/schemas/fields/base-line-schema.js.map +0 -1
- package/dist/schemas/fields/billing-references-schema.d.ts +0 -16
- package/dist/schemas/fields/billing-references-schema.d.ts.map +0 -1
- package/dist/schemas/fields/billing-references-schema.js +0 -46
- package/dist/schemas/fields/billing-references-schema.js.map +0 -1
- package/dist/schemas/fields/binary-object-schema.d.ts +0 -14
- package/dist/schemas/fields/binary-object-schema.d.ts.map +0 -1
- package/dist/schemas/fields/binary-object-schema.js +0 -52
- package/dist/schemas/fields/binary-object-schema.js.map +0 -1
- package/dist/schemas/fields/contact-schema.d.ts +0 -10
- package/dist/schemas/fields/contact-schema.d.ts.map +0 -1
- package/dist/schemas/fields/contact-schema.js +0 -20
- package/dist/schemas/fields/contact-schema.js.map +0 -1
- package/dist/schemas/fields/credit-note-line-schema.d.ts +0 -118
- package/dist/schemas/fields/credit-note-line-schema.d.ts.map +0 -1
- package/dist/schemas/fields/credit-note-line-schema.js +0 -36
- package/dist/schemas/fields/credit-note-line-schema.js.map +0 -1
- package/dist/schemas/fields/date-only-fn.d.ts +0 -8
- package/dist/schemas/fields/date-only-fn.d.ts.map +0 -1
- package/dist/schemas/fields/date-only-fn.js +0 -10
- package/dist/schemas/fields/date-only-fn.js.map +0 -1
- package/dist/schemas/fields/date-only-parser.d.ts +0 -5
- package/dist/schemas/fields/date-only-parser.d.ts.map +0 -1
- package/dist/schemas/fields/date-only-parser.js +0 -20
- package/dist/schemas/fields/date-only-parser.js.map +0 -1
- package/dist/schemas/fields/default-customization-id.d.ts +0 -4
- package/dist/schemas/fields/default-customization-id.d.ts.map +0 -1
- package/dist/schemas/fields/default-customization-id.js +0 -6
- package/dist/schemas/fields/default-customization-id.js.map +0 -1
- package/dist/schemas/fields/default-profile-id.d.ts +0 -4
- package/dist/schemas/fields/default-profile-id.d.ts.map +0 -1
- package/dist/schemas/fields/default-profile-id.js +0 -6
- package/dist/schemas/fields/default-profile-id.js.map +0 -1
- package/dist/schemas/fields/delivery-schema.d.ts +0 -32
- package/dist/schemas/fields/delivery-schema.d.ts.map +0 -1
- package/dist/schemas/fields/delivery-schema.js +0 -88
- package/dist/schemas/fields/delivery-schema.js.map +0 -1
- package/dist/schemas/fields/identifier-schema.d.ts +0 -14
- package/dist/schemas/fields/identifier-schema.d.ts.map +0 -1
- package/dist/schemas/fields/identifier-schema.js +0 -23
- package/dist/schemas/fields/identifier-schema.js.map +0 -1
- package/dist/schemas/fields/invoice-line-period-schema.d.ts +0 -9
- package/dist/schemas/fields/invoice-line-period-schema.d.ts.map +0 -1
- package/dist/schemas/fields/invoice-line-period-schema.js +0 -34
- package/dist/schemas/fields/invoice-line-period-schema.js.map +0 -1
- package/dist/schemas/fields/invoice-line-schema.d.ts +0 -120
- package/dist/schemas/fields/invoice-line-schema.d.ts.map +0 -1
- package/dist/schemas/fields/invoice-line-schema.js +0 -40
- package/dist/schemas/fields/invoice-line-schema.js.map +0 -1
- package/dist/schemas/fields/invoice-period-schema.d.ts +0 -18
- package/dist/schemas/fields/invoice-period-schema.d.ts.map +0 -1
- package/dist/schemas/fields/invoice-period-schema.js +0 -28
- package/dist/schemas/fields/invoice-period-schema.js.map +0 -1
- package/dist/schemas/fields/legal-monetary-total-schema.d.ts +0 -46
- package/dist/schemas/fields/legal-monetary-total-schema.d.ts.map +0 -1
- package/dist/schemas/fields/legal-monetary-total-schema.js +0 -127
- package/dist/schemas/fields/legal-monetary-total-schema.js.map +0 -1
- package/dist/schemas/fields/line-allowance-charge-schema.d.ts +0 -46
- package/dist/schemas/fields/line-allowance-charge-schema.d.ts.map +0 -1
- package/dist/schemas/fields/line-allowance-charge-schema.js +0 -48
- package/dist/schemas/fields/line-allowance-charge-schema.js.map +0 -1
- package/dist/schemas/fields/line-item-schema.d.ts +0 -47
- package/dist/schemas/fields/line-item-schema.d.ts.map +0 -1
- package/dist/schemas/fields/line-item-schema.js +0 -163
- package/dist/schemas/fields/line-item-schema.js.map +0 -1
- package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts +0 -28
- package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts.map +0 -1
- package/dist/schemas/fields/line-price-allowance-charge-schema.js +0 -30
- package/dist/schemas/fields/line-price-allowance-charge-schema.js.map +0 -1
- package/dist/schemas/fields/list-identifier-schema.d.ts +0 -19
- package/dist/schemas/fields/list-identifier-schema.d.ts.map +0 -1
- package/dist/schemas/fields/list-identifier-schema.js +0 -46
- package/dist/schemas/fields/list-identifier-schema.js.map +0 -1
- package/dist/schemas/fields/order-reference-schema.d.ts +0 -14
- package/dist/schemas/fields/order-reference-schema.d.ts.map +0 -1
- package/dist/schemas/fields/order-reference-schema.js +0 -38
- package/dist/schemas/fields/order-reference-schema.js.map +0 -1
- package/dist/schemas/fields/party-base-schema.d.ts +0 -57
- package/dist/schemas/fields/party-base-schema.d.ts.map +0 -1
- package/dist/schemas/fields/party-base-schema.js +0 -127
- package/dist/schemas/fields/party-base-schema.js.map +0 -1
- package/dist/schemas/fields/party-legal-entity-schema.d.ts +0 -13
- package/dist/schemas/fields/party-legal-entity-schema.d.ts.map +0 -1
- package/dist/schemas/fields/party-legal-entity-schema.js +0 -30
- package/dist/schemas/fields/party-legal-entity-schema.js.map +0 -1
- package/dist/schemas/fields/party-tax-schema.d.ts +0 -14
- package/dist/schemas/fields/party-tax-schema.d.ts.map +0 -1
- package/dist/schemas/fields/party-tax-schema.js +0 -34
- package/dist/schemas/fields/party-tax-schema.js.map +0 -1
- package/dist/schemas/fields/payee-party.d.ts +0 -30
- package/dist/schemas/fields/payee-party.d.ts.map +0 -1
- package/dist/schemas/fields/payee-party.js +0 -99
- package/dist/schemas/fields/payee-party.js.map +0 -1
- package/dist/schemas/fields/payment-means-schema.d.ts +0 -38
- package/dist/schemas/fields/payment-means-schema.d.ts.map +0 -1
- package/dist/schemas/fields/payment-means-schema.js +0 -198
- package/dist/schemas/fields/payment-means-schema.js.map +0 -1
- package/dist/schemas/fields/payment-terms-schema.d.ts +0 -13
- package/dist/schemas/fields/payment-terms-schema.d.ts.map +0 -1
- package/dist/schemas/fields/payment-terms-schema.js +0 -24
- package/dist/schemas/fields/payment-terms-schema.js.map +0 -1
- package/dist/schemas/fields/price-schema.d.ts +0 -31
- package/dist/schemas/fields/price-schema.d.ts.map +0 -1
- package/dist/schemas/fields/price-schema.js +0 -32
- package/dist/schemas/fields/price-schema.js.map +0 -1
- package/dist/schemas/fields/quantity-schema.d.ts +0 -14
- package/dist/schemas/fields/quantity-schema.d.ts.map +0 -1
- package/dist/schemas/fields/quantity-schema.js +0 -22
- package/dist/schemas/fields/quantity-schema.js.map +0 -1
- package/dist/schemas/fields/reference-schema.d.ts +0 -8
- package/dist/schemas/fields/reference-schema.d.ts.map +0 -1
- package/dist/schemas/fields/reference-schema.js +0 -7
- package/dist/schemas/fields/reference-schema.js.map +0 -1
- package/dist/schemas/fields/tax-category-schema.d.ts +0 -19
- package/dist/schemas/fields/tax-category-schema.d.ts.map +0 -1
- package/dist/schemas/fields/tax-category-schema.js +0 -41
- package/dist/schemas/fields/tax-category-schema.js.map +0 -1
- package/dist/schemas/fields/tax-representative-party-schema.d.ts +0 -32
- package/dist/schemas/fields/tax-representative-party-schema.d.ts.map +0 -1
- package/dist/schemas/fields/tax-representative-party-schema.js +0 -24
- package/dist/schemas/fields/tax-representative-party-schema.js.map +0 -1
- package/dist/schemas/fields/tax-subtotal-category-schema.d.ts +0 -21
- package/dist/schemas/fields/tax-subtotal-category-schema.d.ts.map +0 -1
- package/dist/schemas/fields/tax-subtotal-category-schema.js +0 -28
- package/dist/schemas/fields/tax-subtotal-category-schema.js.map +0 -1
- package/dist/schemas/fields/tax-subtotal-schema.d.ts +0 -29
- package/dist/schemas/fields/tax-subtotal-schema.d.ts.map +0 -1
- package/dist/schemas/fields/tax-subtotal-schema.js +0 -33
- package/dist/schemas/fields/tax-subtotal-schema.js.map +0 -1
- package/dist/schemas/fields/tax-totals.d.ts +0 -35
- package/dist/schemas/fields/tax-totals.d.ts.map +0 -1
- package/dist/schemas/fields/tax-totals.js +0 -26
- package/dist/schemas/fields/tax-totals.js.map +0 -1
- package/dist/schemas/fields/time-only.d.ts +0 -8
- package/dist/schemas/fields/time-only.d.ts.map +0 -1
- package/dist/schemas/fields/time-only.js +0 -23
- package/dist/schemas/fields/time-only.js.map +0 -1
- package/dist/schemas/invoice-response-document-actual-response-status.d.ts +0 -24
- package/dist/schemas/invoice-response-document-actual-response-status.d.ts.map +0 -1
- package/dist/schemas/invoice-response-document-actual-response-status.js +0 -58
- package/dist/schemas/invoice-response-document-actual-response-status.js.map +0 -1
- package/dist/schemas/invoice-response-document-actual-response.d.ts +0 -49
- package/dist/schemas/invoice-response-document-actual-response.d.ts.map +0 -1
- package/dist/schemas/invoice-response-document-actual-response.js +0 -70
- package/dist/schemas/invoice-response-document-actual-response.js.map +0 -1
- package/dist/schemas/invoice-response-schema.d.ts +0 -237
- package/dist/schemas/invoice-response-schema.d.ts.map +0 -1
- package/dist/schemas/invoice-response-schema.js +0 -145
- package/dist/schemas/invoice-response-schema.js.map +0 -1
- package/dist/schemas/invoice-response-status-reason-code.d.ts +0 -12
- package/dist/schemas/invoice-response-status-reason-code.d.ts.map +0 -1
- package/dist/schemas/invoice-response-status-reason-code.js +0 -29
- package/dist/schemas/invoice-response-status-reason-code.js.map +0 -1
- package/dist/schemas/invoice.d.ts +0 -470
- package/dist/schemas/invoice.d.ts.map +0 -1
- package/dist/schemas/invoice.js +0 -44
- package/dist/schemas/invoice.js.map +0 -1
- package/dist/schemas/message-level-response-document-response-schema.d.ts +0 -32
- package/dist/schemas/message-level-response-document-response-schema.d.ts.map +0 -1
- package/dist/schemas/message-level-response-document-response-schema.js +0 -34
- package/dist/schemas/message-level-response-document-response-schema.js.map +0 -1
- package/dist/schemas/message-level-response-party-schema.d.ts +0 -11
- package/dist/schemas/message-level-response-party-schema.d.ts.map +0 -1
- package/dist/schemas/message-level-response-party-schema.js +0 -19
- package/dist/schemas/message-level-response-party-schema.js.map +0 -1
- package/dist/schemas/message-level-response-schema.d.ts +0 -51
- package/dist/schemas/message-level-response-schema.d.ts.map +0 -1
- package/dist/schemas/message-level-response-schema.js +0 -97
- package/dist/schemas/message-level-response-schema.js.map +0 -1
- package/dist/schemas/utils/base-64.d.ts +0 -5
- package/dist/schemas/utils/base-64.d.ts.map +0 -1
- package/dist/schemas/utils/base-64.js +0 -11
- package/dist/schemas/utils/base-64.js.map +0 -1
- package/dist/schemas/utils/format-quantity-with-unit.d.ts +0 -4
- package/dist/schemas/utils/format-quantity-with-unit.d.ts.map +0 -1
- package/dist/schemas/utils/format-quantity-with-unit.js +0 -18
- package/dist/schemas/utils/format-quantity-with-unit.js.map +0 -1
- package/dist/schemas/utils/get-credit-note-type-code-description.d.ts +0 -5
- package/dist/schemas/utils/get-credit-note-type-code-description.d.ts.map +0 -1
- package/dist/schemas/utils/get-credit-note-type-code-description.js +0 -9
- package/dist/schemas/utils/get-credit-note-type-code-description.js.map +0 -1
- package/dist/schemas/utils/get-invoice-type-code-description.d.ts +0 -5
- package/dist/schemas/utils/get-invoice-type-code-description.d.ts.map +0 -1
- package/dist/schemas/utils/get-invoice-type-code-description.js +0 -9
- package/dist/schemas/utils/get-invoice-type-code-description.js.map +0 -1
- package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts +0 -5
- package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts.map +0 -1
- package/dist/schemas/utils/is-valid-credit-note-type-code.js +0 -9
- package/dist/schemas/utils/is-valid-credit-note-type-code.js.map +0 -1
- package/dist/schemas/utils/is-valid-invoice-type-code.d.ts +0 -5
- package/dist/schemas/utils/is-valid-invoice-type-code.d.ts.map +0 -1
- package/dist/schemas/utils/is-valid-invoice-type-code.js +0 -9
- package/dist/schemas/utils/is-valid-invoice-type-code.js.map +0 -1
- package/dist/schemas/utils/is-valid-process.d.ts +0 -5
- package/dist/schemas/utils/is-valid-process.d.ts.map +0 -1
- package/dist/schemas/utils/is-valid-process.js +0 -9
- package/dist/schemas/utils/is-valid-process.js.map +0 -1
- package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts +0 -73
- package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts.map +0 -1
- package/dist/schemas/utils/quantity-unit-code-to-intl-unit.js +0 -73
- package/dist/schemas/utils/quantity-unit-code-to-intl-unit.js.map +0 -1
- package/dist/schemas/utils/vat-regex.d.ts +0 -5
- package/dist/schemas/utils/vat-regex.d.ts.map +0 -1
- package/dist/schemas/utils/vat-regex.js +0 -52
- package/dist/schemas/utils/vat-regex.js.map +0 -1
- package/dist/schemas/utils/xsd-time.d.ts +0 -5
- package/dist/schemas/utils/xsd-time.d.ts.map +0 -1
- package/dist/schemas/utils/xsd-time.js +0 -7
- package/dist/schemas/utils/xsd-time.js.map +0 -1
- package/dist/schemas/values/additional-document-reference-code.d.ts +0 -23
- package/dist/schemas/values/additional-document-reference-code.d.ts.map +0 -1
- package/dist/schemas/values/additional-document-reference-code.js +0 -20
- package/dist/schemas/values/additional-document-reference-code.js.map +0 -1
- package/dist/schemas/values/allowance-charge-reason-code.d.ts +0 -24
- package/dist/schemas/values/allowance-charge-reason-code.d.ts.map +0 -1
- package/dist/schemas/values/allowance-charge-reason-code.js +0 -22
- package/dist/schemas/values/allowance-charge-reason-code.js.map +0 -1
- package/dist/schemas/values/application-response-type-codes.d.ts +0 -21
- package/dist/schemas/values/application-response-type-codes.d.ts.map +0 -1
- package/dist/schemas/values/application-response-type-codes.js +0 -19
- package/dist/schemas/values/application-response-type-codes.js.map +0 -1
- package/dist/schemas/values/charge-reason-code.d.ts +0 -24
- package/dist/schemas/values/charge-reason-code.d.ts.map +0 -1
- package/dist/schemas/values/charge-reason-code.js +0 -22
- package/dist/schemas/values/charge-reason-code.js.map +0 -1
- package/dist/schemas/values/country-code.d.ts +0 -22
- package/dist/schemas/values/country-code.d.ts.map +0 -1
- package/dist/schemas/values/country-code.js +0 -26
- package/dist/schemas/values/country-code.js.map +0 -1
- package/dist/schemas/values/credit-note-type-code-schema.d.ts +0 -21
- package/dist/schemas/values/credit-note-type-code-schema.d.ts.map +0 -1
- package/dist/schemas/values/credit-note-type-code-schema.js +0 -19
- package/dist/schemas/values/credit-note-type-code-schema.js.map +0 -1
- package/dist/schemas/values/currency-codes.d.ts +0 -24
- package/dist/schemas/values/currency-codes.d.ts.map +0 -1
- package/dist/schemas/values/currency-codes.js +0 -28
- package/dist/schemas/values/currency-codes.js.map +0 -1
- package/dist/schemas/values/document-type-codes.d.ts +0 -21
- package/dist/schemas/values/document-type-codes.d.ts.map +0 -1
- package/dist/schemas/values/document-type-codes.js +0 -19
- package/dist/schemas/values/document-type-codes.js.map +0 -1
- package/dist/schemas/values/document-type-schema.d.ts +0 -21
- package/dist/schemas/values/document-type-schema.d.ts.map +0 -1
- package/dist/schemas/values/document-type-schema.js +0 -29
- package/dist/schemas/values/document-type-schema.js.map +0 -1
- package/dist/schemas/values/document-type-schemes-schema.d.ts +0 -14
- package/dist/schemas/values/document-type-schemes-schema.d.ts.map +0 -1
- package/dist/schemas/values/document-type-schemes-schema.js +0 -19
- package/dist/schemas/values/document-type-schemes-schema.js.map +0 -1
- package/dist/schemas/values/document-type-values-schema.d.ts +0 -14
- package/dist/schemas/values/document-type-values-schema.d.ts.map +0 -1
- package/dist/schemas/values/document-type-values-schema.js +0 -21
- package/dist/schemas/values/document-type-values-schema.js.map +0 -1
- package/dist/schemas/values/duty-tax-fee-cateogries.d.ts +0 -24
- package/dist/schemas/values/duty-tax-fee-cateogries.d.ts.map +0 -1
- package/dist/schemas/values/duty-tax-fee-cateogries.js +0 -22
- package/dist/schemas/values/duty-tax-fee-cateogries.js.map +0 -1
- package/dist/schemas/values/eas-codes.d.ts +0 -24
- package/dist/schemas/values/eas-codes.d.ts.map +0 -1
- package/dist/schemas/values/eas-codes.js +0 -29
- package/dist/schemas/values/eas-codes.js.map +0 -1
- package/dist/schemas/values/icd-codes.d.ts +0 -24
- package/dist/schemas/values/icd-codes.d.ts.map +0 -1
- package/dist/schemas/values/icd-codes.js +0 -22
- package/dist/schemas/values/icd-codes.js.map +0 -1
- package/dist/schemas/values/invoice-status-codes.d.ts +0 -21
- package/dist/schemas/values/invoice-status-codes.d.ts.map +0 -1
- package/dist/schemas/values/invoice-status-codes.js +0 -19
- package/dist/schemas/values/invoice-status-codes.js.map +0 -1
- package/dist/schemas/values/invoice-type-code-schema.d.ts +0 -21
- package/dist/schemas/values/invoice-type-code-schema.d.ts.map +0 -1
- package/dist/schemas/values/invoice-type-code-schema.js +0 -19
- package/dist/schemas/values/invoice-type-code-schema.js.map +0 -1
- package/dist/schemas/values/item-classification-code-schema.d.ts +0 -24
- package/dist/schemas/values/item-classification-code-schema.d.ts.map +0 -1
- package/dist/schemas/values/item-classification-code-schema.js +0 -22
- package/dist/schemas/values/item-classification-code-schema.js.map +0 -1
- package/dist/schemas/values/mime-code.d.ts +0 -24
- package/dist/schemas/values/mime-code.d.ts.map +0 -1
- package/dist/schemas/values/mime-code.js +0 -22
- package/dist/schemas/values/mime-code.js.map +0 -1
- package/dist/schemas/values/op-status-action.d.ts +0 -21
- package/dist/schemas/values/op-status-action.d.ts.map +0 -1
- package/dist/schemas/values/op-status-action.js +0 -19
- package/dist/schemas/values/op-status-action.js.map +0 -1
- package/dist/schemas/values/op-status-reason.d.ts +0 -21
- package/dist/schemas/values/op-status-reason.d.ts.map +0 -1
- package/dist/schemas/values/op-status-reason.js +0 -19
- package/dist/schemas/values/op-status-reason.js.map +0 -1
- package/dist/schemas/values/participant-identifier-code.d.ts +0 -19
- package/dist/schemas/values/participant-identifier-code.d.ts.map +0 -1
- package/dist/schemas/values/participant-identifier-code.js +0 -17
- package/dist/schemas/values/participant-identifier-code.js.map +0 -1
- package/dist/schemas/values/payment-means-codes-schema.d.ts +0 -24
- package/dist/schemas/values/payment-means-codes-schema.d.ts.map +0 -1
- package/dist/schemas/values/payment-means-codes-schema.js +0 -29
- package/dist/schemas/values/payment-means-codes-schema.js.map +0 -1
- package/dist/schemas/values/process-from-document-type-schema.d.ts +0 -17
- package/dist/schemas/values/process-from-document-type-schema.d.ts.map +0 -1
- package/dist/schemas/values/process-from-document-type-schema.js +0 -28
- package/dist/schemas/values/process-from-document-type-schema.js.map +0 -1
- package/dist/schemas/values/process-schema.d.ts +0 -21
- package/dist/schemas/values/process-schema.d.ts.map +0 -1
- package/dist/schemas/values/process-schema.js +0 -28
- package/dist/schemas/values/process-schema.js.map +0 -1
- package/dist/schemas/values/process-xml-identifier-schema.d.ts +0 -17
- package/dist/schemas/values/process-xml-identifier-schema.d.ts.map +0 -1
- package/dist/schemas/values/process-xml-identifier-schema.js +0 -24
- package/dist/schemas/values/process-xml-identifier-schema.js.map +0 -1
- package/dist/schemas/values/quantity-unit-codes-schema.d.ts +0 -24
- package/dist/schemas/values/quantity-unit-codes-schema.d.ts.map +0 -1
- package/dist/schemas/values/quantity-unit-codes-schema.js +0 -22
- package/dist/schemas/values/quantity-unit-codes-schema.js.map +0 -1
- package/dist/schemas/values/vat-date-code.d.ts +0 -11
- package/dist/schemas/values/vat-date-code.d.ts.map +0 -1
- package/dist/schemas/values/vat-date-code.js +0 -14
- package/dist/schemas/values/vat-date-code.js.map +0 -1
- package/dist/schemas/values/vatex-code.d.ts +0 -24
- package/dist/schemas/values/vatex-code.d.ts.map +0 -1
- package/dist/schemas/values/vatex-code.js +0 -22
- package/dist/schemas/values/vatex-code.js.map +0 -1
- package/dist/schemas.d.ts +0 -91
- package/dist/schemas.js +0 -91
- package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts +0 -6
- package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-01.js +0 -15
- package/dist/schematron/cen/ae/cen-en16931-br-ae-01.js.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts +0 -6
- package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-02.js +0 -15
- package/dist/schematron/cen/ae/cen-en16931-br-ae-02.js.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts +0 -6
- package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-03.js +0 -15
- package/dist/schematron/cen/ae/cen-en16931-br-ae-03.js.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts +0 -6
- package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-04.js +0 -15
- package/dist/schematron/cen/ae/cen-en16931-br-ae-04.js.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts +0 -6
- package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-05.js +0 -15
- package/dist/schematron/cen/ae/cen-en16931-br-ae-05.js.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts +0 -6
- package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-06.js +0 -15
- package/dist/schematron/cen/ae/cen-en16931-br-ae-06.js.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts +0 -6
- package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-07.js +0 -15
- package/dist/schematron/cen/ae/cen-en16931-br-ae-07.js.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts +0 -6
- package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-08.js +0 -15
- package/dist/schematron/cen/ae/cen-en16931-br-ae-08.js.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts +0 -6
- package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-09.js +0 -15
- package/dist/schematron/cen/ae/cen-en16931-br-ae-09.js.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts +0 -6
- package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts.map +0 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-10.js +0 -15
- package/dist/schematron/cen/ae/cen-en16931-br-ae-10.js.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts +0 -6
- package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-01.js +0 -15
- package/dist/schematron/cen/af/cen-en16931-br-af-01.js.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts +0 -6
- package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-02.js +0 -15
- package/dist/schematron/cen/af/cen-en16931-br-af-02.js.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts +0 -6
- package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-03.js +0 -15
- package/dist/schematron/cen/af/cen-en16931-br-af-03.js.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts +0 -6
- package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-04.js +0 -15
- package/dist/schematron/cen/af/cen-en16931-br-af-04.js.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts +0 -6
- package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-05.js +0 -15
- package/dist/schematron/cen/af/cen-en16931-br-af-05.js.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts +0 -6
- package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-06.js +0 -15
- package/dist/schematron/cen/af/cen-en16931-br-af-06.js.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts +0 -6
- package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-07.js +0 -15
- package/dist/schematron/cen/af/cen-en16931-br-af-07.js.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts +0 -6
- package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-08.js +0 -15
- package/dist/schematron/cen/af/cen-en16931-br-af-08.js.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts +0 -6
- package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-09.js +0 -15
- package/dist/schematron/cen/af/cen-en16931-br-af-09.js.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts +0 -6
- package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts.map +0 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-10.js +0 -15
- package/dist/schematron/cen/af/cen-en16931-br-af-10.js.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts +0 -6
- package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-01.js +0 -15
- package/dist/schematron/cen/ag/cen-en16931-br-ag-01.js.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts +0 -6
- package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-02.js +0 -15
- package/dist/schematron/cen/ag/cen-en16931-br-ag-02.js.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts +0 -6
- package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-03.js +0 -15
- package/dist/schematron/cen/ag/cen-en16931-br-ag-03.js.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts +0 -6
- package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-04.js +0 -15
- package/dist/schematron/cen/ag/cen-en16931-br-ag-04.js.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts +0 -6
- package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-05.js +0 -15
- package/dist/schematron/cen/ag/cen-en16931-br-ag-05.js.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts +0 -6
- package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-06.js +0 -15
- package/dist/schematron/cen/ag/cen-en16931-br-ag-06.js.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts +0 -6
- package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-07.js +0 -15
- package/dist/schematron/cen/ag/cen-en16931-br-ag-07.js.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts +0 -6
- package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-08.js +0 -15
- package/dist/schematron/cen/ag/cen-en16931-br-ag-08.js.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts +0 -6
- package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-09.js +0 -15
- package/dist/schematron/cen/ag/cen-en16931-br-ag-09.js.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts +0 -6
- package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts.map +0 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-10.js +0 -15
- package/dist/schematron/cen/ag/cen-en16931-br-ag-10.js.map +0 -1
- package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts +0 -6
- package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts.map +0 -1
- package/dist/schematron/cen/b/cen-en16931-br-b-01.js +0 -15
- package/dist/schematron/cen/b/cen-en16931-br-b-01.js.map +0 -1
- package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts +0 -6
- package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts.map +0 -1
- package/dist/schematron/cen/b/cen-en16931-br-b-02.js +0 -15
- package/dist/schematron/cen/b/cen-en16931-br-b-02.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-01.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-01.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-01.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-01.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-02.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-02.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-02.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-02.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-03.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-03.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-03.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-03.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-04.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-04.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-04.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-04.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-05.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-05.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-05.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-05.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-06.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-06.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-06.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-06.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-07.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-07.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-07.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-07.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-08.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-08.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-08.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-08.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-09.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-09.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-09.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-09.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-10.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-10.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-10.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-10.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-11.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-11.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-11.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-11.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-12.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-12.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-12.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-12.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-13.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-13.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-13.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-13.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-14.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-14.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-14.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-14.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-15.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-15.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-15.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-15.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-16.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-16.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-16.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-16.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-17.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-17.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-17.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-17.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-18.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-18.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-18.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-18.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-19.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-19.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-19.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-19.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-20.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-20.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-20.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-20.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-21.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-21.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-21.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-21.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-22.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-22.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-22.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-22.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-23.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-23.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-23.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-23.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-24.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-24.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-24.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-24.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-25.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-25.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-25.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-25.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-26.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-26.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-26.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-26.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-27.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-27.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-27.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-27.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-28.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-28.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-28.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-28.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-29.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-29.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-29.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-29.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-30.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-30.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-30.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-30.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-31.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-31.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-31.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-31.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-32.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-32.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-32.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-32.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-33.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-33.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-33.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-33.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-36.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-36.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-36.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-36.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-37.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-37.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-37.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-37.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-38.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-38.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-38.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-38.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-41.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-41.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-41.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-41.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-42.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-42.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-42.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-42.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-43.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-43.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-43.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-43.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-44.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-44.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-44.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-44.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-45.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-45.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-45.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-45.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-46.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-46.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-46.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-46.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-47.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-47.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-47.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-47.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-48.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-48.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-48.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-48.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-49.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-49.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-49.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-49.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-50.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-50.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-50.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-50.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-51.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-51.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-51.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-51.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-52.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-52.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-52.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-52.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-53.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-53.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-53.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-53.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-54.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-54.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-54.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-54.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-55.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-55.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-55.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-55.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-56.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-56.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-56.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-56.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-57.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-57.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-57.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-57.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-61.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-61.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-61.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-61.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-62.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-62.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-62.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-62.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-63.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-63.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-63.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-63.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-64.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-64.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-64.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-64.js.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-65.d.ts +0 -6
- package/dist/schematron/cen/cen-en16931-br-65.d.ts.map +0 -1
- package/dist/schematron/cen/cen-en16931-br-65.js +0 -15
- package/dist/schematron/cen/cen-en16931-br-65.js.map +0 -1
- package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts +0 -6
- package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts.map +0 -1
- package/dist/schematron/cen/cl/cen-en16931-br-cl-08.js +0 -15
- package/dist/schematron/cen/cl/cen-en16931-br-cl-08.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-03.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-03.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-04.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-04.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-05.js +0 -14
- package/dist/schematron/cen/co/cen-en16931-br-co-05.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-06.js +0 -14
- package/dist/schematron/cen/co/cen-en16931-br-co-06.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-07.js +0 -14
- package/dist/schematron/cen/co/cen-en16931-br-co-07.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-08.js +0 -14
- package/dist/schematron/cen/co/cen-en16931-br-co-08.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-09.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-09.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-10.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-10.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-11.js +0 -19
- package/dist/schematron/cen/co/cen-en16931-br-co-11.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-12.js +0 -19
- package/dist/schematron/cen/co/cen-en16931-br-co-12.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-13.js +0 -20
- package/dist/schematron/cen/co/cen-en16931-br-co-13.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-14.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-14.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-15.js +0 -20
- package/dist/schematron/cen/co/cen-en16931-br-co-15.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-16.js +0 -20
- package/dist/schematron/cen/co/cen-en16931-br-co-16.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-17.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-17.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-18.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-18.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-19.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-19.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-20.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-20.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-21.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-21.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-22.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-22.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-23.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-23.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-24.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-24.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-25.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-25.js.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts +0 -6
- package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts.map +0 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-26.js +0 -15
- package/dist/schematron/cen/co/cen-en16931-br-co-26.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-01.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-01.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-02.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-02.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-05.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-05.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-06.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-06.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-09.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-09.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-10.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-10.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-11.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-11.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-12.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-12.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-13.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-13.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-14.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-14.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-15.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-15.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-16.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-16.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-17.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-17.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-18.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-18.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-19.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-19.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-20.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-20.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-23.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-23.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-24.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-24.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-25.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-25.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-27.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-27.js.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts +0 -6
- package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts.map +0 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-28.js +0 -15
- package/dist/schematron/cen/dec/cen-en16931-br-dec-28.js.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts +0 -6
- package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-01.js +0 -15
- package/dist/schematron/cen/e/cen-en16931-br-e-01.js.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts +0 -6
- package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-02.js +0 -15
- package/dist/schematron/cen/e/cen-en16931-br-e-02.js.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts +0 -6
- package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-03.js +0 -15
- package/dist/schematron/cen/e/cen-en16931-br-e-03.js.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts +0 -6
- package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-04.js +0 -15
- package/dist/schematron/cen/e/cen-en16931-br-e-04.js.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts +0 -6
- package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-05.js +0 -15
- package/dist/schematron/cen/e/cen-en16931-br-e-05.js.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts +0 -6
- package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-06.js +0 -15
- package/dist/schematron/cen/e/cen-en16931-br-e-06.js.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts +0 -6
- package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-07.js +0 -15
- package/dist/schematron/cen/e/cen-en16931-br-e-07.js.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts +0 -6
- package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-08.js +0 -15
- package/dist/schematron/cen/e/cen-en16931-br-e-08.js.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts +0 -6
- package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-09.js +0 -15
- package/dist/schematron/cen/e/cen-en16931-br-e-09.js.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts +0 -6
- package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts.map +0 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-10.js +0 -15
- package/dist/schematron/cen/e/cen-en16931-br-e-10.js.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts +0 -6
- package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-01.js +0 -15
- package/dist/schematron/cen/g/cen-en16931-br-g-01.js.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts +0 -6
- package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-02.js +0 -15
- package/dist/schematron/cen/g/cen-en16931-br-g-02.js.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts +0 -6
- package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-03.js +0 -15
- package/dist/schematron/cen/g/cen-en16931-br-g-03.js.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts +0 -6
- package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-04.js +0 -15
- package/dist/schematron/cen/g/cen-en16931-br-g-04.js.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts +0 -6
- package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-05.js +0 -15
- package/dist/schematron/cen/g/cen-en16931-br-g-05.js.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts +0 -6
- package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-06.js +0 -15
- package/dist/schematron/cen/g/cen-en16931-br-g-06.js.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts +0 -6
- package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-07.js +0 -15
- package/dist/schematron/cen/g/cen-en16931-br-g-07.js.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts +0 -6
- package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-08.js +0 -15
- package/dist/schematron/cen/g/cen-en16931-br-g-08.js.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts +0 -6
- package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-09.js +0 -15
- package/dist/schematron/cen/g/cen-en16931-br-g-09.js.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts +0 -6
- package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts.map +0 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-10.js +0 -15
- package/dist/schematron/cen/g/cen-en16931-br-g-10.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-01.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-01.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-02.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-02.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-03.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-03.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-04.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-04.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-05.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-05.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-06.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-06.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-07.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-07.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-08.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-08.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-09.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-09.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-10.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-10.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-11.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-11.js.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts +0 -6
- package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts.map +0 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-12.js +0 -15
- package/dist/schematron/cen/ic/cen-en16931-br-ic-12.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-01.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-01.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-02.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-02.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-03.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-03.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-04.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-04.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-05.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-05.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-06.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-06.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-07.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-07.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-08.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-08.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-09.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-09.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-10.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-10.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-11.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-11.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-12.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-12.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-13.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-13.js.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts +0 -6
- package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts.map +0 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-14.js +0 -15
- package/dist/schematron/cen/o/cen-en16931-br-o-14.js.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts +0 -6
- package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-01.js +0 -15
- package/dist/schematron/cen/s/cen-en16931-br-s-01.js.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts +0 -6
- package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-02.js +0 -15
- package/dist/schematron/cen/s/cen-en16931-br-s-02.js.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts +0 -6
- package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-03.js +0 -15
- package/dist/schematron/cen/s/cen-en16931-br-s-03.js.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts +0 -6
- package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-04.js +0 -15
- package/dist/schematron/cen/s/cen-en16931-br-s-04.js.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts +0 -6
- package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-05.js +0 -15
- package/dist/schematron/cen/s/cen-en16931-br-s-05.js.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts +0 -6
- package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-06.js +0 -15
- package/dist/schematron/cen/s/cen-en16931-br-s-06.js.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts +0 -6
- package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-07.js +0 -15
- package/dist/schematron/cen/s/cen-en16931-br-s-07.js.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts +0 -6
- package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-08.js +0 -15
- package/dist/schematron/cen/s/cen-en16931-br-s-08.js.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts +0 -6
- package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-09.js +0 -15
- package/dist/schematron/cen/s/cen-en16931-br-s-09.js.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts +0 -6
- package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts.map +0 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-10.js +0 -15
- package/dist/schematron/cen/s/cen-en16931-br-s-10.js.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts +0 -6
- package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-01.js +0 -15
- package/dist/schematron/cen/z/cen-en16931-br-z-01.js.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts +0 -6
- package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-02.js +0 -15
- package/dist/schematron/cen/z/cen-en16931-br-z-02.js.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts +0 -6
- package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-03.js +0 -15
- package/dist/schematron/cen/z/cen-en16931-br-z-03.js.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts +0 -6
- package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-04.js +0 -15
- package/dist/schematron/cen/z/cen-en16931-br-z-04.js.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts +0 -6
- package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-05.js +0 -15
- package/dist/schematron/cen/z/cen-en16931-br-z-05.js.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts +0 -6
- package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-06.js +0 -15
- package/dist/schematron/cen/z/cen-en16931-br-z-06.js.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts +0 -6
- package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-07.js +0 -15
- package/dist/schematron/cen/z/cen-en16931-br-z-07.js.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts +0 -6
- package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-08.js +0 -15
- package/dist/schematron/cen/z/cen-en16931-br-z-08.js.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts +0 -6
- package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-09.js +0 -15
- package/dist/schematron/cen/z/cen-en16931-br-z-09.js.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts +0 -6
- package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts.map +0 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-10.js +0 -15
- package/dist/schematron/cen/z/cen-en16931-br-z-10.js.map +0 -1
- package/dist/schematron/de/de-r-001.d.ts +0 -6
- package/dist/schematron/de/de-r-001.d.ts.map +0 -1
- package/dist/schematron/de/de-r-001.js +0 -15
- package/dist/schematron/de/de-r-001.js.map +0 -1
- package/dist/schematron/de/de-r-002.d.ts +0 -6
- package/dist/schematron/de/de-r-002.d.ts.map +0 -1
- package/dist/schematron/de/de-r-002.js +0 -15
- package/dist/schematron/de/de-r-002.js.map +0 -1
- package/dist/schematron/de/de-r-003.d.ts +0 -6
- package/dist/schematron/de/de-r-003.d.ts.map +0 -1
- package/dist/schematron/de/de-r-003.js +0 -16
- package/dist/schematron/de/de-r-003.js.map +0 -1
- package/dist/schematron/de/de-r-004.d.ts +0 -6
- package/dist/schematron/de/de-r-004.d.ts.map +0 -1
- package/dist/schematron/de/de-r-004.js +0 -16
- package/dist/schematron/de/de-r-004.js.map +0 -1
- package/dist/schematron/de/de-r-005.d.ts +0 -6
- package/dist/schematron/de/de-r-005.d.ts.map +0 -1
- package/dist/schematron/de/de-r-005.js +0 -16
- package/dist/schematron/de/de-r-005.js.map +0 -1
- package/dist/schematron/de/de-r-006.d.ts +0 -6
- package/dist/schematron/de/de-r-006.d.ts.map +0 -1
- package/dist/schematron/de/de-r-006.js +0 -16
- package/dist/schematron/de/de-r-006.js.map +0 -1
- package/dist/schematron/de/de-r-007.d.ts +0 -6
- package/dist/schematron/de/de-r-007.d.ts.map +0 -1
- package/dist/schematron/de/de-r-007.js +0 -16
- package/dist/schematron/de/de-r-007.js.map +0 -1
- package/dist/schematron/de/de-r-008.d.ts +0 -6
- package/dist/schematron/de/de-r-008.d.ts.map +0 -1
- package/dist/schematron/de/de-r-008.js +0 -16
- package/dist/schematron/de/de-r-008.js.map +0 -1
- package/dist/schematron/de/de-r-009.d.ts +0 -6
- package/dist/schematron/de/de-r-009.d.ts.map +0 -1
- package/dist/schematron/de/de-r-009.js +0 -16
- package/dist/schematron/de/de-r-009.js.map +0 -1
- package/dist/schematron/de/de-r-010.d.ts +0 -6
- package/dist/schematron/de/de-r-010.d.ts.map +0 -1
- package/dist/schematron/de/de-r-010.js +0 -18
- package/dist/schematron/de/de-r-010.js.map +0 -1
- package/dist/schematron/de/de-r-011.d.ts +0 -6
- package/dist/schematron/de/de-r-011.d.ts.map +0 -1
- package/dist/schematron/de/de-r-011.js +0 -18
- package/dist/schematron/de/de-r-011.js.map +0 -1
- package/dist/schematron/de/de-r-014.d.ts +0 -6
- package/dist/schematron/de/de-r-014.d.ts.map +0 -1
- package/dist/schematron/de/de-r-014.js +0 -16
- package/dist/schematron/de/de-r-014.js.map +0 -1
- package/dist/schematron/de/de-r-015.d.ts +0 -6
- package/dist/schematron/de/de-r-015.d.ts.map +0 -1
- package/dist/schematron/de/de-r-015.js +0 -16
- package/dist/schematron/de/de-r-015.js.map +0 -1
- package/dist/schematron/de/de-r-016.d.ts +0 -6
- package/dist/schematron/de/de-r-016.d.ts.map +0 -1
- package/dist/schematron/de/de-r-016.js +0 -30
- package/dist/schematron/de/de-r-016.js.map +0 -1
- package/dist/schematron/de/de-r-017.d.ts +0 -6
- package/dist/schematron/de/de-r-017.d.ts.map +0 -1
- package/dist/schematron/de/de-r-017.js +0 -26
- package/dist/schematron/de/de-r-017.js.map +0 -1
- package/dist/schematron/de/de-r-018.d.ts +0 -6
- package/dist/schematron/de/de-r-018.d.ts.map +0 -1
- package/dist/schematron/de/de-r-018.js +0 -21
- package/dist/schematron/de/de-r-018.js.map +0 -1
- package/dist/schematron/de/de-r-019.d.ts +0 -6
- package/dist/schematron/de/de-r-019.d.ts.map +0 -1
- package/dist/schematron/de/de-r-019.js +0 -21
- package/dist/schematron/de/de-r-019.js.map +0 -1
- package/dist/schematron/de/de-r-020.d.ts +0 -6
- package/dist/schematron/de/de-r-020.d.ts.map +0 -1
- package/dist/schematron/de/de-r-020.js +0 -21
- package/dist/schematron/de/de-r-020.js.map +0 -1
- package/dist/schematron/de/de-r-022.d.ts +0 -6
- package/dist/schematron/de/de-r-022.d.ts.map +0 -1
- package/dist/schematron/de/de-r-022.js +0 -16
- package/dist/schematron/de/de-r-022.js.map +0 -1
- package/dist/schematron/de/de-r-023-1.d.ts +0 -6
- package/dist/schematron/de/de-r-023-1.d.ts.map +0 -1
- package/dist/schematron/de/de-r-023-1.js +0 -20
- package/dist/schematron/de/de-r-023-1.js.map +0 -1
- package/dist/schematron/de/de-r-023-2.d.ts +0 -6
- package/dist/schematron/de/de-r-023-2.d.ts.map +0 -1
- package/dist/schematron/de/de-r-023-2.js +0 -20
- package/dist/schematron/de/de-r-023-2.js.map +0 -1
- package/dist/schematron/de/de-r-024-1.d.ts +0 -6
- package/dist/schematron/de/de-r-024-1.d.ts.map +0 -1
- package/dist/schematron/de/de-r-024-1.js +0 -24
- package/dist/schematron/de/de-r-024-1.js.map +0 -1
- package/dist/schematron/de/de-r-024-2.d.ts +0 -6
- package/dist/schematron/de/de-r-024-2.d.ts.map +0 -1
- package/dist/schematron/de/de-r-024-2.js +0 -24
- package/dist/schematron/de/de-r-024-2.js.map +0 -1
- package/dist/schematron/de/de-r-025-1.d.ts +0 -6
- package/dist/schematron/de/de-r-025-1.d.ts.map +0 -1
- package/dist/schematron/de/de-r-025-1.js +0 -19
- package/dist/schematron/de/de-r-025-1.js.map +0 -1
- package/dist/schematron/de/de-r-025-2.d.ts +0 -6
- package/dist/schematron/de/de-r-025-2.d.ts.map +0 -1
- package/dist/schematron/de/de-r-025-2.js +0 -19
- package/dist/schematron/de/de-r-025-2.js.map +0 -1
- package/dist/schematron/de/de-r-026.d.ts +0 -6
- package/dist/schematron/de/de-r-026.d.ts.map +0 -1
- package/dist/schematron/de/de-r-026.js +0 -19
- package/dist/schematron/de/de-r-026.js.map +0 -1
- package/dist/schematron/de/de-r-027.d.ts +0 -6
- package/dist/schematron/de/de-r-027.d.ts.map +0 -1
- package/dist/schematron/de/de-r-027.js +0 -17
- package/dist/schematron/de/de-r-027.js.map +0 -1
- package/dist/schematron/de/de-r-028.d.ts +0 -6
- package/dist/schematron/de/de-r-028.d.ts.map +0 -1
- package/dist/schematron/de/de-r-028.js +0 -17
- package/dist/schematron/de/de-r-028.js.map +0 -1
- package/dist/schematron/de/de-r-030.d.ts +0 -6
- package/dist/schematron/de/de-r-030.d.ts.map +0 -1
- package/dist/schematron/de/de-r-030.js +0 -17
- package/dist/schematron/de/de-r-030.js.map +0 -1
- package/dist/schematron/de/de-r-031.d.ts +0 -6
- package/dist/schematron/de/de-r-031.d.ts.map +0 -1
- package/dist/schematron/de/de-r-031.js +0 -19
- package/dist/schematron/de/de-r-031.js.map +0 -1
- package/dist/schematron/dk/dk-r-002.d.ts +0 -6
- package/dist/schematron/dk/dk-r-002.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-002.js +0 -16
- package/dist/schematron/dk/dk-r-002.js.map +0 -1
- package/dist/schematron/dk/dk-r-003.d.ts +0 -6
- package/dist/schematron/dk/dk-r-003.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-003.js +0 -25
- package/dist/schematron/dk/dk-r-003.js.map +0 -1
- package/dist/schematron/dk/dk-r-004.d.ts +0 -6
- package/dist/schematron/dk/dk-r-004.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-004.js +0 -23
- package/dist/schematron/dk/dk-r-004.js.map +0 -1
- package/dist/schematron/dk/dk-r-005.d.ts +0 -6
- package/dist/schematron/dk/dk-r-005.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-005.js +0 -29
- package/dist/schematron/dk/dk-r-005.js.map +0 -1
- package/dist/schematron/dk/dk-r-006.d.ts +0 -6
- package/dist/schematron/dk/dk-r-006.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-006.js +0 -22
- package/dist/schematron/dk/dk-r-006.js.map +0 -1
- package/dist/schematron/dk/dk-r-007.d.ts +0 -6
- package/dist/schematron/dk/dk-r-007.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-007.js +0 -21
- package/dist/schematron/dk/dk-r-007.js.map +0 -1
- package/dist/schematron/dk/dk-r-008.d.ts +0 -6
- package/dist/schematron/dk/dk-r-008.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-008.js +0 -25
- package/dist/schematron/dk/dk-r-008.js.map +0 -1
- package/dist/schematron/dk/dk-r-009.d.ts +0 -6
- package/dist/schematron/dk/dk-r-009.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-009.js +0 -21
- package/dist/schematron/dk/dk-r-009.js.map +0 -1
- package/dist/schematron/dk/dk-r-010.d.ts +0 -6
- package/dist/schematron/dk/dk-r-010.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-010.js +0 -26
- package/dist/schematron/dk/dk-r-010.js.map +0 -1
- package/dist/schematron/dk/dk-r-011.d.ts +0 -6
- package/dist/schematron/dk/dk-r-011.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-011.js +0 -21
- package/dist/schematron/dk/dk-r-011.js.map +0 -1
- package/dist/schematron/dk/dk-r-013.d.ts +0 -6
- package/dist/schematron/dk/dk-r-013.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-013.js +0 -19
- package/dist/schematron/dk/dk-r-013.js.map +0 -1
- package/dist/schematron/dk/dk-r-014.d.ts +0 -6
- package/dist/schematron/dk/dk-r-014.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-014.js +0 -17
- package/dist/schematron/dk/dk-r-014.js.map +0 -1
- package/dist/schematron/dk/dk-r-016.d.ts +0 -6
- package/dist/schematron/dk/dk-r-016.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-016.js +0 -15
- package/dist/schematron/dk/dk-r-016.js.map +0 -1
- package/dist/schematron/dk/dk-r-017.d.ts +0 -6
- package/dist/schematron/dk/dk-r-017.d.ts.map +0 -1
- package/dist/schematron/dk/dk-r-017.js +0 -17
- package/dist/schematron/dk/dk-r-017.js.map +0 -1
- package/dist/schematron/gr/gr-r-001-1.d.ts +0 -6
- package/dist/schematron/gr/gr-r-001-1.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-001-1.js +0 -16
- package/dist/schematron/gr/gr-r-001-1.js.map +0 -1
- package/dist/schematron/gr/gr-r-001-2.d.ts +0 -6
- package/dist/schematron/gr/gr-r-001-2.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-001-2.js +0 -21
- package/dist/schematron/gr/gr-r-001-2.js.map +0 -1
- package/dist/schematron/gr/gr-r-001-3.d.ts +0 -6
- package/dist/schematron/gr/gr-r-001-3.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-001-3.js +0 -22
- package/dist/schematron/gr/gr-r-001-3.js.map +0 -1
- package/dist/schematron/gr/gr-r-001-4.d.ts +0 -6
- package/dist/schematron/gr/gr-r-001-4.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-001-4.js +0 -17
- package/dist/schematron/gr/gr-r-001-4.js.map +0 -1
- package/dist/schematron/gr/gr-r-001-5.d.ts +0 -6
- package/dist/schematron/gr/gr-r-001-5.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-001-5.js +0 -25
- package/dist/schematron/gr/gr-r-001-5.js.map +0 -1
- package/dist/schematron/gr/gr-r-001-6.d.ts +0 -6
- package/dist/schematron/gr/gr-r-001-6.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-001-6.js +0 -16
- package/dist/schematron/gr/gr-r-001-6.js.map +0 -1
- package/dist/schematron/gr/gr-r-001-7.d.ts +0 -6
- package/dist/schematron/gr/gr-r-001-7.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-001-7.js +0 -16
- package/dist/schematron/gr/gr-r-001-7.js.map +0 -1
- package/dist/schematron/gr/gr-r-002.d.ts +0 -6
- package/dist/schematron/gr/gr-r-002.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-002.js +0 -16
- package/dist/schematron/gr/gr-r-002.js.map +0 -1
- package/dist/schematron/gr/gr-r-003.d.ts +0 -6
- package/dist/schematron/gr/gr-r-003.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-003.js +0 -18
- package/dist/schematron/gr/gr-r-003.js.map +0 -1
- package/dist/schematron/gr/gr-r-004-1.d.ts +0 -6
- package/dist/schematron/gr/gr-r-004-1.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-004-1.js +0 -16
- package/dist/schematron/gr/gr-r-004-1.js.map +0 -1
- package/dist/schematron/gr/gr-r-004-2.d.ts +0 -6
- package/dist/schematron/gr/gr-r-004-2.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-004-2.js +0 -16
- package/dist/schematron/gr/gr-r-004-2.js.map +0 -1
- package/dist/schematron/gr/gr-r-005.d.ts +0 -6
- package/dist/schematron/gr/gr-r-005.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-005.js +0 -16
- package/dist/schematron/gr/gr-r-005.js.map +0 -1
- package/dist/schematron/gr/gr-r-006.d.ts +0 -6
- package/dist/schematron/gr/gr-r-006.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-006.js +0 -21
- package/dist/schematron/gr/gr-r-006.js.map +0 -1
- package/dist/schematron/gr/gr-r-008-2.d.ts +0 -6
- package/dist/schematron/gr/gr-r-008-2.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-008-2.js +0 -16
- package/dist/schematron/gr/gr-r-008-2.js.map +0 -1
- package/dist/schematron/gr/gr-r-008-3.d.ts +0 -6
- package/dist/schematron/gr/gr-r-008-3.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-008-3.js +0 -19
- package/dist/schematron/gr/gr-r-008-3.js.map +0 -1
- package/dist/schematron/gr/gr-r-009.d.ts +0 -6
- package/dist/schematron/gr/gr-r-009.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-009.js +0 -18
- package/dist/schematron/gr/gr-r-009.js.map +0 -1
- package/dist/schematron/gr/gr-r-010.d.ts +0 -6
- package/dist/schematron/gr/gr-r-010.d.ts.map +0 -1
- package/dist/schematron/gr/gr-r-010.js +0 -19
- package/dist/schematron/gr/gr-r-010.js.map +0 -1
- package/dist/schematron/gr/gr-s-008-1.d.ts +0 -6
- package/dist/schematron/gr/gr-s-008-1.d.ts.map +0 -1
- package/dist/schematron/gr/gr-s-008-1.js +0 -16
- package/dist/schematron/gr/gr-s-008-1.js.map +0 -1
- package/dist/schematron/gr/gr-s-011.d.ts +0 -6
- package/dist/schematron/gr/gr-s-011.d.ts.map +0 -1
- package/dist/schematron/gr/gr-s-011.js +0 -18
- package/dist/schematron/gr/gr-s-011.js.map +0 -1
- package/dist/schematron/helpers.js +0 -382
- package/dist/schematron/helpers.js.map +0 -1
- package/dist/schematron/is/is-r-001.d.ts +0 -6
- package/dist/schematron/is/is-r-001.d.ts.map +0 -1
- package/dist/schematron/is/is-r-001.js +0 -17
- package/dist/schematron/is/is-r-001.js.map +0 -1
- package/dist/schematron/is/is-r-002.d.ts +0 -6
- package/dist/schematron/is/is-r-002.d.ts.map +0 -1
- package/dist/schematron/is/is-r-002.js +0 -16
- package/dist/schematron/is/is-r-002.js.map +0 -1
- package/dist/schematron/is/is-r-003.d.ts +0 -6
- package/dist/schematron/is/is-r-003.d.ts.map +0 -1
- package/dist/schematron/is/is-r-003.js +0 -16
- package/dist/schematron/is/is-r-003.js.map +0 -1
- package/dist/schematron/is/is-r-004.d.ts +0 -6
- package/dist/schematron/is/is-r-004.d.ts.map +0 -1
- package/dist/schematron/is/is-r-004.js +0 -16
- package/dist/schematron/is/is-r-004.js.map +0 -1
- package/dist/schematron/is/is-r-005.d.ts +0 -6
- package/dist/schematron/is/is-r-005.d.ts.map +0 -1
- package/dist/schematron/is/is-r-005.js +0 -16
- package/dist/schematron/is/is-r-005.js.map +0 -1
- package/dist/schematron/is/is-r-006.d.ts +0 -6
- package/dist/schematron/is/is-r-006.d.ts.map +0 -1
- package/dist/schematron/is/is-r-006.js +0 -21
- package/dist/schematron/is/is-r-006.js.map +0 -1
- package/dist/schematron/is/is-r-007.d.ts +0 -6
- package/dist/schematron/is/is-r-007.d.ts.map +0 -1
- package/dist/schematron/is/is-r-007.js +0 -21
- package/dist/schematron/is/is-r-007.js.map +0 -1
- package/dist/schematron/is/is-r-008.d.ts +0 -6
- package/dist/schematron/is/is-r-008.d.ts.map +0 -1
- package/dist/schematron/is/is-r-008.js +0 -22
- package/dist/schematron/is/is-r-008.js.map +0 -1
- package/dist/schematron/is/is-r-009.d.ts +0 -6
- package/dist/schematron/is/is-r-009.d.ts.map +0 -1
- package/dist/schematron/is/is-r-009.js +0 -16
- package/dist/schematron/is/is-r-009.js.map +0 -1
- package/dist/schematron/is/is-r-010.d.ts +0 -6
- package/dist/schematron/is/is-r-010.d.ts.map +0 -1
- package/dist/schematron/is/is-r-010.js +0 -22
- package/dist/schematron/is/is-r-010.js.map +0 -1
- package/dist/schematron/it/it-r-001.d.ts +0 -6
- package/dist/schematron/it/it-r-001.d.ts.map +0 -1
- package/dist/schematron/it/it-r-001.js +0 -16
- package/dist/schematron/it/it-r-001.js.map +0 -1
- package/dist/schematron/it/it-r-002.d.ts +0 -6
- package/dist/schematron/it/it-r-002.d.ts.map +0 -1
- package/dist/schematron/it/it-r-002.js +0 -16
- package/dist/schematron/it/it-r-002.js.map +0 -1
- package/dist/schematron/it/it-r-003.d.ts +0 -6
- package/dist/schematron/it/it-r-003.d.ts.map +0 -1
- package/dist/schematron/it/it-r-003.js +0 -16
- package/dist/schematron/it/it-r-003.js.map +0 -1
- package/dist/schematron/it/it-r-004.d.ts +0 -6
- package/dist/schematron/it/it-r-004.d.ts.map +0 -1
- package/dist/schematron/it/it-r-004.js +0 -16
- package/dist/schematron/it/it-r-004.js.map +0 -1
- package/dist/schematron/nl/nl-r-001.d.ts +0 -6
- package/dist/schematron/nl/nl-r-001.d.ts.map +0 -1
- package/dist/schematron/nl/nl-r-001.js +0 -16
- package/dist/schematron/nl/nl-r-001.js.map +0 -1
- package/dist/schematron/nl/nl-r-002.d.ts +0 -6
- package/dist/schematron/nl/nl-r-002.d.ts.map +0 -1
- package/dist/schematron/nl/nl-r-002.js +0 -16
- package/dist/schematron/nl/nl-r-002.js.map +0 -1
- package/dist/schematron/nl/nl-r-003.d.ts +0 -6
- package/dist/schematron/nl/nl-r-003.d.ts.map +0 -1
- package/dist/schematron/nl/nl-r-003.js +0 -18
- package/dist/schematron/nl/nl-r-003.js.map +0 -1
- package/dist/schematron/nl/nl-r-004.d.ts +0 -6
- package/dist/schematron/nl/nl-r-004.d.ts.map +0 -1
- package/dist/schematron/nl/nl-r-004.js +0 -16
- package/dist/schematron/nl/nl-r-004.js.map +0 -1
- package/dist/schematron/nl/nl-r-005.d.ts +0 -6
- package/dist/schematron/nl/nl-r-005.d.ts.map +0 -1
- package/dist/schematron/nl/nl-r-005.js +0 -18
- package/dist/schematron/nl/nl-r-005.js.map +0 -1
- package/dist/schematron/nl/nl-r-006.d.ts +0 -6
- package/dist/schematron/nl/nl-r-006.d.ts.map +0 -1
- package/dist/schematron/nl/nl-r-006.js +0 -18
- package/dist/schematron/nl/nl-r-006.js.map +0 -1
- package/dist/schematron/nl/nl-r-007.d.ts +0 -6
- package/dist/schematron/nl/nl-r-007.d.ts.map +0 -1
- package/dist/schematron/nl/nl-r-007.js +0 -19
- package/dist/schematron/nl/nl-r-007.js.map +0 -1
- package/dist/schematron/nl/nl-r-008.d.ts +0 -6
- package/dist/schematron/nl/nl-r-008.d.ts.map +0 -1
- package/dist/schematron/nl/nl-r-008.js +0 -24
- package/dist/schematron/nl/nl-r-008.js.map +0 -1
- package/dist/schematron/nl/nl-r-009.d.ts +0 -6
- package/dist/schematron/nl/nl-r-009.d.ts.map +0 -1
- package/dist/schematron/nl/nl-r-009.js +0 -16
- package/dist/schematron/nl/nl-r-009.js.map +0 -1
- package/dist/schematron/no/no-r-001.d.ts +0 -6
- package/dist/schematron/no/no-r-001.d.ts.map +0 -1
- package/dist/schematron/no/no-r-001.js +0 -20
- package/dist/schematron/no/no-r-001.js.map +0 -1
- package/dist/schematron/no/no-r-002.d.ts +0 -6
- package/dist/schematron/no/no-r-002.d.ts.map +0 -1
- package/dist/schematron/no/no-r-002.js +0 -16
- package/dist/schematron/no/no-r-002.js.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts +0 -6
- package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl001.js +0 -19
- package/dist/schematron/peppol/cl/peppol-en16931-cl001.js.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts +0 -6
- package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl002.js +0 -16
- package/dist/schematron/peppol/cl/peppol-en16931-cl002.js.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts +0 -6
- package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl003.js +0 -16
- package/dist/schematron/peppol/cl/peppol-en16931-cl003.js.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts +0 -6
- package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl006.js +0 -17
- package/dist/schematron/peppol/cl/peppol-en16931-cl006.js.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts +0 -6
- package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl007.js +0 -32
- package/dist/schematron/peppol/cl/peppol-en16931-cl007.js.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts +0 -6
- package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts.map +0 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl008.js +0 -16
- package/dist/schematron/peppol/cl/peppol-en16931-cl008.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r040.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r040.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r040.js +0 -18
- package/dist/schematron/peppol/common/peppol-common-r040.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r041.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r041.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r041.js +0 -18
- package/dist/schematron/peppol/common/peppol-common-r041.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r042.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r042.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r042.js +0 -21
- package/dist/schematron/peppol/common/peppol-common-r042.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r043.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r043.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r043.js +0 -18
- package/dist/schematron/peppol/common/peppol-common-r043.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r044.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r044.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r044.js +0 -17
- package/dist/schematron/peppol/common/peppol-common-r044.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r045.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r045.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r045.js +0 -17
- package/dist/schematron/peppol/common/peppol-common-r045.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r046.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r046.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r046.js +0 -17
- package/dist/schematron/peppol/common/peppol-common-r046.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r047.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r047.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r047.js +0 -17
- package/dist/schematron/peppol/common/peppol-common-r047.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r049.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r049.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r049.js +0 -17
- package/dist/schematron/peppol/common/peppol-common-r049.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r050.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r050.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r050.js +0 -18
- package/dist/schematron/peppol/common/peppol-common-r050.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r052.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r052.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r052.js +0 -16
- package/dist/schematron/peppol/common/peppol-common-r052.js.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r053.d.ts +0 -6
- package/dist/schematron/peppol/common/peppol-common-r053.d.ts.map +0 -1
- package/dist/schematron/peppol/common/peppol-common-r053.js +0 -16
- package/dist/schematron/peppol/common/peppol-common-r053.js.map +0 -1
- package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts +0 -6
- package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts.map +0 -1
- package/dist/schematron/peppol/f/peppol-en16931-f001.js +0 -26
- package/dist/schematron/peppol/f/peppol-en16931-f001.js.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts +0 -6
- package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0100.js +0 -46
- package/dist/schematron/peppol/p/peppol-en16931-p0100.js.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts +0 -6
- package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0101.js +0 -25
- package/dist/schematron/peppol/p/peppol-en16931-p0101.js.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts +0 -6
- package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0104.js +0 -15
- package/dist/schematron/peppol/p/peppol-en16931-p0104.js.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts +0 -6
- package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0105.js +0 -15
- package/dist/schematron/peppol/p/peppol-en16931-p0105.js.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts +0 -6
- package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0106.js +0 -15
- package/dist/schematron/peppol/p/peppol-en16931-p0106.js.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts +0 -6
- package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0107.js +0 -15
- package/dist/schematron/peppol/p/peppol-en16931-p0107.js.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts +0 -6
- package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0108.js +0 -15
- package/dist/schematron/peppol/p/peppol-en16931-p0108.js.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts +0 -6
- package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0109.js +0 -15
- package/dist/schematron/peppol/p/peppol-en16931-p0109.js.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts +0 -6
- package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0110.js +0 -15
- package/dist/schematron/peppol/p/peppol-en16931-p0110.js.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts +0 -6
- package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0111.js +0 -15
- package/dist/schematron/peppol/p/peppol-en16931-p0111.js.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts +0 -6
- package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts.map +0 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0112.js +0 -19
- package/dist/schematron/peppol/p/peppol-en16931-p0112.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts +0 -9
- package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r001.js +0 -20
- package/dist/schematron/peppol/r/peppol-en16931-r001.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r002.js +0 -15
- package/dist/schematron/peppol/r/peppol-en16931-r002.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r003.js +0 -15
- package/dist/schematron/peppol/r/peppol-en16931-r003.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r004.js +0 -16
- package/dist/schematron/peppol/r/peppol-en16931-r004.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r005.js +0 -15
- package/dist/schematron/peppol/r/peppol-en16931-r005.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r007.js +0 -14
- package/dist/schematron/peppol/r/peppol-en16931-r007.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r008.js +0 -21
- package/dist/schematron/peppol/r/peppol-en16931-r008.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r010.js +0 -15
- package/dist/schematron/peppol/r/peppol-en16931-r010.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r020.js +0 -15
- package/dist/schematron/peppol/r/peppol-en16931-r020.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r040.js +0 -19
- package/dist/schematron/peppol/r/peppol-en16931-r040.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r041.js +0 -15
- package/dist/schematron/peppol/r/peppol-en16931-r041.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r042.js +0 -15
- package/dist/schematron/peppol/r/peppol-en16931-r042.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r043.js +0 -15
- package/dist/schematron/peppol/r/peppol-en16931-r043.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r044.js +0 -15
- package/dist/schematron/peppol/r/peppol-en16931-r044.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r046.js +0 -20
- package/dist/schematron/peppol/r/peppol-en16931-r046.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r051.js +0 -27
- package/dist/schematron/peppol/r/peppol-en16931-r051.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r053.js +0 -15
- package/dist/schematron/peppol/r/peppol-en16931-r053.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r054.js +0 -16
- package/dist/schematron/peppol/r/peppol-en16931-r054.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r055.js +0 -19
- package/dist/schematron/peppol/r/peppol-en16931-r055.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r061.js +0 -20
- package/dist/schematron/peppol/r/peppol-en16931-r061.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r100.js +0 -15
- package/dist/schematron/peppol/r/peppol-en16931-r100.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r101.js +0 -17
- package/dist/schematron/peppol/r/peppol-en16931-r101.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r110.js +0 -20
- package/dist/schematron/peppol/r/peppol-en16931-r110.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r111.js +0 -20
- package/dist/schematron/peppol/r/peppol-en16931-r111.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r120.js +0 -24
- package/dist/schematron/peppol/r/peppol-en16931-r120.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r121.js +0 -18
- package/dist/schematron/peppol/r/peppol-en16931-r121.js.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts +0 -6
- package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts.map +0 -1
- package/dist/schematron/peppol/r/peppol-en16931-r130.js +0 -21
- package/dist/schematron/peppol/r/peppol-en16931-r130.js.map +0 -1
- package/dist/schematron/se/se-r-001.d.ts +0 -6
- package/dist/schematron/se/se-r-001.d.ts.map +0 -1
- package/dist/schematron/se/se-r-001.js +0 -16
- package/dist/schematron/se/se-r-001.js.map +0 -1
- package/dist/schematron/se/se-r-002.d.ts +0 -6
- package/dist/schematron/se/se-r-002.d.ts.map +0 -1
- package/dist/schematron/se/se-r-002.js +0 -16
- package/dist/schematron/se/se-r-002.js.map +0 -1
- package/dist/schematron/se/se-r-003.d.ts +0 -6
- package/dist/schematron/se/se-r-003.d.ts.map +0 -1
- package/dist/schematron/se/se-r-003.js +0 -16
- package/dist/schematron/se/se-r-003.js.map +0 -1
- package/dist/schematron/se/se-r-004.d.ts +0 -6
- package/dist/schematron/se/se-r-004.d.ts.map +0 -1
- package/dist/schematron/se/se-r-004.js +0 -16
- package/dist/schematron/se/se-r-004.js.map +0 -1
- package/dist/schematron/se/se-r-005.d.ts +0 -6
- package/dist/schematron/se/se-r-005.d.ts.map +0 -1
- package/dist/schematron/se/se-r-005.js +0 -17
- package/dist/schematron/se/se-r-005.js.map +0 -1
- package/dist/schematron/se/se-r-006.d.ts +0 -6
- package/dist/schematron/se/se-r-006.d.ts.map +0 -1
- package/dist/schematron/se/se-r-006.js +0 -24
- package/dist/schematron/se/se-r-006.js.map +0 -1
- package/dist/schematron/se/se-r-007.d.ts +0 -6
- package/dist/schematron/se/se-r-007.d.ts.map +0 -1
- package/dist/schematron/se/se-r-007.js +0 -20
- package/dist/schematron/se/se-r-007.js.map +0 -1
- package/dist/schematron/se/se-r-008.d.ts +0 -6
- package/dist/schematron/se/se-r-008.d.ts.map +0 -1
- package/dist/schematron/se/se-r-008.js +0 -20
- package/dist/schematron/se/se-r-008.js.map +0 -1
- package/dist/schematron/se/se-r-009.d.ts +0 -6
- package/dist/schematron/se/se-r-009.d.ts.map +0 -1
- package/dist/schematron/se/se-r-009.js +0 -20
- package/dist/schematron/se/se-r-009.js.map +0 -1
- package/dist/schematron/se/se-r-010.d.ts +0 -6
- package/dist/schematron/se/se-r-010.d.ts.map +0 -1
- package/dist/schematron/se/se-r-010.js +0 -20
- package/dist/schematron/se/se-r-010.js.map +0 -1
- package/dist/schematron/se/se-r-011.d.ts +0 -6
- package/dist/schematron/se/se-r-011.d.ts.map +0 -1
- package/dist/schematron/se/se-r-011.js +0 -19
- package/dist/schematron/se/se-r-011.js.map +0 -1
- package/dist/schematron/se/se-r-012.d.ts +0 -6
- package/dist/schematron/se/se-r-012.d.ts.map +0 -1
- package/dist/schematron/se/se-r-012.js +0 -16
- package/dist/schematron/se/se-r-012.js.map +0 -1
- package/dist/schematron/se/se-r-013.d.ts +0 -6
- package/dist/schematron/se/se-r-013.d.ts.map +0 -1
- package/dist/schematron/se/se-r-013.js +0 -17
- package/dist/schematron/se/se-r-013.js.map +0 -1
- package/dist/schematron/types.d.ts +0 -28
- package/dist/schematron/types.d.ts.map +0 -1
- package/dist/values/additional-document-reference-codes.generated.d.ts +0 -3332
- package/dist/values/additional-document-reference-codes.generated.d.ts.map +0 -1
- package/dist/values/additional-document-reference-codes.generated.js +0 -4149
- package/dist/values/additional-document-reference-codes.generated.js.map +0 -1
- package/dist/values/allowance-charge-reason-codes.generated.d.ts +0 -43
- package/dist/values/allowance-charge-reason-codes.generated.d.ts.map +0 -1
- package/dist/values/allowance-charge-reason-codes.generated.js +0 -61
- package/dist/values/allowance-charge-reason-codes.generated.js.map +0 -1
- package/dist/values/application-response-type-codes.generated.d.ts +0 -27
- package/dist/values/application-response-type-codes.generated.d.ts.map +0 -1
- package/dist/values/application-response-type-codes.generated.js +0 -29
- package/dist/values/application-response-type-codes.generated.js.map +0 -1
- package/dist/values/charge-reason-codes.generated.d.ts +0 -737
- package/dist/values/charge-reason-codes.generated.d.ts.map +0 -1
- package/dist/values/charge-reason-codes.generated.js +0 -914
- package/dist/values/charge-reason-codes.generated.js.map +0 -1
- package/dist/values/country-code.generated.d.ts +0 -275
- package/dist/values/country-code.generated.d.ts.map +0 -1
- package/dist/values/country-code.generated.js +0 -525
- package/dist/values/country-code.generated.js.map +0 -1
- package/dist/values/credit-notes-type-codes.generated.d.ts +0 -44
- package/dist/values/credit-notes-type-codes.generated.d.ts.map +0 -1
- package/dist/values/credit-notes-type-codes.generated.js +0 -48
- package/dist/values/credit-notes-type-codes.generated.js.map +0 -1
- package/dist/values/currency-code.generated.d.ts +0 -203
- package/dist/values/currency-code.generated.d.ts.map +0 -1
- package/dist/values/currency-code.generated.js +0 -381
- package/dist/values/currency-code.generated.js.map +0 -1
- package/dist/values/document-type-codes.generated.d.ts +0 -3172
- package/dist/values/document-type-codes.generated.d.ts.map +0 -1
- package/dist/values/document-type-codes.generated.js +0 -3899
- package/dist/values/document-type-codes.generated.js.map +0 -1
- package/dist/values/document-type.generated.d.ts +0 -1307
- package/dist/values/document-type.generated.d.ts.map +0 -1
- package/dist/values/document-type.generated.js +0 -2425
- package/dist/values/document-type.generated.js.map +0 -1
- package/dist/values/duty-tax-fee-categories.generated.d.ts +0 -68
- package/dist/values/duty-tax-fee-categories.generated.d.ts.map +0 -1
- package/dist/values/duty-tax-fee-categories.generated.js +0 -77
- package/dist/values/duty-tax-fee-categories.generated.js.map +0 -1
- package/dist/values/eas-codes.generated.d.ts +0 -116
- package/dist/values/eas-codes.generated.d.ts.map +0 -1
- package/dist/values/eas-codes.generated.js +0 -209
- package/dist/values/eas-codes.generated.js.map +0 -1
- package/dist/values/icd-codes.generated.d.ts +0 -1229
- package/dist/values/icd-codes.generated.d.ts.map +0 -1
- package/dist/values/icd-codes.generated.js +0 -1468
- package/dist/values/icd-codes.generated.js.map +0 -1
- package/dist/values/invoice-status-codes.generated.d.ts +0 -60
- package/dist/values/invoice-status-codes.generated.d.ts.map +0 -1
- package/dist/values/invoice-status-codes.generated.js +0 -66
- package/dist/values/invoice-status-codes.generated.js.map +0 -1
- package/dist/values/invoice-type-codes.generated.d.ts +0 -137
- package/dist/values/invoice-type-codes.generated.d.ts.map +0 -1
- package/dist/values/invoice-type-codes.generated.js +0 -163
- package/dist/values/invoice-type-codes.generated.js.map +0 -1
- package/dist/values/item-classification-code.generated.d.ts +0 -771
- package/dist/values/item-classification-code.generated.d.ts.map +0 -1
- package/dist/values/item-classification-code.generated.js +0 -955
- package/dist/values/item-classification-code.generated.js.map +0 -1
- package/dist/values/mime-codes.generated.d.ts +0 -30
- package/dist/values/mime-codes.generated.d.ts.map +0 -1
- package/dist/values/mime-codes.generated.js +0 -35
- package/dist/values/mime-codes.generated.js.map +0 -1
- package/dist/values/op-status-action.generated.d.ts +0 -52
- package/dist/values/op-status-action.generated.d.ts.map +0 -1
- package/dist/values/op-status-action.generated.js +0 -58
- package/dist/values/op-status-action.generated.js.map +0 -1
- package/dist/values/op-status-reason.generated.d.ts +0 -81
- package/dist/values/op-status-reason.generated.d.ts.map +0 -1
- package/dist/values/op-status-reason.generated.js +0 -94
- package/dist/values/op-status-reason.generated.js.map +0 -1
- package/dist/values/participant-identifier-schemes.generated.d.ts +0 -1387
- package/dist/values/participant-identifier-schemes.generated.d.ts.map +0 -1
- package/dist/values/participant-identifier-schemes.generated.js +0 -1513
- package/dist/values/participant-identifier-schemes.generated.js.map +0 -1
- package/dist/values/payment-means-codes.generated.d.ts +0 -375
- package/dist/values/payment-means-codes.generated.d.ts.map +0 -1
- package/dist/values/payment-means-codes.generated.js +0 -458
- package/dist/values/payment-means-codes.generated.js.map +0 -1
- package/dist/values/processes.generated.d.ts +0 -30
- package/dist/values/processes.generated.d.ts.map +0 -1
- package/dist/values/processes.generated.js +0 -265
- package/dist/values/processes.generated.js.map +0 -1
- package/dist/values/quantity-unit-codes.generated.d.ts.map +0 -1
- package/dist/values/quantity-unit-codes.generated.js +0 -6712
- package/dist/values/quantity-unit-codes.generated.js.map +0 -1
- package/dist/values/vat-dates.generated.d.ts +0 -27
- package/dist/values/vat-dates.generated.d.ts.map +0 -1
- package/dist/values/vat-dates.generated.js +0 -29
- package/dist/values/vat-dates.generated.js.map +0 -1
- package/dist/values/vatex-codes.generated.d.ts +0 -344
- package/dist/values/vatex-codes.generated.d.ts.map +0 -1
- package/dist/values/vatex-codes.generated.js +0 -431
- package/dist/values/vatex-codes.generated.js.map +0 -1
- package/dist/xml/builder-options.d.ts +0 -16
- package/dist/xml/builder-options.d.ts.map +0 -1
- package/dist/xml/builder-options.js +0 -10
- package/dist/xml/builder-options.js.map +0 -1
- package/dist/xml/common-xml-options.js +0 -18
- package/dist/xml/common-xml-options.js.map +0 -1
- package/dist/xml/parser-options.d.ts +0 -16
- package/dist/xml/parser-options.d.ts.map +0 -1
- package/dist/xml/parser-options.js +0 -7
- package/dist/xml/parser-options.js.map +0 -1
- package/src/effect/values/process-xml-identifier-schema.ts +0 -21
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vatex-codes.generated-BSgP3n5t.js","names":[],"sources":["../src/values/additional-document-reference-codes.generated.ts","../src/values/duty-tax-fee-categories.generated.ts","../src/values/icd-codes.generated.ts","../src/values/payment-means-codes.generated.ts","../src/values/item-classification-code.generated.ts","../src/values/quantity-unit-codes.generated.ts","../src/values/invoice-type-codes.generated.ts","../src/values/credit-notes-type-codes.generated.ts","../src/values/document-type-codes.generated.ts","../src/values/application-response-type-codes.generated.ts","../src/values/op-status-action.generated.ts","../src/values/op-status-reason.generated.ts","../src/values/processes.generated.ts","../src/values/document-type.generated.ts","../src/values/invoice-status-codes.generated.ts","../src/values/participant-identifier-schemes.generated.ts","../src/values/vatex-codes.generated.ts"],"sourcesContent":["// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version D.16B\n *\n * @category Peppol Values\n *\n * @title Invoiced object identifier scheme (UNCL 1153)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1153/\n */\nexport const additionalDocumentReferenceCodes = {\n /**\n * @description [1018] Reference number identifying the acknowledgement of an order.\n */\n AAA: 'Order acknowledgement document identifier',\n /**\n * @description [1088] Reference number to identify a proforma invoice.\n */\n AAB: 'Proforma invoice document identifier',\n /**\n * @description [1172] Reference number to identify a documentary credit.\n */\n AAC: 'Documentary credit identifier',\n /**\n * @description [1318] Reference number to identify an addendum to a contract.\n */\n AAD: 'Contract document addendum identifier',\n /**\n * @description Reference number assigned to a goods declaration.\n */\n AAE: 'Goods declaration number',\n /**\n * @description A reference number identifying a debit card.\n */\n AAF: 'Debit card number',\n /**\n * @description (1332) Reference number assigned by issuing party to an offer.\n */\n AAG: 'Offer number',\n /**\n * @description Reference number allocated by the bank to a batch of different underlying interbank transactions.\n */\n AAH: \"Bank's batch interbank transaction reference number\",\n /**\n * @description Reference number allocated by the bank to one specific interbank transaction.\n */\n AAI: \"Bank's individual interbank transaction reference number\",\n /**\n * @description Reference number assigned by issuer to a delivery order.\n */\n AAJ: 'Delivery order number',\n /**\n * @description [1035] Reference number assigned by issuing party to a despatch advice.\n */\n AAK: 'Despatch advice number',\n /**\n * @description Reference number identifying a specific product drawing.\n */\n AAL: 'Drawing number',\n /**\n * @description Reference number assigned to a waybill, see: 1001 = 700.\n */\n AAM: 'Waybill number',\n /**\n * @description Reference number assigned by buyer to a delivery schedule.\n */\n AAN: 'Delivery schedule number',\n /**\n * @description [1362] Reference number assigned by the consignee to identify a particular consignment.\n */\n AAO: 'Consignment identifier, consignee assigned',\n /**\n * @description [1310] Identifier of a shipment which is part of an order.\n */\n AAP: 'Partial shipment identifier',\n /**\n * @description [8260] To identify a piece if transport equipment e.g. container or unit load device.\n */\n AAQ: 'Transport equipment identifier',\n /**\n * @description A reference number assigned by a municipality to identify a business.\n */\n AAR: 'Municipality assigned business registry number',\n /**\n * @description [1188] Reference number to identify a document evidencing a transport contract.\n */\n AAS: 'Transport contract document identifier',\n /**\n * @description Identifies the master label number of any package type.\n */\n AAT: 'Master label number',\n /**\n * @description [1128] Reference number to identify a Despatch Note.\n */\n AAU: 'Despatch note document identifier',\n /**\n * @description Reference number assigned to an enquiry.\n */\n AAV: 'Enquiry number',\n /**\n * @description A reference number identifying the docket.\n */\n AAW: 'Docket number',\n /**\n * @description A reference number identifying the civil action.\n */\n AAX: 'Civil action number',\n /**\n * @description Reference number assigned by the carriers agent to a transaction.\n */\n AAY: \"Carrier's agent reference number\",\n /**\n * @description For maritime shipments, this code qualifies a Standard Alpha Carrier Code (SCAC) as issued by the United Stated National Motor Traffic\n * Association Inc.\n */\n AAZ: 'Standard Carrier Alpha Code (SCAC) number',\n /**\n * @description Reference by an importing party to a previous decision made by a Customs administration regarding the valuation of goods.\n */\n ABA: 'Customs valuation decision number',\n /**\n * @description Reference issued by a Customs administration authorizing a preferential rate of duty if a product is used for a specified purpose, see: 1001 =\n * 990.\n */\n ABB: 'End use authorization number',\n /**\n * @description Reference issued by a Customs administration pertaining to a past or current investigation of goods \"dumped\" at a price lower than the exporter's\n * domestic market price.\n */\n ABC: 'Anti-dumping case number',\n /**\n * @description (7357) Code number of the goods in accordance with the tariff nomenclature system of classification in use where the Customs declaration is made.\n */\n ABD: 'Customs tariff number',\n /**\n * @description Unique reference number assigned to a document or a message by the declarant for identification purposes.\n */\n ABE: \"Declarant's reference number\",\n /**\n * @description A number identifying a repair estimate.\n */\n ABF: 'Repair estimate number',\n /**\n * @description Reference issued by Customs pertaining to a pending tariff classification decision requested by an importer or agent.\n */\n ABG: 'Customs decision request number',\n /**\n * @description Reference assigned to a sub-house bill of lading.\n */\n ABH: 'Sub-house bill of lading number',\n /**\n * @description [1168] Reference number identifying a payment of a duty or tax e.g. under a transit procedure.\n */\n ABI: 'Tax payment identifier',\n /**\n * @description Reference number allocated by a government authority to identify a quota.\n */\n ABJ: 'Quota number',\n /**\n * @description Reference number to identify the guarantee or security provided for Customs transit operation (CCC).\n */\n ABK: 'Transit (onward carriage) guarantee (bond) number',\n /**\n * @description Reference assigned to a Customs guarantee.\n */\n ABL: 'Customs guarantee number',\n /**\n * @description New part number which replaces the existing part number.\n */\n ABM: 'Replacing part number',\n /**\n * @description Identification number assigned to a seller's catalogue.\n */\n ABN: \"Seller's catalogue number\",\n /**\n * @description A unique reference assigned by the originator.\n */\n ABO: \"Originator's reference\",\n /**\n * @description Reference to the party whose posted bond or security is being declared in order to accept responsibility for a goods declaration and the\n * applicable duties and taxes.\n */\n ABP: \"Declarant's Customs identity number\",\n /**\n * @description Reference number assigned by the importer to identify a particular shipment for his own purposes.\n */\n ABQ: 'Importer reference number',\n /**\n * @description Reference number of the clearance instructions given by the consignor through different means.\n */\n ABR: 'Export clearance instruction reference number',\n /**\n * @description Reference number of the import clearance instructions given by the consignor/consignee through different means.\n */\n ABS: 'Import clearance instruction reference number',\n /**\n * @description [1426] Reference number, assigned or accepted by Customs, to identify a goods declaration.\n */\n ABT: 'Goods declaration document identifier, Customs',\n /**\n * @description A number that identifies an article.\n */\n ABU: 'Article number',\n /**\n * @description To define routing within a plant.\n */\n ABV: 'Intra-plant routing',\n /**\n * @description A number that identifies the stock keeping unit.\n */\n ABW: 'Stock keeping unit number',\n /**\n * @description The reference used within a given TEI (Text Element Identifier) which is to be deleted.\n */\n ABX: 'Text Element Identifier deletion reference',\n /**\n * @description Reference assigned to guarantied capacity on one or more specific flights on specific date(s) to third parties as agents and other airlines.\n */\n ABY: 'Allotment identification (Air)',\n /**\n * @description Number of the licence issued for a vehicle by an agency of government.\n */\n ABZ: 'Vehicle licence number',\n /**\n * @description A number assigned to an air cargo list of goods to be transferred.\n */\n AC: 'Air cargo transfer manifest',\n /**\n * @description Reference assigned to the cargo acceptance order.\n */\n ACA: 'Cargo acceptance order reference number',\n /**\n * @description A number that identifies a United States Government agency.\n */\n ACB: 'US government agency number',\n /**\n * @description Identifying marks on the outermost unit that is used to transport merchandise.\n */\n ACC: 'Shipping unit identification',\n /**\n * @description [1010] Reference number provided in addition to another given reference.\n */\n ACD: 'Additional reference number',\n /**\n * @description Reference number identifying a related document.\n */\n ACE: 'Related document number',\n /**\n * @description A reference number of an addressee.\n */\n ACF: 'Addressee reference',\n /**\n * @description Reference number assigned to an ATA carnet.\n */\n ACG: 'ATA carnet number',\n /**\n * @description Identifying marks on packing units.\n */\n ACH: 'Packaging unit identification',\n /**\n * @description Identifying marks on packing units contained within an outermost shipping unit.\n */\n ACI: 'Outerpackaging unit identification',\n /**\n * @description Number for a material specification given by customer.\n */\n ACJ: 'Customer material specification number',\n /**\n * @description Cross reference issued by financial institution.\n */\n ACK: 'Bank reference',\n /**\n * @description A number that identifies the principal reference.\n */\n ACL: 'Principal reference number',\n /**\n * @description [1030] Reference number to identify a collection advice document.\n */\n ACN: 'Collection advice document identifier',\n /**\n * @description Number attributed to the iron charge for the production of steel products.\n */\n ACO: 'Iron charge number',\n /**\n * @description Number attributed to a hot roll coil.\n */\n ACP: 'Hot roll number',\n /**\n * @description Number attributed to a cold roll coil.\n */\n ACQ: 'Cold roll number',\n /**\n * @description (8260) Registered identification initials and numbers of railway wagon. Synonym: Rail car number.\n */\n ACR: 'Railway wagon number',\n /**\n * @description A number that identifies the unique claims reference of the sender.\n */\n ACT: 'Unique claims reference number of the sender',\n /**\n * @description To reference to the unique number that is assigned to each major loss hitting the reinsurance industry.\n */\n ACU: 'Loss/event number',\n /**\n * @description Reference number assigned by the ordering party of the estimate order.\n */\n ACV: 'Estimate order reference number',\n /**\n * @description Reference number assigned to the message which was previously issued (e.g. in the case of a cancellation, the primary reference of the message to\n * be cancelled will be quoted in this element).\n */\n ACW: 'Reference number to previous message',\n /**\n * @description Reference number for banker's acceptance issued by the accepting financial institution.\n */\n ACX: \"Banker's acceptance\",\n /**\n * @description Reference number assigned by customs to a duty memo.\n */\n ACY: 'Duty memo number',\n /**\n * @description Reference assigned to a specific equipment transportation charge.\n */\n ACZ: 'Equipment transport charge number',\n /**\n * @description [7304] Reference number assigned by the buyer to an item.\n */\n ADA: \"Buyer's item number\",\n /**\n * @description Reference number for certificate of deposit allocated by issuing financial institution.\n */\n ADB: 'Matured certificate of deposit',\n /**\n * @description Reference number for loan allocated by lending financial institution.\n */\n ADC: 'Loan',\n /**\n * @description Number given to a specific analysis or test operation.\n */\n ADD: 'Analysis number/test number',\n /**\n * @description Identification number of an account.\n */\n ADE: 'Account number',\n /**\n * @description A number that identifies a treaty.\n */\n ADF: 'Treaty number',\n /**\n * @description A number that identifies a catastrophe.\n */\n ADG: 'Catastrophe number',\n /**\n * @description A statement reference that identifies a bureau signing.\n */\n ADI: 'Bureau signing (statement reference)',\n /**\n * @description First reference of a company/syndicate.\n */\n ADJ: 'Company / syndicate reference 1',\n /**\n * @description Second reference of a company/syndicate.\n */\n ADK: 'Company / syndicate reference 2',\n /**\n * @description Reference number assigned to the consignment by the ordering customer.\n */\n ADL: 'Ordering customer consignment reference number',\n /**\n * @description Reference number assigned by the shipowner as an authorization number to transport certain goods (such as hazardous goods, cool or reefer goods).\n */\n ADM: \"Shipowner's authorization number\",\n /**\n * @description Reference number assigned by the principal to the transport order for inland carriage.\n */\n ADN: 'Inland transport order number',\n /**\n * @description Reference number assigned by the principal to the work order for a (set of) container(s).\n */\n ADO: 'Container work order reference number',\n /**\n * @description A reference number identifying a statement.\n */\n ADP: 'Statement number',\n /**\n * @description A number that identifies a unique market.\n */\n ADQ: 'Unique market reference',\n /**\n * @description A number that identifies group accounting.\n */\n ADT: 'Group accounting',\n /**\n * @description First reference of a broker.\n */\n ADU: 'Broker reference 1',\n /**\n * @description Second reference of a broker.\n */\n ADV: 'Broker reference 2',\n /**\n * @description A number that identifies a Lloyd's claims office.\n */\n ADW: \"Lloyd's claims office reference\",\n /**\n * @description A reference to a secure delivery terms and conditions agreement. A secured delivery agreement is an agreement containing terms and conditions to\n * secure deliveries in case of failure in the production or logistics process of the supplier.\n */\n ADX: 'Secure delivery terms and conditions agreement reference',\n /**\n * @description Reference to a report to Customs by a carrier at the point of entry, encompassing both conveyance and consignment information.\n */\n ADY: 'Report number',\n /**\n * @description Number assigned by a Customs authority which uniquely identifies a trader (i.e. importer, exporter or declarant) for Customs purposes.\n */\n ADZ: 'Trader account number',\n /**\n * @description A number that identifies an authorization for expense (AFE).\n */\n AE: 'Authorization for expense (AFE) number',\n /**\n * @description Coded reference number that pertains to the business of a government agency.\n */\n AEA: 'Government agency reference number',\n /**\n * @description A number that identifies an assembly.\n */\n AEB: 'Assembly number',\n /**\n * @description A number that identifies a symbol.\n */\n AEC: 'Symbol number',\n /**\n * @description A number that identifies a commodity.\n */\n AED: 'Commodity number',\n /**\n * @description Reference number assigned to a Eur 1 certificate.\n */\n AEE: 'Eur 1 certificate number',\n /**\n * @description Retrieval number for a process specification defined by customer.\n */\n AEF: 'Customer process specification number',\n /**\n * @description Retrieval number for a specification defined by customer.\n */\n AEG: 'Customer specification number',\n /**\n * @description Instructions or standards applicable for the whole message or a message line item. These instructions or standards may be published by a neutral\n * organization or authority or another party concerned.\n */\n AEH: 'Applicable instructions or standards',\n /**\n * @description Registration number of the Customs declaration lodged for the previous Customs procedure.\n */\n AEI: 'Registration number of previous Customs declaration',\n /**\n * @description Reference to a message related to a post-entry.\n */\n AEJ: 'Post-entry reference',\n /**\n * @description A number that identifies a payment order.\n */\n AEK: 'Payment order number',\n /**\n * @description Reference number by which a haulier/carrier will announce himself at the container terminal or depot when delivering equipment.\n */\n AEL: 'Delivery number (transport)',\n /**\n * @description A predefined and identified sequence of points where goods are collected, agreed between partners, e.g. the party in charge of organizing the\n * transport and the parties where goods will be collected. The same collecting points may be included in different transport routes, but in a\n * different sequence.\n */\n AEM: 'Transport route',\n /**\n * @description Number assigned by customer to a unique unit for inventory purposes.\n */\n AEN: \"Customer's unit inventory number\",\n /**\n * @description Number assigned by seller to identify reservation of specified products.\n */\n AEO: 'Product reservation number',\n /**\n * @description Reference number assigned to a project.\n */\n AEP: 'Project number',\n /**\n * @description Reference number identifying a drawing list.\n */\n AEQ: 'Drawing list number',\n /**\n * @description Reference number identifying a project specification.\n */\n AER: 'Project specification number',\n /**\n * @description A number that identifies the primary reference.\n */\n AES: 'Primary reference',\n /**\n * @description A number that identifies a request for cancellation.\n */\n AET: 'Request for cancellation number',\n /**\n * @description Reference to a file regarding a control of the supplier carried out on departure of the goods.\n */\n AEU: \"Supplier's control number\",\n /**\n * @description [1123] Reference number assigned to a shipping note.\n */\n AEV: 'Shipping note number',\n /**\n * @description Reference number assigned to an empty container bill, see: 1001 = 708.\n */\n AEW: 'Empty container bill number',\n /**\n * @description Reference number assigned to a sea waybill, see: 1001 = 712.\n */\n AEX: 'Non-negotiable maritime transport document number',\n /**\n * @description Reference number assigned to a substitute air waybill, see: 1001 = 743.\n */\n AEY: 'Substitute air waybill number',\n /**\n * @description (1128) Reference number assigned to a despatch note (post parcels), see: 1001 = 750.\n */\n AEZ: 'Despatch note (post parcels) number',\n /**\n * @description (8028) Identification of a commercial flight by carrier code and number as assigned by the airline (IATA).\n */\n AF: 'Airlines flight identification number',\n /**\n * @description Reference number assigned to a through bill of lading, see: 1001 = 761.\n */\n AFA: 'Through bill of lading number',\n /**\n * @description [1037] Reference number assigned to a cargo manifest.\n */\n AFB: 'Cargo manifest number',\n /**\n * @description Reference number assigned to a bordereau, see: 1001 = 787.\n */\n AFC: 'Bordereau number',\n /**\n * @description Number (1496 in CST) assigned by the declarant to an item.\n */\n AFD: 'Customs item number',\n /**\n * @description Reference number to relevant item within Commodity Control List covering actual products change functionality.\n */\n AFE: 'Export Control Commodity number (ECCN)',\n /**\n * @description Reference where marking/label information derives from.\n */\n AFF: 'Marking/label reference',\n /**\n * @description A number that identifies a tariff.\n */\n AFG: 'Tariff number',\n /**\n * @description Purchase order number specified by the buyer for the assignment to vendor's replenishment orders in a vendor managed inventory program.\n */\n AFH: 'Replenishment purchase order number',\n /**\n * @description A number that identifies immediate transportation for in bond movement.\n */\n AFI: 'Immediate transportation no. for in bond movement',\n /**\n * @description A number that identifies the transportation exportation number for an in bond movement.\n */\n AFJ: 'Transportation exportation no. for in bond movement',\n /**\n * @description A number that identifies the immediate exportation number for an in bond movement.\n */\n AFK: 'Immediate exportation no. for in bond movement',\n /**\n * @description A number that identifies associated invoices.\n */\n AFL: 'Associated invoices',\n /**\n * @description A number that identifies the secondary customs reference.\n */\n AFM: 'Secondary Customs reference',\n /**\n * @description Reference of the account party.\n */\n AFN: \"Account party's reference\",\n /**\n * @description Reference of the beneficiary.\n */\n AFO: \"Beneficiary's reference\",\n /**\n * @description Reference of the second beneficiary.\n */\n AFP: \"Second beneficiary's reference\",\n /**\n * @description Reference number of the applicant's bank.\n */\n AFQ: \"Applicant's bank reference\",\n /**\n * @description Reference number of the issuing bank.\n */\n AFR: \"Issuing bank's reference\",\n /**\n * @description Reference number of the beneficiary's bank.\n */\n AFS: \"Beneficiary's bank reference\",\n /**\n * @description Reference number assigned to a direct payment valuation.\n */\n AFT: 'Direct payment valuation number',\n /**\n * @description Reference number assigned to a direct payment valuation request.\n */\n AFU: 'Direct payment valuation request number',\n /**\n * @description Reference number assigned to a quantity valuation.\n */\n AFV: 'Quantity valuation number',\n /**\n * @description Reference number assigned to a quantity valuation request.\n */\n AFW: 'Quantity valuation request number',\n /**\n * @description Reference number assigned to a bill of quantities.\n */\n AFX: 'Bill of quantities number',\n /**\n * @description Reference number assigned to a payment valuation.\n */\n AFY: 'Payment valuation number',\n /**\n * @description Common reference number given to documents concerning a determined period of works.\n */\n AFZ: 'Situation number',\n /**\n * @description A number that identifies an agreement to pay.\n */\n AGA: 'Agreement to pay number',\n /**\n * @description Reference number assigned to a party for a particular contract.\n */\n AGB: 'Contract party reference number',\n /**\n * @description Reference number of the account party's bank.\n */\n AGC: \"Account party's bank reference\",\n /**\n * @description Reference number issued by the agent's bank.\n */\n AGD: \"Agent's bank reference\",\n /**\n * @description Reference number of the agent.\n */\n AGE: \"Agent's reference\",\n /**\n * @description Reference number of the applicant.\n */\n AGF: \"Applicant's reference\",\n /**\n * @description Reference number to a dispute notice.\n */\n AGG: 'Dispute number',\n /**\n * @description Reference number assigned by a credit rating agency to a debtor.\n */\n AGH: \"Credit rating agency's reference number\",\n /**\n * @description The reference number of a request.\n */\n AGI: 'Request number',\n /**\n * @description A number that identifies a single transaction sequence.\n */\n AGJ: 'Single transaction sequence number',\n /**\n * @description A number that identifies an application reference.\n */\n AGK: 'Application reference number',\n /**\n * @description Formal identification of delivery verification certificate which is a formal document from Customs etc. confirming that physical goods have been\n * delivered. It may be needed to support a tax reclaim based on an invoice.\n */\n AGL: 'Delivery verification certificate',\n /**\n * @description Number assigned by customs to identify consignment in transit.\n */\n AGM: 'Number of temporary importation document',\n /**\n * @description Reference number quoted on the statement sent to the beneficiary for information purposes.\n */\n AGN: 'Reference number quoted on statement',\n /**\n * @description The reference provided by the sender of the original message.\n */\n AGO: \"Sender's reference to the original message\",\n /**\n * @description Owner/operator, non-government issued equipment reference number.\n */\n AGP: 'Company issued equipment ID',\n /**\n * @description Airline flight number assigned to a flight originating and terminating within the same country.\n */\n AGQ: 'Domestic flight number',\n /**\n * @description Airline flight number assigned to a flight originating and terminating across national borders.\n */\n AGR: 'International flight number',\n /**\n * @description Reference number assigned by a service/processing bureau to an employer.\n */\n AGS: 'Employer identification number of service bureau',\n /**\n * @description Identification used for a group of services.\n */\n AGT: 'Service group identification number',\n /**\n * @description Reference number assigned to a person as a member of a group of persons or a service scheme.\n */\n AGU: 'Member number',\n /**\n * @description Reference number previously assigned to a member.\n */\n AGV: 'Previous member number',\n /**\n * @description Reference number assigned to a service scheme or plan.\n */\n AGW: 'Scheme/plan number',\n /**\n * @description Reference number previously assigned to a service scheme or plan.\n */\n AGX: 'Previous scheme/plan number',\n /**\n * @description Identification used by the receiving party for a member of a service scheme or group of persons.\n */\n AGY: \"Receiving party's member identification\",\n /**\n * @description Reference number assigned to the payroll of an organisation.\n */\n AGZ: 'Payroll number',\n /**\n * @description Reference number of documentation specifying the technical detail of packaging requirements.\n */\n AHA: 'Packaging specification number',\n /**\n * @description Identification issued by an authority, e.g. government, airport authority.\n */\n AHB: 'Authority issued equipment identification',\n /**\n * @description Non-revenue producing airline flight for training purposes.\n */\n AHC: 'Training flight number',\n /**\n * @description Reference number to identify appropriation and branch chargeable for item.\n */\n AHD: 'Fund code number',\n /**\n * @description Reference number to identify a signal.\n */\n AHE: 'Signal code number',\n /**\n * @description Reference number according to Major Force Program (US).\n */\n AHF: 'Major force program number',\n /**\n * @description Reference number assigned by a shipper to a request/ commitment-to-ship on a pipeline system.\n */\n AHG: 'Nomination number',\n /**\n * @description Reference number is the official registration number of the laboratory.\n */\n AHH: 'Laboratory registration number',\n /**\n * @description Reference number of a transport contract.\n */\n AHI: 'Transport contract reference number',\n /**\n * @description Reference number of the party to be paid.\n */\n AHJ: \"Payee's reference number\",\n /**\n * @description Reference number of the party who pays.\n */\n AHK: \"Payer's reference number\",\n /**\n * @description Reference number of the party to whom a debt is owed.\n */\n AHL: \"Creditor's reference number\",\n /**\n * @description Reference number of the party who owes an amount of money.\n */\n AHM: \"Debtor's reference number\",\n /**\n * @description Reference number assigned to a joint venture agreement.\n */\n AHN: 'Joint venture reference number',\n /**\n * @description The registration number by which a company/organization is known to the Chamber of Commerce.\n */\n AHO: 'Chamber of Commerce registration number',\n /**\n * @description The registration number by which a company/organization is identified with the tax administration.\n */\n AHP: 'Tax registration number',\n /**\n * @description Shipping Identification Mark (SIM) allocated to a wool consignment by a shipping company.\n */\n AHQ: 'Wool identification number',\n /**\n * @description Reference or indication of the payment of wool tax.\n */\n AHR: 'Wool tax reference number',\n /**\n * @description Registration number allocated to a registered meat packing establishment by the local quarantine and inspection authority.\n */\n AHS: 'Meat processing establishment registration number',\n /**\n * @description Coded quarantine/treatment status of a container and its cargo and packing materials, generated by a shipping company based upon declarations\n * presented by a shipper.\n */\n AHT: 'Quarantine/treatment status reference number',\n /**\n * @description Reference number assigned by the requestor to a request for quote.\n */\n AHU: 'Request for quote number',\n /**\n * @description Number allocated to allow the manual processing of an entity.\n */\n AHV: 'Manual processing authority number',\n /**\n * @description Reference assigned to a specific rate.\n */\n AHX: 'Rate note number',\n /**\n * @description An identification code of a Freight Forwarder.\n */\n AHY: 'Freight Forwarder number',\n /**\n * @description A code associated to a requirement that must be presented to gain the release of goods by Customs.\n */\n AHZ: 'Customs release code',\n /**\n * @description Number assigned to indicate regulatory compliance.\n */\n AIA: 'Compliance code number',\n /**\n * @description Number of a bond assigned by the department of transportation.\n */\n AIB: 'Department of transportation bond number',\n /**\n * @description Number to identify export establishment.\n */\n AIC: 'Export establishment number',\n /**\n * @description Certificate certifying the conformity to predefined definitions.\n */\n AID: 'Certificate of conformity',\n /**\n * @description Certificate of approval for components which are subject to legal restrictions and must be approved by the government.\n */\n AIE: 'Ministerial certificate of homologation',\n /**\n * @description The identification of a previous delivery instruction.\n */\n AIF: 'Previous delivery instruction number',\n /**\n * @description Number assigned to a passport.\n */\n AIG: 'Passport number',\n /**\n * @description Reference number applicable to different underlying individual transactions.\n */\n AIH: 'Common transaction reference number',\n /**\n * @description Bank's reference number allocated by the bank to different underlying individual transactions.\n */\n AII: \"Bank's common transaction reference number\",\n /**\n * @description Customer's reference number allocated by the customer to one specific transaction.\n */\n AIJ: \"Customer's individual transaction reference number\",\n /**\n * @description Bank's reference number allocated by the bank to one specific transaction.\n */\n AIK: \"Bank's individual transaction reference number\",\n /**\n * @description Customer's reference number allocated by the customer to different underlying individual transactions.\n */\n AIL: \"Customer's common transaction reference number\",\n /**\n * @description Reference number applying to one specific transaction.\n */\n AIM: 'Individual transaction reference number',\n /**\n * @description Reference number assigned to a product sourcing agreement.\n */\n AIN: 'Product sourcing agreement number',\n /**\n * @description Approval number issued by Customs for cargo to be transhipped under Customs control.\n */\n AIO: 'Customs transhipment number',\n /**\n * @description The number assigned by Customs to a preference inquiry.\n */\n AIP: 'Customs preference inquiry number',\n /**\n * @description Number to identify packing establishment.\n */\n AIQ: 'Packing plant number',\n /**\n * @description Number giving reference to an original certificate number.\n */\n AIR: 'Original certificate number',\n /**\n * @description Number to identify processing plant.\n */\n AIS: 'Processing plant number',\n /**\n * @description Number to identify slaughter plant.\n */\n AIT: 'Slaughter plant number',\n /**\n * @description Number to identify charge card account.\n */\n AIU: 'Charge card account number',\n /**\n * @description [1007] Reference number identifying an event.\n */\n AIV: 'Event reference number',\n /**\n * @description A number identifying a transport section.\n */\n AIW: 'Transport section reference number',\n /**\n * @description A product number identifying the product which is used for mechanical analysis considered valid for a group of products.\n */\n AIX: 'Referred product for mechanical analysis',\n /**\n * @description A product number identifying the product which is used for chemical analysis considered valid for a group of products.\n */\n AIY: 'Referred product for chemical analysis',\n /**\n * @description Invoice number into which other invoices are consolidated.\n */\n AIZ: 'Consolidated invoice number',\n /**\n * @description To designate the number which provides a cross reference between parts contained in a drawing and a parts catalogue.\n */\n AJA: 'Part reference indicator in a drawing',\n /**\n * @description A reference indicating a citation from the U.S. Code of Federal Regulations (CFR).\n */\n AJB: 'U.S. Code of Federal Regulations (CFR)',\n /**\n * @description A number indicating a clause applicable to a purchasing activity.\n */\n AJC: 'Purchasing activity clause number',\n /**\n * @description A reference indicating a citation from the U.S. Defense Federal Acquisition Regulation Supplement.\n */\n AJD: 'U.S. Defense Federal Acquisition Regulation Supplement',\n /**\n * @description A number indicating a clause applicable to a particular agency.\n */\n AJE: 'Agency clause number',\n /**\n * @description A number specifying a circular publication.\n */\n AJF: 'Circular publication number',\n /**\n * @description A reference indicating a citation from the U.S. Federal Acquisition Regulation.\n */\n AJG: 'U.S. Federal Acquisition Regulation',\n /**\n * @description A reference indicating a citation from U.S. General Services Administration Regulation.\n */\n AJH: 'U.S. General Services Administration Regulation',\n /**\n * @description A reference indicating a citation from U.S. Federal Information Resources Management Regulation.\n */\n AJI: 'U.S. Federal Information Resources Management Regulation',\n /**\n * @description A reference indicating a paragraph cited as the source of information.\n */\n AJJ: 'Paragraph',\n /**\n * @description A number indicating a citation used for special instructions.\n */\n AJK: 'Special instructions number',\n /**\n * @description A number indicating a set of site specific procedures, terms and conditions.\n */\n AJL: 'Site specific procedures, terms, and conditions number',\n /**\n * @description Number A number indicating a master solicitation containing procedures, terms and conditions.\n */\n AJM: 'Master solicitation procedures, terms, and conditions',\n /**\n * @description A reference indicating a citation from the U.S. Department of Veterans Affairs Acquisition Regulation.\n */\n AJN: 'U.S. Department of Veterans Affairs Acquisition Regulation',\n /**\n * @description A number indicating an interdepartmental purchase request used by the military.\n */\n AJO: 'Military Interdepartmental Purchase Request (MIPR) number',\n /**\n * @description A number specifying a sale to a foreign military.\n */\n AJP: 'Foreign military sales number',\n /**\n * @description A reference indicating a priority rating assigned to allocate resources for defense purchases.\n */\n AJQ: 'Defense priorities allocation system priority rating',\n /**\n * @description A number specifying a wage determination.\n */\n AJR: 'Wage determination number',\n /**\n * @description A number specifying an agreement between parties.\n */\n AJS: 'Agreement number',\n /**\n * @description A number specifying a standard industry classification.\n */\n AJT: 'Standard Industry Classification (SIC) number',\n /**\n * @description A number specifying the end item applicable to a subordinate item.\n */\n AJU: 'End item number',\n /**\n * @description A number specifying an item listed in a federal supply schedule.\n */\n AJV: 'Federal supply schedule item number',\n /**\n * @description A number specifying a technical document.\n */\n AJW: 'Technical document number',\n /**\n * @description A reference to an order that specifies a technical change.\n */\n AJX: 'Technical order number',\n /**\n * @description A reference to specify a suffix added to the end of a basic identifier.\n */\n AJY: 'Suffix',\n /**\n * @description An account number to be charged or credited for transportation.\n */\n AJZ: 'Transportation account number',\n /**\n * @description Reference assigned to the empty container disposition order.\n */\n AKA: 'Container disposition order reference number',\n /**\n * @description The first part of the unique identification of a container formed by an alpha code identifying the owner of the container.\n */\n AKB: 'Container prefix',\n /**\n * @description Reference known at the address to return equipment to.\n */\n AKC: 'Transport equipment return reference',\n /**\n * @description Reference number assigned by the ordering party to the transport equipment survey order.\n */\n AKD: 'Transport equipment survey reference',\n /**\n * @description Reference number used by a party to identify its transport equipment survey report.\n */\n AKE: 'Transport equipment survey report number',\n /**\n * @description Reference number assigned to the order to stuff goods in transport equipment.\n */\n AKF: 'Transport equipment stuffing order',\n /**\n * @description The identification number which uniquely distinguishes one vehicle from another through the lifespan of the vehicle.\n */\n AKG: 'Vehicle Identification Number (VIN)',\n /**\n * @description Bill of lading as defined by the government.\n */\n AKH: 'Government bill of lading',\n /**\n * @description Ordering customer's second reference number.\n */\n AKI: \"Ordering customer's second reference number\",\n /**\n * @description Reference number assigned to the direct debit operation.\n */\n AKJ: 'Direct debit reference',\n /**\n * @description Meter reading at the beginning of the delivery.\n */\n AKK: 'Meter reading at the beginning of the delivery',\n /**\n * @description Meter reading at the end of the delivery.\n */\n AKL: 'Meter reading at the end of delivery',\n /**\n * @description Starting number of a range of purchase order numbers assigned by the buyer to vendor's replenishment orders.\n */\n AKM: 'Replenishment purchase order range start number',\n /**\n * @description Reference number of the third bank.\n */\n AKN: \"Third bank's reference\",\n /**\n * @description A reference number authorizing an action.\n */\n AKO: 'Action authorization number',\n /**\n * @description The number identifying a type of funding for a specific purpose (appropriation).\n */\n AKP: 'Appropriation number',\n /**\n * @description Number which authorises a change in form, fit or function of a product.\n */\n AKQ: 'Product change authority number',\n /**\n * @description Reference number identifying a particular general cargo (non-containerised or break bulk) consignment.\n */\n AKR: 'General cargo consignment reference number',\n /**\n * @description A number which uniquely identifies an item within a catalogue according to a standard numbering system.\n */\n AKS: 'Catalogue sequence number',\n /**\n * @description Reference number assigned to the forwarding order by the ordering customer.\n */\n AKT: 'Forwarding order number',\n /**\n * @description Reference number known at the address where the transport equipment will be or has been surveyed.\n */\n AKU: 'Transport equipment survey reference number',\n /**\n * @description Reference number of the lease contract.\n */\n AKV: 'Lease contract reference',\n /**\n * @description Reference number of the transport costs.\n */\n AKW: 'Transport costs reference number',\n /**\n * @description Reference number assigned to the order to strip goods from transport equipment.\n */\n AKX: 'Transport equipment stripping order',\n /**\n * @description The number of the prior policy.\n */\n AKY: 'Prior policy number',\n /**\n * @description Number assigned to a policy.\n */\n AKZ: 'Policy number',\n /**\n * @description A number which uniquely identifies a procurement budget against which commitments or invoices can be allocated.\n */\n ALA: 'Procurement budget number',\n /**\n * @description Code to identify the management of domestic inventory.\n */\n ALB: 'Domestic inventory management code',\n /**\n * @description Payment information Identification number of the previous balance of payments information from customer message.\n */\n ALC: 'Customer reference number assigned to previous balance of',\n /**\n * @description Reference number of the previous \"Credit advice\" message.\n */\n ALD: 'Previous credit advice reference number',\n /**\n * @description Reference number assigned to the reporting form.\n */\n ALE: 'Reporting form number',\n /**\n * @description Regulations Reference number allocated by an authority. This number contains an approval concerning exceptions on the existing dangerous goods\n * regulations.\n */\n ALF: 'Authorization number for exception to dangerous goods',\n /**\n * @description Reference number allocated by an authority in order to control the dangerous goods on board of a specific means of transport for dangerous goods\n * security purposes.\n */\n ALG: 'Dangerous goods security number',\n /**\n * @description Licence number allocated by an authority as to the permission of carrying dangerous goods by a specific means of transport.\n */\n ALH: 'Dangerous goods transport licence number',\n /**\n * @description Number to identify the previous rental agreement number.\n */\n ALI: 'Previous rental agreement number',\n /**\n * @description Number to identify the reason for the next rental agreement.\n */\n ALJ: 'Next rental agreement reason number',\n /**\n * @description The invoice number assigned by a consignee.\n */\n ALK: \"Consignee's invoice number\",\n /**\n * @description A number identifying a batch of messages.\n */\n ALL: 'Message batch number',\n /**\n * @description A reference number identifying a previous delivery schedule.\n */\n ALM: 'Previous delivery schedule number',\n /**\n * @description A reference to a re-count of physically held inventory.\n */\n ALN: 'Physical inventory recount reference number',\n /**\n * @description A reference number to a receiving advice.\n */\n ALO: 'Receiving advice number',\n /**\n * @description A reference number identifying a returnable container.\n */\n ALP: 'Returnable container reference number',\n /**\n * @description A reference number to a returns notice.\n */\n ALQ: 'Returns notice number',\n /**\n * @description A reference number identifying a sales forecast.\n */\n ALR: 'Sales forecast number',\n /**\n * @description A reference number identifying a sales report.\n */\n ALS: 'Sales report number',\n /**\n * @description A reference number identifying a previous tax control number.\n */\n ALT: 'Previous tax control number',\n /**\n * @description Identifies the equipment required to conduct maintenance.\n */\n ALU: 'AGERD (Aerospace Ground Equipment Requirement Data) number',\n /**\n * @description Registered capital reference of a company.\n */\n ALV: 'Registered capital reference',\n /**\n * @description Code identifying the standard number of the inspection document supplied.\n */\n ALW: 'Standard number of inspection document',\n /**\n * @description (7242) A reference used to identify a model.\n */\n ALX: 'Model',\n /**\n * @description A financial management reference.\n */\n ALY: 'Financial management reference',\n /**\n * @description A reference assigned by a consignor to a notification document which indicates the availability of goods for collection.\n */\n ALZ: 'NOTIfication for COLlection number (NOTICOL)',\n /**\n * @description Number to identify a previous request for a recording or reading of a measuring device.\n */\n AMA: 'Previous request for metered reading reference number',\n /**\n * @description Number to identify the next rental agreement.\n */\n AMB: 'Next rental agreement number',\n /**\n * @description Number to identify a request for a recording or reading of a measuring device to be taken.\n */\n AMC: 'Reference number of a request for metered reading',\n /**\n * @description A number which uniquely identifies a request to hasten an action.\n */\n AMD: 'Hastening number',\n /**\n * @description A number which uniquely identifies a request for data about repairs.\n */\n AME: 'Repair data request number',\n /**\n * @description A number which identifies a request for consumption data.\n */\n AMF: 'Consumption data request number',\n /**\n * @description Reference number allocated to a discrete set of criteria.\n */\n AMG: 'Profile number',\n /**\n * @description Number assigned to a case.\n */\n AMH: 'Case number',\n /**\n * @description A number which identifies the level of quality assurance and control required by the government for an article.\n */\n AMI: 'Government quality assurance and control level Number',\n /**\n * @description A number which uniquely identifies a payment plan.\n */\n AMJ: 'Payment plan reference',\n /**\n * @description Number identifying the replaced meter unit.\n */\n AMK: 'Replaced meter unit number',\n /**\n * @description Ending number of a range of purchase order numbers assigned by the buyer to vendor's replenishment orders.\n */\n AML: 'Replenishment purchase order range end number',\n /**\n * @description A unique reference number assigned by the insurer.\n */\n AMM: 'Insurer assigned reference number',\n /**\n * @description An excise entry number assigned by the Canadian Customs.\n */\n AMN: 'Canadian excise entry number',\n /**\n * @description Identifies the premium rate table.\n */\n AMO: 'Premium rate table',\n /**\n * @description Financial institution through which the advising bank is to advise the documentary credit.\n */\n AMP: \"Advise through bank's reference\",\n /**\n * @description A bond surety code assigned by the United States Department of Transportation (DOT).\n */\n AMQ: 'US, Department of Transportation bond surety code',\n /**\n * @description An establishment indicator assigned by the United States Food and Drug Administration.\n */\n AMR: 'US, Food and Drug Administration establishment indicator',\n /**\n * @description Condition number A number known as the United States Federal Communications Commission (FCC) import condition number applying to certain types of\n * regulated communications equipment.\n */\n AMS: 'US, Federal Communications Commission (FCC) import',\n /**\n * @description Identifier assigned to an entity by a tax authority for Goods and Services Tax (GST) related purposes.\n */\n AMT: 'Goods and Services Tax identification number',\n /**\n * @description Provides the identification of the reference which allows cross referencing of items between different areas of integrated logistics support.\n */\n AMU: 'Integrated logistic support cross reference number',\n /**\n * @description Number assigned to a department within an organization.\n */\n AMV: 'Department number',\n /**\n * @description Identification of a catalogue maintained by a buyer.\n */\n AMW: \"Buyer's catalogue number\",\n /**\n * @description Reference number of the party who is responsible for the financial settlement.\n */\n AMX: \"Financial settlement party's reference number\",\n /**\n * @description The version number assigned to a standard.\n */\n AMY: \"Standard's version number\",\n /**\n * @description Number to identify a pipeline.\n */\n AMZ: 'Pipeline number',\n /**\n * @description Reference number of the account servicing bank.\n */\n ANA: \"Account servicing bank's reference number\",\n /**\n * @description A reference to a payment request for completed units.\n */\n ANB: 'Completed units payment request reference',\n /**\n * @description A reference to a request for payment in advance.\n */\n ANC: 'Payment in advance request reference',\n /**\n * @description Identifies the parent file in a structure of related files.\n */\n AND: 'Parent file',\n /**\n * @description Identifies the sub file in a structure of related files.\n */\n ANE: 'Sub file',\n /**\n * @description Reference number identifying a layer convention for a file in a Computer Aided Design (CAD) environment.\n */\n ANF: 'CAD file layer convention',\n /**\n * @description Reference number identifying a technical regulation.\n */\n ANG: 'Technical regulation',\n /**\n * @description Reference number indicating that the file is a plot file.\n */\n ANH: 'Plot file',\n /**\n * @description Reference number identifying a journal recording details about conversion operations between file formats.\n */\n ANI: 'File conversion journal',\n /**\n * @description A number which uniquely identifies an authorization.\n */\n ANJ: 'Authorization number',\n /**\n * @description Reference number assigned by a third party.\n */\n ANK: 'Reference number assigned by third party',\n /**\n * @description A reference number identifying a deposit.\n */\n ANL: 'Deposit reference number',\n /**\n * @description Reference number of the named bank.\n */\n ANM: \"Named bank's reference\",\n /**\n * @description Reference number of the drawee.\n */\n ANN: \"Drawee's reference\",\n /**\n * @description Reference number of the case of need party.\n */\n ANO: \"Case of need party's reference\",\n /**\n * @description Reference number of the collecting bank.\n */\n ANP: \"Collecting bank's reference\",\n /**\n * @description Reference number of the remitting bank.\n */\n ANQ: \"Remitting bank's reference\",\n /**\n * @description Reference number of the principal's bank.\n */\n ANR: \"Principal's bank reference\",\n /**\n * @description Reference number of the presenting bank.\n */\n ANS: \"Presenting bank's reference\",\n /**\n * @description Reference number of the consignee.\n */\n ANT: \"Consignee's reference\",\n /**\n * @description Reference number of the financial transaction.\n */\n ANU: 'Financial transaction reference number',\n /**\n * @description The reference number of a credit instruction.\n */\n ANV: 'Credit reference number',\n /**\n * @description Authorization number of the receiving bank.\n */\n ANW: \"Receiving bank's authorization number\",\n /**\n * @description Reference allocated by a clearing procedure.\n */\n ANX: 'Clearing reference',\n /**\n * @description Reference number of the sending bank.\n */\n ANY: \"Sending bank's reference number\",\n /**\n * @description Reference of the documentary payment.\n */\n AOA: 'Documentary payment reference',\n /**\n * @description Reference of an accounting file.\n */\n AOD: 'Accounting file reference',\n /**\n * @description File reference number assigned by the sender.\n */\n AOE: \"Sender's file reference number\",\n /**\n * @description File reference number assigned by the receiver.\n */\n AOF: \"Receiver's file reference number\",\n /**\n * @description Reference number assigned to a source document for internal usage.\n */\n AOG: 'Source document internal reference',\n /**\n * @description Reference number of the principal.\n */\n AOH: \"Principal's reference\",\n /**\n * @description The reference number of a debit instruction.\n */\n AOI: 'Debit reference number',\n /**\n * @description A calendar reference number.\n */\n AOJ: 'Calendar',\n /**\n * @description A work shift reference number.\n */\n AOK: 'Work shift',\n /**\n * @description A structure reference that identifies the breakdown of work for a project.\n */\n AOL: 'Work breakdown structure',\n /**\n * @description A structure reference that identifies the breakdown of an organisation.\n */\n AOM: 'Organisation breakdown structure',\n /**\n * @description A reference assigned to a specific work task charge.\n */\n AON: 'Work task charge number',\n /**\n * @description A reference to identify a functional group performing work.\n */\n AOO: 'Functional work group',\n /**\n * @description A reference to identify a team performing work.\n */\n AOP: 'Work team',\n /**\n * @description Section of an organisation.\n */\n AOQ: 'Department',\n /**\n * @description A reference number for a statement of work.\n */\n AOR: 'Statement of work',\n /**\n * @description A reference for a detailed package of work.\n */\n AOS: 'Work package',\n /**\n * @description A reference for a planning package of work.\n */\n AOT: 'Planning package',\n /**\n * @description A cost control account reference.\n */\n AOU: 'Cost account',\n /**\n * @description Reference number for an order to do work.\n */\n AOV: 'Work order',\n /**\n * @description A number assigned for transportation purposes.\n */\n AOW: 'Transportation Control Number (TCN)',\n /**\n * @description Identifies a reference to a constraint notation.\n */\n AOX: 'Constraint notation',\n /**\n * @description Identifies a reference to the ICC (International Chamber of Commerce) ETERMS(tm) repository of electronic commerce trading terms and conditions.\n */\n AOY: 'ETERMS reference',\n /**\n * @description Identifies a version number of an implementation.\n */\n AOZ: 'Implementation version number',\n /**\n * @description Reference number assigned by accounts receivable department to the account of a specific debtor.\n */\n AP: 'Accounts receivable number',\n /**\n * @description Identifies a legal reference which is deemed incorporated by reference.\n */\n APA: 'Incorporated legal reference',\n /**\n * @description A reference number given to a payment instalment to identify a specific instance of payment of a debt which can be paid at specified intervals.\n */\n APB: 'Payment instalment reference number',\n /**\n * @description Reference number issued by the owner of the equipment.\n */\n APC: 'Equipment owner reference number',\n /**\n * @description To identify the number assigned to the claim by the ceding company.\n */\n APD: \"Cedent's claim number\",\n /**\n * @description To identify the number assigned to the claim by the reinsurer.\n */\n APE: \"Reinsurer's claim number\",\n /**\n * @description A reference number identifying a response to a price/sales catalogue.\n */\n APF: 'Price/sales catalogue response reference number',\n /**\n * @description A reference number identifying a general purpose message.\n */\n APG: 'General purpose message reference number',\n /**\n * @description A reference number identifying an invoicing data sheet.\n */\n APH: 'Invoicing data sheet reference number',\n /**\n * @description A reference number identifying an inventory report.\n */\n API: 'Inventory report reference number',\n /**\n * @description The reference number which identifies a formula for determining a ceiling.\n */\n APJ: 'Ceiling formula reference number',\n /**\n * @description The reference number which identifies a price variation formula.\n */\n APK: 'Price variation formula reference number',\n /**\n * @description Reference to the account servicing bank's message.\n */\n APL: \"Reference to account servicing bank's message\",\n /**\n * @description Reference identifying a party sequence number.\n */\n APM: 'Party sequence number',\n /**\n * @description Reference identifying a request made by the purchaser.\n */\n APN: \"Purchaser's request reference\",\n /**\n * @description Reference identifying a request made by a contractor.\n */\n APO: 'Contractor request reference',\n /**\n * @description Reference number assigned to an accident.\n */\n APP: 'Accident reference number',\n /**\n * @description A reference number identifying a commercial account summary.\n */\n APQ: 'Commercial account summary reference number',\n /**\n * @description A reference which identifies a specific breakdown of a contract.\n */\n APR: 'Contract breakdown reference',\n /**\n * @description A reference number used to identify a contractor.\n */\n APS: 'Contractor registration number',\n /**\n * @description The identification number of the coefficient which is applicable.\n */\n APT: 'Applicable coefficient identification number',\n /**\n * @description The number of a special budget account.\n */\n APU: 'Special budget account number',\n /**\n * @description Reference of the authorisation for repair.\n */\n APV: 'Authorisation for repair reference',\n /**\n * @description Reference assigned by a manufacturer to their repair rates.\n */\n APW: 'Manufacturer defined repair rates reference',\n /**\n * @description A control number assigned by the original submitter.\n */\n APX: 'Original submitter log number',\n /**\n * @description Log number A Data Maintenance Request (DMR) original submitter's reference log number for the parent DMR.\n */\n APY: 'Original submitter, parent Data Maintenance Request (DMR)',\n /**\n * @description Log number A Data Maintenance Request (DMR) original submitter's reference log number for a child DMR.\n */\n APZ: 'Original submitter, child Data Maintenance Request (DMR)',\n /**\n * @description The reference log number assigned by an entry point assessment group for the DMR.\n */\n AQA: 'Entry point assessment log number',\n /**\n * @description The reference log number assigned by an entry point assessment group for the parent Data Maintenance Request (DMR).\n */\n AQB: 'Entry point assessment log number, parent DMR',\n /**\n * @description The reference log number assigned by an entry point assessment group for a child Data Maintenance Request (DMR).\n */\n AQC: 'Entry point assessment log number, child DMR',\n /**\n * @description The tag assigned to a data structure.\n */\n AQD: 'Data structure tag',\n /**\n * @description The reference log number assigned by the central secretariat for the Data Maintenance Request (DMR).\n */\n AQE: 'Central secretariat log number',\n /**\n * @description Request (DMR) The reference log number assigned by the central secretariat for the parent Data Maintenance Request (DMR).\n */\n AQF: 'Central secretariat log number, parent Data Maintenance',\n /**\n * @description Request (DMR) The reference log number assigned by the central secretariat for the child Data Maintenance Request (DMR).\n */\n AQG: 'Central secretariat log number, child Data Maintenance',\n /**\n * @description The reference log number assigned to a Data Maintenance Request (DMR) changed in international assessment.\n */\n AQH: 'International assessment log number',\n /**\n * @description Maintenance Request (DMR) The reference log number assigned to a Data Maintenance Request (DMR) changed in international assessment that is a\n * parent to the current DMR.\n */\n AQI: 'International assessment log number, parent Data',\n /**\n * @description Request (DMR) The reference log number assigned to a Data Maintenance Request (DMR) changed in international assessment that is a child to the\n * current DMR.\n */\n AQJ: 'International assessment log number, child Data Maintenance',\n /**\n * @description (1125) The reference number for a status report.\n */\n AQK: 'Status report number',\n /**\n * @description Reference number for a message design group.\n */\n AQL: 'Message design group number',\n /**\n * @description An entry number assigned by the United States (US) customs service.\n */\n AQM: 'US Customs Service (USCS) entry code',\n /**\n * @description The number designating the beginning of the job sequence.\n */\n AQN: 'Beginning job sequence number',\n /**\n * @description The number that identifies the sender's clause.\n */\n AQO: \"Sender's clause number\",\n /**\n * @description Classification (SIC) code Dun and Bradstreet Canada's 8 digit Standard Industrial Classification (SIC) code identifying activities of the\n * company.\n */\n AQP: \"Dun and Bradstreet Canada's 8 digit Standard Industrial\",\n /**\n * @description The French industry code for the main activity of a company.\n */\n AQQ: 'Activite Principale Exercee (APE) identifier',\n /**\n * @description Classification (SIC) code Dun and Bradstreet United States' 8 digit Standard Industrial Classification (SIC) code identifying activities of the\n * company.\n */\n AQR: 'Dun and Bradstreet US 8 digit Standard Industrial',\n /**\n * @description Identifier A European industry classification code used to identify the activity of a company.\n */\n AQS: 'Nomenclature Activity Classification Economy (NACE)',\n /**\n * @description A French industry classification code assigned by the French government to identify the activity of a company.\n */\n AQT: 'Norme Activite Francaise (NAF) identifier',\n /**\n * @description Reference number identifying the type of registered contractor activity.\n */\n AQU: 'Registered contractor activity type',\n /**\n * @description A German industry classification code issued by Statistic Bundes Amt (SBA) to identify the activity of a company.\n */\n AQV: 'Statistic Bundes Amt (SBA) identifier',\n /**\n * @description Reference number of an entity assigned by a state or province.\n */\n AQW: 'State or province assigned entity identification',\n /**\n * @description Serial number A number used to identify a public but not publicly traded company.\n */\n AQX: 'Institute of Security and Future Market Development (ISFMD)',\n /**\n * @description A number assigned to identify a file.\n */\n AQY: 'File identification number',\n /**\n * @description A number identifying a bankruptcy procedure.\n */\n AQZ: 'Bankruptcy procedure number',\n /**\n * @description A business identification number which is assigned by a national government.\n */\n ARA: 'National government business identification number',\n /**\n * @description A previously assigned Data Universal Number System (DUNS) number.\n */\n ARB: 'Prior Data Universal Number System (DUNS) number',\n /**\n * @description Identifies the reference number assigned by the Companies Registry Office (CRO).\n */\n ARC: 'Companies Registry Office (CRO) number',\n /**\n * @description A number assigned by the government to a business in Costa Rica.\n */\n ARD: 'Costa Rican judicial number',\n /**\n * @description A number assigned by the government to a business in some Latin American countries.\n */\n ARE: 'Numero de Identificacion Tributaria (NIT)',\n /**\n * @description A number assigned by the government to a business in some Latin American countries. Note that \"Patron\" is a Spanish word, it is not a person who\n * gives financial or other support.\n */\n ARF: 'Patron number',\n /**\n * @description A number assigned by the government to a business in some Latin American countries.\n */\n ARG: 'Registro Informacion Fiscal (RIF) number',\n /**\n * @description A number assigned by the government to a business in some Latin American countries.\n */\n ARH: 'Registro Unico de Contribuyente (RUC) number',\n /**\n * @description A number assigned to a business by TSR.\n */\n ARI: 'Tokyo SHOKO Research (TSR) business identifier',\n /**\n * @description An identity card number assigned to a person.\n */\n ARJ: 'Personal identity card number',\n /**\n * @description (SIREN) number An identification number known as a SIREN assigned to a business in France.\n */\n ARK: 'Systeme Informatique pour le Repertoire des ENtreprises',\n /**\n * @description (SIRET) number An identification number known as a SIRET assigned to a business location in France.\n */\n ARL: 'Systeme Informatique pour le Repertoire des ETablissements',\n /**\n * @description A number assigned to identify a publication issue.\n */\n ARM: 'Publication issue number',\n /**\n * @description A number assigned to the original filing.\n */\n ARN: 'Original filing number',\n /**\n * @description [1212] To identify a page number.\n */\n ARO: 'Document page identifier',\n /**\n * @description A number assigned at the time of registration of a public filing.\n */\n ARP: 'Public filing registration number',\n /**\n * @description A federal tax identification number assigned by the Mexican tax authority.\n */\n ARQ: 'Regiristo Federal de Contribuyentes',\n /**\n * @description An identification number assigned to an individual by the social security administration.\n */\n ARR: 'Social security number',\n /**\n * @description The number of a document volume.\n */\n ARS: 'Document volume number',\n /**\n * @description A number assigned to identify a book.\n */\n ART: 'Book number',\n /**\n * @description A reference assigned by the stock exchange to a company.\n */\n ARU: 'Stock exchange company identifier',\n /**\n * @description An account to which an amount is to be posted.\n */\n ARV: 'Imputation account',\n /**\n * @description A reference which identifies a specific financial phase.\n */\n ARW: 'Financial phase reference',\n /**\n * @description A reference which identifies a specific technical phase.\n */\n ARX: 'Technical phase reference',\n /**\n * @description A previous reference number used to identify a contractor.\n */\n ARY: 'Prior contractor registration number',\n /**\n * @description A number identifying a stock adjustment.\n */\n ARZ: 'Stock adjustment number',\n /**\n * @description A reference number assigned to an official exemption from a law or obligation.\n */\n ASA: 'Dispensation reference',\n /**\n * @description A reference to a specific investment.\n */\n ASB: 'Investment reference number',\n /**\n * @description A number that identifies an assuming company.\n */\n ASC: 'Assuming company',\n /**\n * @description A reference to the chapter in a budget.\n */\n ASD: 'Budget chapter',\n /**\n * @description A security number allocated for duty free products.\n */\n ASE: 'Duty free products security number',\n /**\n * @description Authorisation number allocated for the receipt of duty free products.\n */\n ASF: 'Duty free products receipt authorisation number',\n /**\n * @description Reference identifying a party information message.\n */\n ASG: 'Party information message reference',\n /**\n * @description A reference to a formal statement.\n */\n ASH: 'Formal statement reference',\n /**\n * @description A reference number identifying a proof of delivery which is generated by the goods recipient.\n */\n ASI: 'Proof of delivery reference number',\n /**\n * @description A reference number identifying a supplier's credit claim.\n */\n ASJ: \"Supplier's credit claim reference number\",\n /**\n * @description Reference identifying the picture of an actual product.\n */\n ASK: 'Picture of actual product',\n /**\n * @description Reference identifying a picture of a generic product.\n */\n ASL: 'Picture of a generic product',\n /**\n * @description Code specifying an identification assigned to an entity with whom one conducts trade.\n */\n ASM: 'Trading partner identification number',\n /**\n * @description Code specifying an identification number previously assigned to a trading partner.\n */\n ASN: 'Prior trading partner identification number',\n /**\n * @description Code used for authentication purposes.\n */\n ASO: 'Password',\n /**\n * @description A number uniquely identifying a formal report.\n */\n ASP: 'Formal report number',\n /**\n * @description Account number of fund.\n */\n ASQ: 'Fund account number',\n /**\n * @description The number of a file or portfolio kept for safe custody on behalf of clients.\n */\n ASR: 'Safe custody number',\n /**\n * @description A reference number identifying a master account.\n */\n ASS: 'Master account number',\n /**\n * @description The reference number identifying a group.\n */\n AST: 'Group reference number',\n /**\n * @description A number used to identify the transmission of an accounting book entry.\n */\n ASU: 'Accounting transmission number',\n /**\n * @description The number of a product data file.\n */\n ASV: 'Product data file number',\n /**\n * @description Brazilian taxpayer number.\n */\n ASW: 'Cadastro Geral do Contribuinte (CGC)',\n /**\n * @description Number assigned by a government agency to identify a foreign resident.\n */\n ASX: 'Foreign resident identification number',\n /**\n * @description Identity number of the Compact Disk Read Only Memory (CD-ROM).\n */\n ASY: 'CD-ROM',\n /**\n * @description Identifies the physical medium.\n */\n ASZ: 'Physical medium',\n /**\n * @description Reference number of a financial cancellation.\n */\n ATA: 'Financial cancellation reference number',\n /**\n * @description A number assigned by a Customs authority allowing the purchase of goods free of tax because they are to be exported immediately after the\n * purchase.\n */\n ATB: 'Purchase for export Customs agreement number',\n /**\n * @description A reference number identifying the legal decision.\n */\n ATC: 'Judgment number',\n /**\n * @description A reference number identifying a secretariat.\n */\n ATD: 'Secretariat number',\n /**\n * @description Message reference number of the previous banking status message being responded to.\n */\n ATE: 'Previous banking status message reference',\n /**\n * @description Reference number of the latest received banking status message.\n */\n ATF: 'Last received banking status message reference',\n /**\n * @description Reference allocated by the bank to a documentary procedure.\n */\n ATG: \"Bank's documentary procedure reference\",\n /**\n * @description Reference allocated by a customer to a documentary procedure.\n */\n ATH: \"Customer's documentary procedure reference\",\n /**\n * @description Number of the safe deposit box.\n */\n ATI: 'Safe deposit box number',\n /**\n * @description Number of the receiving Bankgiro.\n */\n ATJ: 'Receiving Bankgiro number',\n /**\n * @description Number of the sending Bankgiro.\n */\n ATK: 'Sending Bankgiro number',\n /**\n * @description Reference of the Bankgiro.\n */\n ATL: 'Bankgiro reference',\n /**\n * @description Number of a guarantee.\n */\n ATM: 'Guarantee number',\n /**\n * @description To identify the number of an instrument used to remit funds to a beneficiary.\n */\n ATN: 'Collection instrument number',\n /**\n * @description To identify the reference number of a giro payment having been converted to a Postgiro account.\n */\n ATO: 'Converted Postgiro number',\n /**\n * @description Number used in the financial management process to align cost allocations.\n */\n ATP: 'Cost centre alignment number',\n /**\n * @description An identification number assigned by the Dutch Chamber of Commerce to a business in the Netherlands.\n */\n ATQ: 'Kamer Van Koophandel (KVK) number',\n /**\n * @description An identification number assigned by the Luxembourg National Bank to a business in Luxembourg.\n */\n ATR: 'Institut Belgo-Luxembourgeois de Codification (IBLC) number',\n /**\n * @description A reference identifying an external object.\n */\n ATS: 'External object reference',\n /**\n * @description Authorisation number for exceptional transport (using specific equipment, out of gauge, materials and/or specific routing).\n */\n ATT: 'Exceptional transport authorisation number',\n /**\n * @description Tax identification number in Argentina.\n */\n ATU: 'Clave Unica de Identificacion Tributaria (CUIT)',\n /**\n * @description Tax identification number in Chile.\n */\n ATV: 'Registro Unico Tributario (RUT)',\n /**\n * @description Reference number assigned to a bundle of flat rack containers.\n */\n ATW: 'Flat rack container bundle identification number',\n /**\n * @description Reference number assigned to an order to accept transport equipment that is to be delivered by an inland carrier to a specified facility.\n */\n ATX: 'Transport equipment acceptance order reference',\n /**\n * @description Reference number assigned to an order to release transport equipment which is to be picked up by an inland carrier from a specified facility.\n */\n ATY: 'Transport equipment release order reference',\n /**\n * @description (1099) Reference number assigned by a port authority to the stay of a vessel in the port.\n */\n ATZ: \"Ship's stay reference number\",\n /**\n * @description A number assigned by a requestor to an offer incoming following request for quote.\n */\n AU: 'Authorization to meet competition number',\n /**\n * @description Identifies the reference pertaining to the place of positioning.\n */\n AUA: 'Place of positioning reference',\n /**\n * @description The reference to a party.\n */\n AUB: 'Party reference',\n /**\n * @description The identification of the issued prescription.\n */\n AUC: 'Issued prescription identification',\n /**\n * @description A reference identifying a collection.\n */\n AUD: 'Collection reference',\n /**\n * @description Reference identifying a travel service.\n */\n AUE: 'Travel service',\n /**\n * @description Reference identifying a consignment stock contract.\n */\n AUF: 'Consignment stock contract',\n /**\n * @description Letter of credit reference issued by importer.\n */\n AUG: \"Importer's letter of credit reference\",\n /**\n * @description The identification of the prescription that has been carried into effect.\n */\n AUH: 'Performed prescription identification',\n /**\n * @description A reference number identifying an image.\n */\n AUI: 'Image reference',\n /**\n * @description A reference number assigned to a proposed purchase order.\n */\n AUJ: 'Proposed purchase order reference number',\n /**\n * @description Reference number assigned to an application for financial support.\n */\n AUK: 'Application for financial support reference number',\n /**\n * @description Reference number of a manufacturing quality agreement.\n */\n AUL: 'Manufacturing quality agreement number',\n /**\n * @description Reference identifying the software editor.\n */\n AUM: 'Software editor reference',\n /**\n * @description Reference identifying the software.\n */\n AUN: 'Software reference',\n /**\n * @description Reference allocated to the software by a quality assurance agency.\n */\n AUO: 'Software quality reference',\n /**\n * @description A reference number to identify orders which have been, or shall be consolidated.\n */\n AUP: \"Consolidated orders' reference\",\n /**\n * @description Binding ruling number issued by customs.\n */\n AUQ: 'Customs binding ruling number',\n /**\n * @description Non-binding ruling number issued by customs.\n */\n AUR: 'Customs non-binding ruling number',\n /**\n * @description A reference to the route of the delivery.\n */\n AUS: 'Delivery route reference',\n /**\n * @description A reference identifying a supplier within a net area.\n */\n AUT: 'Net area supplier reference',\n /**\n * @description Reference to a time series.\n */\n AUU: 'Time series reference',\n /**\n * @description Reference to a connecting point to a central grid.\n */\n AUV: 'Connecting point to central grid',\n /**\n * @description Number identifying a marketing plan.\n */\n AUW: 'Marketing plan identification number (MPIN)',\n /**\n * @description The previous reference number assigned to an entity.\n */\n AUX: 'Entity reference number, previous',\n /**\n * @description Code A code specifying an international standard industrial classification.\n */\n AUY: 'International Standard Industrial Classification (ISIC)',\n /**\n * @description Pre-approval ruling number issued by Customs.\n */\n AUZ: 'Customs pre-approval ruling number',\n /**\n * @description Reference number assigned by accounts payable department to the account of a specific creditor.\n */\n AV: 'Account payable number',\n /**\n * @description Identifies the reference given to the individual transaction by the financial institution that is the transaction's point of entry into the\n * interbank transaction chain.\n */\n AVA: \"First financial institution's transaction reference\",\n /**\n * @description A reference to a product characteristics directory.\n */\n AVB: 'Product characteristics directory',\n /**\n * @description A number, assigned by a supplier, to reference a customer.\n */\n AVC: \"Supplier's customer reference number\",\n /**\n * @description Reference number assigned to a request for an inventory report.\n */\n AVD: 'Inventory report request number',\n /**\n * @description Reference to a metering point.\n */\n AVE: 'Metering point',\n /**\n * @description Number assigned by the travel supplier to identify the passenger reservation.\n */\n AVF: 'Passenger reservation number',\n /**\n * @description Veterinary licence number allocated by a national authority to a slaughterhouse.\n */\n AVG: 'Slaughterhouse approval number',\n /**\n * @description Veterinary licence number allocated by a national authority to a meat cutting plant.\n */\n AVH: 'Meat cutting plant approval number',\n /**\n * @description A reference identifying a travel service to a customer.\n */\n AVI: 'Customer travel service identifier',\n /**\n * @description Number identifying the classification of goods covered by an export licence.\n */\n AVJ: 'Export control classification number',\n /**\n * @description Third reference of a broker.\n */\n AVK: 'Broker reference 3',\n /**\n * @description Code identifying that the reference number given applies to the consignment information segment group in the referred message .\n */\n AVL: 'Consignment information',\n /**\n * @description Code identifying that the reference number given applies to the goods item information segment group in the referred message.\n */\n AVM: 'Goods item information',\n /**\n * @description Code identifying that the reference number given applies to the dangerous goods information segment group in the referred message.\n */\n AVN: 'Dangerous Goods information',\n /**\n * @description Number identifying the permit to not use pilotage services.\n */\n AVO: 'Pilotage services exemption number',\n /**\n * @description A number assigned to an individual.\n */\n AVP: 'Person registration number',\n /**\n * @description Approval Number of the place where goods are packaged.\n */\n AVQ: 'Place of packing approval number',\n /**\n * @description Reference to a specific related original mandate given by the relevant party for underlying business or action in case of reference or mandate\n * change.\n */\n AVR: 'Original Mandate Reference',\n /**\n * @description Reference to a specific mandate given by the relevant party for underlying business or action.\n */\n AVS: 'Mandate Reference',\n /**\n * @description Reference to the station where a reservation was made.\n */\n AVT: 'Reservation station indentifier',\n /**\n * @description Unique identifier assigned to a shipment of goods linking trade, tracking and transport information.\n */\n AVU: 'Unique goods shipment identifier',\n /**\n * @description A reference to an agreement between one or more contracting authorities and one or more economic operators, the purpose of which is to establish\n * the terms governing contracts to be awarded during a given period, in particular with regard to price and, where appropriate, the quantity\n * envisaged.\n */\n AVV: 'Framework Agreement Number',\n /**\n * @description Contains the hash value of a related document.\n */\n AVW: 'Hash value',\n /**\n * @description Number assigned by customs referencing receipt of an Entry Summary Declaration.\n */\n AVX: 'Movement reference number',\n /**\n * @description (EORI) Number assigned by an authority to an economic operator.\n */\n AVY: 'Economic Operators Registration and Identification Number',\n /**\n * @description Number assigned by a national customs authority to an Entry Summary Declaration.\n */\n AVZ: 'Local Reference Number',\n /**\n * @description Number assigned by a buyer to rate a product.\n */\n AWA: 'Rate code number',\n /**\n * @description Reference number assigned to an air waybill, see: 1001 = 740.\n */\n AWB: 'Air waybill number',\n /**\n * @description Number of the amendment of the documentary credit.\n */\n AWC: 'Documentary credit amendment number',\n /**\n * @description Reference number of the advising bank.\n */\n AWD: \"Advising bank's reference\",\n /**\n * @description A number identifying a cost centre.\n */\n AWE: 'Cost centre',\n /**\n * @description A reference assigned to a work item quantity determination.\n */\n AWF: 'Work item quantity determination',\n /**\n * @description A number identifying an internal data process.\n */\n AWG: 'Internal data process number',\n /**\n * @description A reference identifying a category of work.\n */\n AWH: 'Category of work reference',\n /**\n * @description Number assigned to a policy form.\n */\n AWI: 'Policy form number',\n /**\n * @description Reference to an area of a net.\n */\n AWJ: 'Net area',\n /**\n * @description Reference of the service provider.\n */\n AWK: 'Service provider',\n /**\n * @description Reference to the position of an error in a message.\n */\n AWL: 'Error position',\n /**\n * @description Reference identifying the service category.\n */\n AWM: 'Service category reference',\n /**\n * @description Reference of a connected location.\n */\n AWN: 'Connected location',\n /**\n * @description Reference of a related party.\n */\n AWO: 'Related party',\n /**\n * @description Code identifying the reference of the latest accounting entry record.\n */\n AWP: 'Latest accounting entry record reference',\n /**\n * @description Accounting entry to which this item is related.\n */\n AWQ: 'Accounting entry',\n /**\n * @description The original reference of a document.\n */\n AWR: 'Document reference, original',\n /**\n * @description Nationally set Hygienic Certificate number, such as sanitary, epidemiologic.\n */\n AWS: 'Hygienic Certificate number, national',\n /**\n * @description Reference number assigned by Customs to a ‘shipment of excise goods’.\n */\n AWT: 'Administrative Reference Code',\n /**\n * @description Reference number assigned to a pick-up sheet.\n */\n AWU: 'Pick-up sheet number',\n /**\n * @description A sequence of digits used to call from one telephone line to another in a public telephone network.\n */\n AWV: 'Phone number',\n /**\n * @description A reference number indicating the fund number used by the buyer.\n */\n AWW: \"Buyer's fund number\",\n /**\n * @description A reference number identifying a company trading account.\n */\n AWX: 'Company trading account number',\n /**\n * @description A reference number identifying goods in stock which have been reserved for a party.\n */\n AWY: 'Reserved goods identifier',\n /**\n * @description A reference number identifying a previously transmitted cargo/goods handling and movement message.\n */\n AWZ: 'Handling and movement reference number',\n /**\n * @description A reference number identifying a previously transmitted instruction to despatch message.\n */\n AXA: 'Instruction to despatch reference number',\n /**\n * @description A reference number identifying a previously communicated instruction for return message.\n */\n AXB: 'Instruction for returns number',\n /**\n * @description A reference number identifying a previously communicated metered services consumption report.\n */\n AXC: 'Metered services consumption report number',\n /**\n * @description A reference number to a previously sent order status enquiry.\n */\n AXD: 'Order status enquiry number',\n /**\n * @description A reference number identifying a previous firm booking.\n */\n AXE: 'Firm booking reference number',\n /**\n * @description A reference number identifying a previously communicated product inquiry.\n */\n AXF: 'Product inquiry number',\n /**\n * @description A reference number identifying a split delivery.\n */\n AXG: 'Split delivery number',\n /**\n * @description A reference number identifying the relationship between a service provider and a service client, e.g., treatment of a patient in a hospital,\n * usage by a member of a library facility, etc.\n */\n AXH: 'Service relation number',\n /**\n * @description Reference number identifying a logistic unit.\n */\n AXI: 'Serial shipping container code',\n /**\n * @description A reference number identifying a test specification.\n */\n AXJ: 'Test specification number',\n /**\n * @description [1125] A reference number identifying a transport status report.\n */\n AXK: 'Transport status report number',\n /**\n * @description A reference number of the tooling contract.\n */\n AXL: 'Tooling contract number',\n /**\n * @description The reference number which identifies a formula.\n */\n AXM: 'Formula reference number',\n /**\n * @description A reference number identifying a pre-agreement.\n */\n AXN: 'Pre-agreement number',\n /**\n * @description Number assigned by a governing body (or their agents) to a product which certifies compliance with a standard.\n */\n AXO: 'Product certification number',\n /**\n * @description Reference number identifying a consignment contract.\n */\n AXP: 'Consignment contract number',\n /**\n * @description Number assigned by the issuer to his product specification.\n */\n AXQ: 'Product specification reference number',\n /**\n * @description A reference number identifying a payroll deduction advice.\n */\n AXR: 'Payroll deduction advice reference',\n /**\n * @description The party identification number used in the European Union's Trade Control and Expert System (TRACES).\n */\n AXS: 'TRACES party identification',\n /**\n * @description Meter reading at the beginning of an invoicing period.\n */\n BA: 'Beginning meter reading actual',\n /**\n * @description Reference number assigned by buyer to a contract.\n */\n BC: \"Buyer's contract number\",\n /**\n * @description Number assigned by a submitter of a bid to his bid.\n */\n BD: 'Bid number',\n /**\n * @description Meter reading at the beginning of an invoicing period where an actual reading is not available.\n */\n BE: 'Beginning meter reading estimated',\n /**\n * @description [1039] Reference number assigned to a house bill of lading.\n */\n BH: 'House bill of lading number',\n /**\n * @description Reference number assigned to a bill of lading, see: 1001 = 705.\n */\n BM: 'Bill of lading number',\n /**\n * @description [1016] Reference number assigned by a carrier of its agent to identify a specific consignment such as a booking reference number when cargo space\n * is reserved prior to loading.\n */\n BN: 'Consignment identifier, carrier assigned',\n /**\n * @description Reference number assigned by the order issuer to a blanket order.\n */\n BO: 'Blanket order number',\n /**\n * @description A number that identifies a broker or sales office.\n */\n BR: 'Broker or sales office number',\n /**\n * @description [7338] Reference number assigned by manufacturer to a series of similar products or goods produced under similar conditions.\n */\n BT: 'Batch number/lot number',\n /**\n * @description Registration number of producer of batteries and accumulators.\n */\n BTP: 'Battery and accumulator producer registration number',\n /**\n * @description The batch/lot/package number a product is blended with.\n */\n BW: 'Blended with number',\n /**\n * @description Code issued by IATA to identify agent locations for CASS billing purposes.\n */\n CAS: 'IATA Cargo Agent CASS Address number',\n /**\n * @description Reference to a balanced matching of entries.\n */\n CAT: 'Matching of entries, balanced',\n /**\n * @description Reference to a flagging of entries.\n */\n CAU: 'Entry flagging',\n /**\n * @description Reference to an unbalanced matching of entries.\n */\n CAV: 'Matching of entries, unbalanced',\n /**\n * @description Internal reference to a document.\n */\n CAW: 'Document reference, internal',\n /**\n * @description Value Added Tax identification number according to European regulation.\n */\n CAX: 'European Value Added Tax identification',\n /**\n * @description The reference to a cost accounting document.\n */\n CAY: 'Cost accounting document',\n /**\n * @description A number, assigned by a grid operator, to reference a customer.\n */\n CAZ: \"Grid operator's customer reference number\",\n /**\n * @description Reference giving access to all the details associated with the ticket.\n */\n CBA: 'Ticket control number',\n /**\n * @description A reference number identifying the grouping of purchase orders into one shipment.\n */\n CBB: 'Order shipment grouping reference',\n /**\n * @description [1113] Reference number assigned to a credit note.\n */\n CD: 'Credit note number',\n /**\n * @description Company selling obligations to a third party.\n */\n CEC: 'Ceding company',\n /**\n * @description Reference number identifying the letter of debit document.\n */\n CED: 'Debit letter number',\n /**\n * @description Reference of an order given by the consignee after departure of the means of transport.\n */\n CFE: \"Consignee's further order\",\n /**\n * @description Veterinary licence number allocated by a national authority to an animal farm.\n */\n CFF: 'Animal farm licence number',\n /**\n * @description Reference of an order given by the consignor after departure of the means of transport.\n */\n CFO: \"Consignor's further order\",\n /**\n * @description A number that identifies a consignee's order.\n */\n CG: \"Consignee's order number\",\n /**\n * @description Number identifying a catalogue for customer's usage.\n */\n CH: 'Customer catalogue number',\n /**\n * @description Unique number assigned to one specific cheque.\n */\n CK: 'Cheque number',\n /**\n * @description Number assigned by checking party to one specific check action.\n */\n CKN: 'Checking number',\n /**\n * @description Reference number assigned by issuer to a credit memo.\n */\n CM: 'Credit memo number',\n /**\n * @description Reference number assigned to a road consignment note, see: 1001 = 730.\n */\n CMR: 'Road consignment note number',\n /**\n * @description Reference number assigned by carrier to a consignment.\n */\n CN: \"Carrier's reference number\",\n /**\n * @description [1070] Indication that a charges note has been established and attached to a transport contract document or not.\n */\n CNO: 'Charges note document attachment indicator',\n /**\n * @description A number that identifies a call off order.\n */\n COF: 'Call off order number',\n /**\n * @description Reference number identifying the conditions of purchase relevant to a purchase.\n */\n CP: 'Condition of purchase document number',\n /**\n * @description Reference number assigned by the customer to a transaction.\n */\n CR: 'Customer reference number',\n /**\n * @description [8028] To identify a journey of a means of transport, for example voyage number, flight number, trip number.\n */\n CRN: 'Transport means journey identifier',\n /**\n * @description Reference number identifying the conditions of sale relevant to a sale.\n */\n CS: 'Condition of sale document number',\n /**\n * @description Team number assigned to a group that is responsible for working a particular transaction.\n */\n CST: 'Team assignment number',\n /**\n * @description [1296] Reference number of a contract concluded between parties.\n */\n CT: 'Contract number',\n /**\n * @description [1140] Reference number assigned by the consignor to identify a particular consignment.\n */\n CU: 'Consignment identifier, consignor assigned',\n /**\n * @description Reference number assigned by the party operating or controlling the transport container to a transaction or consignment.\n */\n CV: 'Container operators reference number',\n /**\n * @description (7070) Reference number identifying a package or carton within a consignment.\n */\n CW: 'Package number',\n /**\n * @description Number issued by a party concerned given to a contract on cooperation of two or more parties.\n */\n CZ: 'Cooperation contract number',\n /**\n * @description Number assigned by authorities to a party to approve deferment of payment of tax or duties.\n */\n DA: 'Deferment approval number',\n /**\n * @description Reference number assigned by issuer to a debit account.\n */\n DAN: 'Debit account number',\n /**\n * @description Reference number assigned to a debtor.\n */\n DB: \"Buyer's debtor number\",\n /**\n * @description Reference number assigned by issuer to a distributor invoice.\n */\n DI: 'Distributor invoice number',\n /**\n * @description [1117] Reference number assigned by issuer to a debit note.\n */\n DL: 'Debit note number',\n /**\n * @description [1004] Reference number identifying a specific document.\n */\n DM: 'Document identifier',\n /**\n * @description [1033] Reference number assigned by the issuer to a delivery note.\n */\n DQ: 'Delivery note number',\n /**\n * @description Number of the cargo receipt submitted when cargo is delivered to a marine terminal.\n */\n DR: 'Dock receipt number',\n /**\n * @description Meter reading at the end of an invoicing period.\n */\n EA: 'Ending meter reading actual',\n /**\n * @description Reference number assigned by issuer to an embargo permit.\n */\n EB: 'Embargo permit number',\n /**\n * @description Number assigned by the exporter to his export declaration number submitted to an authority.\n */\n ED: 'Export declaration',\n /**\n * @description Meter reading at the end of an invoicing period where an actual reading is not available.\n */\n EE: 'Ending meter reading estimated',\n /**\n * @description Number Registration number of producer of electrical and electronic equipment.\n */\n EEP: 'Electrical and electronic equipment producer registration',\n /**\n * @description Number issued by an authority to identify an employer.\n */\n EI: \"Employer's identification number\",\n /**\n * @description Number assigned to specific goods or a family of goods in a classification of embargo measures.\n */\n EN: 'Embargo number',\n /**\n * @description Number assigned by the manufacturer to specific equipment.\n */\n EQ: 'Equipment number',\n /**\n * @description Number of the Equipment Interchange Receipt issued for full or empty equipment received.\n */\n ER: 'Container/equipment receipt number',\n /**\n * @description Reference to a party exporting goods.\n */\n ERN: \"Exporter's reference number\",\n /**\n * @description (1041) Number assigned to excess transport.\n */\n ET: 'Excess transportation number',\n /**\n * @description [1208] Reference number to identify an export licence or permit.\n */\n EX: 'Export permit identifier',\n /**\n * @description Tax payer's number. Number assigned to individual persons as well as to corporates by a public institution; this number is different from the VAT\n * registration number.\n */\n FC: 'Fiscal number',\n /**\n * @description [1460] Reference number assigned by the freight forwarder to identify a particular consignment.\n */\n FF: 'Consignment identifier, freight forwarder assigned',\n /**\n * @description Number assigned by the file issuer or sender to identify a specific line.\n */\n FI: 'File line identifier',\n /**\n * @description Number given to a usual sender which has regular expeditions of the same goods, to the same destination, defining all general conditions of the\n * transport.\n */\n FLW: 'Flow reference number',\n /**\n * @description Reference number assigned by issuing party to a freight bill.\n */\n FN: 'Freight bill number',\n /**\n * @description Exchange of two currencies at an agreed rate.\n */\n FO: 'Foreign exchange',\n /**\n * @description A number that identifies the final sequence.\n */\n FS: 'Final sequence number',\n /**\n * @description Identifier to specify the territory of a State where any goods introduced are generally regarded, insofar as import duties and taxes are\n * concerned, as being outside the Customs territory and are not subject to usual Customs control (CCC).\n */\n FT: 'Free zone identifier',\n /**\n * @description Number given to a version of an identified file.\n */\n FV: 'File version number',\n /**\n * @description Reference number identifying a foreign exchange contract.\n */\n FX: 'Foreign exchange contract number',\n /**\n * @description Number to identify a standardization description (e.g. ISO 9375).\n */\n GA: \"Standard's number\",\n /**\n * @description Number assigned to a specific government/public contract.\n */\n GC: 'Government contract number',\n /**\n * @description Number to identify a specific parameter within a standardization description (e.g. M5 for screws or DIN A4 for paper).\n */\n GD: \"Standard's code number\",\n /**\n * @description Number of the declaration of incoming goods out of a vessel.\n */\n GDN: 'General declaration number',\n /**\n * @description A number that identifies a government reference.\n */\n GN: 'Government reference number',\n /**\n * @description Number specifying the goods classification under the Harmonised Commodity Description and Coding System of the Customs Co-operation Council\n * (CCC).\n */\n HS: 'Harmonised system number',\n /**\n * @description Reference number assigned to a house waybill, see: 1001 = 703.\n */\n HWB: 'House waybill number',\n /**\n * @description Number identifying the company-internal vending department/unit.\n */\n IA: 'Internal vendor number',\n /**\n * @description Customs assigned number that is used to control the movement of imported cargo prior to its formal Customs clearing.\n */\n IB: 'In bond number',\n /**\n * @description Code issued by IATA identify each IATA Cargo Agent whose name is entered on the Cargo Agency List.\n */\n ICA: 'IATA cargo agent code number',\n /**\n * @description A number that identifies an insurance certificate reference.\n */\n ICE: 'Insurance certificate reference number',\n /**\n * @description A number that identifies an insurance contract reference.\n */\n ICO: 'Insurance contract reference number',\n /**\n * @description Inspection report number given to the initial sample inspection.\n */\n II: 'Initial sample inspection report number',\n /**\n * @description Number assigned to an order for internal handling/follow up.\n */\n IL: 'Internal order number',\n /**\n * @description A number that identifies an intermediary broker.\n */\n INB: 'Intermediary broker',\n /**\n * @description Number assigned by the interchange sender to identify one specific interchange. This number points to the actual interchange.\n */\n INN: 'Interchange number new',\n /**\n * @description Number assigned by the interchange sender to identify one specific interchange. This number points to the previous interchange.\n */\n INO: 'Interchange number old',\n /**\n * @description [1107] Reference number to identify an import licence or permit.\n */\n IP: 'Import permit identifier',\n /**\n * @description A number added at the end of an invoice number.\n */\n IS: 'Invoice number suffix',\n /**\n * @description Number assigned by a seller, supplier etc. to identify a customer within his enterprise.\n */\n IT: 'Internal customer number',\n /**\n * @description [1334] Reference number to identify an invoice.\n */\n IV: 'Invoice document identifier',\n /**\n * @description [1043] Identifies a piece of work.\n */\n JB: 'Job number',\n /**\n * @description A number that identifies the ending job sequence.\n */\n JE: 'Ending job sequence number',\n /**\n * @description The serial number on a shipping label.\n */\n LA: 'Shipping label serial number',\n /**\n * @description [4092] Identifier assigned to the loading authorisation granted by the forwarding location e.g. railway or airport, when the consignment is\n * subject to traffic limitations.\n */\n LAN: 'Loading authorisation identifier',\n /**\n * @description Lower number in a range of numbers.\n */\n LAR: 'Lower number in range',\n /**\n * @description Type of cash management system offered by financial institutions to provide for collection of customers 'receivables'.\n */\n LB: 'Lockbox',\n /**\n * @description Reference number identifying the letter of credit document.\n */\n LC: 'Letter of credit number',\n /**\n * @description [1156] To identify a line of a document.\n */\n LI: 'Document line identifier',\n /**\n * @description The reference that identifies the load planning number.\n */\n LO: 'Load planning number',\n /**\n * @description Reference to the office where a reservation was made.\n */\n LRC: 'Reservation office identifier',\n /**\n * @description The serial number on a bar code label.\n */\n LS: 'Bar coded label serial number',\n /**\n * @description The number assigned to a ship notice or manifest.\n */\n MA: 'Ship notice/manifest number',\n /**\n * @description Reference number assigned to a master bill of lading, see: 1001 = 704.\n */\n MB: 'Master bill of lading number',\n /**\n * @description Reference number assigned by the manufacturer to his product or part.\n */\n MF: \"Manufacturer's part number\",\n /**\n * @description Number identifying a unique meter unit.\n */\n MG: 'Meter unit number',\n /**\n * @description Reference number assigned by manufacturer for a given production quantity of products.\n */\n MH: 'Manufacturing order number',\n /**\n * @description A number that identifies the message recipient.\n */\n MR: 'Message recipient',\n /**\n * @description Identifies the party designated by the importer to receive certain customs correspondence in lieu of its being mailed directly to the importer.\n */\n MRN: 'Mailing reference number',\n /**\n * @description A number that identifies the message sender.\n */\n MS: 'Message sender',\n /**\n * @description A number that identifies a manufacturer's material safety data sheet.\n */\n MSS: \"Manufacturer's material safety data sheet number\",\n /**\n * @description Reference number assigned to a master air waybill, see: 1001 = 741.\n */\n MWB: 'Master air waybill number',\n /**\n * @description Reference to materials designated as hazardous for purposes of transportation in North American commerce.\n */\n NA: 'North American hazardous goods classification number',\n /**\n * @description Nota Fiscal is a registration number for shipments / deliveries within Brazil, issued by the local tax authorities and mandated for each\n * shipment.\n */\n NF: 'Nota Fiscal',\n /**\n * @description Reference number identifying the current invoice.\n */\n OH: 'Current invoice number',\n /**\n * @description Reference number identifying a previously issued invoice.\n */\n OI: 'Previous invoice number',\n /**\n * @description [1022] Identifier assigned by the buyer to an order.\n */\n ON: 'Order document identifier, buyer assigned',\n /**\n * @description Reference to the order previously sent.\n */\n OP: 'Original purchase order',\n /**\n * @description Customs number assigned to imported merchandise that has been left unclaimed and subsequently moved to a Customs bonded warehouse for storage.\n */\n OR: 'General order number',\n /**\n * @description Originated company account number (ACH transfer), check, draft or wire.\n */\n PB: \"Payer's financial institution account number\",\n /**\n * @description Number assigned by the manufacturer to a specified article or batch to identify the manufacturing date etc. for subsequent reference.\n */\n PC: 'Production code',\n /**\n * @description Number assigned by a vendor to a special promotion activity.\n */\n PD: 'Promotion deal number',\n /**\n * @description A number that identifies a plant.\n */\n PE: 'Plant number',\n /**\n * @description Reference number assigned by the client to the contract of the prime contractor.\n */\n PF: 'Prime contractor contract number',\n /**\n * @description A number that identifies the version of a price list.\n */\n PI: 'Price list version number',\n /**\n * @description [1014] Reference number assigned to a packing list.\n */\n PK: 'Packing list number',\n /**\n * @description Reference number assigned to a price list.\n */\n PL: 'Price list number',\n /**\n * @description Reference number assigned by the seller to an order response.\n */\n POR: 'Purchase order response number',\n /**\n * @description Reference number assigned by a buyer for a revision of a purchase order.\n */\n PP: 'Purchase order change number',\n /**\n * @description Reference number assigned to a payment.\n */\n PQ: 'Payment reference',\n /**\n * @description Reference number assigned by the seller to a quote.\n */\n PR: 'Price quote number',\n /**\n * @description A number added at the end of a purchase order number.\n */\n PS: 'Purchase order number suffix',\n /**\n * @description Reference number of a purchase order previously sent to the supplier.\n */\n PW: 'Prior purchase order number',\n /**\n * @description Receiving company account number (ACH transfer), check, draft or wire.\n */\n PY: \"Payee's financial institution account number\",\n /**\n * @description A number that identifies a remittance advice.\n */\n RA: 'Remittance advice number',\n /**\n * @description International Western and Eastern European route code used in all rail organizations and specified in the international tariffs (rail tariffs)\n * known by the customers.\n */\n RC: 'Rail/road routing code',\n /**\n * @description Reference number assigned to a rail consignment note, see: 1001 = 720.\n */\n RCN: 'Railway consignment note number',\n /**\n * @description Reference number assigned to identify a release of a set of rules, conventions, conditions, etc.\n */\n RE: 'Release number',\n /**\n * @description [1150] Reference number assigned to identify a consignment upon its arrival at its destination.\n */\n REN: 'Consignment receipt identifier',\n /**\n * @description Reference number given to an export shipment.\n */\n RF: 'Export reference number',\n /**\n * @description ODFI (ACH transfer).\n */\n RR: \"Payer's financial institution transit routing No.(ACH transfers)\",\n /**\n * @description RDFI Transit routing number (ACH transfer).\n */\n RT: \"Payee's financial institution transit routing No.\",\n /**\n * @description Identification number of a sales person.\n */\n SA: 'Sales person number',\n /**\n * @description A number that identifies a sales region.\n */\n SB: 'Sales region number',\n /**\n * @description A number that identifies a sales department.\n */\n SD: 'Sales department number',\n /**\n * @description Identification number of an item which distinguishes this specific item out of an number of identical items.\n */\n SE: 'Serial number',\n /**\n * @description Reference to a seat allocated to a passenger.\n */\n SEA: 'Allocated seat',\n /**\n * @description A number that identifies a ship from location.\n */\n SF: 'Ship from',\n /**\n * @description Number of the latest schedule of a previous period (ODETTE DELINS).\n */\n SH: 'Previous highest schedule number',\n /**\n * @description A number that identifies the SID (shipper's identification) number for a shipment.\n */\n SI: \"SID (Shipper's identifying number for shipment)\",\n /**\n * @description A number that identifies a sales office.\n */\n SM: 'Sales office number',\n /**\n * @description [9308] The identification number of a seal affixed to a piece of transport equipment.\n */\n SN: 'Transport equipment seal identifier',\n /**\n * @description A number that identifies a scan line.\n */\n SP: 'Scan line',\n /**\n * @description (1492) A temporary reference number identifying a particular piece of equipment within a series of pieces of equipment.\n */\n SQ: 'Equipment sequence number',\n /**\n * @description [1065] Reference number assigned to a shipment.\n */\n SRN: 'Shipment reference number',\n /**\n * @description Reference number assigned to a transaction by the seller.\n */\n SS: 'Sellers reference number',\n /**\n * @description International UIC code assigned to every European rail station (CIM convention).\n */\n STA: 'Station reference number',\n /**\n * @description Number assigned by the seller to a swap order (see definition of DE 1001, code 229).\n */\n SW: 'Swap order number',\n /**\n * @description Number assigned by the issuer to his specification.\n */\n SZ: 'Specification number',\n /**\n * @description A cargo list/description issued by a motor carrier of freight.\n */\n TB: \"Trucker's bill of lading\",\n /**\n * @description Reference assigned to a consignment by the terminal operator.\n */\n TCR: \"Terminal operator's consignment reference\",\n /**\n * @description Reference number identifying a telex message.\n */\n TE: 'Telex message number',\n /**\n * @description An extra number assigned to goods or a container which functions as a reference number or as an authorization number to get the goods or\n * container released from a certain party.\n */\n TF: 'Transfer number',\n /**\n * @description Reference number assigned to a TIR carnet.\n */\n TI: 'TIR carnet number',\n /**\n * @description Reference number identifying a transport instruction.\n */\n TIN: 'Transport instruction number',\n /**\n * @description Number assigned by the tax authorities to a party indicating its tax exemption authorization. This number could relate to a specified business\n * type, a specified local area or a class of products.\n */\n TL: 'Tax exemption licence number',\n /**\n * @description Reference applied to a transaction between two or more parties over a defined life cycle; e.g. number applied by importer or broker to obtain\n * release from Customs, may then used to control declaration through final accounting (synonyms: declaration, entry number).\n */\n TN: 'Transaction reference number',\n /**\n * @description Reference number identifying a test report document relevant to the product.\n */\n TP: 'Test report number',\n /**\n * @description Upper number in a range of numbers.\n */\n UAR: 'Upper number of range',\n /**\n * @description The originator's reference number as forwarded in a sequence of parties involved.\n */\n UC: \"Ultimate customer's reference number\",\n /**\n * @description [1202] Unique reference identifying a particular consignment of goods. Synonym: UCR, UCRN.\n */\n UCN: 'Unique consignment reference number',\n /**\n * @description [7124] United Nations Dangerous Goods Identifier (UNDG) is the unique serial number assigned within the United Nations to substances and articles\n * contained in a list of the dangerous goods most commonly carried.\n */\n UN: 'United Nations Dangerous Goods identifier',\n /**\n * @description The originator's order number as forwarded in a sequence of parties involved.\n */\n UO: \"Ultimate customer's order number\",\n /**\n * @description A string of characters used to identify a name of a resource on the worldwide web.\n */\n URI: 'Uniform Resource Identifier',\n /**\n * @description Unique number assigned by the relevant tax authority to identify a party for use in relation to Value Added Tax (VAT).\n */\n VA: 'VAT registration number',\n /**\n * @description Number assigned by the vendor to a contract.\n */\n VC: 'Vendor contract number',\n /**\n * @description Number Reference number identifying the documentation of a transport equipment gross mass (weight) verification.\n */\n VGR: 'Transport equipment gross mass verification reference',\n /**\n * @description (8123) Reference identifying a vessel.\n */\n VM: 'Vessel identifier',\n /**\n * @description Reference number assigned by supplier to a buyer's purchase order.\n */\n VN: 'Order number (vendor)',\n /**\n * @description (8028) Reference number assigned to the voyage of the vessel.\n */\n VON: 'Voyage number',\n /**\n * @description Reference number identifying the order for obtaining a Verified Gross Mass (weight) of a packed transport equipment as per SOLAS Chapter VI,\n * Regulation 2, paragraphs 4-6.\n */\n VOR: 'Transport equipment gross mass verification order reference',\n /**\n * @description Number assigned by vendor to another manufacturer's product.\n */\n VP: 'Vendor product number',\n /**\n * @description A number that identifies a vendor's identification.\n */\n VR: 'Vendor ID number',\n /**\n * @description The suffix for a vendor order number.\n */\n VS: 'Vendor order number suffix',\n /**\n * @description (8213) Reference identifying a motor vehicle used for transport. Normally is the vehicle registration number.\n */\n VT: 'Motor vehicle identification number',\n /**\n * @description Reference number identifying a voucher.\n */\n VV: 'Voucher number',\n /**\n * @description Entry number under which imported merchandise was placed in a Customs bonded warehouse.\n */\n WE: 'Warehouse entry number',\n /**\n * @description A number identifying a weight agreement.\n */\n WM: 'Weight agreement number',\n /**\n * @description A number assigned to a shaft sunk into the ground.\n */\n WN: 'Well number',\n /**\n * @description A number identifying a warehouse receipt.\n */\n WR: 'Warehouse receipt number',\n /**\n * @description A number identifying a warehouse storage location.\n */\n WS: 'Warehouse storage location number',\n /**\n * @description The number on a rail waybill.\n */\n WY: 'Rail waybill number',\n /**\n * @description Company registration and place as legally required.\n */\n XA: 'Company/place registration number',\n /**\n * @description Reference used to identify and control a carrier and consignment from initial entry into a country until release of the cargo by Customs.\n */\n XC: 'Cargo control number',\n /**\n * @description Where a consignment is deconsolidated and/or transferred to the control of another carrier or freight forwarder (e.g. housebill, abstract) this\n * references the previous (e.g. master) cargo control number.\n */\n XP: 'Previous cargo control number',\n /**\n * @description Number based on party agreement.\n */\n ZZZ: 'Mutually defined reference number',\n\n AXU: 'Block Stowage Reference',\n};\n\n/**\n * @description Keys of {@link additionalDocumentReferenceCodes}.\n */\nexport type AdditionalDocumentReferenceCodesKeys =\n | 'AAA'\n | 'AAB'\n | 'AAC'\n | 'AAD'\n | 'AAE'\n | 'AAF'\n | 'AAG'\n | 'AAH'\n | 'AAI'\n | 'AAJ'\n | 'AAK'\n | 'AAL'\n | 'AAM'\n | 'AAN'\n | 'AAO'\n | 'AAP'\n | 'AAQ'\n | 'AAR'\n | 'AAS'\n | 'AAT'\n | 'AAU'\n | 'AAV'\n | 'AAW'\n | 'AAX'\n | 'AAY'\n | 'AAZ'\n | 'ABA'\n | 'ABB'\n | 'ABC'\n | 'ABD'\n | 'ABE'\n | 'ABF'\n | 'ABG'\n | 'ABH'\n | 'ABI'\n | 'ABJ'\n | 'ABK'\n | 'ABL'\n | 'ABM'\n | 'ABN'\n | 'ABO'\n | 'ABP'\n | 'ABQ'\n | 'ABR'\n | 'ABS'\n | 'ABT'\n | 'ABU'\n | 'ABV'\n | 'ABW'\n | 'ABX'\n | 'ABY'\n | 'ABZ'\n | 'AC'\n | 'ACA'\n | 'ACB'\n | 'ACC'\n | 'ACD'\n | 'ACE'\n | 'ACF'\n | 'ACG'\n | 'ACH'\n | 'ACI'\n | 'ACJ'\n | 'ACK'\n | 'ACL'\n | 'ACN'\n | 'ACO'\n | 'ACP'\n | 'ACQ'\n | 'ACR'\n | 'ACT'\n | 'ACU'\n | 'ACV'\n | 'ACW'\n | 'ACX'\n | 'ACY'\n | 'ACZ'\n | 'ADA'\n | 'ADB'\n | 'ADC'\n | 'ADD'\n | 'ADE'\n | 'ADF'\n | 'ADG'\n | 'ADI'\n | 'ADJ'\n | 'ADK'\n | 'ADL'\n | 'ADM'\n | 'ADN'\n | 'ADO'\n | 'ADP'\n | 'ADQ'\n | 'ADT'\n | 'ADU'\n | 'ADV'\n | 'ADW'\n | 'ADX'\n | 'ADY'\n | 'ADZ'\n | 'AE'\n | 'AEA'\n | 'AEB'\n | 'AEC'\n | 'AED'\n | 'AEE'\n | 'AEF'\n | 'AEG'\n | 'AEH'\n | 'AEI'\n | 'AEJ'\n | 'AEK'\n | 'AEL'\n | 'AEM'\n | 'AEN'\n | 'AEO'\n | 'AEP'\n | 'AEQ'\n | 'AER'\n | 'AES'\n | 'AET'\n | 'AEU'\n | 'AEV'\n | 'AEW'\n | 'AEX'\n | 'AEY'\n | 'AEZ'\n | 'AF'\n | 'AFA'\n | 'AFB'\n | 'AFC'\n | 'AFD'\n | 'AFE'\n | 'AFF'\n | 'AFG'\n | 'AFH'\n | 'AFI'\n | 'AFJ'\n | 'AFK'\n | 'AFL'\n | 'AFM'\n | 'AFN'\n | 'AFO'\n | 'AFP'\n | 'AFQ'\n | 'AFR'\n | 'AFS'\n | 'AFT'\n | 'AFU'\n | 'AFV'\n | 'AFW'\n | 'AFX'\n | 'AFY'\n | 'AFZ'\n | 'AGA'\n | 'AGB'\n | 'AGC'\n | 'AGD'\n | 'AGE'\n | 'AGF'\n | 'AGG'\n | 'AGH'\n | 'AGI'\n | 'AGJ'\n | 'AGK'\n | 'AGL'\n | 'AGM'\n | 'AGN'\n | 'AGO'\n | 'AGP'\n | 'AGQ'\n | 'AGR'\n | 'AGS'\n | 'AGT'\n | 'AGU'\n | 'AGV'\n | 'AGW'\n | 'AGX'\n | 'AGY'\n | 'AGZ'\n | 'AHA'\n | 'AHB'\n | 'AHC'\n | 'AHD'\n | 'AHE'\n | 'AHF'\n | 'AHG'\n | 'AHH'\n | 'AHI'\n | 'AHJ'\n | 'AHK'\n | 'AHL'\n | 'AHM'\n | 'AHN'\n | 'AHO'\n | 'AHP'\n | 'AHQ'\n | 'AHR'\n | 'AHS'\n | 'AHT'\n | 'AHU'\n | 'AHV'\n | 'AHX'\n | 'AHY'\n | 'AHZ'\n | 'AIA'\n | 'AIB'\n | 'AIC'\n | 'AID'\n | 'AIE'\n | 'AIF'\n | 'AIG'\n | 'AIH'\n | 'AII'\n | 'AIJ'\n | 'AIK'\n | 'AIL'\n | 'AIM'\n | 'AIN'\n | 'AIO'\n | 'AIP'\n | 'AIQ'\n | 'AIR'\n | 'AIS'\n | 'AIT'\n | 'AIU'\n | 'AIV'\n | 'AIW'\n | 'AIX'\n | 'AIY'\n | 'AIZ'\n | 'AJA'\n | 'AJB'\n | 'AJC'\n | 'AJD'\n | 'AJE'\n | 'AJF'\n | 'AJG'\n | 'AJH'\n | 'AJI'\n | 'AJJ'\n | 'AJK'\n | 'AJL'\n | 'AJM'\n | 'AJN'\n | 'AJO'\n | 'AJP'\n | 'AJQ'\n | 'AJR'\n | 'AJS'\n | 'AJT'\n | 'AJU'\n | 'AJV'\n | 'AJW'\n | 'AJX'\n | 'AJY'\n | 'AJZ'\n | 'AKA'\n | 'AKB'\n | 'AKC'\n | 'AKD'\n | 'AKE'\n | 'AKF'\n | 'AKG'\n | 'AKH'\n | 'AKI'\n | 'AKJ'\n | 'AKK'\n | 'AKL'\n | 'AKM'\n | 'AKN'\n | 'AKO'\n | 'AKP'\n | 'AKQ'\n | 'AKR'\n | 'AKS'\n | 'AKT'\n | 'AKU'\n | 'AKV'\n | 'AKW'\n | 'AKX'\n | 'AKY'\n | 'AKZ'\n | 'ALA'\n | 'ALB'\n | 'ALC'\n | 'ALD'\n | 'ALE'\n | 'ALF'\n | 'ALG'\n | 'ALH'\n | 'ALI'\n | 'ALJ'\n | 'ALK'\n | 'ALL'\n | 'ALM'\n | 'ALN'\n | 'ALO'\n | 'ALP'\n | 'ALQ'\n | 'ALR'\n | 'ALS'\n | 'ALT'\n | 'ALU'\n | 'ALV'\n | 'ALW'\n | 'ALX'\n | 'ALY'\n | 'ALZ'\n | 'AMA'\n | 'AMB'\n | 'AMC'\n | 'AMD'\n | 'AME'\n | 'AMF'\n | 'AMG'\n | 'AMH'\n | 'AMI'\n | 'AMJ'\n | 'AMK'\n | 'AML'\n | 'AMM'\n | 'AMN'\n | 'AMO'\n | 'AMP'\n | 'AMQ'\n | 'AMR'\n | 'AMS'\n | 'AMT'\n | 'AMU'\n | 'AMV'\n | 'AMW'\n | 'AMX'\n | 'AMY'\n | 'AMZ'\n | 'ANA'\n | 'ANB'\n | 'ANC'\n | 'AND'\n | 'ANE'\n | 'ANF'\n | 'ANG'\n | 'ANH'\n | 'ANI'\n | 'ANJ'\n | 'ANK'\n | 'ANL'\n | 'ANM'\n | 'ANN'\n | 'ANO'\n | 'ANP'\n | 'ANQ'\n | 'ANR'\n | 'ANS'\n | 'ANT'\n | 'ANU'\n | 'ANV'\n | 'ANW'\n | 'ANX'\n | 'ANY'\n | 'AOA'\n | 'AOD'\n | 'AOE'\n | 'AOF'\n | 'AOG'\n | 'AOH'\n | 'AOI'\n | 'AOJ'\n | 'AOK'\n | 'AOL'\n | 'AOM'\n | 'AON'\n | 'AOO'\n | 'AOP'\n | 'AOQ'\n | 'AOR'\n | 'AOS'\n | 'AOT'\n | 'AOU'\n | 'AOV'\n | 'AOW'\n | 'AOX'\n | 'AOY'\n | 'AOZ'\n | 'AP'\n | 'APA'\n | 'APB'\n | 'APC'\n | 'APD'\n | 'APE'\n | 'APF'\n | 'APG'\n | 'APH'\n | 'API'\n | 'APJ'\n | 'APK'\n | 'APL'\n | 'APM'\n | 'APN'\n | 'APO'\n | 'APP'\n | 'APQ'\n | 'APR'\n | 'APS'\n | 'APT'\n | 'APU'\n | 'APV'\n | 'APW'\n | 'APX'\n | 'APY'\n | 'APZ'\n | 'AQA'\n | 'AQB'\n | 'AQC'\n | 'AQD'\n | 'AQE'\n | 'AQF'\n | 'AQG'\n | 'AQH'\n | 'AQI'\n | 'AQJ'\n | 'AQK'\n | 'AQL'\n | 'AQM'\n | 'AQN'\n | 'AQO'\n | 'AQP'\n | 'AQQ'\n | 'AQR'\n | 'AQS'\n | 'AQT'\n | 'AQU'\n | 'AQV'\n | 'AQW'\n | 'AQX'\n | 'AQY'\n | 'AQZ'\n | 'ARA'\n | 'ARB'\n | 'ARC'\n | 'ARD'\n | 'ARE'\n | 'ARF'\n | 'ARG'\n | 'ARH'\n | 'ARI'\n | 'ARJ'\n | 'ARK'\n | 'ARL'\n | 'ARM'\n | 'ARN'\n | 'ARO'\n | 'ARP'\n | 'ARQ'\n | 'ARR'\n | 'ARS'\n | 'ART'\n | 'ARU'\n | 'ARV'\n | 'ARW'\n | 'ARX'\n | 'ARY'\n | 'ARZ'\n | 'ASA'\n | 'ASB'\n | 'ASC'\n | 'ASD'\n | 'ASE'\n | 'ASF'\n | 'ASG'\n | 'ASH'\n | 'ASI'\n | 'ASJ'\n | 'ASK'\n | 'ASL'\n | 'ASM'\n | 'ASN'\n | 'ASO'\n | 'ASP'\n | 'ASQ'\n | 'ASR'\n | 'ASS'\n | 'AST'\n | 'ASU'\n | 'ASV'\n | 'ASW'\n | 'ASX'\n | 'ASY'\n | 'ASZ'\n | 'ATA'\n | 'ATB'\n | 'ATC'\n | 'ATD'\n | 'ATE'\n | 'ATF'\n | 'ATG'\n | 'ATH'\n | 'ATI'\n | 'ATJ'\n | 'ATK'\n | 'ATL'\n | 'ATM'\n | 'ATN'\n | 'ATO'\n | 'ATP'\n | 'ATQ'\n | 'ATR'\n | 'ATS'\n | 'ATT'\n | 'ATU'\n | 'ATV'\n | 'ATW'\n | 'ATX'\n | 'ATY'\n | 'ATZ'\n | 'AU'\n | 'AUA'\n | 'AUB'\n | 'AUC'\n | 'AUD'\n | 'AUE'\n | 'AUF'\n | 'AUG'\n | 'AUH'\n | 'AUI'\n | 'AUJ'\n | 'AUK'\n | 'AUL'\n | 'AUM'\n | 'AUN'\n | 'AUO'\n | 'AUP'\n | 'AUQ'\n | 'AUR'\n | 'AUS'\n | 'AUT'\n | 'AUU'\n | 'AUV'\n | 'AUW'\n | 'AUX'\n | 'AUY'\n | 'AUZ'\n | 'AV'\n | 'AVA'\n | 'AVB'\n | 'AVC'\n | 'AVD'\n | 'AVE'\n | 'AVF'\n | 'AVG'\n | 'AVH'\n | 'AVI'\n | 'AVJ'\n | 'AVK'\n | 'AVL'\n | 'AVM'\n | 'AVN'\n | 'AVO'\n | 'AVP'\n | 'AVQ'\n | 'AVR'\n | 'AVS'\n | 'AVT'\n | 'AVU'\n | 'AVV'\n | 'AVW'\n | 'AVX'\n | 'AVY'\n | 'AVZ'\n | 'AWA'\n | 'AWB'\n | 'AWC'\n | 'AWD'\n | 'AWE'\n | 'AWF'\n | 'AWG'\n | 'AWH'\n | 'AWI'\n | 'AWJ'\n | 'AWK'\n | 'AWL'\n | 'AWM'\n | 'AWN'\n | 'AWO'\n | 'AWP'\n | 'AWQ'\n | 'AWR'\n | 'AWS'\n | 'AWT'\n | 'AWU'\n | 'AWV'\n | 'AWW'\n | 'AWX'\n | 'AWY'\n | 'AWZ'\n | 'AXA'\n | 'AXB'\n | 'AXC'\n | 'AXD'\n | 'AXE'\n | 'AXF'\n | 'AXG'\n | 'AXH'\n | 'AXI'\n | 'AXJ'\n | 'AXK'\n | 'AXL'\n | 'AXM'\n | 'AXN'\n | 'AXO'\n | 'AXP'\n | 'AXQ'\n | 'AXR'\n | 'AXS'\n | 'BA'\n | 'BC'\n | 'BD'\n | 'BE'\n | 'BH'\n | 'BM'\n | 'BN'\n | 'BO'\n | 'BR'\n | 'BT'\n | 'BTP'\n | 'BW'\n | 'CAS'\n | 'CAT'\n | 'CAU'\n | 'CAV'\n | 'CAW'\n | 'CAX'\n | 'CAY'\n | 'CAZ'\n | 'CBA'\n | 'CBB'\n | 'CD'\n | 'CEC'\n | 'CED'\n | 'CFE'\n | 'CFF'\n | 'CFO'\n | 'CG'\n | 'CH'\n | 'CK'\n | 'CKN'\n | 'CM'\n | 'CMR'\n | 'CN'\n | 'CNO'\n | 'COF'\n | 'CP'\n | 'CR'\n | 'CRN'\n | 'CS'\n | 'CST'\n | 'CT'\n | 'CU'\n | 'CV'\n | 'CW'\n | 'CZ'\n | 'DA'\n | 'DAN'\n | 'DB'\n | 'DI'\n | 'DL'\n | 'DM'\n | 'DQ'\n | 'DR'\n | 'EA'\n | 'EB'\n | 'ED'\n | 'EE'\n | 'EEP'\n | 'EI'\n | 'EN'\n | 'EQ'\n | 'ER'\n | 'ERN'\n | 'ET'\n | 'EX'\n | 'FC'\n | 'FF'\n | 'FI'\n | 'FLW'\n | 'FN'\n | 'FO'\n | 'FS'\n | 'FT'\n | 'FV'\n | 'FX'\n | 'GA'\n | 'GC'\n | 'GD'\n | 'GDN'\n | 'GN'\n | 'HS'\n | 'HWB'\n | 'IA'\n | 'IB'\n | 'ICA'\n | 'ICE'\n | 'ICO'\n | 'II'\n | 'IL'\n | 'INB'\n | 'INN'\n | 'INO'\n | 'IP'\n | 'IS'\n | 'IT'\n | 'IV'\n | 'JB'\n | 'JE'\n | 'LA'\n | 'LAN'\n | 'LAR'\n | 'LB'\n | 'LC'\n | 'LI'\n | 'LO'\n | 'LRC'\n | 'LS'\n | 'MA'\n | 'MB'\n | 'MF'\n | 'MG'\n | 'MH'\n | 'MR'\n | 'MRN'\n | 'MS'\n | 'MSS'\n | 'MWB'\n | 'NA'\n | 'NF'\n | 'OH'\n | 'OI'\n | 'ON'\n | 'OP'\n | 'OR'\n | 'PB'\n | 'PC'\n | 'PD'\n | 'PE'\n | 'PF'\n | 'PI'\n | 'PK'\n | 'PL'\n | 'POR'\n | 'PP'\n | 'PQ'\n | 'PR'\n | 'PS'\n | 'PW'\n | 'PY'\n | 'RA'\n | 'RC'\n | 'RCN'\n | 'RE'\n | 'REN'\n | 'RF'\n | 'RR'\n | 'RT'\n | 'SA'\n | 'SB'\n | 'SD'\n | 'SE'\n | 'SEA'\n | 'SF'\n | 'SH'\n | 'SI'\n | 'SM'\n | 'SN'\n | 'SP'\n | 'SQ'\n | 'SRN'\n | 'SS'\n | 'STA'\n | 'SW'\n | 'SZ'\n | 'TB'\n | 'TCR'\n | 'TE'\n | 'TF'\n | 'TI'\n | 'TIN'\n | 'TL'\n | 'TN'\n | 'TP'\n | 'UAR'\n | 'UC'\n | 'UCN'\n | 'UN'\n | 'UO'\n | 'URI'\n | 'VA'\n | 'VC'\n | 'VGR'\n | 'VM'\n | 'VN'\n | 'VON'\n | 'VOR'\n | 'VP'\n | 'VR'\n | 'VS'\n | 'VT'\n | 'VV'\n | 'WE'\n | 'WM'\n | 'WN'\n | 'WR'\n | 'WS'\n | 'WY'\n | 'XA'\n | 'XC'\n | 'XP'\n | 'ZZZ'\n | 'AXU';\n\n/**\n * @description Keys of {@link additionalDocumentReferenceCodes}.\n */\nexport const additionalDocumentReferenceCodesKeys = [\n 'AAA',\n 'AAB',\n 'AAC',\n 'AAD',\n 'AAE',\n 'AAF',\n 'AAG',\n 'AAH',\n 'AAI',\n 'AAJ',\n 'AAK',\n 'AAL',\n 'AAM',\n 'AAN',\n 'AAO',\n 'AAP',\n 'AAQ',\n 'AAR',\n 'AAS',\n 'AAT',\n 'AAU',\n 'AAV',\n 'AAW',\n 'AAX',\n 'AAY',\n 'AAZ',\n 'ABA',\n 'ABB',\n 'ABC',\n 'ABD',\n 'ABE',\n 'ABF',\n 'ABG',\n 'ABH',\n 'ABI',\n 'ABJ',\n 'ABK',\n 'ABL',\n 'ABM',\n 'ABN',\n 'ABO',\n 'ABP',\n 'ABQ',\n 'ABR',\n 'ABS',\n 'ABT',\n 'ABU',\n 'ABV',\n 'ABW',\n 'ABX',\n 'ABY',\n 'ABZ',\n 'AC',\n 'ACA',\n 'ACB',\n 'ACC',\n 'ACD',\n 'ACE',\n 'ACF',\n 'ACG',\n 'ACH',\n 'ACI',\n 'ACJ',\n 'ACK',\n 'ACL',\n 'ACN',\n 'ACO',\n 'ACP',\n 'ACQ',\n 'ACR',\n 'ACT',\n 'ACU',\n 'ACV',\n 'ACW',\n 'ACX',\n 'ACY',\n 'ACZ',\n 'ADA',\n 'ADB',\n 'ADC',\n 'ADD',\n 'ADE',\n 'ADF',\n 'ADG',\n 'ADI',\n 'ADJ',\n 'ADK',\n 'ADL',\n 'ADM',\n 'ADN',\n 'ADO',\n 'ADP',\n 'ADQ',\n 'ADT',\n 'ADU',\n 'ADV',\n 'ADW',\n 'ADX',\n 'ADY',\n 'ADZ',\n 'AE',\n 'AEA',\n 'AEB',\n 'AEC',\n 'AED',\n 'AEE',\n 'AEF',\n 'AEG',\n 'AEH',\n 'AEI',\n 'AEJ',\n 'AEK',\n 'AEL',\n 'AEM',\n 'AEN',\n 'AEO',\n 'AEP',\n 'AEQ',\n 'AER',\n 'AES',\n 'AET',\n 'AEU',\n 'AEV',\n 'AEW',\n 'AEX',\n 'AEY',\n 'AEZ',\n 'AF',\n 'AFA',\n 'AFB',\n 'AFC',\n 'AFD',\n 'AFE',\n 'AFF',\n 'AFG',\n 'AFH',\n 'AFI',\n 'AFJ',\n 'AFK',\n 'AFL',\n 'AFM',\n 'AFN',\n 'AFO',\n 'AFP',\n 'AFQ',\n 'AFR',\n 'AFS',\n 'AFT',\n 'AFU',\n 'AFV',\n 'AFW',\n 'AFX',\n 'AFY',\n 'AFZ',\n 'AGA',\n 'AGB',\n 'AGC',\n 'AGD',\n 'AGE',\n 'AGF',\n 'AGG',\n 'AGH',\n 'AGI',\n 'AGJ',\n 'AGK',\n 'AGL',\n 'AGM',\n 'AGN',\n 'AGO',\n 'AGP',\n 'AGQ',\n 'AGR',\n 'AGS',\n 'AGT',\n 'AGU',\n 'AGV',\n 'AGW',\n 'AGX',\n 'AGY',\n 'AGZ',\n 'AHA',\n 'AHB',\n 'AHC',\n 'AHD',\n 'AHE',\n 'AHF',\n 'AHG',\n 'AHH',\n 'AHI',\n 'AHJ',\n 'AHK',\n 'AHL',\n 'AHM',\n 'AHN',\n 'AHO',\n 'AHP',\n 'AHQ',\n 'AHR',\n 'AHS',\n 'AHT',\n 'AHU',\n 'AHV',\n 'AHX',\n 'AHY',\n 'AHZ',\n 'AIA',\n 'AIB',\n 'AIC',\n 'AID',\n 'AIE',\n 'AIF',\n 'AIG',\n 'AIH',\n 'AII',\n 'AIJ',\n 'AIK',\n 'AIL',\n 'AIM',\n 'AIN',\n 'AIO',\n 'AIP',\n 'AIQ',\n 'AIR',\n 'AIS',\n 'AIT',\n 'AIU',\n 'AIV',\n 'AIW',\n 'AIX',\n 'AIY',\n 'AIZ',\n 'AJA',\n 'AJB',\n 'AJC',\n 'AJD',\n 'AJE',\n 'AJF',\n 'AJG',\n 'AJH',\n 'AJI',\n 'AJJ',\n 'AJK',\n 'AJL',\n 'AJM',\n 'AJN',\n 'AJO',\n 'AJP',\n 'AJQ',\n 'AJR',\n 'AJS',\n 'AJT',\n 'AJU',\n 'AJV',\n 'AJW',\n 'AJX',\n 'AJY',\n 'AJZ',\n 'AKA',\n 'AKB',\n 'AKC',\n 'AKD',\n 'AKE',\n 'AKF',\n 'AKG',\n 'AKH',\n 'AKI',\n 'AKJ',\n 'AKK',\n 'AKL',\n 'AKM',\n 'AKN',\n 'AKO',\n 'AKP',\n 'AKQ',\n 'AKR',\n 'AKS',\n 'AKT',\n 'AKU',\n 'AKV',\n 'AKW',\n 'AKX',\n 'AKY',\n 'AKZ',\n 'ALA',\n 'ALB',\n 'ALC',\n 'ALD',\n 'ALE',\n 'ALF',\n 'ALG',\n 'ALH',\n 'ALI',\n 'ALJ',\n 'ALK',\n 'ALL',\n 'ALM',\n 'ALN',\n 'ALO',\n 'ALP',\n 'ALQ',\n 'ALR',\n 'ALS',\n 'ALT',\n 'ALU',\n 'ALV',\n 'ALW',\n 'ALX',\n 'ALY',\n 'ALZ',\n 'AMA',\n 'AMB',\n 'AMC',\n 'AMD',\n 'AME',\n 'AMF',\n 'AMG',\n 'AMH',\n 'AMI',\n 'AMJ',\n 'AMK',\n 'AML',\n 'AMM',\n 'AMN',\n 'AMO',\n 'AMP',\n 'AMQ',\n 'AMR',\n 'AMS',\n 'AMT',\n 'AMU',\n 'AMV',\n 'AMW',\n 'AMX',\n 'AMY',\n 'AMZ',\n 'ANA',\n 'ANB',\n 'ANC',\n 'AND',\n 'ANE',\n 'ANF',\n 'ANG',\n 'ANH',\n 'ANI',\n 'ANJ',\n 'ANK',\n 'ANL',\n 'ANM',\n 'ANN',\n 'ANO',\n 'ANP',\n 'ANQ',\n 'ANR',\n 'ANS',\n 'ANT',\n 'ANU',\n 'ANV',\n 'ANW',\n 'ANX',\n 'ANY',\n 'AOA',\n 'AOD',\n 'AOE',\n 'AOF',\n 'AOG',\n 'AOH',\n 'AOI',\n 'AOJ',\n 'AOK',\n 'AOL',\n 'AOM',\n 'AON',\n 'AOO',\n 'AOP',\n 'AOQ',\n 'AOR',\n 'AOS',\n 'AOT',\n 'AOU',\n 'AOV',\n 'AOW',\n 'AOX',\n 'AOY',\n 'AOZ',\n 'AP',\n 'APA',\n 'APB',\n 'APC',\n 'APD',\n 'APE',\n 'APF',\n 'APG',\n 'APH',\n 'API',\n 'APJ',\n 'APK',\n 'APL',\n 'APM',\n 'APN',\n 'APO',\n 'APP',\n 'APQ',\n 'APR',\n 'APS',\n 'APT',\n 'APU',\n 'APV',\n 'APW',\n 'APX',\n 'APY',\n 'APZ',\n 'AQA',\n 'AQB',\n 'AQC',\n 'AQD',\n 'AQE',\n 'AQF',\n 'AQG',\n 'AQH',\n 'AQI',\n 'AQJ',\n 'AQK',\n 'AQL',\n 'AQM',\n 'AQN',\n 'AQO',\n 'AQP',\n 'AQQ',\n 'AQR',\n 'AQS',\n 'AQT',\n 'AQU',\n 'AQV',\n 'AQW',\n 'AQX',\n 'AQY',\n 'AQZ',\n 'ARA',\n 'ARB',\n 'ARC',\n 'ARD',\n 'ARE',\n 'ARF',\n 'ARG',\n 'ARH',\n 'ARI',\n 'ARJ',\n 'ARK',\n 'ARL',\n 'ARM',\n 'ARN',\n 'ARO',\n 'ARP',\n 'ARQ',\n 'ARR',\n 'ARS',\n 'ART',\n 'ARU',\n 'ARV',\n 'ARW',\n 'ARX',\n 'ARY',\n 'ARZ',\n 'ASA',\n 'ASB',\n 'ASC',\n 'ASD',\n 'ASE',\n 'ASF',\n 'ASG',\n 'ASH',\n 'ASI',\n 'ASJ',\n 'ASK',\n 'ASL',\n 'ASM',\n 'ASN',\n 'ASO',\n 'ASP',\n 'ASQ',\n 'ASR',\n 'ASS',\n 'AST',\n 'ASU',\n 'ASV',\n 'ASW',\n 'ASX',\n 'ASY',\n 'ASZ',\n 'ATA',\n 'ATB',\n 'ATC',\n 'ATD',\n 'ATE',\n 'ATF',\n 'ATG',\n 'ATH',\n 'ATI',\n 'ATJ',\n 'ATK',\n 'ATL',\n 'ATM',\n 'ATN',\n 'ATO',\n 'ATP',\n 'ATQ',\n 'ATR',\n 'ATS',\n 'ATT',\n 'ATU',\n 'ATV',\n 'ATW',\n 'ATX',\n 'ATY',\n 'ATZ',\n 'AU',\n 'AUA',\n 'AUB',\n 'AUC',\n 'AUD',\n 'AUE',\n 'AUF',\n 'AUG',\n 'AUH',\n 'AUI',\n 'AUJ',\n 'AUK',\n 'AUL',\n 'AUM',\n 'AUN',\n 'AUO',\n 'AUP',\n 'AUQ',\n 'AUR',\n 'AUS',\n 'AUT',\n 'AUU',\n 'AUV',\n 'AUW',\n 'AUX',\n 'AUY',\n 'AUZ',\n 'AV',\n 'AVA',\n 'AVB',\n 'AVC',\n 'AVD',\n 'AVE',\n 'AVF',\n 'AVG',\n 'AVH',\n 'AVI',\n 'AVJ',\n 'AVK',\n 'AVL',\n 'AVM',\n 'AVN',\n 'AVO',\n 'AVP',\n 'AVQ',\n 'AVR',\n 'AVS',\n 'AVT',\n 'AVU',\n 'AVV',\n 'AVW',\n 'AVX',\n 'AVY',\n 'AVZ',\n 'AWA',\n 'AWB',\n 'AWC',\n 'AWD',\n 'AWE',\n 'AWF',\n 'AWG',\n 'AWH',\n 'AWI',\n 'AWJ',\n 'AWK',\n 'AWL',\n 'AWM',\n 'AWN',\n 'AWO',\n 'AWP',\n 'AWQ',\n 'AWR',\n 'AWS',\n 'AWT',\n 'AWU',\n 'AWV',\n 'AWW',\n 'AWX',\n 'AWY',\n 'AWZ',\n 'AXA',\n 'AXB',\n 'AXC',\n 'AXD',\n 'AXE',\n 'AXF',\n 'AXG',\n 'AXH',\n 'AXI',\n 'AXJ',\n 'AXK',\n 'AXL',\n 'AXM',\n 'AXN',\n 'AXO',\n 'AXP',\n 'AXQ',\n 'AXR',\n 'AXS',\n 'BA',\n 'BC',\n 'BD',\n 'BE',\n 'BH',\n 'BM',\n 'BN',\n 'BO',\n 'BR',\n 'BT',\n 'BTP',\n 'BW',\n 'CAS',\n 'CAT',\n 'CAU',\n 'CAV',\n 'CAW',\n 'CAX',\n 'CAY',\n 'CAZ',\n 'CBA',\n 'CBB',\n 'CD',\n 'CEC',\n 'CED',\n 'CFE',\n 'CFF',\n 'CFO',\n 'CG',\n 'CH',\n 'CK',\n 'CKN',\n 'CM',\n 'CMR',\n 'CN',\n 'CNO',\n 'COF',\n 'CP',\n 'CR',\n 'CRN',\n 'CS',\n 'CST',\n 'CT',\n 'CU',\n 'CV',\n 'CW',\n 'CZ',\n 'DA',\n 'DAN',\n 'DB',\n 'DI',\n 'DL',\n 'DM',\n 'DQ',\n 'DR',\n 'EA',\n 'EB',\n 'ED',\n 'EE',\n 'EEP',\n 'EI',\n 'EN',\n 'EQ',\n 'ER',\n 'ERN',\n 'ET',\n 'EX',\n 'FC',\n 'FF',\n 'FI',\n 'FLW',\n 'FN',\n 'FO',\n 'FS',\n 'FT',\n 'FV',\n 'FX',\n 'GA',\n 'GC',\n 'GD',\n 'GDN',\n 'GN',\n 'HS',\n 'HWB',\n 'IA',\n 'IB',\n 'ICA',\n 'ICE',\n 'ICO',\n 'II',\n 'IL',\n 'INB',\n 'INN',\n 'INO',\n 'IP',\n 'IS',\n 'IT',\n 'IV',\n 'JB',\n 'JE',\n 'LA',\n 'LAN',\n 'LAR',\n 'LB',\n 'LC',\n 'LI',\n 'LO',\n 'LRC',\n 'LS',\n 'MA',\n 'MB',\n 'MF',\n 'MG',\n 'MH',\n 'MR',\n 'MRN',\n 'MS',\n 'MSS',\n 'MWB',\n 'NA',\n 'NF',\n 'OH',\n 'OI',\n 'ON',\n 'OP',\n 'OR',\n 'PB',\n 'PC',\n 'PD',\n 'PE',\n 'PF',\n 'PI',\n 'PK',\n 'PL',\n 'POR',\n 'PP',\n 'PQ',\n 'PR',\n 'PS',\n 'PW',\n 'PY',\n 'RA',\n 'RC',\n 'RCN',\n 'RE',\n 'REN',\n 'RF',\n 'RR',\n 'RT',\n 'SA',\n 'SB',\n 'SD',\n 'SE',\n 'SEA',\n 'SF',\n 'SH',\n 'SI',\n 'SM',\n 'SN',\n 'SP',\n 'SQ',\n 'SRN',\n 'SS',\n 'STA',\n 'SW',\n 'SZ',\n 'TB',\n 'TCR',\n 'TE',\n 'TF',\n 'TI',\n 'TIN',\n 'TL',\n 'TN',\n 'TP',\n 'UAR',\n 'UC',\n 'UCN',\n 'UN',\n 'UO',\n 'URI',\n 'VA',\n 'VC',\n 'VGR',\n 'VM',\n 'VN',\n 'VON',\n 'VOR',\n 'VP',\n 'VR',\n 'VS',\n 'VT',\n 'VV',\n 'WE',\n 'WM',\n 'WN',\n 'WR',\n 'WS',\n 'WY',\n 'XA',\n 'XC',\n 'XP',\n 'ZZZ',\n 'AXU',\n] as [string, ...string[]];\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version D.16B\n *\n * @category Peppol Values\n *\n * @title Duty or tax or fee category code (Subset of UNCL5305)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL5305/\n */\nexport const dutyTaxFeeCategories = {\n /**\n * @description Code specifying that the standard VAT rate is levied from the invoicee.\n */\n AE: 'Vat Reverse Charge',\n /**\n * @description Code specifying that taxes are not applicable.\n */\n E: 'Exempt from Tax',\n /**\n * @description Code specifying the standard rate.\n */\n S: 'Standard rate',\n /**\n * @description Code specifying that the goods are at a zero rate.\n */\n Z: 'Zero rated goods',\n /**\n * @description Code specifying that the item is free export and taxes are not charged.\n */\n G: 'Free export item, VAT not charged',\n /**\n * @description Code specifying that taxes are not applicable to the services.\n */\n O: 'Services outside scope of tax',\n /**\n * @description A tax category code indicating the item is VAT exempt due to an intra-community supply in the European Economic Area.\n */\n K: 'VAT exempt for EEA intra-community supply of goods and services',\n /**\n * @description Impuesto General Indirecto Canario (IGIC) is an indirect tax levied on goods and services supplied in the Canary Islands (Spain) by traders and\n * professionals, as well as on import of goods.\n */\n L: 'Canary Islands general indirect tax',\n /**\n * @description Impuesto sobre la Producción, los Servicios y la Importación (IPSI) is an indirect municipal tax, levied on the production, processing and import\n * of all kinds of movable tangible property, the supply of services and the transfer of immovable property located in the cities of Ceuta and\n * Melilla.\n */\n M: 'Tax for production, services and importation in Ceuta and Melilla',\n /**\n * @description VAT not to be paid to the issuer of the invoice but directly to relevant tax authority. This code is allowed in the EN 16931 for Italy only based\n * on the Italian A-deviation.\n */\n B: 'Transferred (VAT), In Italy',\n};\n\n/**\n * @description Keys of {@link dutyTaxFeeCategories}.\n */\nexport type DutyTaxFeeCategoriesKeys = 'AE' | 'E' | 'S' | 'Z' | 'G' | 'O' | 'K' | 'L' | 'M' | 'B';\n\n/**\n * @description Keys of {@link dutyTaxFeeCategories}.\n */\nexport const dutyTaxFeeCategoriesKeys = ['AE', 'E', 'S', 'Z', 'G', 'O', 'K', 'L', 'M', 'B'] as const;\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @category Peppol Values\n *\n * @title ISO 6523 ICD list\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/\n */\nexport const icdCodes = {\n /**\n * @description Notes on Use of Code: The Sirene number is used in France mainly for the official registration in the Trade Register and as the only number used\n * between authorities and organizations, and between authorities when dealing with data interchange on organizations. Issuing agency: Institut\n * National de la Statistique et des Etudes Economiques, (I.N.S.E.E.), France.\n */\n '0002': 'System Information et Repertoire des Entreprise et des Etablissements: SIRENE',\n /**\n * @description Notes on Use of Code: Many financial institutions have more than one code number, e.g. to indicate each branch individually. The codes can be\n * reallocated over the time (mostly in the case where a financial institution terminates its activity). Some code numbers are currently unused.\n * Code numbers 990 through 999 are reserved. Issuing agency: Association Belge des Banques, Belgium.\n */\n '0003': 'Codification Numerique des Etablissments Financiers En Belgique',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the OSI network addressing and naming tree as depicted in Addendum 2 to ISO 8348.\n * Issuing agency: National Bureau of Standards, USA.\n */\n '0004': 'NBS/OSI NETWORK',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the OSI network addressing and naming tree as depicted in Addendum 2 to ISO 8348.\n * Issuing agency: National Bureau of Standards, USA.\n */\n '0005': 'USA FED GOV OSI NETWORK',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the OSI network addressing and naming tree as depicted in Addendum 2 to ISO 8348.\n * Issuing agency: Defense Communication Agency, USA.\n */\n '0006': 'USA DOD OSI NETWORK',\n /**\n * @description Notes on Use of Code: The third digit in the organisation number is never lower than 2 in order to avoid it being confused with personal numbers.\n * Issuing agency: The National Tax Board, SWEDEN.\n */\n '0007': 'Organisationsnummer',\n /**\n * @description Issuing agency: Ministere De L'interieur et de la Fonction Publique, Belgium.\n */\n '0008': 'LE NUMERO NATIONAL',\n /**\n * @description Issuing agency: DU PONT DE NEMOURS (FRANCE) S.A. France.\n */\n '0009': 'SIRET-CODE',\n /**\n * @description Notes on Use of Code: The organizational codes established under this coding systems constitute the registered organizational identifiers\n * recognised under ISO 9541-2. That standard effectively establishes agreements under which, as allowed by clauses 5.1 and 5.3 of ISO 6523, both\n * the ICD and the organization name are generally omitted, from the SIO, and thus only the organization code portion of the SIO is interchanged.\n * Issuing agency: Association for Font Information Interchange, USA.\n */\n '0010': 'Organizational Identifiers for Structured Names under ISO 9541 Part 2',\n /**\n * @description Notes on Use of Code: Specific object and attribute naming conventions are currently being defined. Issuing agency: The Radio Amateur\n * Telecommunications Society, USA.\n */\n '0011': 'International Code Designator for the Identification of OSI-based, Amateur Radio Organizations, Network Objects and Application Services.',\n /**\n * @description Issuing agency: European Computer Manufacturers Association, SWITZERLAND.\n */\n '0012': 'European Computer Manufacturers Association: ECMA',\n /**\n * @description Notes on Use of Code: The code serves the addressing between the communicating partners. Issuing agency: Verband der Automobilindustrie e.V.,\n * GERMANY.\n */\n '0013': 'VSA FTP CODE (FTP = File Transfer Protocol)',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the Workshop naming and addressing tree. Issuing agency: United States Department of\n * Commerce, National Institute of Standards and Technology, Gaithersburg, USA.\n */\n '0014': \"NIST/OSI Implememts' Workshop\",\n /**\n * @description Issuing agency: Avon Rubber p.l.c. UK.\n */\n '0015': 'Electronic Data Interchange: EDI',\n /**\n * @description Notes on Use of Code: a) In the SIO the Organization Name will normally be omitted, b) The code is primarily intended for the registration of\n * Objects Identifiers according to ISO 8824: Level 1: iso (1), Level 2: identified-organization (3), Level 3: ewos (0016), Level 4: and higher:\n * (defined by EWOS conventions) Issuing agency: EWOS (European Workshop for Open Systems), BELGIUM.\n */\n '0016': 'EWOS Object Identifiers',\n /**\n * @description Notes on Use of Code: Codes for named populated places, geographic places, geopolitical places, outlaying areas, and other related entities of\n * the state of the United States, provinces and territories of Canada, countries of the world, and other, unique areas. Also for the identification\n * of organizations, places, equipment and governmental entities by the telecommunication industry. Issuing agency: Data Communications Technology\n * Planning, USA.\n */\n '0017': 'COMMON LANGUAGE',\n /**\n * @description Notes on Use of Code: The ICD code will also form the initial part of the OSI Network addressing and naming tree as depicted in Addendum 2 to ISO\n * 8348. Issuing agency: International Business Machines Corporation, USA.\n */\n '0018': 'SNA/OSI Network',\n /**\n * @description The ICD code forms the initial part of the OSI network addressing and naming tree as depicted in Addendum 2 to ISO 8348. Issuing agency:\n * International Air Transport Association, Switzerland.\n */\n '0019': 'Air Transport Industry Services Communications Network',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the OSI network addressing and naming tree as depicted in Addendum 2 of ISO 8348.\n * Issuing agency: European Laboratory for Particle Physics, Switzerland.\n */\n '0020': 'European Laboratory for Particle Physics: CERN',\n /**\n * @description Notes on Use of Code: To be used for assignment of object identifiers (ISO 8824/8825) Issuing agency: SOCIETY FOR WORLDWIDE INTERBANK FINANCIAL,\n * TELECOMMUNICATION S.W.I.F.T. BELGIUM.\n */\n '0021': 'SOCIETY FOR WORLDWIDE INTERBANK FINANCIAL, TELECOMMUNICATION S.W.I.F.T.',\n /**\n * @description Notes on Use of Code: OSF provides public domain software in OS, ISO networking and management. The initial use of the coding system are for\n * identifying the following objects in OSF's distributed computing environment: the attributes of entries in the distributed directory, the object\n * class of each entry in the directory, the type of name components (RDNs), the communication protocol profiles, the interfaces offered by. Issuing\n * agency: Open Software Foundation, USA.\n */\n '0022': 'OSF Distributed Computing Object Identification',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the OSI network addressing and tree as depicted in Addendum 2 of ISO 8348. Issuing\n * agency: NORDUnet, c/o SICS, Sweden.\n */\n '0023': 'Nordic University and Research Network: NORDUnet',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the OSI network addressing as described in ISO8348 Addendum 2. Issuing agency:\n * Digital Equipment (Europe) S.A.R.L. France.\n */\n '0024': 'Digital Equipment Corporation: DEC',\n /**\n * @description Notes on Use of Code: The code is used as an element of object identifiers which need to be assigned relating the ISPs (International\n * Standardized Profiles) that AOW is working on. Issuing agency: OSI ASIA-OCEANIA WORKSHOP, JAPAN.\n */\n '0025': 'OSI ASIA-OCEANIA WORKSHOP',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the OSI network addressing and naming tree depicted in Addendum 2 of ISO 8348.\n * Issuing agency: North Atlantic Treaty Organisation (NATO), Belgium.\n */\n '0026': 'NATO ISO 6523 ICDE coding scheme',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the ISO network addressing and naming tree as depicted in Addendum No 2 to ISO 8348\n * Issuing agency: International Civil Aviation Organization (ICAO), CANADA.\n */\n '0027': 'Aeronautical Telecommunications Network (ATN)',\n /**\n * @description Issuing agency: Styria Federn GmbH, AUSTRIA.\n */\n '0028': 'International Standard ISO 6523',\n /**\n * @description Issuing agency: General Computing Centre of the State, Committee of the USSR on Statistics, U S S R.\n */\n '0029': 'The All-Union Classifier of Enterprises and Organisations',\n /**\n * @description Notes on Use of Code: The ICD code will also form the Initial Domain Part of the OSI network, addressing and naming tree as specified in Addendum\n * 2 to ISO 8348. Issuing agency: AT&T, Standards and Regulatory Support, UNITED STATES OF AMERICA.\n */\n '0030': 'AT&T/OSI Network',\n /**\n * @description Notes on Use of Code: To identify EDI partners. Issuing agency: Odette NL, The Netherlands.\n */\n '0031': 'EDI Partner Identification Code',\n /**\n * @description Notes on Use of Code: The code is used as an element of Object Identifier when defining objects within Telecom Australia. In addition the code\n * shall be used as an element of NSAP addressing. Issuing agency: Australia Telecommunications Corporation, AUSTRALIA.\n */\n '0032': 'Telecom Australia',\n /**\n * @description Notes on Use of Code: Exclusive use by S G W .Issuing agency: S G Warburg Group Management Ltd, UK.\n */\n '0033': 'S G W OSI Internetwork',\n /**\n * @description Notes on Use of Code: To be used in the formation of OSI Network Service Access Point (NSAP) addresses. Issuing agency: Reuters Ltd, UK.\n */\n '0034': 'Reuter Open Address Standard',\n /**\n * @description Notes on Use of Code: This code will be used internationally by BP thus a non-geographic code is requested. Issuing agency: The British Petroleum\n * Co Plc, UK.\n */\n '0035': 'ISO 6523 - ICD',\n /**\n * @description Notes on Use of Code: a) In the SIO the Organization name will normally be omitted. b) The code is primarily intended for the registration of\n * Object Identifiers for security related objects according to ISO/IEC 8824, Level 1: iso(1), Level 2: identified-organization(3), Level 3:\n * teletrust(0036), Level 4 and higher: (defined by TeleTrust conventions) Issuing agency: TeleTrust Deutschland e.V., GERMANY.\n */\n '0036': 'TeleTrust Object Identifiers',\n /**\n * @description Notes on Use of Code: It is possible to add 0-4 characters set to the code for more detailed use ofone organization. Characters are digits or\n * capital letter. Issuing agency: National Board of Taxes, FINLAND.\n */\n '0037': 'LY-tunnus',\n /**\n * @description Notes on Use of Code: As noted above it will be used as the initial identifier of an NSAP codingscheme. Issuing agency: Standards Australia.\n */\n '0038': 'The Australian GOSIP Network',\n /**\n * @description The ICD code forms the initial part of the OSI naming and addressing, tree as depicted in ISO 8348/Add 2 standard. Format of the tree is\n * described in the Australian GOSIP Manuals and used globally. Issuing agency: The Australian Department of Defence, AUSTRALIA.\n */\n '0039': 'The OZ DOD OSI Network',\n /**\n * @description Notes on Use of Code: To be used in data communications to form part of the Network Address as defined in ISO 8348. The ISO 6523, ICD IDI format\n * with Binary syntax will be used. Issuing agency: Information Technology Group, Unilever Plc, UK.\n */\n '0040': 'Unilever Group Companies',\n /**\n * @description Notes on Use of Code: The ICD code will also form the initial part of the Citicorp Network addressing object identifier tree and naming tree as\n * depicted in Addendum 2 to ISO 8348. Issuing agency: Citicorp Global Information Network, USA.\n */\n '0041': 'Citicorp Global Information Network',\n /**\n * @description Notes on Use of Code: 1) The ICD is primarily intended for the registration of Object Identifiers, according to ISO 8824/8825 (ANS.1) to be used\n * for the identification resp. registration of: - application layer protocols, - file & document formats, - information objects, - local/remote\n * procedures. The OID structure and the inclusion of the ICD therein is given below: level 1: iso(1), level 2: identifiedOrganisation(3), level 3\n * (ICD): dbpt(0042), level 4 to n: (defined by Telekom). Issuing agency: DBP Telekom, GERMANY.\n */\n '0042': 'DBP Telekom Object Identifiers',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the OSI network addressing as depicted in ISO 8348/AD2. Issuing agency: Norsk Hydro\n * a.s., Norway.\n */\n '0043': 'HydroNETT',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of international addressing for Thailand. Issuing agency: Thai Industrial Standards\n * Institute (TISI), THAILAND.\n */\n '0044': 'Thai Industrial Standards Institute (TISI)',\n /**\n * @description Notes on Use of Code: The ICD code will be used to manage NSAP allocation for all ICI companies on a worldwide basis. The organisation code is\n * used Worldwide by ICI application systems to identify ICI registered companies in machine to machine communications. Issuing agency: ICI PLC,\n * UK.\n */\n '0045': 'ICI Company Identification System',\n /**\n * @description Notes on Use of Code: Current applications are Philips accounting and logistic systems; new application is the identification of objects in the\n * open network environment according to ISO 8824 which starts with a party identification Issuing agency: Royal Philips Electronics N.V., The\n * Netherlands.\n */\n '0046': 'FUNLOC',\n /**\n * @description Notes on Use of Code: To be used in data communications to form part of the network address. The ISO 6523 ICD IDI format with binary syntax will\n * be used. Issuing agency: BULL S.A. FRANCE.\n */\n '0047': 'BULL ODI/DSA/UNIX Network',\n /**\n * @description Notes on Use of Code: ISO 6523 ICD IDI format with binary syntax will be used. Issuing agency: OSINZ, New Zealand.\n */\n '0048': 'OSINZ',\n /**\n * @description Notes on Use of Code: ISO 6523 ICD IDI format with binary syntax will be used Issuing agency: Auckland Area Health Board, Information Systems,\n * Greenlane/National Women's Hospital, New Zealand.\n */\n '0049': 'Auckland Area Health',\n /**\n * @description Notes on Use of Code: Interconnect the plants by an OSI network essentially over X.25 carrier. Issuing agency: Firmenich S A, Switzerland.\n */\n '0050': 'Firmenich',\n /**\n * @description Notes on Use of Code: Medical Communication Issuing agency: AGFA N.V. BELGIUM.\n */\n '0051': 'AGFA-DIS',\n /**\n * @description Notes on Use of Code: The ICD code will also be used to identify SMPTE constituent organizations (committees, working groups, task forces,\n * etc./), and the objects they, define. The ICD code will also form the Initial Domain Part of the OSI network addressing and naming tree as\n * specified in Addendum 2 tot ISO 8348 Issuing agency: Society of Motion Picture and Television Engineers (SMPTE), USA.\n */\n '0052': 'Society of Motion Picture and Television Engineers (SMPTE)',\n /**\n * @description Issuing agency: Migros-Genossenschafts-Bund, Switzerland.\n */\n '0053': 'Migros_Network M_NETOPZ',\n /**\n * @description Notes on Use of Code: This code could be used internationally by Pfizer thus a non-geographic code is required. The code forms the initial part\n * of the OSI network addressing and naming tree depicted in Addendum 2 of ISO 8348. Issuing agency: Pfizer Central Research, UK.\n */\n '0054': 'ISO6523 - ICDPCR',\n /**\n * @description Issuing agency: ABB Asea Brown Boveri Ltd, Switzerland.\n */\n '0055': 'Energy Net',\n /**\n * @description Notes on Use of Code: a) In the SIO the organization name will normally be omitted, b) The code is primarily intended for the registration of\n * Object Identifiers according to ISO/IEC 8824: Level 1:iso(1), Level 2:identified-organization(3), Level 3:nokia(xxxx), Level 4 and higher:defined\n * by Nokia conventions Issuing agency: Nokia Corporation, FINLAND.\n */\n '0056': 'Nokia Object Identifiers (NOI)',\n /**\n * @description Notes on Use of Code: To be used for assignment of: N.E.T (ISO 8348/Add 2), A.E.T (FTAM, X.400 Psaps, and so on), and object identification (ISO\n * 8824/8825) Issuing agency: Saint Gobain, France.\n */\n '0057': 'Saint Gobain',\n /**\n * @description Notes on Use of Code: The ICD code will form the initial part of the OSI Network addressing and naming tree as depicted in Addendum 2 to ISO 8348\n * (Network layer addressing). These addresses will uniquely identify systems within SCN and to the outside world. Issuing agency: Siemens AG,\n * Germany.\n */\n '0058': 'Siemens Corporate Network',\n /**\n * @description Issuing agency: DANZAS AG, Switzerland.\n */\n '0059': 'DANZNET',\n /**\n * @description Notes on Use of Code: The D-U-N-S Number originated to facilitate the compilation of financial status reports on those involved in business\n * transactions but it is now widely used for other purposes also. The number has world wide recognition as a means of identifying businesses and\n * institutions. Issuing agency: Dun and Bradstreet Ltd, UK.\n */\n '0060': 'Data Universal Numbering System (D-U-N-S Number)',\n /**\n * @description Notes on Use of Code: This code is to assist in uniquely identifying data network node addresses in an international supporting network for\n * financial applications. This supporting network may have operational interfaces to other (private) data networks. Issuing agency: SOFFEX Swiss\n * Options and Financial Futures Exchange AG. Switzerland.\n */\n '0061': 'SOFFEX OSI',\n /**\n * @description Notes on Use of Code: This code is used in the VTOA network of KPN OVN. Issuing agency: Koninklijke KPN, The Netherlands.\n */\n '0062': 'KPN OVN',\n /**\n * @description Issuing agency: Ascom AG, Switzerland.\n */\n '0063': 'ascomOSINet',\n /**\n * @description Notes on Use of Code: The code identifies an individual transport or handling unit (e.g. pallet, parcel) for reasons of tracing or tracing. The\n * unit may have an international destination. Issuing agency: Foundation UTC, The Netherlands.\n */\n '0064': 'UTC: Uniforme Transport Code',\n /**\n * @description Notes on Use of Code: Whenever possible, ISO 8348 addresses using this code will comply with FIPS PUB 146, with an End System ID of exactly 4\n * octets, so that the DSP can also conform to ECMA 117 where ECMA's subnet-address maps onto FIPS's Subnet ID concatenated with the End System ID.\n * Issuing agency: Direction Centrale Technique (Informatique Scientifique), Belgium.\n */\n '0065': 'SOLVAY OSI CODING',\n /**\n * @description Notes on Use of Code: Will be used internationaly by Roche thus a non-geographic code is required. Issuing agency: F. HOFFMANN - LA ROCHE AG,\n * Switzerland.\n */\n '0066': 'Roche Corporate Network',\n /**\n * @description Notes on Use of Code: BAKOM - Switzerland. Issuing agency: Zellweger Uster AG, Switzerland.\n */\n '0067': 'ZellwegerOSINet',\n /**\n * @description Notes on Use of Code: The ICD code will be used to form the Initial Domain Identifier (IDI) portion of the Initial Domain Part (IDP) as described\n * in ISO 8348 Addendum 2 for OSI NSAP addressing. Issuing agency: Intel Corporation, USA.\n */\n '0068': 'Intel Corporation OSI',\n /**\n * @description Notes on Use of Code: SITA intends to use its OID Tree to define its own Objects for use with its OSI-based services (e.g. MHS & OSI Management).\n * Issuing agency: SITA, France.\n */\n '0069': 'SITA Object Identifier Tree',\n /**\n * @description Notes on Use of Code: The ICD code will form the initial part of the OSI Network addressing and naming free as depicted in Addendum 2 to ISO 8348\n * (Network Layer addressing). These addresses will uniquely identify systems within DBCN and to the outside world. Issuing agency: DaimlerChrysler\n * AG, GERMANY.\n */\n '0070': 'DaimlerChrysler Corporate Network',\n /**\n * @description Notes on Use of Code: The ICD code will also form the Initial Domain Part of the OSI network addressing and naming tree as specified in addendum\n * 2 to ISO 8348. Issuing agency: LEGO Systems Inc, USA.\n */\n '0071': 'LEGO /OSI NETWORK',\n /**\n * @description Notes on Use of Code: The ICD code will also form the Initial Domain Part of the OSI Network addressing and naming tree as specified in Addendum\n * 2 to ISO 8348. Issuing agency: International Truck & Engine Corp, USA.\n */\n '0072': 'NAVISTAR/OSI Network',\n /**\n * @description Notes on Use of Code: Used as an ATM address prefix by, 1) Newbridge ATM terminal equipment: a) when performing user - network address\n * registration, b) transparently initiating signalled ATM connections on behalf of other non-ATM (LAN) devices, c) directly initiating signalled\n * ATM connections, 2) Newbridge ATM switching equipment used to: a) perform network - user address registration, b) perform routing of Switched\n * Virtual Connections across a private ATM cell switching network. Issuing agency: Newbridge Networks Corporation, CANADA.\n */\n '0073': 'ICD Formatted ATM address',\n /**\n * @description Notes on Use of Code: ARINC will define its own Objects for use with its OSI-based systems and services. ARINC will also define Objects for use\n * within the Aeronautical industry. Issuing agency: ARINC Incorporated, USA.\n */\n '0074': 'ARINC',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the OSI network addressing scheme as depicted in Addendum 2 of ISO 8384. Issuing\n * agency: Alcatel Network Services Deutschland GmbH, GERMANY.\n */\n '0075': 'Alcanet/Alcatel-Alsthom Corporate Network',\n /**\n * @description Notes on Use of Code: To be used for assignments of object identifiers according to ISO 8824 and ISO 8825. Issuing agency: UNINFO, ITALY.\n */\n '0076': 'Sistema Italiano di Identificazione di ogetti gestito da UNINFO',\n /**\n * @description Notes on Use of Code: The ICD code forms the initial part of the OSI network Addressing and naming tree depicted in Addendum 2 of ISO 8348.\n * Issuing agency: UNINFO, ITALY.\n */\n '0077': 'Sistema Italiano di Indirizzamento di Reti OSI Gestito da UNINFO',\n /**\n * @description Notes on Use of Code: The ICD code will form the initial part of the naming tree for: 1 - Private Integrated Services Network\n * manufacturer-specific information as the Organization identifier forming the initial part of the OBJECT IDENTIFIER tree. 2 - OSI Application\n * Layer such as CSTA (ECMA 179). Issuing agency: Mitel Corporation, Canada.\n */\n '0078': 'Mitel terminal or switching equipment',\n /**\n * @description Notes on Use of Code: The ICD code will also form part of the Initial Domain Part of the OSI network addressing as specified in Addendum 2 to ISO\n * 8348. Issuing agency: The ATM Forum, USA.\n */\n '0079': 'ATM Forum',\n /**\n * @description Notes on Use of Code: EDIRA recommendations for coding in EDIFACT and other EDI systems. Issuing agency: National Health Service, UK.\n */\n '0080': 'UK National Health Service Scheme, (EDIRA compliant)',\n /**\n * @description Issuing agency: Federal Office for Communications, Switzerland.\n */\n '0081': 'International NSAP',\n /**\n * @description Notes on Use of Code: For use in EDIFACT messages in accordance with current national recommendation on identification of EDI objects. (EDIRA\n * compliant). Issuing agency: Norwegian Telecommunications Authority, NORWAY.\n */\n '0082': \"Norwegian Telecommunications Authority's, NTA'S, EDI, identifier scheme (EDIRA compliant)\",\n /**\n * @description Notes on Use of Code: The ICD code will also form part of the Initial Domain Part of the OSI network addressing as specified in Addendum 2 to ISO\n * 8348. Issuing agency: ATM Ltd, ENGLAND.\n */\n '0083': 'Advanced Telecommunications Modules Limited, Corporate Network',\n /**\n * @description Notes on Use of Code : EDIRA recommendations for coding in EDIFACT and other EDI syntaxes. Issuing agency: Athens Chamber of Commerce & Industry,\n * Greece.\n */\n '0084': 'Athens Chamber of Commerce & Industry Scheme (EDIRA compliant)',\n /**\n * @description Intended Purpose/App. Area Numerical identifiers of organizations. Issuing agency: Zurich Chamber of Commerce on behalf of Swiss Chambers, of\n * Commerce, Switzerland.\n */\n '0085': 'Swiss Chambers of Commerce Scheme (EDIRA) compliant',\n /**\n * @description EDIRA recommendations for coding in EDIFACT and other EDI syntaxes. Issuing agency: United States Council for Internationa Business (USCIB), 1212\n * Avenue of the Americas, USA.\n */\n '0086': 'United States Council for International Business (USCIB) Scheme, (EDIRA compliant)',\n /**\n * @description Issuing agency: National Federartion of Chambers of Commerce & Industry of, Belgium, Belgium.\n */\n '0087': 'National Federation of Chambers of Commerce & Industry of Belgium, Scheme (EDIRA compliant)',\n /**\n * @description Issuing agency: EAN International, Belgium.\n */\n '0088': 'EAN Location Code',\n /**\n * @description Issuing agency: The Association of British Chambers of Commerce Ltd., UK.\n */\n '0089': 'The Association of British Chambers of Commerce Ltd. Scheme, (EDIRA compliant)',\n /**\n * @description Issuing agency: Internet Assigned Numbers Authority, USA.\n */\n '0090': 'Internet IP addressing - ISO 6523 ICD encoding',\n /**\n * @description Issuing agency: Cisco Systems, USA.\n */\n '0091': 'Cisco Sysytems / OSI Network',\n /**\n * @description Issuing agency: Revenue Canada, CANADA.\n */\n '0093': 'Revenue Canada Business Number Registration (EDIRA compliant)',\n /**\n * @description Issuing agency: Deutscher Industrie -und Handelstag (DIHT), Germany.\n */\n '0094': 'DEUTSCHER INDUSTRIE- UND HANDELSTAG (DIHT) Scheme (EDIRA compliant)',\n /**\n * @description Issuing agency: Hewlett - Packard Company, USA.\n */\n '0095': 'Hewlett - Packard Company Internal AM Network',\n /**\n * @description Issuing agency: Danish Chamber of Commerce, Denmark.\n */\n '0096': 'DANISH CHAMBER OF COMMERCE Scheme (EDIRA compliant)',\n /**\n * @description Issuing agency: FTI - Ediforum Italia, ITALY.\n */\n '0097': 'FTI - Ediforum Italia, (EDIRA compliant)',\n /**\n * @description Issuing agency: Chamber of Commerce Tel Aviv-Jaffa, ISRAEL.\n */\n '0098': 'CHAMBER OF COMMERCE TEL AVIV-JAFFA Scheme (EDIRA compliant)',\n /**\n * @description Issuing agency: Siemens AG, Germany.\n */\n '0099': 'Siemens Supervisory Systems Network',\n /**\n * @description Issuing agency: GPT Limited, UK.\n */\n '0100': 'PNG_ICD Scheme',\n /**\n * @description Issuing agency: Thawte Consulting, 33 Protea Way, Durbanville 7550, South Africa.\n */\n '0101': 'South African Code Allocation',\n /**\n * @description Issuing agency: Hessische Elektrizitats-AG, Germany.\n */\n '0102': 'HEAG',\n /**\n * @description Issuing agency: Tony Holmes, UK.\n */\n '0104': 'BT - ICD Coding System',\n /**\n * @description Issuing agency: Portuguese Chamber of Commerce and Industry, Portugal.\n */\n '0105': 'Portuguese Chamber of Commerce and Industry Scheme (EDIRA compliant)',\n /**\n * @description Issuing agency: Vereniging van Kamers van Koophandel en Fabrieken in Nederland Watermolenlaan, The Netherlands.\n */\n '0106':\n 'Vereniging van Kamers van Koophandel en Fabrieken in Nederland (Association of Chambers of Commerce and Industry in the Netherlands), Scheme (EDIRA compliant)',\n /**\n * @description Issuing agency: Association of Swedish Chambers of Commerce and Industry, Sweden.\n */\n '0107': 'Association of Swedish Chambers of Commerce and Industry Scheme (EDIRA compliant)',\n /**\n * @description Issuing agency: Australian Chambers of Commerce and Industry, Australia.\n */\n '0108': 'Australian Chambers of Commerce and Industry Scheme (EDIRA compliant)',\n /**\n * @description Issuing agency: BellSouth Corporation, USA.\n */\n '0109': 'BellSouth ICD AESA (ATM End System Address)',\n /**\n * @description Issuing agency: Bell Atlantic, USA.\n */\n '0110': 'Bell Atlantic',\n /**\n * @description Issuing agency: Institute of Electrical and Electronics Engineers, USA.\n */\n '0111': 'Object Identifiers',\n /**\n * @description Issuing agency: International Organization for Standardization (ISO), SWITZERLAND.\n */\n '0112': 'ISO register for Standards producing Organizations',\n /**\n * @description Issuing agency: Origin BV, The Netherlands.\n */\n '0113': 'OriginNet',\n /**\n * @description Issuing agency: Check Point Software Technologies Ltd, ISRAEL.\n */\n '0114': 'Check Point Software Technologies',\n /**\n * @description Issuing agency: Pacific Bell, USA.\n */\n '0115': 'Pacific Bell Data Communications Network',\n /**\n * @description Issuing agency: PSS (Postal Security Services), FINLAND.\n */\n '0116': 'PSS Object Identifiers',\n /**\n * @description Issuing agency: Stentor Resource Centre Inc., Canada.\n */\n '0117': 'STENTOR-ICD CODING SYSTEM',\n /**\n * @description Issuing agency: Deutsche Telekom AG, Germany.\n */\n '0118': \"ATM-Network ZN'96\",\n /**\n * @description Issuing agency: MCI Telecommunications Corporation, Technical Standards Management, USA.\n */\n '0119': 'MCI / OSI Network',\n /**\n * @description Issuing agency: Advantis, USA.\n */\n '0120': 'Advantis',\n /**\n * @description Issuing agency: Affable Software Corporation, Canada.\n */\n '0121': 'Affable Software Data Interchange Codes',\n /**\n * @description Issuing agency: BB-DATA GmbH, Germany.\n */\n '0122': 'BB-DATA GmbH',\n /**\n * @description Issuing agency: BASF Computer Services GmbH, Germany.\n */\n '0123': 'BASF Company ATM-Network',\n /**\n * @description Issuing agency: DISC, British Standards Institution, UK.\n */\n '0124': 'IOTA Identifiers for Organizations for Telecommunications Addressing using the ICD system format defined in ISO/IEC 8348',\n /**\n * @description Issuing agency: Henkel KgaA, Germany.\n */\n '0125': 'Henkel Corporate Network (H-Net)',\n /**\n * @description Issuing agency: GTE, Industry Standards, USA.\n */\n '0126': 'GTE/OSI Network',\n /**\n * @description Issuing agency: Dresdner Bank AG, Germany.\n */\n '0127': 'Dresdner Bank Corporate Network',\n /**\n * @description Issuing agency: Telekurs AG, Switzerland.\n */\n '0128': 'BCNR (Swiss Clearing Bank Number)',\n /**\n * @description Issuing agency: Telekurs AG, Switzerland.\n */\n '0129': 'BPI (Swiss Business Partner Identification) code',\n /**\n * @description Issuing agency: European Commission, Belgium.\n */\n '0130': 'Directorates of the European Commission',\n /**\n * @description Issuing agency: China National Organization Code Registration Authority, P.R. of China.\n */\n '0131': 'Code for the Identification of National Organizations',\n /**\n * @description Issuing agency: Certicom Corp, U.S.A.\n */\n '0132': 'Certicom Object Identifiers',\n /**\n * @description Issuing agency: ISO TC68, Banking and Related Financial Services, USA.\n */\n '0133': 'TC68 OID',\n /**\n * @description Issuing agency: Infonet NV/SA, Belgium.\n */\n '0134': 'Infonet Services Corporation',\n /**\n * @description Issuing agency: SIA-Società Interbancaria per l'Automazione S.p.A., ITALIA.\n */\n '0135': 'SIA Object Identifiers',\n /**\n * @description Issuing agency: Cable & Wireless Global Business Inc., USA.\n */\n '0136': 'Cable & Wireless Global ATM End-System Address Plan',\n /**\n * @description Construct and Administer AESAs, Routing of ATM switched connections Use to from globally unique Global One ICD AESAs. Issuing agency: Global One,\n * Belgium.\n */\n '0137': 'Global AESA scheme',\n /**\n * @description The coding system will be used to provide ATM End System Addresses based on ICD format NSAP addresses. These addresses will be used to uniquely\n * identify User Network. Interfaces to ATM networks as specified by the ATM Forum UNI specifications. France telecom will also use these addresses\n * Internally and to provide worldwide customers with non- Geographic private AESAs. These global addresses should be Reachable by non-France\n * Telecom ATM users via Interconnecting ATM carriers. The ICD Code will also form part of the Initial Domain Part of the OSI network addressing as\n * specified in Addendum 2 to ISO 8348. Issuing agency: France Telecom, France.\n */\n '0138': 'France Telecom ATM End System Address Plan',\n /**\n * @description Global Addressing of Savvis ATM Switches and any direct customer ATM networks for implementation of PNNI Used to form a globally unique Savvis\n * ICD ATM End System Address. Issuing agency: Savvis Communications,USA.\n */\n '0139': 'Savvis Communications AESA:.',\n /**\n * @description The purpose of this coding system is to identify organizations world-wide that have business or technical transactions with Toshiba Corporation\n * in terms of ISO 13584 Parts Library standard based electronic catalogue interchange service. The interchange is not limited to those between a\n * member organization and Toshiba Corporation. Interchanges between member organizations based on the organization identifier of this coding system\n * are also in scope. Reference to this organization identification code in other business transactions is also allowed Reference to this\n * organization identifier in other business transactions is also possible provided the organizations concerned are registered as members of the.\n * Issuing agency: Toshiba Corporation, Japan.\n */\n '0140': \"Toshiba Organizations, Partners, And Suppliers' (TOPAS) Code\",\n /**\n * @description To identify all Commercial and Governmental entities that provide material and/or services to the Armed Forces of the NATO nations and several\n * non-NATO nations (Sponsored) around the world. This information is used by NATO and Sponsored nations' Logisticians to identify Commercial and\n * Government Entities they deal with. This Information is used by all functions of Logistics support such as Acquisition, Sourcing, EDI,\n * Re-Provisioning, Material Management, etc. Determination of the real source for an item of supply is one of the most important prerequisites for\n * proper application of the Uniform System of Item Identification within NATO. It is the source where documentation will be obtained from and its\n * location normally gives advice for codification responsibility. Within the NATO Codification System the term Manufacturer covers the whole range\n * of possible sources of technical data for items entering the supply chains or participating, countries. The primary use of manufacturers coding\n * is in ADP operations related to support management programs such as material management codification, standardization, etc. Issuing agency: NATO\n * Group of National Director on Codification (AC/135), Luxembourg.\n */\n '0141': 'NATO Commercial and Government Entity system',\n /**\n * @description The function as the 'Application Centre' for the Italian National Interbank Network, having been authorized by the Bank of Italy, and the Italian\n * Banking Association to operate in that capacity. The scheme is intended for the registration of object identifiers according to ISO 8824 and ISO\n * 8825 The code is primarily intended for the registration of Object Identifiers according to ISO 8824/8825, Level 1: ISO (), Level 2: identified\n * -organization (), Level 3: SECETI S.p.A. (), Level 4: and higher: (defined by SECETI conventions).Issuing agency: Servizi Centralizzati SECETI\n * S.p.A., ITALY.\n */\n '0142': 'SECETI Object Identifiers',\n /**\n * @description Initially the Network covers the geographical area of Germany with the intention of expanding into all the European countries EINSTEINet's goal\n * is to provide Application Services using an ATM network to customers located throughout Europe. The need for the international ATM address\n * structure is to serve EINSTENet's customers with consistent ATM addresses from end-to-end. Issuing agency: EINSTEINet AG, Germany.\n */\n '0143': 'EINESTEINet AG',\n /**\n * @description A code assigned to uniquely identify all military units in the United States Department of Defense. Issuing agency: DoD (Unites States Department\n * of Defense), USA.\n */\n '0144': 'DoDAAC (Department of Defense Activity Address Code)',\n /**\n * @description De assigned by the French public accounting office. Issuing agency: DGCP (Direction Générale de la Comptabilité Publique), 139 Rue de Bercy,\n * 75572 Paris Cedex 12, France.\n */\n '0145': 'DGCP (Direction Générale de la Comptabilité Publique)administrative accounting identification scheme',\n /**\n * @description French taxation authority. Issuing agency: DGI (Direction Générale des Impots), France.\n */\n '0146': 'DGI (Direction Générale des Impots) code',\n /**\n * @description Partner identification code which is registered with JIPDEC/ECPC. Issuing agency: JIPDEC, Japan.\n */\n '0147': 'Standard Company Code',\n /**\n * @description Data Network Identification Codes assigned by the ITU. Issuing agency: ITU (International Telecommunications Union), Switzerland.\n */\n '0148': 'ITU (International Telecommunications Union)Data Network Identification Codes (DNIC)',\n /**\n * @description For a company's ability to obtain complete and accurate information about potential suppliers Used to identify and designate in electronic\n * commerce Issuing agency: ResolveNet (IOM) Ltd, UK.\n */\n '0149': 'Global Business Identifier',\n /**\n * @description The code will be used as part of an ATM NSAP addressing scheme for the establishment of PVC and SPVC connections Addressing for Madge Networks\n * global ATM network and the connections of any Madge Customers requiring the allocation of ATM addresses from Madge Networks. Issuing agency:\n * Madge Networks, UK.\n */\n '0150': 'Madge Networks Ltd- ICD ATM Addressing Scheme',\n /**\n * @description The ABN will be a unique identifier for a business to interact with Government (Commonwealth, State and Local) throughout, Australia and is the\n * supporting number for the Goods and Service Tax (GST). The Legislation covering the use of ABN, (see notes on use) will have application\n * throughout the Commonwealth of The ABN is established by: A New Tax System (Australian, Business Number) Act 1999, enacted by the Australian\n * Parliament. The scheme is expected to last for at least 100 Years without reallocation of identification numbers. The ABN is specified in\n * English. Issuing agency: Australian Taxation Office, AUSTRALIA.\n */\n '0151': 'Australian Business Number (ABN) Scheme',\n /**\n * @description For the unambiguous identification of registration scheme used in e-commerce (not to be used for the identification of organizations). The code\n * is used to designate unambiguously schemes used in e-commerce to specify any entity but organizations. Issuing agency: EDIRA Association, c/o\n * Zurich chamber of commerce, Switzerland.\n */\n '0152': 'Edira Scheme Identifier Code',\n /**\n * @description Global Addressing of the Concert ATM switches and any direct customer ATM networks for implementation of PNNI. It will also be used for any\n * attached carrier ATM networks. Used to form globally unique Concert ICD ATM End System Addresses (AESA's). Issuing agency: Concert Global Network\n * Services Ltd, Bermuda.\n */\n '0153': 'Concert Global Network Services ICD AESA',\n /**\n * @description Unique identification of economic subjects for all administrative purposes The identification number ICO is used in the Czech Republic mainly in\n * all administrative acts (tax system, banking system, statistics. etc.) Issuing agency: Czech Statistical Office, Czech Republic.\n */\n '0154': 'Identification number of economic subjects: (ICO)',\n /**\n * @description Construction, administration and implementation of a scalable AESA schema for routing if ATM switched connections. ICD will be used as a\n * component of the IDP (Initial Domain Part) for OSI addressing. Issuing agency: Global Crossing Ltd, Bermuda.\n */\n '0155': 'Global Crossing AESA (ATM End System Address)',\n /**\n * @description Telecommunication network of operators in the AUNA Group. This code shall be used as an element of NSAP addressing Issuing agency: AUNA, Spain.\n */\n '0156': 'AUNA',\n /**\n * @description ITO Drager Net. The ICD code also form the initial part of the OSI network addressing scheme (Addendum 2 of ISO 8384) Issuing agency: Informatie\n * en Communicatie Technologie Organisatie, The Netherlands.\n */\n '0157': 'ATM interconnection with the Dutch KPN Telecom',\n /**\n * @description The unique identification of economic subjects (legal persons and natural persons-entrepreneurs) used for registration The identification number\n * ICO is used in Slovakia in almost all administrative acts (tax system, banking system, statistics, etc.) Issuing agency: Slovak Statistical\n * Office, Slovak Republic.\n */\n '0158': 'Identification number of economic subject (ICO) Act on State Statistics of 29 November 2001, § 27',\n /**\n * @description The code is primarily intended for the registration of Object Identifiers (OIDs) according to ISO 8824/8825: Level 1: iso (1), Level 2:\n * identified-organization (3), Level 3: ACTALIS SpA (0159), Level 4 and higher: (defined by ACTALIS) See \"Intended purpose/application area\"\n * Issuing agency: ACTALIS S.p.A., ITALY.\n */\n '0159': 'ACTALIS Object Identifiers',\n /**\n * @description The GTIN is a globally unique identifier of trade items. A trade item is any item (product or service) upon which there is a need to retrieve\n * pre-defined information and that may be priced, ordered or invoiced at any point in any supply chain. The GTIN identification scheme is currently\n * (2002) used by more than 900,000 organizations in the world. It is widely in the consumer goods and other industries to identify items and\n * packages. The GTIN can be represented in a standard bar code format. Issuing agency: EAN Inernational.\n */\n '0160': 'GTIN - Global Trade Item Number',\n /**\n * @description A centralized dictionary of names and definitions of trading concepts, essentially goods and services that are bought, sold or exchanged. This is\n * a classification neutral dictionary of names and attributes (also referred to as characteristics or properties). The eOTD will help improve the\n * speed and accuracy of Internet searches and can be imported into sourcing, procurement and ERP systems with minimal data transformation costs.\n * Issuing agency: Electronic Commerce Code Management Association, USA.\n */\n '0161': 'ECCMA Open Technical Directory',\n /**\n * @description To allocate OIDs to objects defined in the standards and specifications developed in CEN’s technical bodies (TCs, Workshops, etc) The code is\n * primarily intended for the registration ofObject Identifiers according to ISO 8824-1 Annex BLevel 1: iso (1)Level 2: identified-organization\n * (3)Level 3: CEN (nnnn –the ICD allocated)Level 4: and higher: (defined by CEN conventions). Issuing agency: Comité Européen de Normalization,\n * Belgium.\n */\n '0162': 'CEN/ISSS Object Identifier Scheme',\n /**\n * @description To provide for the unique identification of facilities regulated or monitored by the United States Environmental Protection Agency (EPA).A\n * facility is a distinct real property entity (i.e., a man-made object and its surrounding real estate). Facilities incorporate the characteristics\n * of being: (1) objects, established at (2) specific places, for (3) specific purposes. A facility can include monitoring stations, waste sites,\n * and other entities of environmental interest that cannot be classified as single facilities. This is maintained within the U.S. Environmental\n * Protection Agency Facility Registration System (FRS). Issuing agency: U.S. Environmental Protection Agency, USA.\n */\n '0163': 'US-EPA Facility Identifier',\n /**\n * @description SA Addressing Scheme for ATM PNNI Implementation ICD is required for PNNI implementation on TELUS’ ATM network in order to establish an\n * addressing scheme for SPVC connections within and between regions Issuing agency: TELUS Corporation, Canada.\n */\n '0164': 'TELUS Corporation',\n /**\n * @description To provide identifiers for international enterprises and organizations operating in fields of business served by the Jaakko Poyry Group. On the\n * date of the application, these fields include Forest industry, Energy, Infrastructure and Environment. To provide an internationally unambiguous\n * framework for existing coding practices in this The code is primarily intended for the registration of Object Identifiers according to ISO/IEC\n * 8824, 8825 and 11179: Level 1: iso (1) Level 2: identified organization (3) Level 3: fieie code (nnnn, the ICD allocated) Level 4 and higher:\n * (defined by FIEIE conventions). Issuing agency: Jaakko Poyry Group Oyj, Finland.\n */\n '0165': 'FIEIE Object identifiers',\n /**\n * @description To uniquely identify objects, esp. companies and professionals in directories/databases The code is used to uniquely identify the objects in the\n * Swissguide directory. Issuing agency: Swissguide AG, Switzerland.\n */\n '0166': 'Swissguide Identifier Scheme',\n /**\n * @description The coding system will be used to provide ATM End System Address based on IDC format NSAP addresses required for Priority Telecom ATM PNNI\n * implementation. These addresses will be used to uniquely identify User Network interfaces to Priority Telecom ATM Networks as specified by the\n * ATM Forum UNI specifications. PT plans to use these addresses to connect to other public ATM networks in the countries PT is operating (The\n * Netherlands, Norway and Austria) Used to form a globally unique Priority Telecom ATM End System Address. PT customers and interconnect with\n * public ATM networks requires the use of unique AESA Issuing agency: Priority Telecom Netherlands, The Netherlands.\n */\n '0167': 'Priority Telecom ATM End System Address Plan',\n /**\n * @description Implementation of an ATM network in connection with 3G rollout. The code will be used for ATM network related addressing purposes, and for CLNS\n * network. Issuing agency: Vodafone Ireland Limited, Ireland.\n */\n '0168': 'Vodafone Ireland OSI Addressing',\n /**\n * @description To uniquely identify all companies/organizations registered in the Swiss Register of Commerce and the Swiss Central Business Names Index To\n * uniquely identify entries in Swiss Central Business Names Index (zefix). The principle purpose of the zefix on internet is to provide a swisswide\n * search function, and thus provide the public with a service to determine the legal domicile, the cantonal office for the register of commerce in\n * charge, and the latter’s address. Issuing agency: Swiss Federal Office of Justice, Switzerland.\n */\n '0169': 'Swiss Federal Business Identification Number. Central Business names Index (zefix) Identification Number',\n /**\n * @description Teikoku Company Code is allocated to all incorporations, business owners, government organizations and other public offices in Japan. TDB\n * (Teikoku Databank Ltd.) retains company codes of approximately 1.7 million companies within Japan. Teikoku Company Code, a unique company ID, has\n * already been adopted by many companies both as a standard company code in customer data managements and as an identification code for online\n * electronic commerce transactions. Since every company trades with companies abroad, they need to use it in their international business\n * transaction. Therefore, it is desired to register TDB as an ICD to RA of the ISO/IEC 6523. Issuing agency: TEIKOKU DATABANK LTD., JAPAN.\n */\n '0170': 'Teikoku Company Code',\n /**\n * @description Index of the Certification Policies and Certification Practice Statement issued by Luxembourg PKI Issuing agency: Ministry of The Economy and\n * Foreign Trade, Luxembourg.\n */\n '0171': 'Luxembourg CP & CPS (Certification Policy and Certification Practice Statement) Index',\n /**\n * @description To uniquely identify properties, blocks and lists of properties (LOP) for products and services in the process industry. The products are\n * electrical and process control devices. The code is used to uniquely identify the objects in the PROLIST online dictionary. Issuing agency:\n * Project Group “Lists of Properties” (PROLIST®) c/o Bayer Technology Services GmbH Geb., Germany.\n */\n '0172': 'Project Group “Lists of Properties” (PROLIST®)',\n /**\n * @description To uniquely identify properties, classes and list of characteristics (LoC) for products and services available in the eCI@ss classification\n * system The code is used to uniquely identify objects in the eCI@ss classification system. Issuing agency: eCI@ss, Germany.\n */\n '0173': 'eCI@ss',\n /**\n * @description To provide identifiers within StepNexus loader objects. These addresses will be used to uniquely identify StepNexu key usage fields within X509\n * certificates for use in the StepNexus loader scheme. Used to define unique certificate attributes within X509 certificates Issuing agency:\n * StepNexus, UK.\n */\n '0174': 'StepNexus',\n /**\n * @description To uniquely identify properties, blocks, classes and lists of properties used or specified by Siemens AG - Power Generation The code is used to\n * uniquely identify objects in the Siemens AG - Power Generation corporate dictionary Issuing agency: Siemens AG, Germany.\n */\n '0175': 'Siemens AG',\n /**\n * @description To uniquely identify properties, classes,and list of properties (LoP) for products and services available in Paradine Reference Dictionary\n * Systems The code is used to uniquely identify objects in Paradine Reference Dictionary Systems. Issuing agency: Paradine GmbH, Austria.\n */\n '0176': 'Paradine GmbH',\n /**\n * @description For use in EDI and other B2B exchanges in the European automotive industry to identify business entities (organisations). The scheme is used to\n * identify organisations, and parts of organisations which are parties to or are referenced in automotive supply chain transactions such as EDI\n * messaging and other B2B exchanges. Issuing agency: Odette International Limited, UK.\n */\n '0177': 'Odette International Limited',\n /**\n * @description For rooting OIDs defined by Route1 Security Corporation for Route1 MobiNET. Intended to cover MobiNET connected organizations, Route1 Security\n * Corporation, its subdivisions, customers and any organization using MobiNET or Route1's services and products For rooting OIDs defined by Route1\n * Security Corporation for Route1 MobiNET. Intended to cover MobiNET connected organizations, Route1 Security Corporation, its subdivisions,\n * customers and any organization using MobiNET or Route1's services and products. The OID structure and the inclusion therein of the ICS is as\n * follows: ISO.Identifiedorganization.ICD(Route1 MobiNET).AFI.PCI.Org_ID.OPI.MC Issuing agency: Route1 Security Corporation,Canada.\n */\n '0178': 'Route1 MobiNET',\n /**\n * @description To identify objects, policies, and data related to Penango’s products and services. The ICD is primarily intended for registration of Object\n * Identifiers in accordance with ISO/IEC 8824 (ASN.1). Issuing agency: Penango, Inc., Canada.\n */\n '0179': 'Penango Object Identifiers',\n /**\n * @description Dex of the Certification Policies and Certification Practices Statements issued by Lithuanian military PKI The code is used to uniquely identify\n * Certification Policies and Certification Practice Statements in Lithuanian military PKI Issuing agency: The Ministry of National Defence of the\n * Republic of Lithuania, Lithuania.\n */\n '0180': 'Lithuanian military PKI',\n /**\n * @description Intended Purpose/App. Area: To uniquely identify all companies/organizations registered in Switzerland in all official register (Swiss Register\n * of Commerce, VAT register, Canton register, etc) The UIDB shall make lt possible to identify an enterprise quickly, unambiguously and on a\n * permanent basis. The UIDB and the other identification characteristics associated with it shall be managed via a specific UIDB register. The main\n * identification characteristics (status, address, etc.) shall be accessible to the public. Issuing agency: Swiss Federal Statistical Office (FSO),\n * Switzerland).\n */\n '0183': \"Numéro d'identification suisse des enterprises (IDE), Swiss Unique Business Identification Number (UIDB)\",\n /**\n * @description Intended Purpose/App. Area: To be used for identifying Danish companies included juridical persons and associations in international trade It is\n * possible to add 0-4 characters set to the code for more detailed use of one organization. Characters are digits or capital letter. Issuing\n * agency: The Danish Agency for Digitisation, Denmark.\n */\n '0184': 'DIGSTORG',\n /**\n * @description Intended Purpose/App. Area: Intended to uniquely identify in an international context any physical and or abstract entities related to Perceval\n * products and services using Abstract Syntax Notation One in accordance with ISO/IEC 8824 The ICD is primarily intended for registration and\n * resolution of Object Identifiers in accordance with ISO/IEC 8824 with reduced encoding size and non-geographic context Issuing agency: Perceval\n * SA, Tenbosch, Belgium.\n */\n '0185': 'Perceval Object Code',\n /**\n * @description Intended Purpose/App. Area: To uniquely identify objects and mechanisms globally throughout communications networks using TrustPoint security\n * products and services Issuing agency: TrustPoint Innovation Technologies, Attn: Sherry Shannon-Vanstone, 816 Hideaway Circle East, Unit 244 Marco\n * Island, FL 34145 USA http://www.trustpointinnovation.com Tel: +1 905 302 6929 Email: sviconsulting@aol.com.\n */\n '0186': 'TrustPoint Object Identifiers',\n /**\n * @description Intended Purpose/App. Area: To provide identifiers for properties, classes, groups, or lists of data and objects specified by or used by\n * Amazon.com, Inc. and its Affiliates Identifiers assigned under this scheme may be usable as Object Identifiers in accordance with ISO/IEC 8824,\n * usable with Directories in accordance with ISO/IEC 9594, usable in accordance with ISO/IEC 8348, or usable in other contexts as defined by\n * Amazon. Issuing agency: Amazon Technologies, Inc. in the United States.\n */\n '0187': 'Amazon Unique Identification Scheme',\n /**\n * @description Intended Purpose/App. Area: The number system of Japan is a social infrastructure to improve efficiency and the transparency of the social\n * security and the tax system, and to achieve a highly convenient, impartial, and fair society. Additionally, the profit of the number system can\n * be free usage for various purposes, so we want to use the Corporate Number as identifiers in various fields, like in electronic commerce,\n * transportation, etc. The preliminary work, numbering the identifiers for the beginning of usage in January 2016, is being done. Issuing agency:\n * National Tax Agency Japan.\n */\n '0188': 'Corporate Number of The Social Security and Tax Number System',\n /**\n * @description Intended Purpose/App. Area: For use in EDI or other B2B exchanges to identify business entities (organizations). The scheme is used to identify\n * organisations, and parts of organisations which are parties to or are referenced in electronic transactions such as EDI messaging or other B2B\n * exchanges. Issuing agency: EBID Service AG CAS-Weg in Germany.\n */\n '0189': 'European Business Identifier (EBID)',\n /**\n * @description Intended Purpose/App. Area: The OIN is part of the Dutch standard ‘Digikoppeling’ and is used for identifying the organisations that take part in\n * electronic message exchange with the Dutch Government. The OIN must also be included in the PKIo certificate. Issuing agency: Logius in the\n * Netherlands.\n */\n '0190': 'Organisatie Indentificatie Nummer (OIN)',\n /**\n * @description Intended Purpose/App. Area: Company code is major and only unique identifier of all institutions and organisations in Estonia. This code is\n * widely used for various purposes, including electronic commerce. Usage of company code is required in communication between institutions and also\n * in communication between private and public organisations. For use in EDI or other B2B (B2C) exchanges to identify private and public\n * organisations. Issuing agency: Centre of Registers and Information Systems of the Ministry of Justice in Estonia.\n */\n '0191': 'Company Code (Estonia)',\n /**\n * @description Intended Purpose/App. Area: Identify entities registered in the Central Coordinating Register for Legal Entities in Norway. The scheme with ICD\n * code + organization number will be used to identify organisations that are parties to or referenced in electronic transactions such as electronic\n * invoicing or other B2B exchanges. Issuing agency: The Brønnøysund Register Centre in Norway.\n */\n '0192': 'Organisasjonsnummer',\n /**\n * @description Intended Purpose/App. Area: Identification and addressing of different parties involved in invoicing. Issuing agency: UBL.BE in Belgium.\n */\n '0193': 'UBL.BE Party Identifier',\n /**\n * @description Intended Purpose/App. Area: The KOIOS OTD is a collection of terminology defined by and obtained from consensus bodies such as ISO, IEC, and\n * other groups that have a consensus process for developing terminology. The KOIOS OTD contains terms, definitions, and images of concepts used to\n * describe individuals, organizations, locations, goods and services. The KOIOS OTD conforms to ISO 22745 (all parts) and is designed to enable the\n * exchange of characteristic data in all stages of the life-cycle of an item, and to ensure that the resulting specifications conform to ISO\n * 8000-110. Issuing agency: KOIOS Master Data Limited in UK.\n */\n '0194': 'KOIOS Open Technical Dictionary',\n /**\n * @description Intended Purpose/App. Area: For use in electronic messages in accordance to the Singapore nationwide e-invoice framework on Identification of\n * organization. Issuing agency: Infocomm Media Development Authority in Singapore.\n */\n '0195': 'Singapore Nationwide E-lnvoice Framework',\n /**\n * @description Intended Purpose/App. Area: Identification of Icelandic individuals and legal entities. Issuing agency: For individual, Icelandic National\n * Registry, www.skra.is. For legal entities, Directorate of Internal Revenue, www.rsk.is in Iceland.\n */\n '0196': 'Icelandic identifier - Íslensk kennitala',\n /**\n * @description Intended Purpose/App. Area: Through their European industry association APPLiA (Home Appliance Europe), manufacturers of home appliances have\n * launched the Product Information (Pl) initiative. The initiative introduces a standard structure for product information. Pl Standard helps\n * retailers to take full advantage of electronic communication and data processing, as the Internet and ICT are fundamentally changing how products\n * and services are offered, bought, and sold.. Issuing agency: APPLiA Home Appliance Europe, in Belgium.\n */\n '0197': 'APPLiA Pl Standard',\n /**\n * @description Intended Purpose/App. Area: To be used for identifying Danish companies based on VAT numbers included juridical. Issuing agency: The Danish\n * Business Authority in Denmark.\n */\n '0198': 'ERSTORG',\n /**\n * @description Intended Purpose/App. Area: The LEI is the global, open identifier established at the urging of the Financial Stability Board and the\n * recommendation of the G20. The LEI is established as the ISO 17442 standard, is governed by the LEI Regulatory Oversight Committee (LEI-ROC) and\n * has been implemented by the Global Legal Entity Identifier Foundation (GLEIF). The LEI code connects to key reference information that enables\n * clear and unique identification of legal entities participating in financial transactions. Each LEI contains information about an entity's\n * ownership structure and thus answers the questions of 'who is who' and 'who owns whom'. Simply put, the publicly available LEI data pool can be\n * regarded as a global directory, which greatly enhances transparency in the global marketplace. Already applied very broadly within financial\n * regulation and rapidly being adopted for KYC and a number of other purposes in financial markets, the LEI is set to spread into a range of other\n * fields, including trade facilitation, business reporting and supply chain management. Issuing agency: GLEIF, a global organization.\n */\n '0199': 'Legal Entity Identifier (LEI)',\n /**\n * @description Intended Purpose/App. Area: For use in EDI (electronic data interchange) for C2B and others exchanges to identify legal entities. Issuing agency:\n * State Enterprise Centre of Registers in Lithuania.\n */\n '0200': 'Legal entity code (Lithuania)',\n /**\n * @description Intended Purpose/App. Area: Used to identify uniquely all organizational units of public bodies, authorities and public services in Italy.\n * Issuing agency: Agenzia per l’Italia digitale in Italy.\n */\n '0201': 'Codice Univoco Unità Organizzativa iPA',\n /**\n * @description Intended Purpose/App. Area: Used to identify senders and receivers of certified electronic mail as defined by Italian law. Issuing agency:\n * Agenzia per l’Italia digitale in Italy.\n */\n '0202': 'Indirizzo di Posta Elettronica Certificata',\n /**\n * @description Intended Purpose/App. Area: Used as an electronic address identifier for participants within a secure data communication network. Issuing agency:\n * Agency for Digital Government in Sweden.\n */\n '0203': 'eDelivery Network Participant identifier',\n /**\n * @description Intended Purpose/App. Area: Identification of Public Authorities. Issuing agency: Koordinierungsstelle für IT-Standards (KoSIT) in Germany.\n */\n '0204': 'Leitweg-ID',\n /**\n * @description Intended Purpose/App. Area: Electronic Invoicing trough Sdl, the Exchange System used in Italy where the electronic invoices are transmitted to\n * the Public Administration (Article 1, paragraph 211, of Italian Law no. 244 of 24 December 2007) or to private entities (Article 1, paragraph 2,\n * of Legislative Decree 127/2015). Issuing agency: Agenzia delle Entrate in Italy.\n */\n '0205': 'CODDEST',\n /**\n * @description Intended Purpose/App. Area: To provide identifiers for organizations at national level in Monaco. Issuing agency: Agence Monégasque de Sécurité\n * Numérique (AMSN) in Monaco.\n */\n '0206': 'Registre du Commerce et de l’Industrie : RCI',\n /**\n * @description Intended Purpose/App. Area: A repository of concepts pertaining to any entity such as products, services, business partners, assets,\n * organizations, locations, persons, addresses, languages, records etc along with the terminologies to describe each entity using class,\n * characteristics, values, JoMs, QoMs, groups, definitions, guidelines, images, drawings, pictures. codes and any classification thereof. The\n * codification will help exchange/integrate the data between operational, ERP, CRM, SRM or any other systems without any human interpretation and\n * interaction without losing the meaning of the information in multiple languages, this will help organizations achieve their digital\n * transformation goals more precisely in order to assess the real value-proposition of the underlying data that is driving their businesses.\n * Issuing agency: PiLog Group in South Africa.\n */\n '0207': 'PiLog Ontology Codification Identifier (POCI)',\n /**\n * @description Intended Purpose/App. Area: Identification number attributed by the BCE/KBO/ZDU (the Belgian register) to identify entities and establishment\n * units operating in Belgium. Issuing agency: Banque-Carrefour des Entreprises (BCE) / Kruispuntbank van Ondernemingen (KBO) / Zentrale Datenbank\n * der Unternehmen (ZOU) Service public fédéral Economie, P.M.E.in Belgium.Classes moyennes et Energie.\n */\n '0208': \"Numero d'entreprise / ondernemingsnummer / Unternehmensnummer\",\n /**\n * @description Intended Purpose/App. Area: GS1 identification keys and key qualifiers may be used by an information system to refer unambiguously to an entity\n * such as a trade item, logistics unit, physical location, document, or service relationship. Issuing agency: GS1, a global organization.\n */\n '0209': 'GS1 identification keys',\n /**\n * @description Intended Purpose/App. Area: Electronic Invoicing and e-procurement. Issuing agency: Agenzia delle Entrate, Italy.\n */\n '0210': 'CODICE FISCALE',\n /**\n * @description Intended Purpose/App. Area: Electronic Invoicing and e-procurement. Issuing agency: Agenzia delle Entrate, Italy.\n */\n '0211': 'PARTITA IVA',\n /**\n * @description Intended Purpose/App. Area: Identification scheme will be used for electronic trade purposes in e-invoicing, purchasing, electronic receipts.\n * Issuing agency: State Treasury of Finland / Valtiokonttor.\n */\n '0212': 'Finnish Organization Identifier',\n /**\n * @description Intended Purpose/App. Area: Identification scheme will be used for electronic trade purposes in e-invoicing, purchasing, electronic receipts.\n * Issuing agency: State Treasury of Finland / Valtiokonttor.\n */\n '0213': 'Finnish Organization Value Add Tax Identifier',\n /**\n * @description Intended Purpose/App. Area: Tradeplace is an independent company, set up as a joint venture of several Home Appliance- and Consumer Electronics\n * manufacturers. Tradeplace has launched their TradePI (Product Information) initiative for home appliances, consumer electronics, DIY and\n * affiliated industries that are connected to Tradeplace. The initiative introduces an enhanced standard structure for product information. The\n * TradePI Standard helps retailers to take full advantage of electronic communication and data processing, as the Internet and ICT are\n * fundamentally changing how products and services are offered, bought, and sold. Issuing agency: Tradeplace B.V., The Netherlands.\n */\n '0214': 'Tradeplace TradePI Standard',\n /**\n * @description Intended Purpose/App. Area: Identification scheme will be used for electronic trade purposes in e-invoicing, purchasing, electronic receipts.\n * Issuing agency: Tieto Finland Oy, FINLAND.\n */\n '0215': 'Net service ID',\n /**\n * @description Intended Purpose/App. Area: Identification scheme will be used for electronic trade purposes in e-invoicing, purchasing, electronic receipts.\n * Issuing agency: TIEKE- Tietoyhteiskunnan kehittamiskeskus, FINLAND.\n */\n '0216': 'OVTcode',\n /**\n * @description Intended Purpose/App. Area: Electronic invoicing. Issuing agency: Nederlands Normalisatie Instituut (NEN)\n */\n '0217': 'The Netherlands Chamber of Commerce and Industry establishment number',\n /**\n * @description Intended Purpose/App. Area: Each legal entity registered with the Register of Enterprises of the Republic of Latvia is assigned a unique unified\n * registration number. This unique unified registration number is used to identify legal subjects for every purpose where it might be necessary,\n * including for the use of the tax authority. Issuing agency: The Register of Enterprises of the Republic of Latvia.\n */\n '0218': 'Unified registration number (Latvia)',\n /**\n * @description Intended Purpose/App. Area: For use in Electronic data interchange (EDI) to identify private and public organizations. Issuing agency: State\n * Revenue Service of the Republic of Latvia.\n */\n '0219': 'Taxpayer registration code (Latvia)',\n /**\n * @description Intended Purpose/App. Area: The Register combines the functionality of the current information system of the Population Register and Civil\n * Register. The Register is a uniform state registration and recording system of information and natural persons that provides identification of\n * natural persons, data processing and accumulation, and includes and updates information about civil entries. The data included in the Register is\n * used for statistical surveys, tax forecasting and calculation, organizing of elections and other processes of national importance. When entering\n * information regarding a person in the Register, the Office of Citizenship and Migration Affairs of the Republic of Latvia shall assign an\n * automatically generated individual personal identity number thereto. Issuing agency: Office of Citizenship and Migration Affairs of the Republic\n * of Latvia.\n */\n '0220': 'The Register of Natural Persons (Latvia)',\n /**\n * @description Intended Purpose/App. Area: The registered number of the qualified invoice issuer is used on the invoice-based method for Japanese consumption\n * tax, which will be implemented on 1 October 2023. Issuing agency: National Tax Agency Japan.\n */\n '0221': 'The registered number of the qualified invoice issuer',\n /**\n * @description Intended Purpose/App. Area: Database of metadata supporting description of object-data-information-etc. Issuing agency: Farance Inc.\n */\n '0222': 'Metadata Registry Support',\n /**\n * @description Intended Purpose/App. Area: To provide identifiers for organizations based in EU. Issuing agency: AIFE (Agence pour l’Informatique Financière de\n * l’Etat)\n */\n '0223': 'EU based company',\n /**\n * @description Intended Purpose/App. Area: To provide identifiers used in electronic invoices for routing among accredited platforms for the French Continuous\n * Transactional Control reform on e-invoicing. Issuing agency: AIFE (Agence pour l’Informatique Financière de l’Etat)\n */\n '0224': 'FTCTC CODE ROUTAGE',\n /**\n * @description Intended Purpose/App. Area: To provide identifiers used as electronic addresses in the context of the French Continuous Transactional Control\n * reform on e-invoicing. Issuing agency: AIFE (Agence pour l’Informatique Financière de l’Etat)\n */\n '0225': 'FRCTC ELECTRONIC ADDRESS',\n /**\n * @description Intended Purpose/App. Area: To provide identifiers for French citizen sending invoices to the French Public Sector. Issuing agency: AIFE (Agence\n * pour l’Informatique Financière de l’Etat)\n */\n '0226': 'FRCTC Particulier',\n /**\n * @description Intended Purpose/App. Area: NON - EU based company. Issuing agency: AIFE (Agence pour l’Informatique Financière de l’Etat)\n */\n '0227': 'NON - EU based company',\n /**\n * @description Intended Purpose/App. Area: To provide identifiers for organizations at national level in Nouvelle Caledonie (French). Issuing agency: AIFE\n * (Agence pour l’Informatique Financière de l’Etat)\n */\n '0228': 'Répertoire des Entreprises et des Etablissements (RIDET)',\n /**\n * @description Intended Purpose/App. Area: To provide identifiers for organizations at national level in TAHITI (French). Issuing agency: AIFE (Agence pour\n * l’Informatique Financière de l’Etat)\n */\n '0229': 'T.A.H.I.T.I (traitement automatique hiérarchisé des institutions de Tahiti et des îles)',\n /**\n * @description Intended Purpose/App. Area: Identifier for organizations. Issuing agency: Malaysia Digital Economy Corporation Sdn Bhd (MDEC)\n */\n '0230': 'National e-Invoicing Framework',\n /**\n * @description 'Intended Purpose/App. Area: Provide identifiers to companies in a single taxable company regime. Issuing agency: AIFE (Agence pour\n * l’Informatique Financière de l’Etat)'\n */\n '0231': 'Single taxable company (France)',\n /**\n * @description Intended Purpose/App. Area: . Issuing agency: '\n */\n '0232': 'NOBB product number',\n /**\n * @description Elnummer.\n */\n '0233': 'Elnummer',\n /**\n * @description 'Intended Purpose/App. Area: Identification scheme is used to identify delivery locations of the Finnish government accounting units. Issuing\n * agency: Toimitusosoite ID'\n */\n '0234': 'Toimitusosoite ID',\n /**\n * @description 'Intended Purpose/App. Area: A unique number issued to a range of persons required to be identified for tax purposes. Issuing agency: UAE Federal\n * Tax Authority'\n */\n '0235': 'UAE Tax Identification Number (TIN)',\n /**\n * @description ToimipaikkalD.\n */\n '0236': 'ToimipaikkalD',\n /**\n * @description 'Intended Purpose/App. Area: . Issuing agency: '\n */\n '0237': 'CPR (Danish person civil registration number)',\n /**\n * @description 'Intended Purpose/App. Area: To provide identifiers for E-invoicing Public Platform and Partner Dematerialisation Platform. Issuing agency: AIFE\n * (Agence pour l’Informatique Financière de l’Etat)'\n */\n '0238': 'Plateforme.s agréée.s à la facturation électronique (PPF/PDP)',\n\n '0239': 'EAEU',\n\n '0240': 'Register of legal persons (in French : Répertoire des personnes morales)',\n\n '0241': 'Name unknown',\n\n '0242': 'OpenPeppol Service Provider Identification Scheme (SPIS)',\n\n '0243': 'Name unknown',\n\n '0244': 'Tax Identification (Tax ID), Nigeria',\n\n '0245': 'Tax identification number (DIČ), Slovakia',\n};\n\n/**\n * @description Keys of {@link icdCodes}.\n */\nexport type IcdCodesKeys =\n | '0002'\n | '0003'\n | '0004'\n | '0005'\n | '0006'\n | '0007'\n | '0008'\n | '0009'\n | '0010'\n | '0011'\n | '0012'\n | '0013'\n | '0014'\n | '0015'\n | '0016'\n | '0017'\n | '0018'\n | '0019'\n | '0020'\n | '0021'\n | '0022'\n | '0023'\n | '0024'\n | '0025'\n | '0026'\n | '0027'\n | '0028'\n | '0029'\n | '0030'\n | '0031'\n | '0032'\n | '0033'\n | '0034'\n | '0035'\n | '0036'\n | '0037'\n | '0038'\n | '0039'\n | '0040'\n | '0041'\n | '0042'\n | '0043'\n | '0044'\n | '0045'\n | '0046'\n | '0047'\n | '0048'\n | '0049'\n | '0050'\n | '0051'\n | '0052'\n | '0053'\n | '0054'\n | '0055'\n | '0056'\n | '0057'\n | '0058'\n | '0059'\n | '0060'\n | '0061'\n | '0062'\n | '0063'\n | '0064'\n | '0065'\n | '0066'\n | '0067'\n | '0068'\n | '0069'\n | '0070'\n | '0071'\n | '0072'\n | '0073'\n | '0074'\n | '0075'\n | '0076'\n | '0077'\n | '0078'\n | '0079'\n | '0080'\n | '0081'\n | '0082'\n | '0083'\n | '0084'\n | '0085'\n | '0086'\n | '0087'\n | '0088'\n | '0089'\n | '0090'\n | '0091'\n | '0093'\n | '0094'\n | '0095'\n | '0096'\n | '0097'\n | '0098'\n | '0099'\n | '0100'\n | '0101'\n | '0102'\n | '0104'\n | '0105'\n | '0106'\n | '0107'\n | '0108'\n | '0109'\n | '0110'\n | '0111'\n | '0112'\n | '0113'\n | '0114'\n | '0115'\n | '0116'\n | '0117'\n | '0118'\n | '0119'\n | '0120'\n | '0121'\n | '0122'\n | '0123'\n | '0124'\n | '0125'\n | '0126'\n | '0127'\n | '0128'\n | '0129'\n | '0130'\n | '0131'\n | '0132'\n | '0133'\n | '0134'\n | '0135'\n | '0136'\n | '0137'\n | '0138'\n | '0139'\n | '0140'\n | '0141'\n | '0142'\n | '0143'\n | '0144'\n | '0145'\n | '0146'\n | '0147'\n | '0148'\n | '0149'\n | '0150'\n | '0151'\n | '0152'\n | '0153'\n | '0154'\n | '0155'\n | '0156'\n | '0157'\n | '0158'\n | '0159'\n | '0160'\n | '0161'\n | '0162'\n | '0163'\n | '0164'\n | '0165'\n | '0166'\n | '0167'\n | '0168'\n | '0169'\n | '0170'\n | '0171'\n | '0172'\n | '0173'\n | '0174'\n | '0175'\n | '0176'\n | '0177'\n | '0178'\n | '0179'\n | '0180'\n | '0183'\n | '0184'\n | '0185'\n | '0186'\n | '0187'\n | '0188'\n | '0189'\n | '0190'\n | '0191'\n | '0192'\n | '0193'\n | '0194'\n | '0195'\n | '0196'\n | '0197'\n | '0198'\n | '0199'\n | '0200'\n | '0201'\n | '0202'\n | '0203'\n | '0204'\n | '0205'\n | '0206'\n | '0207'\n | '0208'\n | '0209'\n | '0210'\n | '0211'\n | '0212'\n | '0213'\n | '0214'\n | '0215'\n | '0216'\n | '0217'\n | '0218'\n | '0219'\n | '0220'\n | '0221'\n | '0222'\n | '0223'\n | '0224'\n | '0225'\n | '0226'\n | '0227'\n | '0228'\n | '0229'\n | '0230'\n | '0231'\n | '0232'\n | '0233'\n | '0234'\n | '0235'\n | '0236'\n | '0237'\n | '0238'\n | '0239'\n | '0240'\n | '0241'\n | '0242'\n | '0243'\n | '0244'\n | '0245';\n\n/**\n * @description Keys of {@link icdCodes}.\n */\nexport const icdCodesKeys = [\n '0002',\n '0003',\n '0004',\n '0005',\n '0006',\n '0007',\n '0008',\n '0009',\n '0010',\n '0011',\n '0012',\n '0013',\n '0014',\n '0015',\n '0016',\n '0017',\n '0018',\n '0019',\n '0020',\n '0021',\n '0022',\n '0023',\n '0024',\n '0025',\n '0026',\n '0027',\n '0028',\n '0029',\n '0030',\n '0031',\n '0032',\n '0033',\n '0034',\n '0035',\n '0036',\n '0037',\n '0038',\n '0039',\n '0040',\n '0041',\n '0042',\n '0043',\n '0044',\n '0045',\n '0046',\n '0047',\n '0048',\n '0049',\n '0050',\n '0051',\n '0052',\n '0053',\n '0054',\n '0055',\n '0056',\n '0057',\n '0058',\n '0059',\n '0060',\n '0061',\n '0062',\n '0063',\n '0064',\n '0065',\n '0066',\n '0067',\n '0068',\n '0069',\n '0070',\n '0071',\n '0072',\n '0073',\n '0074',\n '0075',\n '0076',\n '0077',\n '0078',\n '0079',\n '0080',\n '0081',\n '0082',\n '0083',\n '0084',\n '0085',\n '0086',\n '0087',\n '0088',\n '0089',\n '0090',\n '0091',\n '0093',\n '0094',\n '0095',\n '0096',\n '0097',\n '0098',\n '0099',\n '0100',\n '0101',\n '0102',\n '0104',\n '0105',\n '0106',\n '0107',\n '0108',\n '0109',\n '0110',\n '0111',\n '0112',\n '0113',\n '0114',\n '0115',\n '0116',\n '0117',\n '0118',\n '0119',\n '0120',\n '0121',\n '0122',\n '0123',\n '0124',\n '0125',\n '0126',\n '0127',\n '0128',\n '0129',\n '0130',\n '0131',\n '0132',\n '0133',\n '0134',\n '0135',\n '0136',\n '0137',\n '0138',\n '0139',\n '0140',\n '0141',\n '0142',\n '0143',\n '0144',\n '0145',\n '0146',\n '0147',\n '0148',\n '0149',\n '0150',\n '0151',\n '0152',\n '0153',\n '0154',\n '0155',\n '0156',\n '0157',\n '0158',\n '0159',\n '0160',\n '0161',\n '0162',\n '0163',\n '0164',\n '0165',\n '0166',\n '0167',\n '0168',\n '0169',\n '0170',\n '0171',\n '0172',\n '0173',\n '0174',\n '0175',\n '0176',\n '0177',\n '0178',\n '0179',\n '0180',\n '0183',\n '0184',\n '0185',\n '0186',\n '0187',\n '0188',\n '0189',\n '0190',\n '0191',\n '0192',\n '0193',\n '0194',\n '0195',\n '0196',\n '0197',\n '0198',\n '0199',\n '0200',\n '0201',\n '0202',\n '0203',\n '0204',\n '0205',\n '0206',\n '0207',\n '0208',\n '0209',\n '0210',\n '0211',\n '0212',\n '0213',\n '0214',\n '0215',\n '0216',\n '0217',\n '0218',\n '0219',\n '0220',\n '0221',\n '0222',\n '0223',\n '0224',\n '0225',\n '0226',\n '0227',\n '0228',\n '0229',\n '0230',\n '0231',\n '0232',\n '0233',\n '0234',\n '0235',\n '0236',\n '0237',\n '0238',\n '0239',\n '0240',\n '0241',\n '0242',\n '0243',\n '0244',\n '0245',\n] as [string, ...string[]];\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version D.16B\n *\n * @category Peppol Values\n *\n * @title Payment means code (UNCL4461)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/\n */\nexport const paymentMeansCodes = {\n /**\n * @description Not defined legally enforceable agreement between two or more parties (expressing a contractual right or a right to the payment of money).\n */\n '1': 'Instrument not defined',\n /**\n * @description A credit transaction made through the automated clearing house system.\n */\n '2': 'Automated clearing house credit',\n /**\n * @description A debit transaction made through the automated clearing house system.\n */\n '3': 'Automated clearing house debit',\n /**\n * @description A request to reverse an ACH debit transaction to a demand deposit account.\n */\n '4': 'ACH demand debit reversal',\n /**\n * @description A request to reverse a credit transaction to a demand deposit account.\n */\n '5': 'ACH demand credit reversal',\n /**\n * @description A credit transaction made through the ACH system to a demand deposit account.\n */\n '6': 'ACH demand credit',\n /**\n * @description A debit transaction made through the ACH system to a demand deposit account.\n */\n '7': 'ACH demand debit',\n /**\n * @description Indicates that the bank should hold the payment for collection by the beneficiary or other instructions.\n */\n '8': 'Hold',\n /**\n * @description Indicates that the payment should be made using the national or regional clearing.\n */\n '9': 'National or regional clearing',\n /**\n * @description Payment by currency (including bills and coins) in circulation, including checking account deposits.\n */\n '10': 'In cash',\n /**\n * @description A request to reverse an ACH credit transaction to a savings account.\n */\n '11': 'ACH savings credit reversal',\n /**\n * @description A request to reverse an ACH debit transaction to a savings account.\n */\n '12': 'ACH savings debit reversal',\n /**\n * @description A credit transaction made through the ACH system to a savings account.\n */\n '13': 'ACH savings credit',\n /**\n * @description A debit transaction made through the ACH system to a savings account.\n */\n '14': 'ACH savings debit',\n /**\n * @description A credit entry between two accounts at the same bank branch. Synonym: house credit.\n */\n '15': 'Bookentry credit',\n /**\n * @description A debit entry between two accounts at the same bank branch. Synonym: house debit.\n */\n '16': 'Bookentry debit',\n /**\n * @description A credit transaction made through the ACH system to a demand deposit account using the CCD payment format.\n */\n '17': 'ACH demand cash concentration/disbursement (CCD) credit',\n /**\n * @description A debit transaction made through the ACH system to a demand deposit account using the CCD payment format.\n */\n '18': 'ACH demand cash concentration/disbursement (CCD) debit',\n /**\n * @description A credit transaction made through the ACH system to a demand deposit account using the CTP payment format.\n */\n '19': 'ACH demand corporate trade payment (CTP) credit',\n /**\n * @description Payment by a pre-printed form on which instructions are given to an account holder (a bank or building society) to pay a stated sum to a named\n * recipient.\n */\n '20': 'Cheque',\n /**\n * @description Issue of a banker's draft in payment of the funds.\n */\n '21': \"Banker's draft\",\n /**\n * @description Cheque drawn by a bank on itself or its agent. A person who owes money to another buys the draft from a bank for cash and hands it to the\n * creditor who need have no fear that it might be dishonoured.\n */\n '22': \"Certified banker's draft\",\n /**\n * @description Payment by a pre-printed form, which has been completed by a financial institution, on which instructions are given to an account holder (a bank\n * or building society) to pay a stated sum to a named recipient.\n */\n '23': 'Bank cheque (issued by a banking or similar establishment)',\n /**\n * @description Bill drawn by the creditor on the debtor but not yet accepted by the debtor.\n */\n '24': 'Bill of exchange awaiting acceptance',\n /**\n * @description Payment by a pre-printed form stamped with the paying bank's certification on which instructions are given to an account holder (a bank or\n * building society) to pay a stated sum to a named recipient .\n */\n '25': 'Certified cheque',\n /**\n * @description Indicates that the cheque is given local to the recipient.\n */\n '26': 'Local cheque',\n /**\n * @description A debit transaction made through the ACH system to a demand deposit account using the CTP payment format.\n */\n '27': 'ACH demand corporate trade payment (CTP) debit',\n /**\n * @description A credit transaction made through the ACH system to a demand deposit account using the CTX payment format.\n */\n '28': 'ACH demand corporate trade exchange (CTX) credit',\n /**\n * @description A debit transaction made through the ACH system to a demand account using the CTX payment format.\n */\n '29': 'ACH demand corporate trade exchange (CTX) debit',\n /**\n * @description Payment by credit movement of funds from one account to another.\n */\n '30': 'Credit transfer',\n /**\n * @description Payment by debit movement of funds from one account to another.\n */\n '31': 'Debit transfer',\n /**\n * @description A credit transaction made through the ACH system to a demand deposit account using the CCD+ payment format.\n */\n '32': 'ACH demand cash concentration/disbursement plus (CCD+) credit',\n /**\n * @description A debit transaction made through the ACH system to a demand deposit account using the CCD+ payment format.\n */\n '33': 'ACH demand cash concentration/disbursement plus (CCD+) debit',\n /**\n * @description A consumer credit transaction made through the ACH system to a demand deposit or savings account.\n */\n '34': 'ACH prearranged payment and deposit (PPD)',\n /**\n * @description A credit transaction made through the ACH system to a demand deposit or savings account.\n */\n '35': 'ACH savings cash concentration/disbursement (CCD) credit',\n /**\n * @description A debit transaction made through the ACH system to a savings account using the CCD payment format.\n */\n '36': 'ACH savings cash concentration/disbursement (CCD) debit',\n /**\n * @description A credit transaction made through the ACH system to a savings account using the CTP payment format.\n */\n '37': 'ACH savings corporate trade payment (CTP) credit',\n /**\n * @description A debit transaction made through the ACH system to a savings account using the CTP payment format.\n */\n '38': 'ACH savings corporate trade payment (CTP) debit',\n /**\n * @description A credit transaction made through the ACH system to a savings account using the CTX payment format.\n */\n '39': 'ACH savings corporate trade exchange (CTX) credit',\n /**\n * @description A debit transaction made through the ACH system to a savings account using the CTX payment format.\n */\n '40': 'ACH savings corporate trade exchange (CTX) debit',\n /**\n * @description A credit transaction made through the ACH system to a savings account using the CCD+ payment format.\n */\n '41': 'ACH savings cash concentration/disbursement plus (CCD+) credit',\n /**\n * @description Payment by an arrangement for settling debts that is operated by the Post Office.\n */\n '42': 'Payment to bank account',\n /**\n * @description A debit transaction made through the ACH system to a savings account using the CCD+ payment format.\n */\n '43': 'ACH savings cash concentration/disbursement plus (CCD+) debit',\n /**\n * @description Bill drawn by the creditor on the debtor and accepted by the debtor.\n */\n '44': 'Accepted bill of exchange',\n /**\n * @description A referenced credit transfer initiated through home- banking.\n */\n '45': 'Referenced home-banking credit transfer',\n /**\n * @description A debit transfer via interbank means.\n */\n '46': 'Interbank debit transfer',\n /**\n * @description A debit transfer initiated through home-banking.\n */\n '47': 'Home-banking debit transfer',\n /**\n * @description Payment by means of a card issued by a bank or other financial institution.\n */\n '48': 'Bank card',\n /**\n * @description The amount is to be, or has been, directly debited to the customer's bank account.\n */\n '49': 'Direct debit',\n /**\n * @description A method for the transmission of funds through the postal system rather than through the banking system.\n */\n '50': 'Payment by postgiro',\n /**\n * @description Banking Standards) - Option A A French standard procedure that allows a debtor to pay an amount due to a creditor. The creditor will forward it\n * to its bank, which will collect the money on the bank account of the debtor.\n */\n '51': 'FR, norme 6 97-Telereglement CFONB (French Organisation for',\n /**\n * @description Payment order which requires guaranteed processing by the most appropriate means to ensure it occurs on the requested execution date, provided\n * that it is issued to the ordered bank before the agreed cut-off time.\n */\n '52': 'Urgent commercial payment',\n /**\n * @description Payment order or transfer which must be executed, by the most appropriate means, as urgently as possible and before urgent commercial payments.\n */\n '53': 'Urgent Treasury Payment',\n /**\n * @description Payment made by means of credit card.\n */\n '54': 'Credit card',\n /**\n * @description Payment made by means of debit card.\n */\n '55': 'Debit card',\n /**\n * @description Payment will be, or has been, made by bankgiro.\n */\n '56': 'Bankgiro',\n /**\n * @description The payment means have been previously agreed between seller and buyer and thus are not stated again.\n */\n '57': 'Standing agreement',\n /**\n * @description Credit transfer inside the Single Euro Payment Area (SEPA) system.\n */\n '58': 'SEPA credit transfer',\n /**\n * @description Direct debit inside the Single Euro Payment Area (SEPA) system.\n */\n '59': 'SEPA direct debit',\n /**\n * @description Payment by an unconditional promise in writing made by one person to another, signed by the maker, engaging to pay on demand or at a fixed or\n * determinable future time a sum certain in money, to order or to bearer.\n */\n '60': 'Promissory note',\n /**\n * @description Payment by an unconditional promise in writing made by the debtor to another person, signed by the debtor, engaging to pay on demand or at a\n * fixed or determinable future time a sum certain in money, to order or to bearer.\n */\n '61': 'Promissory note signed by the debtor',\n /**\n * @description Payment by an unconditional promise in writing made by the debtor to another person, signed by the debtor and endorsed by a bank, engaging to pay\n * on demand or at a fixed or determinable future time a sum certain in money, to order or to bearer.\n */\n '62': 'Promissory note signed by the debtor and endorsed by a bank',\n /**\n * @description Payment by an unconditional promise in writing made by the debtor to another person, signed by the debtor and endorsed by a third party, engaging\n * to pay on demand or at a fixed or determinable future time a sum certain in money, to order or to bearer.\n */\n '63': 'Promissory note signed by the debtor and endorsed by a third party',\n /**\n * @description Payment by an unconditional promise in writing made by the bank to another person, signed by the bank, engaging to pay on demand or at a fixed or\n * determinable future time a sum certain in money, to order or to bearer.\n */\n '64': 'Promissory note signed by a bank',\n /**\n * @description Payment by an unconditional promise in writing made by the bank to another person, signed by the bank and endorsed by another bank, engaging to\n * pay on demand or at a fixed or determinable future time a sum certain in money, to order or to bearer.\n */\n '65': 'Promissory note signed by a bank and endorsed by another bank',\n /**\n * @description Payment by an unconditional promise in writing made by a third party to another person, signed by the third party, engaging to pay on demand or\n * at a fixed or determinable future time a sum certain in money, to order or to bearer.\n */\n '66': 'Promissory note signed by a third party',\n /**\n * @description Payment by an unconditional promise in writing made by a third party to another person, signed by the third party and endorsed by a bank,\n * engaging to pay on demand or at a fixed or determinable future time a sum certain in money, to order or to bearer.\n */\n '67': 'Promissory note signed by a third party and endorsed by a bank',\n /**\n * @description Payment will be made or has been made by an online payment service.\n */\n '68': 'Online payment service',\n /**\n * @description Bill drawn by the creditor on the debtor.\n */\n '70': 'Bill drawn by the creditor on the debtor',\n /**\n * @description Bill drawn by the creditor on a bank.\n */\n '74': 'Bill drawn by the creditor on a bank',\n /**\n * @description Bill drawn by the creditor, endorsed by another bank.\n */\n '75': 'Bill drawn by the creditor, endorsed by another bank',\n /**\n * @description Bill drawn by the creditor on a bank and endorsed by a third party.\n */\n '76': 'Bill drawn by the creditor on a bank and endorsed by a third party',\n /**\n * @description Bill drawn by the creditor on a third party.\n */\n '77': 'Bill drawn by the creditor on a third party',\n /**\n * @description Bill drawn by creditor on third party, accepted and endorsed by bank.\n */\n '78': 'Bill drawn by creditor on third party, accepted and endorsed by bank',\n /**\n * @description Issue a bankers draft not endorsable.\n */\n '91': \"Not transferable banker's draft\",\n /**\n * @description Issue a cheque not endorsable in payment of the funds.\n */\n '92': 'Not transferable local cheque',\n /**\n * @description Ordering customer tells the bank to use the payment system 'Reference giro'. Used in the Finnish national banking system.\n */\n '93': 'Reference giro',\n /**\n * @description Ordering customer tells the bank to use the bank service 'Urgent Giro' when transferring the payment. Used in Finnish national banking system.\n */\n '94': 'Urgent giro',\n /**\n * @description Ordering customer tells the ordering bank to use the bank service 'Free Format Giro' when transferring the payment. Used in Finnish national\n * banking system.\n */\n '95': 'Free format giro',\n /**\n * @description If the requested method for payment was or could not be used, this code indicates that.\n */\n '96': 'Requested method for payment was not used',\n /**\n * @description Amounts which two partners owe to each other to be compensated in order to avoid useless payments.\n */\n '97': 'Clearing between partners',\n /**\n * @description An electronically recorded monetary claim is a claim that is separate from the underlying debt that gave rise to its accrual.Therefore, even if\n * an electronically recorded monetary claim is accrued as a means of payment of the underlying debt, the underlying debt will not be extinguished\n * as a matter of course.\n */\n '98': 'JP, Electronically Recorded Monetary Claims',\n /**\n * @description A code assigned within a code list to be used on an interim basis and as defined among trading partners until a precise code can be assigned to\n * the code list.\n */\n ZZZ: 'Mutually defined',\n\n '69': 'Transfer Advice',\n};\n\n/**\n * @description Keys of {@link paymentMeansCodes}.\n */\nexport type PaymentMeansCodesKeys =\n | '1'\n | '2'\n | '3'\n | '4'\n | '5'\n | '6'\n | '7'\n | '8'\n | '9'\n | '10'\n | '11'\n | '12'\n | '13'\n | '14'\n | '15'\n | '16'\n | '17'\n | '18'\n | '19'\n | '20'\n | '21'\n | '22'\n | '23'\n | '24'\n | '25'\n | '26'\n | '27'\n | '28'\n | '29'\n | '30'\n | '31'\n | '32'\n | '33'\n | '34'\n | '35'\n | '36'\n | '37'\n | '38'\n | '39'\n | '40'\n | '41'\n | '42'\n | '43'\n | '44'\n | '45'\n | '46'\n | '47'\n | '48'\n | '49'\n | '50'\n | '51'\n | '52'\n | '53'\n | '54'\n | '55'\n | '56'\n | '57'\n | '58'\n | '59'\n | '60'\n | '61'\n | '62'\n | '63'\n | '64'\n | '65'\n | '66'\n | '67'\n | '68'\n | '70'\n | '74'\n | '75'\n | '76'\n | '77'\n | '78'\n | '91'\n | '92'\n | '93'\n | '94'\n | '95'\n | '96'\n | '97'\n | '98'\n | 'ZZZ'\n | '69';\n\n/**\n * @description Keys of {@link paymentMeansCodes}.\n */\nexport const paymentMeansCodesKeys = [\n '1',\n '2',\n '3',\n '4',\n '5',\n '6',\n '7',\n '8',\n '9',\n '10',\n '11',\n '12',\n '13',\n '14',\n '15',\n '16',\n '17',\n '18',\n '19',\n '20',\n '21',\n '22',\n '23',\n '24',\n '25',\n '26',\n '27',\n '28',\n '29',\n '30',\n '31',\n '32',\n '33',\n '34',\n '35',\n '36',\n '37',\n '38',\n '39',\n '40',\n '41',\n '42',\n '43',\n '44',\n '45',\n '46',\n '47',\n '48',\n '49',\n '50',\n '51',\n '52',\n '53',\n '54',\n '55',\n '56',\n '57',\n '58',\n '59',\n '60',\n '61',\n '62',\n '63',\n '64',\n '65',\n '66',\n '67',\n '68',\n '70',\n '74',\n '75',\n '76',\n '77',\n '78',\n '91',\n '92',\n '93',\n '94',\n '95',\n '96',\n '97',\n '98',\n 'ZZZ',\n '69',\n] as [string, ...string[]];\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version D.19A\n *\n * @category Peppol Values\n *\n * @title Item type identification code (UNCL7143)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/\n */\nexport const itemClassificationCodes = {\n /**\n * @description Number assigned by manufacturer or seller to identify the release of a product.\n */\n AA: 'Product version number',\n /**\n * @description The item number is that of an assembly.\n */\n AB: 'Assembly',\n /**\n * @description Article identifier used within health sector to indicate data used conforms to HIBC.\n */\n AC: 'HIBC (Health Industry Bar Code)',\n /**\n * @description Number assigned to a cold roll.\n */\n AD: 'Cold roll number',\n /**\n * @description Number assigned to a hot roll.\n */\n AE: 'Hot roll number',\n /**\n * @description Number assigned to a slab, which is produced in a particular production step.\n */\n AF: 'Slab number',\n /**\n * @description A number assigned to indicate a revision of software.\n */\n AG: 'Software revision number',\n /**\n * @description An 11-digit code that uniquely identifies consumer does not have a check digit.\n */\n AH: 'UPC (Universal Product Code) Consumer package code (1-5-5)',\n /**\n * @description A 12-digit code that uniquely identifies the consumer packaging of a product, including a check digit.\n */\n AI: 'UPC (Universal Product Code) Consumer package code (1-5-5-1)',\n /**\n * @description Number assigned to a sample.\n */\n AJ: 'Sample number',\n /**\n * @description Number assigned to a pack containing a stack of items put together (e.g. cold roll sheets (steel product)).\n */\n AK: 'Pack number',\n /**\n * @description A 13-digit code that uniquely identifies the manufacturer's shipping unit, including the packaging indicator.\n */\n AL: 'UPC (Universal Product Code) Shipping container code (1-2-5-5)',\n /**\n * @description Shipping container code (1-2-5-5-1)manufacturer's shipping unit, including the packagingindicator and the check digit.\n */\n AM: 'UPC (Universal Product Code)/EAN (European article number) Shipping container code (1-2-5-5-1)',\n /**\n * @description A suffix used in conjunction with a higher level UPC (Universal product code) to define packing variations for a product.\n */\n AN: 'UPC (Universal Product Code) suffix',\n /**\n * @description A code which specifies the codification of the state's labelling requirements.\n */\n AO: 'State label code',\n /**\n * @description Number assigned to the heat (also known as the iron charge) for the production of steel products.\n */\n AP: 'Heat number',\n /**\n * @description A number identifying a coupon.\n */\n AQ: 'Coupon number',\n /**\n * @description A number to identify a resource.\n */\n AR: 'Resource number',\n /**\n * @description A number to identify a work task.\n */\n AS: 'Work task number',\n /**\n * @description Identification number on a product allowing a quick electronic retrieval of price information for that product.\n */\n AT: 'Price look up number',\n /**\n * @description Number assigned under the NATO (North Atlantic Treaty Organization) codification system to provide the identification of an approved item of\n * supply.\n */\n AU: 'NSN (North Atlantic Treaty Organization Stock Number)',\n /**\n * @description A code specifying the product refinement designation.\n */\n AV: 'Refined product code',\n /**\n * @description A code indicating that the product is identified by an.\n */\n AW: 'Exhibit',\n /**\n * @description A number specifying an end item.\n */\n AX: 'End item',\n /**\n * @description A code to specify a product's Federal supply classification.\n */\n AY: 'Federal supply classification',\n /**\n * @description A code specifying the product's engineering data list.\n */\n AZ: 'Engineering data list',\n /**\n * @description A number to identify a milestone event.\n */\n BA: 'Milestone event number',\n /**\n * @description A number indicating the lot number of a product.\n */\n BB: 'Lot number',\n /**\n * @description A code identifying the product in national drug format 4-4-2.\n */\n BC: 'National drug code 4-4-2 format',\n /**\n * @description A code identifying the product in national drug format 5-3-2.\n */\n BD: 'National drug code 5-3-2 format',\n /**\n * @description A code identifying the product in national drug format 5-4-1.\n */\n BE: 'National drug code 5-4-1 format',\n /**\n * @description A code identifying the product in national drug format 5-4-2.\n */\n BF: 'National drug code 5-4-2 format',\n /**\n * @description A code specifying the national drug classification.\n */\n BG: 'National drug code',\n /**\n * @description A number indicating the part.\n */\n BH: 'Part number',\n /**\n * @description A local number assigned to an item of stock.\n */\n BI: 'Local Stock Number (LSN)',\n /**\n * @description A number specifying the next higher assembly or component into which the product is being incorporated.\n */\n BJ: 'Next higher assembly number',\n /**\n * @description A code specifying a category of data.\n */\n BK: 'Data category',\n /**\n * @description To specify the control number.\n */\n BL: 'Control number',\n /**\n * @description A number to identify the special material code.\n */\n BM: 'Special material identification code',\n /**\n * @description A number assigned locally for control purposes.\n */\n BN: 'Locally assigned control number',\n /**\n * @description Colour assigned by buyer.\n */\n BO: \"Buyer's colour\",\n /**\n * @description Reference number assigned by the buyer to identify an article.\n */\n BP: \"Buyer's part number\",\n /**\n * @description A code assigned to identify a variable measure item.\n */\n BQ: 'Variable measure product code',\n /**\n * @description To specify as an item, the financial phase.\n */\n BR: 'Financial phase',\n /**\n * @description To specify as an item, the contract breakdown.\n */\n BS: 'Contract breakdown',\n /**\n * @description To specify as an item, the technical phase.\n */\n BT: 'Technical phase',\n /**\n * @description Number identifying a dye lot.\n */\n BU: 'Dye lot number',\n /**\n * @description A statement listing activities of one day.\n */\n BV: 'Daily statement of activities',\n /**\n * @description Periodical statement listing activities within a bilaterally agreed time period.\n */\n BW: 'Periodical statement of activities within a bilaterally agreed time period',\n /**\n * @description A statement listing activities of a calendar week.\n */\n BX: 'Calendar week statement of activities',\n /**\n * @description A statement listing activities of a calendar month.\n */\n BY: 'Calendar month statement of activities',\n /**\n * @description Original equipment number allocated to spare parts by the manufacturer.\n */\n BZ: 'Original equipment number',\n /**\n * @description The codes given to certain commodities by an industry.\n */\n CC: 'Industry commodity code',\n /**\n * @description Code for a group of articles with common characteristics (e.g. used for statistical purposes).\n */\n CG: 'Commodity grouping',\n /**\n * @description Code for the colour of an article.\n */\n CL: 'Colour number',\n /**\n * @description Reference number identifying a contract.\n */\n CR: 'Contract number',\n /**\n * @description Code defined by Customs authorities to an article or a group of articles for Customs purposes.\n */\n CV: 'Customs article number',\n /**\n * @description Reference number indicating that a change or revision has been applied to a drawing.\n */\n DR: 'Drawing revision number',\n /**\n * @description Reference number identifying a drawing of an article.\n */\n DW: 'Drawing',\n /**\n * @description Reference number indicating that a change or revision has been applied to an article's specification.\n */\n EC: 'Engineering change level',\n /**\n * @description Code defining the material's type, surface, geometric form plus various classifying characteristics.\n */\n EF: 'Material code',\n /**\n * @description Nomenclature system for identification of medical devices based on European Medical Device Nomenclature classification system.\n */\n EMD: 'EMDN (European Medical Device Nomenclature)',\n /**\n * @description Number assigned to a manufacturer's product according to the International Article Numbering Association.\n */\n EN: 'International Article Numbering Association (EAN)',\n /**\n * @description Identification of fish species.\n */\n FS: 'Fish species',\n /**\n * @description Product group code used within a buyer's internal systems.\n */\n GB: \"Buyer's internal product group code\",\n /**\n * @description The GMN is the GS1-identification key used to identify a product model or product family based on attributes common to the model or family as\n * defined by industry or regulation.\n */\n GMN: 'Global model number',\n /**\n * @description National product group code. Administered by a national agency.\n */\n GN: 'National product group code',\n /**\n * @description The item number is a general specification number.\n */\n GS: 'General specification number',\n /**\n * @description The item number is part of, or is generated in the context of the Harmonised Commodity Description and Coding System (Harmonised System), as\n * developed and maintained by the World Customs Organization (WCO).\n */\n HS: 'Harmonised system',\n /**\n * @description A unique number identifying a book.\n */\n IB: 'ISBN (International Standard Book Number)',\n /**\n * @description The item number has been allocated by the buyer.\n */\n IN: \"Buyer's item number\",\n /**\n * @description A unique number identifying a serial publication.\n */\n IS: 'ISSN (International Standard Serial Number)',\n /**\n * @description Number given by the buyer to a specific style or form of an article, especially used for garments.\n */\n IT: \"Buyer's style number\",\n /**\n * @description Code given by the buyer to designate the size of an article in textile and shoe industry.\n */\n IZ: \"Buyer's size code\",\n /**\n * @description The item number is a machine number.\n */\n MA: 'Machine number',\n /**\n * @description The number given to an article by its manufacturer.\n */\n MF: \"Manufacturer's (producer's) article number\",\n /**\n * @description Reference number assigned by the manufacturer to differentiate variations in similar products in a class or group.\n */\n MN: 'Model number',\n /**\n * @description Reference number identifying a product or service.\n */\n MP: 'Product/service identification number',\n /**\n * @description The item number is a batch number.\n */\n NB: 'Batch number',\n /**\n * @description Reference number of a customer's order.\n */\n ON: 'Customer order number',\n /**\n * @description Reference number identifying a description associated with a number ultimately used to identify an article.\n */\n PD: 'Part number description',\n /**\n * @description Reference number identifying a line entry in a customer's order for goods or services.\n */\n PL: \"Purchaser's order line number\",\n /**\n * @description Reference number identifying a customer's order.\n */\n PO: 'Purchase order number',\n /**\n * @description The item number is a promotional variant number.\n */\n PV: 'Promotional variant number',\n /**\n * @description The item number qualifies the size of the buyer.\n */\n QS: \"Buyer's qualifier for size\",\n /**\n * @description Reference number identifying a returnable container.\n */\n RC: 'Returnable container number',\n /**\n * @description Reference number identifying a release from a buyer's purchase order.\n */\n RN: 'Release number',\n /**\n * @description The item number identifies the production or manufacturing run or sequence in which the item was manufactured, processed or assembled.\n */\n RU: 'Run number',\n /**\n * @description The item number relates to the year in which the particular model was kept.\n */\n RY: 'Record keeping of model year',\n /**\n * @description Number assigned to an article by the supplier of that article.\n */\n SA: \"Supplier's article number\",\n /**\n * @description The item number relates to a standard group of other items (mixed) which are grouped together as a single item for identification purposes.\n */\n SG: 'Standard group of products (mixed assortment)',\n /**\n * @description Reference number of a stock keeping unit.\n */\n SK: 'SKU (Stock keeping unit)',\n /**\n * @description Identification number of an item which distinguishes this specific item out of a number of identical items.\n */\n SN: 'Serial number',\n /**\n * @description Plumbing and heating.\n */\n SRS: 'RSK number',\n /**\n * @description 5 digit code for product classification managed by the Institut Francais du Libre Service.\n */\n SRT: 'IFLS (Institut Francais du Libre Service) 5 digit product classification code',\n /**\n * @description 9 digit code for product classification managed by the Institut Francais du Libre Service.\n */\n SRU: 'IFLS (Institut Francais du Libre Service) 9 digit product classification code',\n /**\n * @description A unique number, up to 14-digits, assigned according to the numbering structure of the GS1 system.\n */\n SRV: 'GS1 Global Trade Item Number',\n /**\n * @description European system for identification of meter data.\n */\n SRW: 'EDIS (Energy Data Identification System)',\n /**\n * @description Unique number given by a slaughterhouse to an animal or a group of animals of the same breed.\n */\n SRX: 'Slaughter number',\n /**\n * @description Unique number given by a national authority to identify an animal individually.\n */\n SRY: 'Official animal number',\n /**\n * @description The international Harmonized Tariff Schedule (HTS) to classify the article for customs, statistical and other purposes.\n */\n SRZ: 'Harmonized tariff schedule',\n /**\n * @description Article number referring to a sales catalogue of supplier's supplier.\n */\n SS: \"Supplier's supplier article number\",\n /**\n * @description A US Department of Transportation (DOT) code to identify hazardous (dangerous) goods, managed by the Customs and Border Protection (CBP) agency.\n */\n SSA: '46 Level DOT Code',\n /**\n * @description A US code agreed to by the airline industry to identify hazardous (dangerous) goods, managed by the Customs and Border Protection (CBP) agency.\n */\n SSB: 'Airline Tariff 6D',\n /**\n * @description A US Customs and Border Protection (CBP) code used to identify hazardous (dangerous) goods.\n */\n SSC: 'Title 49 Code of Federal Regulations',\n /**\n * @description A US Department of Transportation/Federal Aviation Administration code used to identify hazardous (dangerous) goods, managed by the Customs and\n * Border Protection (CBP) agency.\n */\n SSD: 'International Civil Aviation Administration code',\n /**\n * @description A US Department of Transportation (DOT) code used toCustoms and Border Protection (CBP) agency.\n */\n SSE: 'Hazardous Materials ID DOT',\n /**\n * @description A US Customs and Border Protection (CBP) code used to identify hazardous (dangerous) goods.\n */\n SSF: 'Endorsement',\n /**\n * @description A department of Defense/Air Force code used to identifyBorder Protection (CBP) agency.\n */\n SSG: 'Air Force Regulation 71-4',\n /**\n * @description The breed of the item (e.g. plant or animal).\n */\n SSH: 'Breed',\n /**\n * @description A unique numerical identifier for for chemical compounds, polymers, biological sequences, mixtures and alloys.\n */\n SSI: 'Chemical Abstract Service (CAS) registry number',\n /**\n * @description A name or designation to identify an engine model.\n */\n SSJ: 'Engine model designation',\n /**\n * @description A number assigned by agricultural authorities to identify and track meat and meat products.\n */\n SSK: 'Institutional Meat Purchase Specifications (IMPS) Number',\n /**\n * @description A number assigned by agricultural authorities to identify and track meat and meat products.\n */\n SSL: 'Price Look-Up code (PLU)',\n /**\n * @description An International Maritime Organization (IMO) code used to identify hazardous (dangerous) goods.\n */\n SSM: 'International Maritime Organization (IMO) Code',\n /**\n * @description A Department of Transportation/Federal Railroad Administration code used to identify hazardous (dangerous) goods.\n */\n SSN: 'Bureau of Explosives 600-A (rail)',\n /**\n * @description A UN code used to classify and identify dangerous goods.\n */\n SSO: 'United Nations Dangerous Goods List',\n /**\n * @description A code established by the International Code of Botanical Nomenclature (ICBN) used to classify and identify botanical articles and commodities.\n */\n SSP: 'International Code of Botanical Nomenclature (ICBN)',\n /**\n * @description A code established by the International Code of Zoological Nomenclature (ICZN) used to classify and identify animals.\n */\n SSQ: 'International Code of Zoological Nomenclature (ICZN)',\n /**\n * @description A code established by the International Code of Nomenclature for Cultivated Plants (ICNCP) used to classify and identify animals.\n */\n SSR: 'International Code of Nomenclature for Cultivated Plants (ICNCP)',\n /**\n * @description Identifier assigned to an article by the distributor of that article.\n */\n SSS: 'Distributor’s article identifier',\n /**\n * @description Product classification system used in the Norwegian market.\n */\n SST: 'Norwegian Classification system ENVA',\n /**\n * @description Product classification assigned by the supplier.\n */\n SSU: 'Supplier assigned classification',\n /**\n * @description Product classification system used in the Mexican market.\n */\n SSV: 'Mexican classification system AMECE',\n /**\n * @description Product classification system used in the German market.\n */\n SSW: 'German classification system CCG',\n /**\n * @description Product classification system used in the Finnish market.\n */\n SSX: 'Finnish classification system EANFIN',\n /**\n * @description Product classification system used in the Canadian market.\n */\n SSY: 'Canadian classification system ICC',\n /**\n * @description Product classification system used in the French market.\n */\n SSZ: 'French classification system IFLS5',\n /**\n * @description Number given to a specific style or form of an article, especially used for garments.\n */\n ST: 'Style number',\n /**\n * @description Product classification system used in the Dutch market.\n */\n STA: 'Dutch classification system CBL',\n /**\n * @description Product classification system used in the Japanese market.\n */\n STB: 'Japanese classification system JICFS',\n /**\n * @description Category of product eligible for EU subsidy (applies for certain dairy products with specific level of fat content).\n */\n STC: 'European Union dairy subsidy eligibility classification',\n /**\n * @description Product classification system used in the Spanish market.\n */\n STD: 'GS1 Spain classification system',\n /**\n * @description Product classification system used in the Polish market.\n */\n STE: 'GS1 Poland classification system',\n /**\n * @description A Russian government agency that serves as a national standardization body of the Russian Federation.\n */\n STF: 'Federal Agency on Technical Regulating and Metrology of the Russian Federation',\n /**\n * @description Product classification system used in the Austrian market.\n */\n STG: 'Efficient Consumer Response (ECR) Austria classification system',\n /**\n * @description Product classification system used in the Italian market.\n */\n STH: 'GS1 Italy classification system',\n /**\n * @description Official classification system for public procurement in the European Union.\n */\n STI: 'CPV (Common Procurement Vocabulary)',\n /**\n * @description International Foodservice Distributors Association (IFDA).\n */\n STJ: 'IFDA (International Foodservice Distributors Association)',\n /**\n * @description Pharmacologic -therapeutic classification maintained by the American Hospital Formulary Service (AHFS).\n */\n STK: 'AHFS (American Hospital Formulary Service) pharmacologic -therapeutic classification',\n /**\n * @description Anatomical Therapeutic Chemical classification system maintained by the World Health Organisation (WHO).\n */\n STL: 'ATC (Anatomical Therapeutic Chemical) classification system',\n /**\n * @description A five level classification system for medical decvices maintained by the CLADIMED organisation used in the French market.\n */\n STM: 'CLADIMED (Classification des Dispositifs Médicaux)',\n /**\n * @description Classification system related to the Canadian Medical Device Regulations maintained by Health Canada.\n */\n STN: 'CMDR (Canadian Medical Device Regulations) classification system',\n /**\n * @description A classification system for medical devices used in the Italian market.\n */\n STO: 'CNDM (Classificazione Nazionale dei Dispositivi Medici)',\n /**\n * @description A classification system for medicines and devices used in the UK market.\n */\n STP: 'UK DM&D (Dictionary of Medicines & Devices) standard coding scheme',\n /**\n * @description Standardized material and service classification and dictionary maintained by eClass e.V.\n */\n STQ: 'eCl@ss',\n /**\n * @description Classification for in vitro diagnostics medical devices maintained by the European Diagnostic Manufacturers Association.\n */\n STR: 'EDMA (European Diagnostic Manufacturers Association) Product Classification',\n /**\n * @description A classification system for medical devices.\n */\n STS: 'EGAR (European Generic Article Register)',\n /**\n * @description Nomenclature system for identification of medical devices officially apprroved by the European Union.\n */\n STT: 'GMDN (Global Medical Devices Nomenclature)',\n /**\n * @description A drug classification system managed by Medi-Span.\n */\n STU: 'GPI (Generic Product Identifier)',\n /**\n * @description A classification system used with US healthcare insurance programs.\n */\n STV: 'HCPCS (Healthcare Common Procedure Coding System)',\n /**\n * @description A patient safety taxonomy maintained by the World Health Organisation.\n */\n STW: 'ICPS (International Classification for Patient Safety)',\n /**\n * @description A medical dictionary maintained by the International Federation of Pharmaceutical Manufacturers and Associations (IFPMA).\n */\n STX: 'MedDRA (Medical Dictionary for Regulatory Activities)',\n /**\n * @description Medical product classification system used in the German market.\n */\n STY: 'Medical Columbus',\n /**\n * @description Product classification system used in the North American market.\n */\n STZ: 'NAPCS (North American Product Classification System)',\n /**\n * @description Product and Service classification system used in United Kingdom market.\n */\n SUA: 'NHS (National Health Services) eClass',\n /**\n * @description US FDA Product Code Classification Database contains medical device names and associated information developed by the Center for Devices and\n * Radiological Health (CDRH).\n */\n SUB: 'US FDA (Food and Drug Administration) Product Code Classification Database',\n /**\n * @description A medical nomenclature system developed between the NHS and the College of American Pathologists.\n */\n SUC: 'SNOMED CT (Systematized Nomenclature of Medicine-Clinical Terms)',\n /**\n * @description A standard international nomenclature and computer coding system for medical devices maintained by the Emergency Care Research Institute (ECRI).\n */\n SUD: 'UMDNS (Universal Medical Device Nomenclature System)',\n /**\n * @description A unique, 13-digit number assigned according to the numbering structure of the GS1 system and used to identify a type of Reusable Transport Item\n * (RTI).\n */\n SUE: 'GS1 Global Returnable Asset Identifier, non-serialised',\n /**\n * @description The International Mobile Station Equipment Identity (IMEI) is a unique number to identify mobile phones. It includes the origin, model and serial\n * number of the device. The structure is specified in 3GPP TS 23.003.\n */\n SUF: 'IMEI',\n /**\n * @description Classification of waste as defined by the European Maritime Safety Agency (EMSA).\n */\n SUG: 'Waste Type (EMSA)',\n /**\n * @description Classification of ship’s stores.\n */\n SUH: \"Ship's store classification type\",\n /**\n * @description Classification for emergency response procedures related to fire.\n */\n SUI: 'Emergency fire code',\n /**\n * @description Classification for emergency response procedures related to spillage.\n */\n SUJ: 'Emergency spillage code',\n /**\n * @description Packing group as defined in the International Marititme Dangerous Goods (IMDG) specification.\n */\n SUK: 'IMDG packing group',\n /**\n * @description International Bulk Chemical (IBC) code defined by the International Convention for the Prevention of Pollution from Ships (MARPOL).\n */\n SUL: 'MARPOL Code IBC',\n /**\n * @description Subsidiary risk class as defined in the International Maritime Dangerous Goods (IMDG) specification.\n */\n SUM: 'IMDG subsidiary risk class',\n /**\n * @description (8012) Additional number to form article groups for packing and/or transportation purposes.\n */\n TG: 'Transport group number',\n /**\n * @description A unique number assigned to a taxonomic entity, commonly to a species of plants or animals, providing information on their hierarchical\n * classification, scientific name, taxonomic rank, associated synonyms and vernacular names where appropriate, data source information and data\n * quality indicators.\n */\n TSN: 'Taxonomic Serial Number',\n /**\n * @description Main hazard class as defined in the International Maritime Dangerous Goods (IMDG) specification.\n */\n TSO: 'IMDG main hazard class',\n /**\n * @description The number is part of, or is generated in the context of the Combined Nomenclature classification, as developed and maintained by the European\n * Union (EU).\n */\n TSP: 'EU Combined Nomenclature',\n /**\n * @description A code to specify a product's therapeutic classification.\n */\n TSQ: 'Therapeutic classification number',\n /**\n * @description Waste type number according to the European Waste Catalogue (EWC).\n */\n TSR: 'European Waste Catalogue',\n /**\n * @description Number assigned to identify a grouping of products based on price.\n */\n TSS: 'Price grouping code',\n /**\n * @description The UNSPSC commodity classification system.\n */\n TST: 'UNSPSC',\n /**\n * @description European Union Directive on the restriction of hazardous substances.\n */\n TSU: 'EU RoHS Directive',\n /**\n * @description Number assigned by ultimate customer to identify relevant article.\n */\n UA: \"Ultimate customer's article number\",\n /**\n * @description Number assigned to a manufacturer's product by the Product Code Council.\n */\n UP: 'UPC (Universal product code)',\n /**\n * @description Reference number assigned by a vendor/seller identifying.\n */\n VN: 'Vendor item number',\n /**\n * @description Reference number assigned by a vendor/seller identifying a product/service/article.\n */\n VP: \"Vendor's (seller's) part number\",\n /**\n * @description The item number is a specified by the vendor as a supplemental number for the vendor's purposes.\n */\n VS: \"Vendor's supplemental item number\",\n /**\n * @description The item number has been allocated by the vendor as a specification number.\n */\n VX: 'Vendor specification number',\n /**\n * @description Item type identification mutually agreed between interchanging parties.\n */\n ZZZ: 'Mutually defined',\n\n PPI: 'Phytosanitary Passport identifier',\n};\n\n/**\n * @description Keys of {@link itemClassificationCodes}.\n */\nexport type ItemClassificationCodesKeys =\n | 'AA'\n | 'AB'\n | 'AC'\n | 'AD'\n | 'AE'\n | 'AF'\n | 'AG'\n | 'AH'\n | 'AI'\n | 'AJ'\n | 'AK'\n | 'AL'\n | 'AM'\n | 'AN'\n | 'AO'\n | 'AP'\n | 'AQ'\n | 'AR'\n | 'AS'\n | 'AT'\n | 'AU'\n | 'AV'\n | 'AW'\n | 'AX'\n | 'AY'\n | 'AZ'\n | 'BA'\n | 'BB'\n | 'BC'\n | 'BD'\n | 'BE'\n | 'BF'\n | 'BG'\n | 'BH'\n | 'BI'\n | 'BJ'\n | 'BK'\n | 'BL'\n | 'BM'\n | 'BN'\n | 'BO'\n | 'BP'\n | 'BQ'\n | 'BR'\n | 'BS'\n | 'BT'\n | 'BU'\n | 'BV'\n | 'BW'\n | 'BX'\n | 'BY'\n | 'BZ'\n | 'CC'\n | 'CG'\n | 'CL'\n | 'CR'\n | 'CV'\n | 'DR'\n | 'DW'\n | 'EC'\n | 'EF'\n | 'EMD'\n | 'EN'\n | 'FS'\n | 'GB'\n | 'GMN'\n | 'GN'\n | 'GS'\n | 'HS'\n | 'IB'\n | 'IN'\n | 'IS'\n | 'IT'\n | 'IZ'\n | 'MA'\n | 'MF'\n | 'MN'\n | 'MP'\n | 'NB'\n | 'ON'\n | 'PD'\n | 'PL'\n | 'PO'\n | 'PV'\n | 'QS'\n | 'RC'\n | 'RN'\n | 'RU'\n | 'RY'\n | 'SA'\n | 'SG'\n | 'SK'\n | 'SN'\n | 'SRS'\n | 'SRT'\n | 'SRU'\n | 'SRV'\n | 'SRW'\n | 'SRX'\n | 'SRY'\n | 'SRZ'\n | 'SS'\n | 'SSA'\n | 'SSB'\n | 'SSC'\n | 'SSD'\n | 'SSE'\n | 'SSF'\n | 'SSG'\n | 'SSH'\n | 'SSI'\n | 'SSJ'\n | 'SSK'\n | 'SSL'\n | 'SSM'\n | 'SSN'\n | 'SSO'\n | 'SSP'\n | 'SSQ'\n | 'SSR'\n | 'SSS'\n | 'SST'\n | 'SSU'\n | 'SSV'\n | 'SSW'\n | 'SSX'\n | 'SSY'\n | 'SSZ'\n | 'ST'\n | 'STA'\n | 'STB'\n | 'STC'\n | 'STD'\n | 'STE'\n | 'STF'\n | 'STG'\n | 'STH'\n | 'STI'\n | 'STJ'\n | 'STK'\n | 'STL'\n | 'STM'\n | 'STN'\n | 'STO'\n | 'STP'\n | 'STQ'\n | 'STR'\n | 'STS'\n | 'STT'\n | 'STU'\n | 'STV'\n | 'STW'\n | 'STX'\n | 'STY'\n | 'STZ'\n | 'SUA'\n | 'SUB'\n | 'SUC'\n | 'SUD'\n | 'SUE'\n | 'SUF'\n | 'SUG'\n | 'SUH'\n | 'SUI'\n | 'SUJ'\n | 'SUK'\n | 'SUL'\n | 'SUM'\n | 'TG'\n | 'TSN'\n | 'TSO'\n | 'TSP'\n | 'TSQ'\n | 'TSR'\n | 'TSS'\n | 'TST'\n | 'TSU'\n | 'UA'\n | 'UP'\n | 'VN'\n | 'VP'\n | 'VS'\n | 'VX'\n | 'ZZZ'\n | 'PPI';\n\n/**\n * @description Keys of {@link itemClassificationCodes}.\n */\nexport const itemClassificationCodesKeys = [\n 'AA',\n 'AB',\n 'AC',\n 'AD',\n 'AE',\n 'AF',\n 'AG',\n 'AH',\n 'AI',\n 'AJ',\n 'AK',\n 'AL',\n 'AM',\n 'AN',\n 'AO',\n 'AP',\n 'AQ',\n 'AR',\n 'AS',\n 'AT',\n 'AU',\n 'AV',\n 'AW',\n 'AX',\n 'AY',\n 'AZ',\n 'BA',\n 'BB',\n 'BC',\n 'BD',\n 'BE',\n 'BF',\n 'BG',\n 'BH',\n 'BI',\n 'BJ',\n 'BK',\n 'BL',\n 'BM',\n 'BN',\n 'BO',\n 'BP',\n 'BQ',\n 'BR',\n 'BS',\n 'BT',\n 'BU',\n 'BV',\n 'BW',\n 'BX',\n 'BY',\n 'BZ',\n 'CC',\n 'CG',\n 'CL',\n 'CR',\n 'CV',\n 'DR',\n 'DW',\n 'EC',\n 'EF',\n 'EMD',\n 'EN',\n 'FS',\n 'GB',\n 'GMN',\n 'GN',\n 'GS',\n 'HS',\n 'IB',\n 'IN',\n 'IS',\n 'IT',\n 'IZ',\n 'MA',\n 'MF',\n 'MN',\n 'MP',\n 'NB',\n 'ON',\n 'PD',\n 'PL',\n 'PO',\n 'PV',\n 'QS',\n 'RC',\n 'RN',\n 'RU',\n 'RY',\n 'SA',\n 'SG',\n 'SK',\n 'SN',\n 'SRS',\n 'SRT',\n 'SRU',\n 'SRV',\n 'SRW',\n 'SRX',\n 'SRY',\n 'SRZ',\n 'SS',\n 'SSA',\n 'SSB',\n 'SSC',\n 'SSD',\n 'SSE',\n 'SSF',\n 'SSG',\n 'SSH',\n 'SSI',\n 'SSJ',\n 'SSK',\n 'SSL',\n 'SSM',\n 'SSN',\n 'SSO',\n 'SSP',\n 'SSQ',\n 'SSR',\n 'SSS',\n 'SST',\n 'SSU',\n 'SSV',\n 'SSW',\n 'SSX',\n 'SSY',\n 'SSZ',\n 'ST',\n 'STA',\n 'STB',\n 'STC',\n 'STD',\n 'STE',\n 'STF',\n 'STG',\n 'STH',\n 'STI',\n 'STJ',\n 'STK',\n 'STL',\n 'STM',\n 'STN',\n 'STO',\n 'STP',\n 'STQ',\n 'STR',\n 'STS',\n 'STT',\n 'STU',\n 'STV',\n 'STW',\n 'STX',\n 'STY',\n 'STZ',\n 'SUA',\n 'SUB',\n 'SUC',\n 'SUD',\n 'SUE',\n 'SUF',\n 'SUG',\n 'SUH',\n 'SUI',\n 'SUJ',\n 'SUK',\n 'SUL',\n 'SUM',\n 'TG',\n 'TSN',\n 'TSO',\n 'TSP',\n 'TSQ',\n 'TSR',\n 'TSS',\n 'TST',\n 'TSU',\n 'UA',\n 'UP',\n 'VN',\n 'VP',\n 'VS',\n 'VX',\n 'ZZZ',\n 'PPI',\n] as [string, ...string[]];\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version Revision 11e\n *\n * @category Peppol Values\n *\n * @title Recommendation 20, including Recommendation 21 codes - prefixed with X (UN/ECE)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNECERec20/\n */\nexport const quantityUnitCodes = {\n /**\n * @description A unit of count defining the number of groups (group: set of items classified together).\n */\n '10': 'group',\n /**\n * @description A unit of count defining the number of outfits (outfit: a complete set of equipment / materials / objects used for a specific purpose).\n */\n '11': 'outfit',\n /**\n * @description A unit of count defining the number of rations (ration: a single portion of provisions).\n */\n '13': 'ration',\n /**\n * @description A unit of liquid measure, especially related to spirits.\n */\n '14': 'shot',\n /**\n * @description A unit of count defining the number of military sticks (military stick: bombs or paratroops released in rapid succession from an aircraft).\n */\n '15': 'stick, military',\n /**\n * @description A unit of count defining the number of shipping containers that measure 20 foot in length.\n */\n '20': 'twenty foot container',\n /**\n * @description A unit of count defining the number of shipping containers that measure 40 foot in length.\n */\n '21': 'forty foot container',\n\n '22': 'decilitre per gram',\n\n '23': 'gram per cubic centimetre',\n /**\n * @description A unit of mass defining the expected mass of material expressed as the number of pounds.\n */\n '24': 'theoretical pound',\n\n '25': 'gram per square centimetre',\n /**\n * @description A unit of mass defining the expected mass of material, expressed as the number of tons.\n */\n '27': 'theoretical ton',\n\n '28': 'kilogram per square metre',\n\n '33': 'kilopascal square metre per gram',\n\n '34': 'kilopascal per millimetre',\n\n '35': 'millilitre per square centimetre second',\n\n '37': 'ounce per square foot',\n\n '38': 'ounce per square foot per 0,01inch',\n\n '40': 'millilitre per second',\n\n '41': 'millilitre per minute',\n /**\n * @description A unit of area for tin plate equal to a surface area of 100 square metres.\n */\n '56': 'sitas',\n /**\n * @description A unit of count defining the number of strands per inch as a measure of the fineness of a woven product.\n */\n '57': 'mesh',\n /**\n * @description A unit of mass defining the total number of kilograms after deductions.\n */\n '58': 'net kilogram',\n /**\n * @description A unit of proportion equal to 10⁻⁶.\n */\n '59': 'part per million',\n /**\n * @description A unit of proportion equal to 10⁻².\n */\n '60': 'percent weight',\n /**\n * @description A unit of proportion equal to 10⁻⁹.\n */\n '61': 'part per billion (US)',\n\n '74': 'millipascal',\n\n '77': 'milli-inch',\n\n '80': 'pound per square inch absolute',\n\n '81': 'henry',\n\n '85': 'foot pound-force',\n\n '87': 'pound per cubic foot',\n\n '89': 'poise',\n\n '91': 'stokes',\n /**\n * @description A unit of quantity expressed as a predetermined or set rate for usage of a facility or service.\n */\n '1I': 'fixed rate',\n /**\n * @description Refer ISO/TC12 SI Guide.\n */\n '2A': 'radian per second',\n /**\n * @description Refer ISO/TC12 SI Guide.\n */\n '2B': 'radian per second squared',\n\n '2C': 'roentgen',\n /**\n * @description A unit of electric potential in relation to alternating current (AC).\n */\n '2G': 'volt AC',\n /**\n * @description A unit of electric potential in relation to direct current (DC).\n */\n '2H': 'volt DC',\n\n '2I': 'British thermal unit (international table) per hour',\n\n '2J': 'cubic centimetre per second',\n\n '2K': 'cubic foot per hour',\n\n '2L': 'cubic foot per minute',\n\n '2M': 'centimetre per second',\n\n '2N': 'decibel',\n /**\n * @description A unit of information equal to 10³ (1000) bytes.\n */\n '2P': 'kilobyte',\n\n '2Q': 'kilobecquerel',\n\n '2R': 'kilocurie',\n\n '2U': 'megagram',\n\n '2X': 'metre per minute',\n\n '2Y': 'milliroentgen',\n\n '2Z': 'millivolt',\n\n '3B': 'megajoule',\n /**\n * @description A unit of count defining the number of months for a person or persons to perform an undertaking.\n */\n '3C': 'manmonth',\n\n '4C': 'centistokes',\n\n '4G': 'microlitre',\n\n '4H': 'micrometre (micron)',\n\n '4K': 'milliampere',\n /**\n * @description A unit of information equal to 10⁶ (1000000) bytes.\n */\n '4L': 'megabyte',\n\n '4M': 'milligram per hour',\n\n '4N': 'megabecquerel',\n\n '4O': 'microfarad',\n\n '4P': 'newton per metre',\n\n '4Q': 'ounce inch',\n\n '4R': 'ounce foot',\n\n '4T': 'picofarad',\n\n '4U': 'pound per hour',\n\n '4W': 'ton (US) per hour',\n\n '4X': 'kilolitre per hour',\n\n '5A': 'barrel (US) per minute',\n /**\n * @description A unit of count defining the number of batches (batch: quantity of material produced in one operation or number of animals or persons coming at\n * once).\n */\n '5B': 'batch',\n /**\n * @description A unit of volume equal to one million (1000000) cubic feet of gas per day.\n */\n '5E': 'MMSCF/day',\n /**\n * @description A unit of power defining the hydraulic horse power delivered by a fluid pump depending on the viscosity of the fluid.\n */\n '5J': 'hydraulic horse power',\n\n A10: 'ampere square metre per joule second',\n\n A11: 'angstrom',\n\n A12: 'astronomical unit',\n\n A13: 'attojoule',\n\n A14: 'barn',\n\n A15: 'barn per electronvolt',\n\n A16: 'barn per steradian electronvolt',\n\n A17: 'barn per steradian',\n\n A18: 'becquerel per kilogram',\n\n A19: 'becquerel per cubic metre',\n\n A2: 'ampere per centimetre',\n\n A20: 'British thermal unit (international table) per second square foot degree Rankine',\n\n A21: 'British thermal unit (international table) per pound degree Rankine',\n\n A22: 'British thermal unit (international table) per second foot degree Rankine',\n\n A23: 'British thermal unit (international table) per hour square foot degree Rankine',\n\n A24: 'candela per square metre',\n\n A26: 'coulomb metre',\n\n A27: 'coulomb metre squared per volt',\n\n A28: 'coulomb per cubic centimetre',\n\n A29: 'coulomb per cubic metre',\n\n A3: 'ampere per millimetre',\n\n A30: 'coulomb per cubic millimetre',\n\n A31: 'coulomb per kilogram second',\n\n A32: 'coulomb per mole',\n\n A33: 'coulomb per square centimetre',\n\n A34: 'coulomb per square metre',\n\n A35: 'coulomb per square millimetre',\n\n A36: 'cubic centimetre per mole',\n\n A37: 'cubic decimetre per mole',\n\n A38: 'cubic metre per coulomb',\n\n A39: 'cubic metre per kilogram',\n\n A4: 'ampere per square centimetre',\n\n A40: 'cubic metre per mole',\n\n A41: 'ampere per square metre',\n\n A42: 'curie per kilogram',\n /**\n * @description A unit of mass defining the difference between the weight of a ship when completely empty and its weight when completely loaded, expressed as the\n * number of tons.\n */\n A43: 'deadweight tonnage',\n\n A44: 'decalitre',\n\n A45: 'decametre',\n /**\n * @description A unit of yarn density. One decitex equals a mass of 1 gram per 10 kilometres of length.\n */\n A47: 'decitex',\n /**\n * @description Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)\n */\n A48: 'degree Rankine',\n /**\n * @description A unit of yarn density. One denier equals a mass of 1 gram per 9 kilometres of length.\n */\n A49: 'denier',\n\n A5: 'ampere square metre',\n\n A53: 'electronvolt',\n\n A54: 'electronvolt per metre',\n\n A55: 'electronvolt square metre',\n\n A56: 'electronvolt square metre per kilogram',\n /**\n * @description A unit of count defining the number of eighth-parts as a measure of the celestial dome cloud coverage. Synonym: OKTA , OCTA.\n */\n A59: '8-part cloud cover',\n\n A6: 'ampere per square metre kelvin squared',\n\n A68: 'exajoule',\n\n A69: 'farad per metre',\n\n A7: 'ampere per square millimetre',\n\n A70: 'femtojoule',\n\n A71: 'femtometre',\n\n A73: 'foot per second squared',\n\n A74: 'foot pound-force per second',\n /**\n * @description A unit of information typically used for billing purposes, defined as either the number of metric tons or the number of cubic metres, whichever\n * is the larger.\n */\n A75: 'freight ton',\n\n A76: 'gal',\n\n A8: 'ampere second',\n\n A84: 'gigacoulomb per cubic metre',\n\n A85: 'gigaelectronvolt',\n\n A86: 'gigahertz',\n\n A87: 'gigaohm',\n\n A88: 'gigaohm metre',\n\n A89: 'gigapascal',\n /**\n * @description A unit of quantity expressed as a rate for usage of a facility or service.\n */\n A9: 'rate',\n\n A90: 'gigawatt',\n /**\n * @description Synonym: grade.\n */\n A91: 'gon',\n\n A93: 'gram per cubic metre',\n\n A94: 'gram per mole',\n\n A95: 'gray',\n\n A96: 'gray per second',\n\n A97: 'hectopascal',\n\n A98: 'henry per metre',\n /**\n * @description A unit of information equal to one binary digit.\n */\n A99: 'bit',\n /**\n * @description A unit of count defining the number of balls (ball: object formed in the shape of sphere).\n */\n AA: 'ball',\n /**\n * @description A unit of count defining the number of items per bulk pack.\n */\n AB: 'bulk pack',\n\n ACR: 'acre',\n /**\n * @description A unit of count defining the number of activities (activity: a unit of work or action).\n */\n ACT: 'activity',\n /**\n * @description A unit of information equal to 8 bits.\n */\n AD: 'byte',\n\n AE: 'ampere per metre',\n /**\n * @description A unit of time defining the number of minutes in addition to the referenced minutes.\n */\n AH: 'additional minute',\n /**\n * @description A unit of count defining the number of minutes for the average interval of a call.\n */\n AI: 'average minute per call',\n\n AK: 'fathom',\n /**\n * @description A unit of count defining the number of telephone access lines.\n */\n AL: 'access line',\n /**\n * @description A unit of electric charge defining the amount of charge accumulated by a steady flow of one ampere for one hour.\n */\n AMH: 'ampere hour',\n\n AMP: 'ampere',\n /**\n * @description Unit of time equal to 365,25 days. Synonym: Julian year.\n */\n ANN: 'year',\n\n APZ: 'troy ounce or apothecary ounce',\n /**\n * @description A unit of measure for blood potency (US).\n */\n AQ: 'anti-hemophilic factor (AHF) unit',\n /**\n * @description A unit of count defining the number of assortments (assortment: set of items grouped in a mixed collection).\n */\n AS: 'assortment',\n /**\n * @description A unit of mass defining the alcoholic strength of a liquid.\n */\n ASM: 'alcoholic strength by mass',\n /**\n * @description A unit of volume defining the alcoholic strength of a liquid (e.g. spirit, wine, beer, etc), often at a specific temperature.\n */\n ASU: 'alcoholic strength by volume',\n\n ATM: 'standard atmosphere',\n /**\n * @description A unit of distance used for measuring the diameter of small tubes or wires such as the outer diameter of hypotermic or suture needles.\n */\n AWG: 'american wire gauge',\n /**\n * @description A unit of count defining the number of assemblies (assembly: items that consist of component parts).\n */\n AY: 'assembly',\n\n AZ: 'British thermal unit (international table) per pound',\n\n B1: 'barrel (US) per day',\n /**\n * @description A unit of information equal to one binary digit per second.\n */\n B10: 'bit per second',\n\n B11: 'joule per kilogram kelvin',\n\n B12: 'joule per metre',\n /**\n * @description Synonym: joule per metre squared.\n */\n B13: 'joule per square metre',\n\n B14: 'joule per metre to the fourth power',\n\n B15: 'joule per mole',\n\n B16: 'joule per mole kelvin',\n /**\n * @description A unit of count defining the number of entries made to the credit side of an account.\n */\n B17: 'credit',\n\n B18: 'joule second',\n /**\n * @description A unit of information defining the quantity of numerals used to form a number.\n */\n B19: 'digit',\n\n B20: 'joule square metre per kilogram',\n\n B21: 'kelvin per watt',\n\n B22: 'kiloampere',\n\n B23: 'kiloampere per square metre',\n\n B24: 'kiloampere per metre',\n\n B25: 'kilobecquerel per kilogram',\n\n B26: 'kilocoulomb',\n\n B27: 'kilocoulomb per cubic metre',\n\n B28: 'kilocoulomb per square metre',\n\n B29: 'kiloelectronvolt',\n /**\n * @description A unit of mass defining the number of pounds of wadded fibre.\n */\n B3: 'batting pound',\n /**\n * @description A unit of information equal to 2³⁰ bits (binary digits).\n */\n B30: 'gibibit',\n\n B31: 'kilogram metre per second',\n\n B32: 'kilogram metre squared',\n\n B33: 'kilogram metre squared per second',\n\n B34: 'kilogram per cubic decimetre',\n\n B35: 'kilogram per litre',\n /**\n * @description A unit of volume used to measure beer. One beer barrel equals 36 imperial gallons.\n */\n B4: 'barrel, imperial',\n\n B41: 'kilojoule per kelvin',\n\n B42: 'kilojoule per kilogram',\n\n B43: 'kilojoule per kilogram kelvin',\n\n B44: 'kilojoule per mole',\n\n B45: 'kilomole',\n\n B46: 'kilomole per cubic metre',\n\n B47: 'kilonewton',\n\n B48: 'kilonewton metre',\n\n B49: 'kiloohm',\n\n B50: 'kiloohm metre',\n\n B52: 'kilosecond',\n\n B53: 'kilosiemens',\n\n B54: 'kilosiemens per metre',\n\n B55: 'kilovolt per metre',\n\n B56: 'kiloweber per metre',\n /**\n * @description A unit of length defining the distance that light travels in a vacuum in one year.\n */\n B57: 'light year',\n\n B58: 'litre per mole',\n\n B59: 'lumen hour',\n\n B60: 'lumen per square metre',\n\n B61: 'lumen per watt',\n\n B62: 'lumen second',\n\n B63: 'lux hour',\n\n B64: 'lux second',\n\n B66: 'megaampere per square metre',\n\n B67: 'megabecquerel per kilogram',\n /**\n * @description A unit of information equal to 10⁹ bits (binary digits).\n */\n B68: 'gigabit',\n\n B69: 'megacoulomb per cubic metre',\n /**\n * @description A unit of count defining the number of cycles (cycle: a recurrent period of definite duration).\n */\n B7: 'cycle',\n\n B70: 'megacoulomb per square metre',\n\n B71: 'megaelectronvolt',\n\n B72: 'megagram per cubic metre',\n\n B73: 'meganewton',\n\n B74: 'meganewton metre',\n\n B75: 'megaohm',\n\n B76: 'megaohm metre',\n\n B77: 'megasiemens per metre',\n\n B78: 'megavolt',\n\n B79: 'megavolt per metre',\n\n B8: 'joule per cubic metre',\n /**\n * @description A unit of information equal to 10⁹ bits (binary digits) per second.\n */\n B80: 'gigabit per second',\n\n B81: 'reciprocal metre squared reciprocal second',\n /**\n * @description A unit of length defining the number of inches per linear foot.\n */\n B82: 'inch per linear foot',\n\n B83: 'metre to the fourth power',\n\n B84: 'microampere',\n\n B85: 'microbar',\n\n B86: 'microcoulomb',\n\n B87: 'microcoulomb per cubic metre',\n\n B88: 'microcoulomb per square metre',\n\n B89: 'microfarad per metre',\n\n B90: 'microhenry',\n\n B91: 'microhenry per metre',\n\n B92: 'micronewton',\n\n B93: 'micronewton metre',\n\n B94: 'microohm',\n\n B95: 'microohm metre',\n\n B96: 'micropascal',\n\n B97: 'microradian',\n\n B98: 'microsecond',\n\n B99: 'microsiemens',\n\n BAR: 'bar [unit of pressure]',\n /**\n * @description A unit of area of 112 sheets of tin mil products (tin plate, tin free steel or black plate) 14 by 20 inches, or 31,360 square inches.\n */\n BB: 'base box',\n /**\n * @description A unit of volume defining the number of cords (cord: a stack of firewood of 128 cubic feet).\n */\n BFT: 'board foot',\n\n BHP: 'brake horse power',\n /**\n * @description Synonym: trillion (US)\n */\n BIL: 'billion (EUR)',\n\n BLD: 'dry barrel (US)',\n\n BLL: 'barrel (US)',\n /**\n * @description A unit of volume equal to one hundred board foot.\n */\n BP: 'hundred board foot',\n /**\n * @description The number of beats per minute.\n */\n BPM: 'beats per minute',\n\n BQL: 'becquerel',\n\n BTU: 'British thermal unit (international table)',\n\n BUA: 'bushel (US)',\n\n BUI: 'bushel (UK)',\n /**\n * @description A unit of count defining the number of calls (call: communication session or visitation).\n */\n C0: 'call',\n\n C10: 'millifarad',\n\n C11: 'milligal',\n\n C12: 'milligram per metre',\n\n C13: 'milligray',\n\n C14: 'millihenry',\n\n C15: 'millijoule',\n\n C16: 'millimetre per second',\n\n C17: 'millimetre squared per second',\n\n C18: 'millimole',\n\n C19: 'mole per kilogram',\n\n C20: 'millinewton',\n /**\n * @description A unit of information equal to 2¹⁰ (1024) bits (binary digits).\n */\n C21: 'kibibit',\n\n C22: 'millinewton per metre',\n\n C23: 'milliohm metre',\n\n C24: 'millipascal second',\n\n C25: 'milliradian',\n\n C26: 'millisecond',\n\n C27: 'millisiemens',\n\n C28: 'millisievert',\n\n C29: 'millitesla',\n\n C3: 'microvolt per metre',\n\n C30: 'millivolt per metre',\n\n C31: 'milliwatt',\n\n C32: 'milliwatt per square metre',\n\n C33: 'milliweber',\n\n C34: 'mole',\n\n C35: 'mole per cubic decimetre',\n\n C36: 'mole per cubic metre',\n /**\n * @description A unit of information equal to 10³ (1000) bits (binary digits).\n */\n C37: 'kilobit',\n\n C38: 'mole per litre',\n\n C39: 'nanoampere',\n\n C40: 'nanocoulomb',\n\n C41: 'nanofarad',\n\n C42: 'nanofarad per metre',\n\n C43: 'nanohenry',\n\n C44: 'nanohenry per metre',\n\n C45: 'nanometre',\n\n C46: 'nanoohm metre',\n\n C47: 'nanosecond',\n\n C48: 'nanotesla',\n\n C49: 'nanowatt',\n\n C50: 'neper',\n\n C51: 'neper per second',\n\n C52: 'picometre',\n\n C53: 'newton metre second',\n\n C54: 'newton metre squared per kilogram squared',\n\n C55: 'newton per square metre',\n\n C56: 'newton per square millimetre',\n\n C57: 'newton second',\n\n C58: 'newton second per metre',\n /**\n * @description A unit used in music to describe the ratio in frequency between notes.\n */\n C59: 'octave',\n\n C60: 'ohm centimetre',\n\n C61: 'ohm metre',\n /**\n * @description Synonym: unit.\n */\n C62: 'one',\n\n C63: 'parsec',\n\n C64: 'pascal per kelvin',\n\n C65: 'pascal second',\n\n C66: 'pascal second per cubic metre',\n\n C67: 'pascal second per metre',\n\n C68: 'petajoule',\n /**\n * @description A unit of subjective sound loudness. A sound has loudness p phons if it seems to the listener to be equal in loudness to the sound of a pure tone\n * of frequency 1 kilohertz and strength p decibels.\n */\n C69: 'phon',\n\n C7: 'centipoise',\n\n C70: 'picoampere',\n\n C71: 'picocoulomb',\n\n C72: 'picofarad per metre',\n\n C73: 'picohenry',\n /**\n * @description A unit of information equal to 10³ (1000) bits (binary digits) per second.\n */\n C74: 'kilobit per second',\n\n C75: 'picowatt',\n\n C76: 'picowatt per square metre',\n\n C78: 'pound-force',\n /**\n * @description A unit of accumulated energy of 1000 volt amperes over a period of one hour.\n */\n C79: 'kilovolt ampere hour',\n\n C8: 'millicoulomb per kilogram',\n\n C80: 'rad',\n\n C81: 'radian',\n\n C82: 'radian square metre per mole',\n\n C83: 'radian square metre per kilogram',\n\n C84: 'radian per metre',\n\n C85: 'reciprocal angstrom',\n\n C86: 'reciprocal cubic metre',\n /**\n * @description Synonym: reciprocal second per cubic metre.\n */\n C87: 'reciprocal cubic metre per second',\n\n C88: 'reciprocal electron volt per cubic metre',\n\n C89: 'reciprocal henry',\n /**\n * @description A unit of count defining the number of coil groups (coil group: groups of items arranged by lengths of those items placed in a joined sequence of\n * concentric circles).\n */\n C9: 'coil group',\n\n C90: 'reciprocal joule per cubic metre',\n\n C91: 'reciprocal kelvin or kelvin to the power minus one',\n\n C92: 'reciprocal metre',\n /**\n * @description Synonym: reciprocal metre squared.\n */\n C93: 'reciprocal square metre',\n\n C94: 'reciprocal minute',\n\n C95: 'reciprocal mole',\n\n C96: 'reciprocal pascal or pascal to the power minus one',\n\n C97: 'reciprocal second',\n\n C99: 'reciprocal second per metre squared',\n /**\n * @description A unit of mass defining the carrying capacity, expressed as the number of metric tons.\n */\n CCT: 'carrying capacity in metric ton',\n\n CDL: 'candela',\n /**\n * @description Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)\n */\n CEL: 'degree Celsius',\n /**\n * @description A unit of count defining the number of units in multiples of 100.\n */\n CEN: 'hundred',\n /**\n * @description A unit of count defining the number of units of card (card: thick stiff paper or cardboard).\n */\n CG: 'card',\n\n CGM: 'centigram',\n\n CKG: 'coulomb per kilogram',\n /**\n * @description A unit of count defining the number of leaves, expressed in units of one hundred leaves.\n */\n CLF: 'hundred leave',\n\n CLT: 'centilitre',\n\n CMK: 'square centimetre',\n\n CMQ: 'cubic centimetre',\n\n CMT: 'centimetre',\n /**\n * @description A unit of count defining the number of hundred-packs (hundred-pack: set of one hundred items packaged together).\n */\n CNP: 'hundred pack',\n /**\n * @description A unit of mass equal to one hundred weight (US).\n */\n CNT: 'cental (UK)',\n\n COU: 'coulomb',\n /**\n * @description A unit of mass defining the number of grams of a named item in a product.\n */\n CTG: 'content gram',\n\n CTM: 'metric carat',\n /**\n * @description A unit of mass defining the number of metric tons of a named item in a product.\n */\n CTN: 'content ton (metric)',\n\n CUR: 'curie',\n\n CWA: 'hundred pound (cwt) / hundred weight (US)',\n\n CWI: 'hundred weight (UK)',\n /**\n * @description A unit of accumulated energy of a thousand watts over a period of one hour.\n */\n D03: 'kilowatt hour per hour',\n /**\n * @description A unit of weight equal to about 1/2 ounce or 15 grams.\n */\n D04: 'lot [unit of weight]',\n\n D1: 'reciprocal second per steradian',\n\n D10: 'siemens per metre',\n /**\n * @description A unit of information equal to 2²⁰ (1048576) bits (binary digits).\n */\n D11: 'mebibit',\n\n D12: 'siemens square metre per mole',\n\n D13: 'sievert',\n /**\n * @description A unit of subjective sound loudness. One sone is the loudness of a pure tone of frequency one kilohertz and strength 40 decibels.\n */\n D15: 'sone',\n\n D16: 'square centimetre per erg',\n\n D17: 'square centimetre per steradian erg',\n\n D18: 'metre kelvin',\n\n D19: 'square metre kelvin per watt',\n\n D2: 'reciprocal second per steradian metre squared',\n\n D20: 'square metre per joule',\n\n D21: 'square metre per kilogram',\n\n D22: 'square metre per mole',\n /**\n * @description A unit of count defining the number of grams of amino acid prescribed for parenteral/enteral therapy.\n */\n D23: 'pen gram (protein)',\n\n D24: 'square metre per steradian',\n\n D25: 'square metre per steradian joule',\n\n D26: 'square metre per volt second',\n\n D27: 'steradian',\n\n D29: 'terahertz',\n\n D30: 'terajoule',\n\n D31: 'terawatt',\n\n D32: 'terawatt hour',\n\n D33: 'tesla',\n /**\n * @description A unit of yarn density. One decitex equals a mass of 1 gram per 1 kilometre of length.\n */\n D34: 'tex',\n /**\n * @description A unit of information equal to 10⁶ (1000000) bits (binary digits).\n */\n D36: 'megabit',\n\n D41: 'tonne per cubic metre',\n\n D42: 'tropical year',\n\n D43: 'unified atomic mass unit',\n /**\n * @description The name of the unit is an acronym for volt-ampere-reactive.\n */\n D44: 'var',\n\n D45: 'volt squared per kelvin squared',\n\n D46: 'volt - ampere',\n\n D47: 'volt per centimetre',\n\n D48: 'volt per kelvin',\n\n D49: 'millivolt per kelvin',\n\n D5: 'kilogram per square centimetre',\n\n D50: 'volt per metre',\n\n D51: 'volt per millimetre',\n\n D52: 'watt per kelvin',\n\n D53: 'watt per metre kelvin',\n\n D54: 'watt per square metre',\n\n D55: 'watt per square metre kelvin',\n\n D56: 'watt per square metre kelvin to the fourth power',\n\n D57: 'watt per steradian',\n\n D58: 'watt per steradian square metre',\n\n D59: 'weber per metre',\n\n D6: 'roentgen per second',\n\n D60: 'weber per millimetre',\n\n D61: 'minute [unit of angle]',\n\n D62: 'second [unit of angle]',\n /**\n * @description A unit of count defining the number of books (book: set of items bound together or written document of a material whole).\n */\n D63: 'book',\n /**\n * @description A unit of count defining the number of rounds (round: A circular or cylindrical object).\n */\n D65: 'round',\n /**\n * @description A unit of count defining the number of words.\n */\n D68: 'number of words',\n\n D69: 'inch to the fourth power',\n\n D73: 'joule square metre',\n\n D74: 'kilogram per mole',\n\n D77: 'megacoulomb',\n /**\n * @description A unit of accumulated energy equal to one million joules per second.\n */\n D78: 'megajoule per second',\n\n D80: 'microwatt',\n\n D81: 'microtesla',\n\n D82: 'microvolt',\n\n D83: 'millinewton metre',\n\n D85: 'microwatt per square metre',\n\n D86: 'millicoulomb',\n\n D87: 'millimole per kilogram',\n\n D88: 'millicoulomb per cubic metre',\n\n D89: 'millicoulomb per square metre',\n\n D91: 'rem',\n\n D93: 'second per cubic metre',\n\n D94: 'second per cubic metre radian',\n\n D95: 'joule per gram',\n\n DAA: 'decare',\n /**\n * @description A unit of time defining the number of days in multiples of 10.\n */\n DAD: 'ten day',\n\n DAY: 'day',\n /**\n * @description A unit of mass defining the number of pounds of a product, disregarding the water content of the product.\n */\n DB: 'dry pound',\n\n DBM: 'Decibel-milliwatts',\n\n DBW: 'Decibel watt',\n\n DD: 'degree [unit of angle]',\n /**\n * @description A unit of count defining the number of decades (decade: quantity equal to 10 or time equal to 10 years).\n */\n DEC: 'decade',\n\n DG: 'decigram',\n\n DJ: 'decagram',\n\n DLT: 'decilitre',\n\n DMA: 'cubic decametre',\n\n DMK: 'square decimetre',\n /**\n * @description A unit of volume defining the number of kilolitres of a product at a temperature of 15 degrees Celsius, especially in relation to hydrocarbon\n * oils.\n */\n DMO: 'standard kilolitre',\n\n DMQ: 'cubic decimetre',\n\n DMT: 'decimetre',\n\n DN: 'decinewton metre',\n /**\n * @description A unit of count defining the number of pieces in multiples of 12 (piece: a single item, article or exemplar).\n */\n DPC: 'dozen piece',\n /**\n * @description A unit of count defining the number of pairs in multiples of 12 (pair: item described by two's).\n */\n DPR: 'dozen pair',\n /**\n * @description A unit of mass defining the volume of sea water a ship displaces, expressed as the number of tons.\n */\n DPT: 'displacement tonnage',\n /**\n * @description Synonym: drachm (UK), troy dram.\n */\n DRA: 'dram (US)',\n /**\n * @description Synonym: avoirdupois dram.\n */\n DRI: 'dram (UK)',\n /**\n * @description A unit of count defining the number of rolls, expressed in twelve roll units.\n */\n DRL: 'dozen roll',\n /**\n * @description A unit of mass defining the number of tons of a product, disregarding the water content of the product.\n */\n DT: 'dry ton',\n /**\n * @description Synonym: centner, metric 100 kg; quintal, metric 100 kg.\n */\n DTN: 'decitonne',\n\n DWT: 'pennyweight',\n /**\n * @description A unit of count defining the number of units in multiples of 12.\n */\n DZN: 'dozen',\n /**\n * @description A unit of count defining the number of packs in multiples of 12 (pack: standard packaging unit).\n */\n DZP: 'dozen pack',\n /**\n * @description A measure of pressure expressed in newtons per square centimetre.\n */\n E01: 'newton per square centimetre',\n /**\n * @description A unit of accumulated energy of a million watts over a period of one hour.\n */\n E07: 'megawatt hour per hour',\n /**\n * @description A unit of energy expressed as the load change in million watts that will cause a frequency shift of one hertz.\n */\n E08: 'megawatt per hertz',\n /**\n * @description A unit of power load delivered at the rate of one thousandth of an ampere over a period of one hour.\n */\n E09: 'milliampere hour',\n /**\n * @description A unit of measure used in meteorology and engineering to measure the demand for heating or cooling over a given period of days.\n */\n E10: 'degree day',\n /**\n * @description A unit of count defining the number of cigarettes in units of 1000.\n */\n E12: 'mille',\n /**\n * @description A unit of heat energy equal to one thousand calories.\n */\n E14: 'kilocalorie (international table)',\n /**\n * @description A unit of energy equal to one thousand calories per hour.\n */\n E15: 'kilocalorie (thermochemical) per hour',\n /**\n * @description A unit of power equal to one million British thermal units per hour.\n */\n E16: 'million Btu(IT) per hour',\n /**\n * @description A unit of volume equal to one cubic foot passing a given point in a period of one second.\n */\n E17: 'cubic foot per second',\n /**\n * @description A unit of weight or mass equal to one tonne per hour.\n */\n E18: 'tonne per hour',\n /**\n * @description A unit of area equal to 3.3 square metres.\n */\n E19: 'ping',\n /**\n * @description A unit of information equal to 10⁶ (1000000) bits (binary digits) per second.\n */\n E20: 'megabit per second',\n /**\n * @description A unit of count defining the number of shares (share: a total or portion of the parts into which a business entity’s capital is divided).\n */\n E21: 'shares',\n /**\n * @description A unit of count defining the number of twenty-foot equivalent units (TEUs) as a measure of containerized cargo capacity.\n */\n E22: 'TEU',\n /**\n * @description A unit of count defining the number of tyres (a solid or air-filled covering placed around a wheel rim to form a soft contact with the road,\n * absorb shock and provide traction).\n */\n E23: 'tyre',\n /**\n * @description A unit of count defining the number of active units within a substance.\n */\n E25: 'active unit',\n /**\n * @description A unit of count defining the number of doses (dose: a definite quantity of a medicine or drug).\n */\n E27: 'dose',\n /**\n * @description A unit of mass defining the number of tons of a product, disregarding the water content of the product.\n */\n E28: 'air dry ton',\n /**\n * @description A unit of count defining the number of strands (strand: long, thin, flexible, single thread, strip of fibre, constituent filament or multiples of\n * the same, twisted together).\n */\n E30: 'strand',\n /**\n * @description A unit of count defining the number of square metres per litre.\n */\n E31: 'square metre per litre',\n /**\n * @description A unit of count defining the number of litres per hour.\n */\n E32: 'litre per hour',\n /**\n * @description A unit of count defining the number of feet per thousand units.\n */\n E33: 'foot per thousand',\n /**\n * @description A unit of information equal to 10⁹ bytes.\n */\n E34: 'gigabyte',\n /**\n * @description A unit of information equal to 10¹² bytes.\n */\n E35: 'terabyte',\n /**\n * @description A unit of information equal to 10¹⁵ bytes.\n */\n E36: 'petabyte',\n /**\n * @description A unit of count defining the number of pixels (pixel: picture element).\n */\n E37: 'pixel',\n /**\n * @description A unit of count equal to 10⁶ (1000000) pixels (picture elements).\n */\n E38: 'megapixel',\n /**\n * @description A unit of information defining the number of dots per linear inch as a measure of the resolution or sharpness of a graphic image.\n */\n E39: 'dots per inch',\n /**\n * @description A unit of mass defining the total number of kilograms before deductions.\n */\n E4: 'gross kilogram',\n /**\n * @description A unit of proportion equal to 10⁻⁵.\n */\n E40: 'part per hundred thousand',\n /**\n * @description A unit of pressure defining the number of kilograms force per square millimetre.\n */\n E41: 'kilogram-force per square millimetre',\n /**\n * @description A unit of pressure defining the number of kilograms force per square centimetre.\n */\n E42: 'kilogram-force per square centimetre',\n /**\n * @description A unit of energy defining the number of joules per square centimetre.\n */\n E43: 'joule per square centimetre',\n /**\n * @description A unit of torsion defining the torque kilogram-force metre per square centimetre.\n */\n E44: 'kilogram-force metre per square centimetre',\n\n E45: 'milliohm',\n /**\n * @description A unit of energy consumption expressed as kilowatt hour per cubic metre.\n */\n E46: 'kilowatt hour per cubic metre',\n /**\n * @description A unit of energy consumption expressed as kilowatt hour per kelvin.\n */\n E47: 'kilowatt hour per kelvin',\n /**\n * @description A unit of count defining the number of service units (service unit: defined period / property / facility / utility of supply).\n */\n E48: 'service unit',\n /**\n * @description A unit of count defining the number of working days (working day: a day on which work is ordinarily performed).\n */\n E49: 'working day',\n /**\n * @description A unit of count defining the number of accounting units.\n */\n E50: 'accounting unit',\n /**\n * @description A unit of count defining the number of jobs.\n */\n E51: 'job',\n /**\n * @description A unit of count defining the number feet per run.\n */\n E52: 'run foot',\n /**\n * @description A unit of count defining the number of tests.\n */\n E53: 'test',\n /**\n * @description A unit of count defining the number of trips.\n */\n E54: 'trip',\n /**\n * @description A unit of count defining the number of times an object is used.\n */\n E55: 'use',\n /**\n * @description A unit of count defining the number of wells.\n */\n E56: 'well',\n /**\n * @description A unit of count defining the number of zones.\n */\n E57: 'zone',\n /**\n * @description A unit of information equal to 10¹⁸ bits (binary digits) per second.\n */\n E58: 'exabit per second',\n /**\n * @description A unit of information equal to 2⁶⁰ bytes.\n */\n E59: 'exbibyte',\n /**\n * @description A unit of information equal to 2⁵⁰ bytes.\n */\n E60: 'pebibyte',\n /**\n * @description A unit of information equal to 2⁴⁰ bytes.\n */\n E61: 'tebibyte',\n /**\n * @description A unit of information equal to 2³⁰ bytes.\n */\n E62: 'gibibyte',\n /**\n * @description A unit of information equal to 2²⁰ bytes.\n */\n E63: 'mebibyte',\n /**\n * @description A unit of information equal to 2¹⁰ bytes.\n */\n E64: 'kibibyte',\n /**\n * @description A unit of information equal to 2⁶⁰ bits (binary digits) per metre.\n */\n E65: 'exbibit per metre',\n /**\n * @description A unit of information equal to 2⁶⁰ bits (binary digits) per square metre.\n */\n E66: 'exbibit per square metre',\n /**\n * @description A unit of information equal to 2⁶⁰ bits (binary digits) per cubic metre.\n */\n E67: 'exbibit per cubic metre',\n /**\n * @description A unit of information equal to 10⁹ bytes per second.\n */\n E68: 'gigabyte per second',\n /**\n * @description A unit of information equal to 2³⁰ bits (binary digits) per metre.\n */\n E69: 'gibibit per metre',\n /**\n * @description A unit of information equal to 2³⁰ bits (binary digits) per square metre.\n */\n E70: 'gibibit per square metre',\n /**\n * @description A unit of information equal to 2³⁰ bits (binary digits) per cubic metre.\n */\n E71: 'gibibit per cubic metre',\n /**\n * @description A unit of information equal to 2¹⁰ bits (binary digits) per metre.\n */\n E72: 'kibibit per metre',\n /**\n * @description A unit of information equal to 2¹⁰ bits (binary digits) per square metre.\n */\n E73: 'kibibit per square metre',\n /**\n * @description A unit of information equal to 2¹⁰ bits (binary digits) per cubic metre.\n */\n E74: 'kibibit per cubic metre',\n /**\n * @description A unit of information equal to 2²⁰ bits (binary digits) per metre.\n */\n E75: 'mebibit per metre',\n /**\n * @description A unit of information equal to 2²⁰ bits (binary digits) per square metre.\n */\n E76: 'mebibit per square metre',\n /**\n * @description A unit of information equal to 2²⁰ bits (binary digits) per cubic metre.\n */\n E77: 'mebibit per cubic metre',\n /**\n * @description A unit of information equal to 10¹⁵ bits (binary digits).\n */\n E78: 'petabit',\n /**\n * @description A unit of information equal to 10¹⁵ bits (binary digits) per second.\n */\n E79: 'petabit per second',\n /**\n * @description A unit of information equal to 2⁵⁰ bits (binary digits) per metre.\n */\n E80: 'pebibit per metre',\n /**\n * @description A unit of information equal to 2⁵⁰ bits (binary digits) per square metre.\n */\n E81: 'pebibit per square metre',\n /**\n * @description A unit of information equal to 2⁵⁰ bits (binary digits) per cubic metre.\n */\n E82: 'pebibit per cubic metre',\n /**\n * @description A unit of information equal to 10¹² bits (binary digits).\n */\n E83: 'terabit',\n /**\n * @description A unit of information equal to 10¹² bits (binary digits) per second.\n */\n E84: 'terabit per second',\n /**\n * @description A unit of information equal to 2⁴⁰ bits (binary digits) per metre.\n */\n E85: 'tebibit per metre',\n /**\n * @description A unit of information equal to 2⁴⁰ bits (binary digits) per cubic metre.\n */\n E86: 'tebibit per cubic metre',\n /**\n * @description A unit of information equal to 2⁴⁰ bits (binary digits) per square metre.\n */\n E87: 'tebibit per square metre',\n /**\n * @description A unit of information equal to 1 bit (binary digit) per metre.\n */\n E88: 'bit per metre',\n /**\n * @description A unit of information equal to 1 bit (binary digit) per square metre.\n */\n E89: 'bit per square metre',\n\n E90: 'reciprocal centimetre',\n\n E91: 'reciprocal day',\n\n E92: 'cubic decimetre per hour',\n\n E93: 'kilogram per hour',\n\n E94: 'kilomole per second',\n\n E95: 'mole per second',\n\n E96: 'degree per second',\n\n E97: 'millimetre per degree Celcius metre',\n\n E98: 'degree Celsius per kelvin',\n\n E99: 'hectopascal per bar',\n /**\n * @description A unit of count defining the number of items regarded as separate units.\n */\n EA: 'each',\n /**\n * @description A unit of count defining the number of electronic mail boxes.\n */\n EB: 'electronic mail box',\n /**\n * @description A unit of volume defining the number of gallons of product produced from concentrate.\n */\n EQ: 'equivalent gallon',\n /**\n * @description A unit of information equal to 1 bit (binary digit) per cubic metre.\n */\n F01: 'bit per cubic metre',\n\n F02: 'kelvin per kelvin',\n\n F03: 'kilopascal per bar',\n\n F04: 'millibar per bar',\n\n F05: 'megapascal per bar',\n\n F06: 'poise per bar',\n\n F07: 'pascal per bar',\n\n F08: 'milliampere per inch',\n\n F10: 'kelvin per hour',\n\n F11: 'kelvin per minute',\n\n F12: 'kelvin per second',\n /**\n * @description A unit of mass. One slug is the mass accelerated at 1 foot per second per second by a force of 1 pound.\n */\n F13: 'slug',\n\n F14: 'gram per kelvin',\n\n F15: 'kilogram per kelvin',\n\n F16: 'milligram per kelvin',\n\n F17: 'pound-force per foot',\n\n F18: 'kilogram square centimetre',\n\n F19: 'kilogram square millimetre',\n\n F20: 'pound inch squared',\n\n F21: 'pound-force inch',\n\n F22: 'pound-force foot per ampere',\n\n F23: 'gram per cubic decimetre',\n\n F24: 'kilogram per kilomol',\n\n F25: 'gram per hertz',\n\n F26: 'gram per day',\n\n F27: 'gram per hour',\n\n F28: 'gram per minute',\n\n F29: 'gram per second',\n\n F30: 'kilogram per day',\n\n F31: 'kilogram per minute',\n\n F32: 'milligram per day',\n\n F33: 'milligram per minute',\n\n F34: 'milligram per second',\n\n F35: 'gram per day kelvin',\n\n F36: 'gram per hour kelvin',\n\n F37: 'gram per minute kelvin',\n\n F38: 'gram per second kelvin',\n\n F39: 'kilogram per day kelvin',\n\n F40: 'kilogram per hour kelvin',\n\n F41: 'kilogram per minute kelvin',\n\n F42: 'kilogram per second kelvin',\n\n F43: 'milligram per day kelvin',\n\n F44: 'milligram per hour kelvin',\n\n F45: 'milligram per minute kelvin',\n\n F46: 'milligram per second kelvin',\n\n F47: 'newton per millimetre',\n\n F48: 'pound-force per inch',\n /**\n * @description A unit of distance equal to 5.5 yards (16 feet 6 inches).\n */\n F49: 'rod [unit of distance]',\n\n F50: 'micrometre per kelvin',\n\n F51: 'centimetre per kelvin',\n\n F52: 'metre per kelvin',\n\n F53: 'millimetre per kelvin',\n\n F54: 'milliohm per metre',\n\n F55: 'ohm per mile (statute mile)',\n\n F56: 'ohm per kilometre',\n\n F57: 'milliampere per pound-force per square inch',\n\n F58: 'reciprocal bar',\n\n F59: 'milliampere per bar',\n\n F60: 'degree Celsius per bar',\n\n F61: 'kelvin per bar',\n\n F62: 'gram per day bar',\n\n F63: 'gram per hour bar',\n\n F64: 'gram per minute bar',\n\n F65: 'gram per second bar',\n\n F66: 'kilogram per day bar',\n\n F67: 'kilogram per hour bar',\n\n F68: 'kilogram per minute bar',\n\n F69: 'kilogram per second bar',\n\n F70: 'milligram per day bar',\n\n F71: 'milligram per hour bar',\n\n F72: 'milligram per minute bar',\n\n F73: 'milligram per second bar',\n\n F74: 'gram per bar',\n\n F75: 'milligram per bar',\n\n F76: 'milliampere per millimetre',\n\n F77: 'pascal second per kelvin',\n\n F78: 'inch of water',\n\n F79: 'inch of mercury',\n /**\n * @description A unit of power defining the amount of power required to move a given volume of water against acceleration of gravity to a specified elevation\n * (pressure head).\n */\n F80: 'water horse power',\n\n F81: 'bar per kelvin',\n\n F82: 'hectopascal per kelvin',\n\n F83: 'kilopascal per kelvin',\n\n F84: 'millibar per kelvin',\n\n F85: 'megapascal per kelvin',\n\n F86: 'poise per kelvin',\n\n F87: 'volt per litre minute',\n\n F88: 'newton centimetre',\n\n F89: 'newton metre per degree',\n\n F90: 'newton metre per ampere',\n\n F91: 'bar litre per second',\n\n F92: 'bar cubic metre per second',\n\n F93: 'hectopascal litre per second',\n\n F94: 'hectopascal cubic metre per second',\n\n F95: 'millibar litre per second',\n\n F96: 'millibar cubic metre per second',\n\n F97: 'megapascal litre per second',\n\n F98: 'megapascal cubic metre per second',\n\n F99: 'pascal litre per second',\n /**\n * @description Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)\n */\n FAH: 'degree Fahrenheit',\n\n FAR: 'farad',\n /**\n * @description A unit of length defining the number of metres of individual fibre.\n */\n FBM: 'fibre metre',\n /**\n * @description A unit of volume equal to one thousand cubic foot.\n */\n FC: 'thousand cubic foot',\n /**\n * @description A unit of volume equal to one hundred cubic metres.\n */\n FF: 'hundred cubic metre',\n\n FH: 'micromole',\n /**\n * @description A unit of count defining the number of failures that can be expected over a specified time interval. Failure rates of semiconductor components\n * are often specified as FIT (failures in time unit) where 1 FIT = 10⁻⁹ /h.\n */\n FIT: 'failures in time',\n /**\n * @description A unit of mass defining the number of tons of a flaked substance (flake: a small flattish fragment).\n */\n FL: 'flake ton',\n\n FNU: 'Formazin nephelometric unit',\n\n FOT: 'foot',\n\n FP: 'pound per square foot',\n\n FR: 'foot per minute',\n\n FS: 'foot per second',\n\n FTK: 'square foot',\n\n FTQ: 'cubic foot',\n\n G01: 'pascal cubic metre per second',\n\n G04: 'centimetre per bar',\n\n G05: 'metre per bar',\n\n G06: 'millimetre per bar',\n\n G08: 'square inch per second',\n\n G09: 'square metre per second kelvin',\n\n G10: 'stokes per kelvin',\n\n G11: 'gram per cubic centimetre bar',\n\n G12: 'gram per cubic decimetre bar',\n\n G13: 'gram per litre bar',\n\n G14: 'gram per cubic metre bar',\n\n G15: 'gram per millilitre bar',\n\n G16: 'kilogram per cubic centimetre bar',\n\n G17: 'kilogram per litre bar',\n\n G18: 'kilogram per cubic metre bar',\n\n G19: 'newton metre per kilogram',\n\n G2: 'US gallon per minute',\n\n G20: 'pound-force foot per pound',\n\n G21: 'cup [unit of volume]',\n\n G23: 'peck',\n\n G24: 'tablespoon (US)',\n\n G25: 'teaspoon (US)',\n\n G26: 'stere',\n\n G27: 'cubic centimetre per kelvin',\n\n G28: 'litre per kelvin',\n\n G29: 'cubic metre per kelvin',\n\n G3: 'Imperial gallon per minute',\n\n G30: 'millilitre per kelvin',\n\n G31: 'kilogram per cubic centimetre',\n\n G32: 'ounce (avoirdupois) per cubic yard',\n\n G33: 'gram per cubic centimetre kelvin',\n\n G34: 'gram per cubic decimetre kelvin',\n\n G35: 'gram per litre kelvin',\n\n G36: 'gram per cubic metre kelvin',\n\n G37: 'gram per millilitre kelvin',\n\n G38: 'kilogram per cubic centimetre kelvin',\n\n G39: 'kilogram per litre kelvin',\n\n G40: 'kilogram per cubic metre kelvin',\n\n G41: 'square metre per second bar',\n\n G42: 'microsiemens per centimetre',\n\n G43: 'microsiemens per metre',\n\n G44: 'nanosiemens per centimetre',\n\n G45: 'nanosiemens per metre',\n\n G46: 'stokes per bar',\n\n G47: 'cubic centimetre per day',\n\n G48: 'cubic centimetre per hour',\n\n G49: 'cubic centimetre per minute',\n\n G50: 'gallon (US) per hour',\n\n G51: 'litre per second',\n\n G52: 'cubic metre per day',\n\n G53: 'cubic metre per minute',\n\n G54: 'millilitre per day',\n\n G55: 'millilitre per hour',\n\n G56: 'cubic inch per hour',\n\n G57: 'cubic inch per minute',\n\n G58: 'cubic inch per second',\n\n G59: 'milliampere per litre minute',\n\n G60: 'volt per bar',\n\n G61: 'cubic centimetre per day kelvin',\n\n G62: 'cubic centimetre per hour kelvin',\n\n G63: 'cubic centimetre per minute kelvin',\n\n G64: 'cubic centimetre per second kelvin',\n\n G65: 'litre per day kelvin',\n\n G66: 'litre per hour kelvin',\n\n G67: 'litre per minute kelvin',\n\n G68: 'litre per second kelvin',\n\n G69: 'cubic metre per day kelvin',\n\n G70: 'cubic metre per hour kelvin',\n\n G71: 'cubic metre per minute kelvin',\n\n G72: 'cubic metre per second kelvin',\n\n G73: 'millilitre per day kelvin',\n\n G74: 'millilitre per hour kelvin',\n\n G75: 'millilitre per minute kelvin',\n\n G76: 'millilitre per second kelvin',\n\n G77: 'millimetre to the fourth power',\n\n G78: 'cubic centimetre per day bar',\n\n G79: 'cubic centimetre per hour bar',\n\n G80: 'cubic centimetre per minute bar',\n\n G81: 'cubic centimetre per second bar',\n\n G82: 'litre per day bar',\n\n G83: 'litre per hour bar',\n\n G84: 'litre per minute bar',\n\n G85: 'litre per second bar',\n\n G86: 'cubic metre per day bar',\n\n G87: 'cubic metre per hour bar',\n\n G88: 'cubic metre per minute bar',\n\n G89: 'cubic metre per second bar',\n\n G90: 'millilitre per day bar',\n\n G91: 'millilitre per hour bar',\n\n G92: 'millilitre per minute bar',\n\n G93: 'millilitre per second bar',\n\n G94: 'cubic centimetre per bar',\n\n G95: 'litre per bar',\n\n G96: 'cubic metre per bar',\n\n G97: 'millilitre per bar',\n\n G98: 'microhenry per kiloohm',\n\n G99: 'microhenry per ohm',\n\n GB: 'gallon (US) per day',\n\n GBQ: 'gigabecquerel',\n /**\n * @description A unit of mass defining the number of grams of a product, disregarding the water content of the product.\n */\n GDW: 'gram, dry weight',\n\n GE: 'pound per gallon (US)',\n\n GF: 'gram per metre (gram per 100 centimetres)',\n /**\n * @description A unit of mass defining the number of grams of a fissile isotope (fissile isotope: an isotope whose nucleus is able to be split when irradiated\n * with low energy neutrons).\n */\n GFI: 'gram of fissile isotope',\n /**\n * @description A unit of count defining the number of units in multiples of 1728 (12 x 12 x 12).\n */\n GGR: 'great gross',\n\n GIA: 'gill (US)',\n /**\n * @description A unit of mass defining the number of grams of a product, including its container.\n */\n GIC: 'gram, including container',\n\n GII: 'gill (UK)',\n /**\n * @description A unit of mass defining the number of grams of a product, including its inner packaging materials.\n */\n GIP: 'gram, including inner packaging',\n\n GJ: 'gram per millilitre',\n\n GL: 'gram per litre',\n\n GLD: 'dry gallon (US)',\n\n GLI: 'gallon (UK)',\n\n GLL: 'gallon (US)',\n\n GM: 'gram per square metre',\n\n GO: 'milligram per square metre',\n\n GP: 'milligram per cubic metre',\n\n GQ: 'microgram per cubic metre',\n\n GRM: 'gram',\n\n GRN: 'grain',\n /**\n * @description A unit of count defining the number of units in multiples of 144 (12 x 12).\n */\n GRO: 'gross',\n\n GV: 'gigajoule',\n\n GWH: 'gigawatt hour',\n\n H03: 'henry per kiloohm',\n\n H04: 'henry per ohm',\n\n H05: 'millihenry per kiloohm',\n\n H06: 'millihenry per ohm',\n\n H07: 'pascal second per bar',\n\n H08: 'microbecquerel',\n\n H09: 'reciprocal year',\n\n H10: 'reciprocal hour',\n\n H11: 'reciprocal month',\n\n H12: 'degree Celsius per hour',\n\n H13: 'degree Celsius per minute',\n\n H14: 'degree Celsius per second',\n\n H15: 'square centimetre per gram',\n /**\n * @description Synonym: are.\n */\n H16: 'square decametre',\n /**\n * @description Synonym: hectare.\n */\n H18: 'square hectometre',\n\n H19: 'cubic hectometre',\n\n H20: 'cubic kilometre',\n /**\n * @description A unit of count defining the number of blanks.\n */\n H21: 'blank',\n\n H22: 'volt square inch per pound-force',\n\n H23: 'volt per inch',\n\n H24: 'volt per microsecond',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to the SI base unit Kelvin.\n */\n H25: 'percent per kelvin',\n\n H26: 'ohm per metre',\n\n H27: 'degree per metre',\n\n H28: 'microfarad per kilometre',\n\n H29: 'microgram per litre',\n\n H30: 'square micrometre (square micron)',\n\n H31: 'ampere per kilogram',\n\n H32: 'ampere squared second',\n\n H33: 'farad per kilometre',\n\n H34: 'hertz metre',\n\n H35: 'kelvin metre per watt',\n\n H36: 'megaohm per kilometre',\n\n H37: 'megaohm per metre',\n\n H38: 'megaampere',\n\n H39: 'megahertz kilometre',\n\n H40: 'newton per ampere',\n\n H41: 'newton metre watt to the power minus 0,5',\n\n H42: 'pascal per metre',\n\n H43: 'siemens per centimetre',\n\n H44: 'teraohm',\n\n H45: 'volt second per metre',\n\n H46: 'volt per second',\n\n H47: 'watt per cubic metre',\n\n H48: 'attofarad',\n\n H49: 'centimetre per hour',\n\n H50: 'reciprocal cubic centimetre',\n\n H51: 'decibel per kilometre',\n\n H52: 'decibel per metre',\n\n H53: 'kilogram per bar',\n\n H54: 'kilogram per cubic decimetre kelvin',\n\n H55: 'kilogram per cubic decimetre bar',\n\n H56: 'kilogram per square metre second',\n\n H57: 'inch per two pi radiant',\n\n H58: 'metre per volt second',\n\n H59: 'square metre per newton',\n\n H60: 'cubic metre per cubic metre',\n\n H61: 'millisiemens per centimetre',\n\n H62: 'millivolt per minute',\n\n H63: 'milligram per square centimetre',\n\n H64: 'milligram per gram',\n\n H65: 'millilitre per cubic metre',\n\n H66: 'millimetre per year',\n\n H67: 'millimetre per hour',\n\n H68: 'millimole per gram',\n\n H69: 'picopascal per kilometre',\n\n H70: 'picosecond',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to a month.\n */\n H71: 'percent per month',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to 100-fold of the unit bar.\n */\n H72: 'percent per hectobar',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to 10-fold of the SI base unit Kelvin.\n */\n H73: 'percent per decakelvin',\n\n H74: 'watt per metre',\n\n H75: 'decapascal',\n\n H76: 'gram per millimetre',\n /**\n * @description A unit of measure used to describe the breadth of electronic assemblies as an installation standard or mounting dimension.\n */\n H77: 'module width',\n /**\n * @description A unit of distance used for measuring the diameter of small tubes such as urological instruments and catheters. Synonym: French, Charrière,\n * Charrière gauge.\n */\n H79: 'French gauge',\n /**\n * @description A unit of measure used to describe the height in rack units of equipment intended for mounting in a 19-inch rack or a 23-inch rack. One rack unit\n * is 1.75 inches (44.45 mm) high.\n */\n H80: 'rack unit',\n\n H81: 'millimetre per minute',\n /**\n * @description A unit of length defining the number of big points (big point: Adobe software(US) defines the big point to be exactly 1/72 inch (0.013 888 9 inch\n * or 0.352 777 8 millimeters))\n */\n H82: 'big point',\n\n H83: 'litre per kilogram',\n\n H84: 'gram millimetre',\n\n H85: 'reciprocal week',\n /**\n * @description A unit of count defining the number of pieces (piece: a single item, article or exemplar).\n */\n H87: 'piece',\n\n H88: 'megaohm kilometre',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to the SI derived unit ohm.\n */\n H89: 'percent per ohm',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to an angle of one degree.\n */\n H90: 'percent per degree',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to multiples of ten thousand.\n */\n H91: 'percent per ten thousand',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to multiples of one hundred thousand.\n */\n H92: 'percent per one hundred thousand',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to multiples of one hundred.\n */\n H93: 'percent per hundred',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to multiples of one thousand.\n */\n H94: 'percent per thousand',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to the SI derived unit volt.\n */\n H95: 'percent per volt',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to an atmospheric pressure of one bar.\n */\n H96: 'percent per bar',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to an inch.\n */\n H98: 'percent per inch',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to a metre.\n */\n H99: 'percent per metre',\n /**\n * @description A unit of length, typically for yarn.\n */\n HA: 'hank',\n\n HAD: 'Piece Day',\n\n HBA: 'hectobar',\n /**\n * @description A unit of count defining the number of boxes in multiples of one hundred box units.\n */\n HBX: 'hundred boxes',\n /**\n * @description A unit of count defining the number of units counted in multiples of 100.\n */\n HC: 'hundred count',\n /**\n * @description A unit of mass defining the number of hundred kilograms of a product, disregarding the water content of the product.\n */\n HDW: 'hundred kilogram, dry weight',\n /**\n * @description A unit of count defining the number of heads (head: a person or animal considered as one of a number).\n */\n HEA: 'head',\n\n HGM: 'hectogram',\n /**\n * @description A unit of volume equal to one hundred cubic foot.\n */\n HH: 'hundred cubic foot',\n /**\n * @description A unit of count defining the number of international units in multiples of 100.\n */\n HIU: 'hundred international unit',\n /**\n * @description A unit of mass defining the number of hundred kilograms of a product, after deductions.\n */\n HKM: 'hundred kilogram, net mass',\n\n HLT: 'hectolitre',\n\n HM: 'mile per hour (statute mile)',\n\n HMO: 'Piece Month',\n /**\n * @description A unit of volume equal to one million cubic metres.\n */\n HMQ: 'million cubic metre',\n\n HMT: 'hectometre',\n /**\n * @description A unit of volume equal to one hundred litres of pure alcohol.\n */\n HPA: 'hectolitre of pure alcohol',\n\n HTZ: 'hertz',\n\n HUR: 'hour',\n\n HWE: 'Piece Week',\n\n IA: 'inch pound (pound inch)',\n /**\n * @description A unit of count defining the number of persons.\n */\n IE: 'person',\n\n INH: 'inch',\n\n INK: 'square inch',\n /**\n * @description Synonym: inch cubed.\n */\n INQ: 'cubic inch',\n /**\n * @description A unit of measure defining the sugar content of a solution, expressed in degrees.\n */\n ISD: 'international sugar degree',\n\n IU: 'inch per second',\n\n IUG: 'international unit per gram',\n\n IV: 'inch per second squared',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to a millimetre.\n */\n J10: 'percent per millimetre',\n /**\n * @description A unit of pressure equal to one thousandth of a psi (pound-force per square inch).\n */\n J12: 'per mille per psi',\n /**\n * @description A unit of relative density as a measure of how heavy or light a petroleum liquid is compared to water (API: American Petroleum Institute).\n */\n J13: 'degree API',\n /**\n * @description A traditional unit of relative density for liquids. Named after Antoine Baumé.\n */\n J14: 'degree Baume (origin scale)',\n /**\n * @description A unit of relative density for liquids heavier than water.\n */\n J15: 'degree Baume (US heavy)',\n /**\n * @description A unit of relative density for liquids lighter than water.\n */\n J16: 'degree Baume (US light)',\n /**\n * @description A unit of density as a measure of sugar content, especially of beer wort. Named after Karl Balling.\n */\n J17: 'degree Balling',\n /**\n * @description A unit of proportion used in measuring the dissolved sugar-to-water mass ratio of a liquid. Named after Adolf Brix.\n */\n J18: 'degree Brix',\n\n J19: 'degree Fahrenheit hour square foot per British thermal unit (thermochemical)',\n\n J2: 'joule per kilogram',\n\n J20: 'degree Fahrenheit per kelvin',\n\n J21: 'degree Fahrenheit per bar',\n\n J22: 'degree Fahrenheit hour square foot per British thermal unit (international table)',\n\n J23: 'degree Fahrenheit per hour',\n\n J24: 'degree Fahrenheit per minute',\n\n J25: 'degree Fahrenheit per second',\n\n J26: 'reciprocal degree Fahrenheit',\n /**\n * @description A unit of density as a measure of sugar content of must, the unfermented liqueur from which wine is made. Named after Ferdinand Oechsle.\n */\n J27: 'degree Oechsle',\n\n J28: 'degree Rankine per hour',\n\n J29: 'degree Rankine per minute',\n\n J30: 'degree Rankine per second',\n /**\n * @description A unit of density for liquids that are heavier than water. 1 degree Twaddle represents a difference in specific gravity of 0.005.\n */\n J31: 'degree Twaddell',\n\n J32: 'micropoise',\n\n J33: 'microgram per kilogram',\n\n J34: 'microgram per cubic metre kelvin',\n\n J35: 'microgram per cubic metre bar',\n\n J36: 'microlitre per litre',\n /**\n * @description A unit of signal transmission speed equal to one signalling event per second.\n */\n J38: 'baud',\n\n J39: 'British thermal unit (mean)',\n\n J40: 'British thermal unit (international table) foot per hour square foot degree Fahrenheit',\n\n J41: 'British thermal unit (international table) inch per hour square foot degree Fahrenheit',\n\n J42: 'British thermal unit (international table) inch per second square foot degree Fahrenheit',\n\n J43: 'British thermal unit (international table) per pound degree Fahrenheit',\n\n J44: 'British thermal unit (international table) per minute',\n\n J45: 'British thermal unit (international table) per second',\n\n J46: 'British thermal unit (thermochemical) foot per hour square foot degree Fahrenheit',\n\n J47: 'British thermal unit (thermochemical) per hour',\n\n J48: 'British thermal unit (thermochemical) inch per hour square foot degree Fahrenheit',\n\n J49: 'British thermal unit (thermochemical) inch per second square foot degree Fahrenheit',\n\n J50: 'British thermal unit (thermochemical) per pound degree Fahrenheit',\n\n J51: 'British thermal unit (thermochemical) per minute',\n\n J52: 'British thermal unit (thermochemical) per second',\n\n J53: 'coulomb square metre per kilogram',\n /**\n * @description A unit of signal transmission speed equal to 10⁶ (1000000) signaling events per second.\n */\n J54: 'megabaud',\n\n J55: 'watt second',\n\n J56: 'bar per bar',\n\n J57: 'barrel (UK petroleum)',\n\n J58: 'barrel (UK petroleum) per minute',\n\n J59: 'barrel (UK petroleum) per day',\n\n J60: 'barrel (UK petroleum) per hour',\n\n J61: 'barrel (UK petroleum) per second',\n\n J62: 'barrel (US petroleum) per hour',\n\n J63: 'barrel (US petroleum) per second',\n\n J64: 'bushel (UK) per day',\n\n J65: 'bushel (UK) per hour',\n\n J66: 'bushel (UK) per minute',\n\n J67: 'bushel (UK) per second',\n\n J68: 'bushel (US dry) per day',\n\n J69: 'bushel (US dry) per hour',\n\n J70: 'bushel (US dry) per minute',\n\n J71: 'bushel (US dry) per second',\n\n J72: 'centinewton metre',\n\n J73: 'centipoise per kelvin',\n\n J74: 'centipoise per bar',\n\n J75: 'calorie (mean)',\n\n J76: 'calorie (international table) per gram degree Celsius',\n\n J78: 'calorie (thermochemical) per centimetre second degree Celsius',\n\n J79: 'calorie (thermochemical) per gram degree Celsius',\n\n J81: 'calorie (thermochemical) per minute',\n\n J82: 'calorie (thermochemical) per second',\n\n J83: 'clo',\n\n J84: 'centimetre per second kelvin',\n\n J85: 'centimetre per second bar',\n\n J87: 'cubic centimetre per cubic metre',\n\n J90: 'cubic decimetre per day',\n\n J91: 'cubic decimetre per cubic metre',\n\n J92: 'cubic decimetre per minute',\n\n J93: 'cubic decimetre per second',\n\n J95: 'ounce (UK fluid) per day',\n\n J96: 'ounce (UK fluid) per hour',\n\n J97: 'ounce (UK fluid) per minute',\n\n J98: 'ounce (UK fluid) per second',\n\n J99: 'ounce (US fluid) per day',\n\n JE: 'joule per kelvin',\n\n JK: 'megajoule per kilogram',\n\n JM: 'megajoule per cubic metre',\n /**\n * @description A count of the number of pipeline joints.\n */\n JNT: 'pipeline joint',\n\n JOU: 'joule',\n /**\n * @description A unit of count defining the number of 100 metre lengths.\n */\n JPS: 'hundred metre',\n /**\n * @description A unit of count defining the number of jewels (jewel: precious stone).\n */\n JWL: 'number of jewels',\n /**\n * @description A unit of measure defining the power load measured at predetermined intervals.\n */\n K1: 'kilowatt demand',\n\n K10: 'ounce (US fluid) per hour',\n\n K11: 'ounce (US fluid) per minute',\n\n K12: 'ounce (US fluid) per second',\n\n K13: 'foot per degree Fahrenheit',\n\n K14: 'foot per hour',\n\n K15: 'foot pound-force per hour',\n\n K16: 'foot pound-force per minute',\n\n K17: 'foot per psi',\n\n K18: 'foot per second degree Fahrenheit',\n\n K19: 'foot per second psi',\n /**\n * @description A unit of measure defining the reactive power demand equal to one kilovolt ampere of reactive power.\n */\n K2: 'kilovolt ampere reactive demand',\n\n K20: 'reciprocal cubic foot',\n\n K21: 'cubic foot per degree Fahrenheit',\n\n K22: 'cubic foot per day',\n\n K23: 'cubic foot per psi',\n\n K26: 'gallon (UK) per day',\n\n K27: 'gallon (UK) per hour',\n\n K28: 'gallon (UK) per second',\n /**\n * @description A unit of measure defining the accumulated reactive energy equal to one kilovolt ampere of reactive power per hour.\n */\n K3: 'kilovolt ampere reactive hour',\n\n K30: 'gallon (US liquid) per second',\n\n K31: 'gram-force per square centimetre',\n\n K32: 'gill (UK) per day',\n\n K33: 'gill (UK) per hour',\n\n K34: 'gill (UK) per minute',\n\n K35: 'gill (UK) per second',\n\n K36: 'gill (US) per day',\n\n K37: 'gill (US) per hour',\n\n K38: 'gill (US) per minute',\n\n K39: 'gill (US) per second',\n\n K40: 'standard acceleration of free fall',\n\n K41: 'grain per gallon (US)',\n\n K42: 'horsepower (boiler)',\n\n K43: 'horsepower (electric)',\n\n K45: 'inch per degree Fahrenheit',\n\n K46: 'inch per psi',\n\n K47: 'inch per second degree Fahrenheit',\n\n K48: 'inch per second psi',\n\n K49: 'reciprocal cubic inch',\n /**\n * @description A unit of signal transmission speed equal to 10³ (1000) signaling events per second.\n */\n K50: 'kilobaud',\n\n K51: 'kilocalorie (mean)',\n\n K52: 'kilocalorie (international table) per hour metre degree Celsius',\n\n K53: 'kilocalorie (thermochemical)',\n\n K54: 'kilocalorie (thermochemical) per minute',\n\n K55: 'kilocalorie (thermochemical) per second',\n\n K58: 'kilomole per hour',\n\n K59: 'kilomole per cubic metre kelvin',\n\n K6: 'kilolitre',\n\n K60: 'kilomole per cubic metre bar',\n\n K61: 'kilomole per minute',\n\n K62: 'litre per litre',\n\n K63: 'reciprocal litre',\n\n K64: 'pound (avoirdupois) per degree Fahrenheit',\n\n K65: 'pound (avoirdupois) square foot',\n\n K66: 'pound (avoirdupois) per day',\n\n K67: 'pound per foot hour',\n\n K68: 'pound per foot second',\n\n K69: 'pound (avoirdupois) per cubic foot degree Fahrenheit',\n\n K70: 'pound (avoirdupois) per cubic foot psi',\n\n K71: 'pound (avoirdupois) per gallon (UK)',\n\n K73: 'pound (avoirdupois) per hour degree Fahrenheit',\n\n K74: 'pound (avoirdupois) per hour psi',\n\n K75: 'pound (avoirdupois) per cubic inch degree Fahrenheit',\n\n K76: 'pound (avoirdupois) per cubic inch psi',\n\n K77: 'pound (avoirdupois) per psi',\n\n K78: 'pound (avoirdupois) per minute',\n\n K79: 'pound (avoirdupois) per minute degree Fahrenheit',\n\n K80: 'pound (avoirdupois) per minute psi',\n\n K81: 'pound (avoirdupois) per second',\n\n K82: 'pound (avoirdupois) per second degree Fahrenheit',\n\n K83: 'pound (avoirdupois) per second psi',\n\n K84: 'pound per cubic yard',\n\n K85: 'pound-force per square foot',\n\n K86: 'pound-force per square inch degree Fahrenheit',\n\n K87: 'psi cubic inch per second',\n\n K88: 'psi litre per second',\n\n K89: 'psi cubic metre per second',\n\n K90: 'psi cubic yard per second',\n\n K91: 'pound-force second per square foot',\n\n K92: 'pound-force second per square inch',\n\n K93: 'reciprocal psi',\n\n K94: 'quart (UK liquid) per day',\n\n K95: 'quart (UK liquid) per hour',\n\n K96: 'quart (UK liquid) per minute',\n\n K97: 'quart (UK liquid) per second',\n\n K98: 'quart (US liquid) per day',\n\n K99: 'quart (US liquid) per hour',\n /**\n * @description A unit of count defining the number of cakes (cake: object shaped into a flat, compact mass).\n */\n KA: 'cake',\n /**\n * @description A unit of catalytic activity defining the catalytic activity of enzymes and other catalysts.\n */\n KAT: 'katal',\n /**\n * @description A unit of information equal to 10³ (1000) characters.\n */\n KB: 'kilocharacter',\n\n KBA: 'kilobar',\n /**\n * @description A unit of mass equal to one thousand grams of choline chloride.\n */\n KCC: 'kilogram of choline chloride',\n /**\n * @description A unit of mass defining the net number of kilograms of a product, disregarding the liquid content of the product.\n */\n KDW: 'kilogram drained net weight',\n /**\n * @description Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)\n */\n KEL: 'kelvin',\n /**\n * @description A unit of mass equal to one thousand grams.\n */\n KGM: 'kilogram',\n\n KGS: 'kilogram per second',\n /**\n * @description A unit of mass equal to one thousand grams of hydrogen peroxide.\n */\n KHY: 'kilogram of hydrogen peroxide',\n\n KHZ: 'kilohertz',\n\n KI: 'kilogram per millimetre width',\n /**\n * @description A unit of mass defining the number of kilograms of a product, including its container.\n */\n KIC: 'kilogram, including container',\n /**\n * @description A unit of mass defining the number of kilograms of a product, including its inner packaging materials.\n */\n KIP: 'kilogram, including inner packaging',\n /**\n * @description A unit of information equal to 10³ (1000) segments.\n */\n KJ: 'kilosegment',\n\n KJO: 'kilojoule',\n\n KL: 'kilogram per metre',\n /**\n * @description A unit of proportion defining the percentage of dry lactic material in a product.\n */\n KLK: 'lactic dry material percentage',\n /**\n * @description A unit of illuminance equal to one thousand lux.\n */\n KLX: 'kilolux',\n /**\n * @description A unit of mass equal to one thousand grams of methylamine.\n */\n KMA: 'kilogram of methylamine',\n\n KMH: 'kilometre per hour',\n\n KMK: 'square kilometre',\n /**\n * @description A unit of weight expressed in kilograms of a substance that fills a volume of one cubic metre.\n */\n KMQ: 'kilogram per cubic metre',\n\n KMT: 'kilometre',\n /**\n * @description A unit of mass equal to one thousand grams of nitrogen.\n */\n KNI: 'kilogram of nitrogen',\n /**\n * @description Pressure expressed in kN/m2.\n */\n KNM: 'kilonewton per square metre',\n /**\n * @description A unit of mass equal to one kilogram of a named substance.\n */\n KNS: 'kilogram named substance',\n\n KNT: 'knot',\n /**\n * @description A unit of count defining the number of milligrams of potassium hydroxide per gram of product as a measure of the concentration of potassium\n * hydroxide in the product.\n */\n KO: 'milliequivalence caustic potash per gram of product',\n\n KPA: 'kilopascal',\n /**\n * @description A unit of mass equal to one thousand grams of potassium hydroxide (caustic potash).\n */\n KPH: 'kilogram of potassium hydroxide (caustic potash)',\n /**\n * @description A unit of mass equal to one thousand grams of potassium oxide.\n */\n KPO: 'kilogram of potassium oxide',\n /**\n * @description A unit of mass equal to one thousand grams of phosphorus pentoxide phosphoric anhydride.\n */\n KPP: 'kilogram of phosphorus pentoxide (phosphoric anhydride)',\n\n KR: 'kiloroentgen',\n /**\n * @description A unit of mass equal to one thousand grams of a named substance that is 90% dry.\n */\n KSD: 'kilogram of substance 90 % dry',\n /**\n * @description A unit of mass equal to one thousand grams of sodium hydroxide (caustic soda).\n */\n KSH: 'kilogram of sodium hydroxide (caustic soda)',\n /**\n * @description A unit of count defining the number of kits (kit: tub, barrel or pail).\n */\n KT: 'kit',\n\n KTN: 'kilotonne',\n /**\n * @description A unit of mass equal to one thousand grams of uranium.\n */\n KUR: 'kilogram of uranium',\n\n KVA: 'kilovolt - ampere',\n\n KVR: 'kilovar',\n\n KVT: 'kilovolt',\n\n KW: 'kilogram per millimetre',\n\n KWH: 'kilowatt hour',\n\n KWN: 'Kilowatt hour per normalized cubic metre',\n /**\n * @description A unit of mass equal to one thousand grams of tungsten trioxide.\n */\n KWO: 'kilogram of tungsten trioxide',\n\n KWS: 'Kilowatt hour per standard cubic metre',\n\n KWT: 'kilowatt',\n\n KWY: 'kilowatt year',\n\n KX: 'millilitre per kilogram',\n\n L10: 'quart (US liquid) per minute',\n\n L11: 'quart (US liquid) per second',\n\n L12: 'metre per second kelvin',\n\n L13: 'metre per second bar',\n\n L14: 'square metre hour degree Celsius per kilocalorie (international table)',\n\n L15: 'millipascal second per kelvin',\n\n L16: 'millipascal second per bar',\n\n L17: 'milligram per cubic metre kelvin',\n\n L18: 'milligram per cubic metre bar',\n\n L19: 'millilitre per litre',\n\n L2: 'litre per minute',\n\n L20: 'reciprocal cubic millimetre',\n\n L21: 'cubic millimetre per cubic metre',\n\n L23: 'mole per hour',\n\n L24: 'mole per kilogram kelvin',\n\n L25: 'mole per kilogram bar',\n\n L26: 'mole per litre kelvin',\n\n L27: 'mole per litre bar',\n\n L28: 'mole per cubic metre kelvin',\n\n L29: 'mole per cubic metre bar',\n\n L30: 'mole per minute',\n\n L31: 'milliroentgen aequivalent men',\n\n L32: 'nanogram per kilogram',\n\n L33: 'ounce (avoirdupois) per day',\n\n L34: 'ounce (avoirdupois) per hour',\n\n L35: 'ounce (avoirdupois) per minute',\n\n L36: 'ounce (avoirdupois) per second',\n\n L37: 'ounce (avoirdupois) per gallon (UK)',\n\n L38: 'ounce (avoirdupois) per gallon (US)',\n\n L39: 'ounce (avoirdupois) per cubic inch',\n\n L40: 'ounce (avoirdupois)-force',\n\n L41: 'ounce (avoirdupois)-force inch',\n\n L42: 'picosiemens per metre',\n\n L43: 'peck (UK)',\n\n L44: 'peck (UK) per day',\n\n L45: 'peck (UK) per hour',\n\n L46: 'peck (UK) per minute',\n\n L47: 'peck (UK) per second',\n\n L48: 'peck (US dry) per day',\n\n L49: 'peck (US dry) per hour',\n\n L50: 'peck (US dry) per minute',\n\n L51: 'peck (US dry) per second',\n\n L52: 'psi per psi',\n\n L53: 'pint (UK) per day',\n\n L54: 'pint (UK) per hour',\n\n L55: 'pint (UK) per minute',\n\n L56: 'pint (UK) per second',\n\n L57: 'pint (US liquid) per day',\n\n L58: 'pint (US liquid) per hour',\n\n L59: 'pint (US liquid) per minute',\n\n L60: 'pint (US liquid) per second',\n\n L63: 'slug per day',\n\n L64: 'slug per foot second',\n\n L65: 'slug per cubic foot',\n\n L66: 'slug per hour',\n\n L67: 'slug per minute',\n\n L68: 'slug per second',\n\n L69: 'tonne per kelvin',\n\n L70: 'tonne per bar',\n\n L71: 'tonne per day',\n\n L72: 'tonne per day kelvin',\n\n L73: 'tonne per day bar',\n\n L74: 'tonne per hour kelvin',\n\n L75: 'tonne per hour bar',\n\n L76: 'tonne per cubic metre kelvin',\n\n L77: 'tonne per cubic metre bar',\n\n L78: 'tonne per minute',\n\n L79: 'tonne per minute kelvin',\n\n L80: 'tonne per minute bar',\n\n L81: 'tonne per second',\n\n L82: 'tonne per second kelvin',\n\n L83: 'tonne per second bar',\n\n L84: 'ton (UK shipping)',\n\n L85: 'ton long per day',\n\n L86: 'ton (US shipping)',\n\n L87: 'ton short per degree Fahrenheit',\n\n L88: 'ton short per day',\n\n L89: 'ton short per hour degree Fahrenheit',\n\n L90: 'ton short per hour psi',\n\n L91: 'ton short per psi',\n\n L92: 'ton (UK long) per cubic yard',\n\n L93: 'ton (US short) per cubic yard',\n\n L94: 'ton-force (US short)',\n\n L95: 'common year',\n\n L96: 'sidereal year',\n\n L98: 'yard per degree Fahrenheit',\n\n L99: 'yard per psi',\n\n LA: 'pound per cubic inch',\n /**\n * @description A unit of proportion defining the percentage of lactose in a product that exceeds a defined percentage level.\n */\n LAC: 'lactose excess percentage',\n\n LBR: 'pound',\n\n LBT: 'troy pound (US)',\n\n LD: 'litre per day',\n /**\n * @description A unit of count defining the number of leaves.\n */\n LEF: 'leaf',\n /**\n * @description A unit of count defining the number of feet (12-inch) in length of a uniform width object.\n */\n LF: 'linear foot',\n /**\n * @description A unit of time defining the number of labour hours.\n */\n LH: 'labour hour',\n /**\n * @description A unit of distance equal to 0.01 chain.\n */\n LK: 'link',\n /**\n * @description A unit of count defining the number of metres in length of a uniform width object.\n */\n LM: 'linear metre',\n /**\n * @description A unit of distance defining the linear extent of an item measured from end to end.\n */\n LN: 'length',\n /**\n * @description A unit of count defining the number of lots (lot: a collection of associated items).\n */\n LO: 'lot [unit of procurement]',\n /**\n * @description A unit of mass defining the number of pounds of a liquid substance.\n */\n LP: 'liquid pound',\n /**\n * @description A unit of volume equal to one litre of pure alcohol.\n */\n LPA: 'litre of pure alcohol',\n /**\n * @description A unit of count defining the number of layers.\n */\n LR: 'layer',\n /**\n * @description A unit of count defining the number of whole or a complete monetary amounts.\n */\n LS: 'lump sum',\n /**\n * @description Synonym: gross ton (2240 lb)\n */\n LTN: 'ton (UK) or long ton (US)',\n\n LTR: 'litre',\n /**\n * @description A unit of mass defining the number of metric tons of lubricating oil.\n */\n LUB: 'metric ton, lubricating oil',\n\n LUM: 'lumen',\n\n LUX: 'lux',\n /**\n * @description A unit of count defining the number of 36-inch units in length of a uniform width object.\n */\n LY: 'linear yard',\n\n M1: 'milligram per litre',\n\n M10: 'reciprocal cubic yard',\n\n M11: 'cubic yard per degree Fahrenheit',\n\n M12: 'cubic yard per day',\n\n M13: 'cubic yard per hour',\n\n M14: 'cubic yard per psi',\n\n M15: 'cubic yard per minute',\n\n M16: 'cubic yard per second',\n\n M17: 'kilohertz metre',\n\n M18: 'gigahertz metre',\n /**\n * @description An empirical measure for describing wind speed based mainly on observed sea conditions. The Beaufort scale indicates the wind speed by numbers\n * that typically range from 0 for calm, to 12 for hurricane.\n */\n M19: 'Beaufort',\n\n M20: 'reciprocal megakelvin or megakelvin to the power minus one',\n\n M21: 'reciprocal kilovolt - ampere reciprocal hour',\n\n M22: 'millilitre per square centimetre minute',\n\n M23: 'newton per centimetre',\n\n M24: 'ohm kilometre',\n /**\n * @description A unit of proportion, equal to 0.01, in relation to a temperature of one degree.\n */\n M25: 'percent per degree Celsius',\n\n M26: 'gigaohm per metre',\n\n M27: 'megahertz metre',\n\n M29: 'kilogram per kilogram',\n\n M30: 'reciprocal volt - ampere reciprocal second',\n\n M31: 'kilogram per kilometre',\n\n M32: 'pascal second per litre',\n\n M33: 'millimole per litre',\n\n M34: 'newton metre per square metre',\n\n M35: 'millivolt - ampere',\n /**\n * @description A unit of count defining the number of months expressed in multiples of 30 days, one day equals 24 hours.\n */\n M36: '30-day month',\n /**\n * @description A unit of count defining the number of years expressed in multiples of 360 days, one day equals 24 hours.\n */\n M37: 'actual/360',\n /**\n * @description 1000-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2.\n */\n M38: 'kilometre per second squared',\n /**\n * @description 0,01-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2.\n */\n M39: 'centimetre per second squared',\n /**\n * @description A unit of measure expressed as a monetary amount.\n */\n M4: 'monetary value',\n /**\n * @description Unit of the length according to the Anglo-American and Imperial system of units divided by the power of the SI base unit second by exponent 2.\n */\n M40: 'yard per second squared',\n /**\n * @description 0,001-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2.\n */\n M41: 'millimetre per second squared',\n /**\n * @description Unit of the length according to the Imperial system of units divided by the power of the SI base unit second by exponent 2.\n */\n M42: 'mile (statute mile) per second squared',\n /**\n * @description Unit to indicate an angle at military zone, equal to the 6400th part of the full circle of the 360° or 2·p·rad.\n */\n M43: 'mil',\n /**\n * @description Unit to identify an angle of the full circle of 360° or 2·p·rad (Refer ISO/TC12 SI Guide).\n */\n M44: 'revolution',\n /**\n * @description 360 part of a full circle divided by the power of the SI base unit second and the exponent 2.\n */\n M45: 'degree [unit of angle] per second squared',\n /**\n * @description Unit of the angular velocity.\n */\n M46: 'revolution per minute',\n /**\n * @description Unit of an area, of which the size is given by a diameter of length of 1 mm (0,001 in) based on the formula: area = p·(diameter/2)².\n */\n M47: 'circular mil',\n /**\n * @description Unit of the area, which is mainly common in the agriculture and forestry.\n */\n M48: 'square mile (based on U.S. survey foot)',\n /**\n * @description Unit of the length according the Anglo-American system of units.\n */\n M49: 'chain (based on U.S. survey foot)',\n\n M5: 'microcurie',\n /**\n * @description Unit commonly used in Great Britain at rural distances: 1 furlong = 40 rods = 10 chains (UK) = 1/8 mile = 1/10 furlong = 220 yards = 660 foot.\n */\n M50: 'furlong',\n /**\n * @description Unit commonly used in the United States for ordnance survey.\n */\n M51: 'foot (U.S. survey)',\n /**\n * @description Unit commonly used in the United States for ordnance survey.\n */\n M52: 'mile (based on U.S. survey foot)',\n /**\n * @description SI base unit metre divided by the derived SI unit pascal.\n */\n M53: 'metre per pascal',\n /**\n * @description Unit of the translation factor for implementation from rotation to linear movement.\n */\n M55: 'metre per radiant',\n /**\n * @description Unit for a very short period.\n */\n M56: 'shake',\n /**\n * @description Unit of velocity from the Imperial system of units.\n */\n M57: 'mile per minute',\n /**\n * @description Unit of the velocity from the Imperial system of units.\n */\n M58: 'mile per second',\n /**\n * @description SI base unit meter divided by the product of SI base unit second and the derived SI unit pascal.\n */\n M59: 'metre per second pascal',\n /**\n * @description SI base unit metre divided by the unit hour.\n */\n M60: 'metre per hour',\n /**\n * @description Unit of the length according to the Anglo-American and Imperial system of units divided by the unit common year with 365 days.\n */\n M61: 'inch per year',\n /**\n * @description 1000-fold of the SI base unit metre divided by the SI base unit second.\n */\n M62: 'kilometre per second',\n /**\n * @description Unit inch according to the Anglo-American and Imperial system of units divided by the unit minute.\n */\n M63: 'inch per minute',\n /**\n * @description Unit yard according to the Anglo-American and Imperial system of units divided by the SI base unit second.\n */\n M64: 'yard per second',\n /**\n * @description Unit yard according to the Anglo-American and Imperial system of units divided by the unit minute.\n */\n M65: 'yard per minute',\n /**\n * @description Unit yard according to the Anglo-American and Imperial system of units divided by the unit hour.\n */\n M66: 'yard per hour',\n /**\n * @description Unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs.\n */\n M67: 'acre-foot (based on U.S. survey foot)',\n /**\n * @description Traditional unit of the volume of stacked firewood which has been measured with a cord.\n */\n M68: 'cord (128 ft3)',\n /**\n * @description Unit of volume according to the Imperial system of units.\n */\n M69: 'cubic mile (UK statute)',\n\n M7: 'micro-inch',\n /**\n * @description Traditional unit of the cargo capacity.\n */\n M70: 'ton, register',\n /**\n * @description Power of the SI base unit meter by exponent 3 divided by the derived SI base unit pascal.\n */\n M71: 'cubic metre per pascal',\n /**\n * @description Logarithmic relationship to base 10.\n */\n M72: 'bel',\n /**\n * @description SI base unit kilogram divided by the product of the power of the SI base unit metre with exponent 3 and the derived SI unit pascal.\n */\n M73: 'kilogram per cubic metre pascal',\n /**\n * @description SI base unit kilogram divided by the derived SI unit pascal.\n */\n M74: 'kilogram per pascal',\n /**\n * @description 1000-fold of the unit of the force pound-force (lbf) according to the Anglo-American system of units with the relationship.\n */\n M75: 'kilopound-force',\n /**\n * @description Non SI-conforming unit of the power, which corresponds to a mass of a pound multiplied with the acceleration of a foot per square second.\n */\n M76: 'poundal',\n /**\n * @description Product of the SI base unit kilogram and the SI base unit metre divided by the power of the SI base unit second by exponent 2.\n */\n M77: 'kilogram metre per second squared',\n /**\n * @description 0,001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at\n * sea level which corresponds to a strength of 9,806 65 newton.\n */\n M78: 'pond',\n /**\n * @description Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2 divided by the unit of time hour.\n */\n M79: 'square foot per hour',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit stokes divided by the derived SI unit pascal.\n */\n M80: 'stokes per pascal',\n /**\n * @description 0,000 1-fold of the power of the SI base unit metre by exponent 2 divided by the SI base unit second.\n */\n M81: 'square centimetre per second',\n /**\n * @description Power of the SI base unit metre with the exponent 2 divided by the SI base unit second and the derived SI unit pascal.\n */\n M82: 'square metre per second pascal',\n /**\n * @description Traditional unit for the indication of the linear mass of textile fibers and yarns.\n */\n M83: 'denier',\n /**\n * @description Unit for linear mass according to avoirdupois system of units.\n */\n M84: 'pound per yard',\n /**\n * @description Non SI-conforming unit of the mass used in the mineralogy to determine the concentration of precious metals in ore according to the mass of the\n * precious metal in milligrams in a sample of the mass of an assay sound (number of troy ounces in a short ton (1 000 lb)).\n */\n M85: 'ton, assay',\n /**\n * @description Outdated unit of the mass used in Germany.\n */\n M86: 'pfund',\n /**\n * @description SI base unit kilogram divided by the product of the SI base unit second and the derived SI unit pascal.\n */\n M87: 'kilogram per second pascal',\n /**\n * @description Unit tonne divided by the unit month.\n */\n M88: 'tonne per month',\n /**\n * @description Unit tonne divided by the unit year with 365 days.\n */\n M89: 'tonne per year',\n\n M9: 'million Btu per 1000 cubic foot',\n /**\n * @description 1000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour.\n */\n M90: 'kilopound per hour',\n /**\n * @description Proportion of the mass consisting of the avoirdupois pound according to the avoirdupois unit system divided by the avoirdupois pound according to\n * the avoirdupois unit system.\n */\n M91: 'pound per pound',\n /**\n * @description Product of the unit pound-force according to the Anglo-American system of units and the unit foot according to the Anglo-American and the\n * Imperial system of units.\n */\n M92: 'pound-force foot',\n /**\n * @description Product of the derived SI unit newton and the SI base unit metre divided by the unit radian.\n */\n M93: 'newton metre per radian',\n /**\n * @description Unit of imbalance as a product of the SI base unit kilogram and the SI base unit metre.\n */\n M94: 'kilogram metre',\n /**\n * @description Product of the non SI-conforming unit of the force poundal and the unit foot according to the Anglo-American and Imperial system of units .\n */\n M95: 'poundal foot',\n /**\n * @description Product of the non SI-conforming unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units .\n */\n M96: 'poundal inch',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit of the rotational moment.\n */\n M97: 'dyne metre',\n /**\n * @description Product of the SI base unit kilogram and the 0,01-fold of the SI base unit metre divided by the SI base unit second.\n */\n M98: 'kilogram centimetre per second',\n /**\n * @description Product of the 0,001-fold of the SI base unit kilogram and the 0,01-fold of the SI base unit metre divided by the SI base unit second.\n */\n M99: 'gram centimetre per second',\n /**\n * @description A unit of electrical reactive power defining the total amount of reactive power across a power system.\n */\n MAH: 'megavolt ampere reactive hour',\n\n MAL: 'megalitre',\n\n MAM: 'megametre',\n /**\n * @description A unit of electrical reactive power represented by a current of one thousand amperes flowing due a potential difference of one thousand volts\n * where the sine of the phase angle between them is 1.\n */\n MAR: 'megavar',\n /**\n * @description A unit of power defining the rate of energy transferred or consumed when a current of 1000 amperes flows due to a potential of 1000 volts at\n * unity power factor.\n */\n MAW: 'megawatt',\n /**\n * @description A unit of count defining the number of one thousand brick equivalent units.\n */\n MBE: 'thousand standard brick equivalent',\n /**\n * @description A unit of volume equal to one thousand board foot.\n */\n MBF: 'thousand board foot',\n\n MBR: 'millibar',\n\n MC: 'microgram',\n\n MCU: 'millicurie',\n /**\n * @description A unit of count defining the number of metric tons of a product, disregarding the water content of the product.\n */\n MD: 'air dry metric ton',\n\n MGM: 'milligram',\n\n MHZ: 'megahertz',\n\n MIK: 'square mile (statute mile)',\n\n MIL: 'thousand',\n\n MIN: 'minute [unit of time]',\n\n MIO: 'million',\n /**\n * @description A unit of count defining the number of international units in multiples of 10.\n */\n MIU: 'million international unit',\n\n MKD: 'Square Metre Day',\n\n MKM: 'Square Metre Month',\n\n MKW: 'Square Metre Week',\n /**\n * @description Synonym: billion (US)\n */\n MLD: 'milliard',\n\n MLT: 'millilitre',\n\n MMK: 'square millimetre',\n\n MMQ: 'cubic millimetre',\n\n MMT: 'millimetre',\n /**\n * @description A unit of mass defining the number of kilograms of a product, disregarding the water content of the product.\n */\n MND: 'kilogram, dry weight',\n\n MNJ: 'Mega Joule per Normalised cubic Metre',\n /**\n * @description Unit of time equal to 1/12 of a year of 365,25 days.\n */\n MON: 'month',\n\n MPA: 'megapascal',\n\n MQD: 'Cubic Metre Day',\n\n MQH: 'cubic metre per hour',\n\n MQM: 'Cubic Metre Month',\n\n MQS: 'cubic metre per second',\n\n MQW: 'Cubic Metre Week',\n\n MRD: 'Metre Day',\n\n MRM: 'Metre Month',\n\n MRW: 'Metre Week',\n\n MSK: 'metre per second squared',\n\n MTK: 'square metre',\n /**\n * @description Synonym: metre cubed.\n */\n MTQ: 'cubic metre',\n\n MTR: 'metre',\n\n MTS: 'metre per second',\n\n MTZ: 'milihertz',\n\n MVA: 'megavolt - ampere',\n /**\n * @description A unit of power defining the total amount of bulk energy transferred or consumed.\n */\n MWH: 'megawatt hour (1000 kW.h)',\n /**\n * @description A unit of count defining the number of calories prescribed daily for parenteral/enteral therapy.\n */\n N1: 'pen calorie',\n /**\n * @description Product of the avoirdupois pound according to the avoirdupois unit system and the unit foot according to the Anglo-American and Imperial system\n * of units divided by the SI base unit second.\n */\n N10: 'pound foot per second',\n /**\n * @description Product of the avoirdupois pound according to the avoirdupois unit system and the unit inch according to the Anglo-American and Imperial system\n * of units divided by the SI base unit second.\n */\n N11: 'pound inch per second',\n /**\n * @description Obsolete unit of the power relating to DIN 1301-3:1979: 1 PS = 735,498 75 W.\n */\n N12: 'Pferdestaerke',\n /**\n * @description Non SI-conforming unit of pressure, at which a value of 1 cmHg meets the static pressure, which is generated by a mercury at a temperature of 0\n * °C with a height of 1 centimetre .\n */\n N13: 'centimetre of mercury (0 ºC)',\n /**\n * @description Non SI-conforming unit of pressure, at which a value of 1 cmH2O meets the static pressure, which is generated by a head of water at a temperature\n * of 4 °C with a height of 1 centimetre .\n */\n N14: 'centimetre of water (4 ºC)',\n /**\n * @description Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 ftH2O is equivalent to\n * the static pressure, which is generated by a head of water at a temperature 39,2°F with a height of 1 foot .\n */\n N15: 'foot of water (39.2 ºF)',\n /**\n * @description Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static\n * pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch.\n */\n N16: 'inch of mercury (32 ºF)',\n /**\n * @description Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static\n * pressure, which is generated by a mercury at a temperature of 60°F with a height of 1 inch.\n */\n N17: 'inch of mercury (60 ºF)',\n /**\n * @description Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH2O meets the static\n * pressure, which is generated by a head of water at a temperature of 39,2°F with a height of 1 inch .\n */\n N18: 'inch of water (39.2 ºF)',\n /**\n * @description Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH2O meets the static\n * pressure, which is generated by a head of water at a temperature of 60°F with a height of 1 inch .\n */\n N19: 'inch of water (60 ºF)',\n /**\n * @description Non SI-conforming unit of the pressure according to the Anglo-American system of units as the 1000-fold of the unit of the force pound-force\n * divided by the power of the unit inch by exponent 2.\n */\n N20: 'kip per square inch',\n /**\n * @description Non SI-conforming unit of pressure by the Imperial system of units according to NIST: 1 pdl/ft² = 1,488 164 Pa.\n */\n N21: 'poundal per square foot',\n /**\n * @description Unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according\n * to the Anglo-American and Imperial system of units).\n */\n N22: 'ounce (avoirdupois) per square inch',\n /**\n * @description Not SI-conforming unit of pressure, whereas a value of 1 mH2O is equivalent to the static pressure, which is produced by one metre high water\n * column .\n */\n N23: 'conventional metre of water',\n /**\n * @description 0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit meter by exponent 2.\n */\n N24: 'gram per square millimetre',\n /**\n * @description Unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the\n * Anglo-American and Imperial system of units with exponent 2.\n */\n N25: 'pound per square yard',\n /**\n * @description Non SI-conforming unit of the pressure according to the Imperial system of units (poundal by square inch).\n */\n N26: 'poundal per square inch',\n /**\n * @description Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4 according to NIST: 1 ft4 = 8,630 975 m4.\n */\n N27: 'foot to the fourth power',\n /**\n * @description 0,001 fold of the power of the SI base unit meter by exponent 3 divided by the SI based unit kilogram.\n */\n N28: 'cubic decimetre per kilogram',\n /**\n * @description Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according\n * to the avoirdupois unit system.\n */\n N29: 'cubic foot per pound',\n\n N3: 'print point',\n /**\n * @description Power of the unit inch according to the Anglo-American and Imperial system of units by exponent 3 divided by the avoirdupois pound according to\n * the avoirdupois unit system .\n */\n N30: 'cubic inch per pound',\n /**\n * @description 1000-fold of the derived SI unit newton divided by the SI base unit metre.\n */\n N31: 'kilonewton per metre',\n /**\n * @description Non SI-conforming unit of the surface tension according to the Imperial unit system as quotient poundal by inch.\n */\n N32: 'poundal per inch',\n /**\n * @description Unit of force per unit length based on the Anglo-American system of units.\n */\n N33: 'pound-force per yard',\n /**\n * @description Non SI-conforming unit of viscosity.\n */\n N34: 'poundal second per square foot',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit poise divided by the derived SI unit pascal.\n */\n N35: 'poise per pascal',\n /**\n * @description Unit of the dynamic viscosity as a product of unit of the pressure (newton by square metre) multiplied with the SI base unit second.\n */\n N36: 'newton second per square metre',\n /**\n * @description Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second.\n */\n N37: 'kilogram per metre second',\n /**\n * @description Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit minute.\n */\n N38: 'kilogram per metre minute',\n /**\n * @description Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit day.\n */\n N39: 'kilogram per metre day',\n /**\n * @description Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit hour.\n */\n N40: 'kilogram per metre hour',\n /**\n * @description Unit of the dynamic viscosity as a quotient of the 0,001-fold of the SI base unit kilogram divided by the 0,01-fold of the SI base unit metre and\n * SI base unit second.\n */\n N41: 'gram per centimetre second',\n /**\n * @description Non SI-conforming unit of dynamic viscosity according to the Imperial system of units as product unit of the pressure (poundal by square inch)\n * multiplied by the SI base unit second.\n */\n N42: 'poundal second per square inch',\n /**\n * @description Unit of the dynamic viscosity according to the Anglo-American unit system.\n */\n N43: 'pound per foot minute',\n /**\n * @description Unit of the dynamic viscosity according to the Anglo-American unit system.\n */\n N44: 'pound per foot day',\n /**\n * @description Power of the SI base unit meter by exponent 3 divided by the product of the SI base unit second and the derived SI base unit pascal.\n */\n N45: 'cubic metre per second pascal',\n /**\n * @description Unit of the work (force-path).\n */\n N46: 'foot poundal',\n /**\n * @description Unit of work (force multiplied by path) according to the Imperial system of units as a product unit inch multiplied by poundal.\n */\n N47: 'inch poundal',\n /**\n * @description Derived SI unit watt divided by the power of the 0,01-fold the SI base unit metre by exponent 2.\n */\n N48: 'watt per square centimetre',\n /**\n * @description Derived SI unit watt divided by the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2.\n */\n N49: 'watt per square inch',\n /**\n * @description Unit of the surface heat flux according to the Imperial system of units.\n */\n N50: 'British thermal unit (international table) per square foot hour',\n /**\n * @description Unit of the surface heat flux according to the Imperial system of units.\n */\n N51: 'British thermal unit (thermochemical) per square foot hour',\n /**\n * @description Unit of the surface heat flux according to the Imperial system of units.\n */\n N52: 'British thermal unit (thermochemical) per square foot minute',\n /**\n * @description Unit of the surface heat flux according to the Imperial system of units.\n */\n N53: 'British thermal unit (international table) per square foot second',\n /**\n * @description Unit of the surface heat flux according to the Imperial system of units.\n */\n N54: 'British thermal unit (thermochemical) per square foot second',\n /**\n * @description Unit of the surface heat flux according to the Imperial system of units.\n */\n N55: 'British thermal unit (international table) per square inch second',\n /**\n * @description Unit of the surface heat flux according to the Imperial system of units.\n */\n N56: 'calorie (thermochemical) per square centimetre minute',\n /**\n * @description Unit of the surface heat flux according to the Imperial system of units.\n */\n N57: 'calorie (thermochemical) per square centimetre second',\n /**\n * @description Unit of the energy density according to the Imperial system of units.\n */\n N58: 'British thermal unit (international table) per cubic foot',\n /**\n * @description Unit of the energy density according to the Imperial system of units.\n */\n N59: 'British thermal unit (thermochemical) per cubic foot',\n /**\n * @description Unit of the heat capacity according to the Imperial system of units.\n */\n N60: 'British thermal unit (international table) per degree Fahrenheit',\n /**\n * @description Unit of the heat capacity according to the Imperial system of units.\n */\n N61: 'British thermal unit (thermochemical) per degree Fahrenheit',\n /**\n * @description Unit of the heat capacity according to the Imperial system of units.\n */\n N62: 'British thermal unit (international table) per degree Rankine',\n /**\n * @description Unit of the heat capacity according to the Imperial system of units.\n */\n N63: 'British thermal unit (thermochemical) per degree Rankine',\n /**\n * @description Unit of the heat capacity (British thermal unit according to the international table according to the Rankine degree) according to the Imperial\n * system of units divided by the unit avoirdupois pound according to the avoirdupois system of units.\n */\n N64: 'British thermal unit (thermochemical) per pound degree Rankine',\n /**\n * @description Unit of the mass-related heat capacity as quotient 1000-fold of the calorie (international table) divided by the product of the 0,001-fold of the\n * SI base units kilogram and kelvin.\n */\n N65: 'kilocalorie (international table) per gram kelvin',\n /**\n * @description Unit of heat energy according to the Imperial system of units in a reference temperature of 39 °F.\n */\n N66: 'British thermal unit (39 ºF)',\n /**\n * @description Unit of heat energy according to the Imperial system of units in a reference temperature of 59 °F.\n */\n N67: 'British thermal unit (59 ºF)',\n /**\n * @description Unit of head energy according to the Imperial system of units at a reference temperature of 60 °F.\n */\n N68: 'British thermal unit (60 ºF)',\n /**\n * @description Unit for quantity of heat, which is to be required for 1 g air free water at a constant pressure from 101,325 kPa, to warm up the pressure of\n * standard atmosphere at sea level, from 19,5 °C on 20,5 °C.\n */\n N69: 'calorie (20 ºC)',\n /**\n * @description Unit of heat energy according to the imperial system of units.\n */\n N70: 'quad (1015 BtuIT)',\n /**\n * @description Unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT.\n */\n N71: 'therm (EC)',\n /**\n * @description Unit of heat energy in commercial use.\n */\n N72: 'therm (U.S.)',\n /**\n * @description Unit of the heat energy according to the Imperial system of units divided the unit avoirdupois pound according to the avoirdupois system of\n * units.\n */\n N73: 'British thermal unit (thermochemical) per pound',\n /**\n * @description Unit of the heat transition coefficient according to the Imperial system of units.\n */\n N74: 'British thermal unit (international table) per hour square foot degree Fahrenheit',\n /**\n * @description Unit of the heat transition coefficient according to the imperial system of units.\n */\n N75: 'British thermal unit (thermochemical) per hour square foot degree Fahrenheit',\n /**\n * @description Unit of the heat transition coefficient according to the imperial system of units.\n */\n N76: 'British thermal unit (international table) per second square foot degree Fahrenheit',\n /**\n * @description Unit of the heat transition coefficient according to the imperial system of units.\n */\n N77: 'British thermal unit (thermochemical) per second square foot degree Fahrenheit',\n /**\n * @description 1000-fold of the derived SI unit watt divided by the product of the power of the SI base unit metre by exponent 2 and the SI base unit kelvin.\n */\n N78: 'kilowatt per square metre kelvin',\n /**\n * @description SI base unit kelvin divided by the derived SI unit pascal.\n */\n N79: 'kelvin per pascal',\n /**\n * @description Derived SI unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius.\n */\n N80: 'watt per metre degree Celsius',\n /**\n * @description 1000-fold of the derived SI unit watt divided by the product of the SI base unit metre and the SI base unit kelvin.\n */\n N81: 'kilowatt per metre kelvin',\n /**\n * @description 1000-fold of the derived SI unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius.\n */\n N82: 'kilowatt per metre degree Celsius',\n /**\n * @description SI base unit metre divided by the product of the unit degree Celsius and the SI base unit metre.\n */\n N83: 'metre per degree Celcius metre',\n /**\n * @description Non SI-conforming unit of the thermal resistance according to the Imperial system of units.\n */\n N84: 'degree Fahrenheit hour per British thermal unit (international table)',\n /**\n * @description Non SI-conforming unit of the thermal resistance according to the Imperial system of units.\n */\n N85: 'degree Fahrenheit hour per British thermal unit (thermochemical)',\n /**\n * @description Non SI-conforming unit of the thermal resistance according to the Imperial system of units.\n */\n N86: 'degree Fahrenheit second per British thermal unit (international table)',\n /**\n * @description Non SI-conforming unit of the thermal resistance according to the Imperial system of units.\n */\n N87: 'degree Fahrenheit second per British thermal unit (thermochemical)',\n /**\n * @description Unit of specific thermal resistance according to the Imperial system of units.\n */\n N88: 'degree Fahrenheit hour square foot per British thermal unit (international table) inch',\n /**\n * @description Unit of specific thermal resistance according to the Imperial system of units.\n */\n N89: 'degree Fahrenheit hour square foot per British thermal unit (thermochemical) inch',\n /**\n * @description 1000-fold of the derived SI unit farad.\n */\n N90: 'kilofarad',\n /**\n * @description Reciprocal of the derived SI unit joule.\n */\n N91: 'reciprocal joule',\n /**\n * @description 0,000 000 000 001-fold of the derived SI unit siemens.\n */\n N92: 'picosiemens',\n /**\n * @description SI base unit ampere divided by the derived SI unit pascal.\n */\n N93: 'ampere per pascal',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit of the electrical charge, where the charge amounts to exactly 1 Fr where the force of 1 dyn on an equal\n * load is performed at a distance of 1 cm.\n */\n N94: 'franklin',\n /**\n * @description A unit of electric charge defining the amount of charge accumulated by a steady flow of one ampere for one minute..\n */\n N95: 'ampere minute',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit of the electric power which is defined by a force of 2 dyn per cm between two parallel conductors of\n * infinite length with negligible cross-section in the distance of 1 cm.\n */\n N96: 'biot',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit of the magnetomotive force, which is defined by the work to increase the magnetic potential of a\n * positive common pol with 1 erg.\n */\n N97: 'gilbert',\n /**\n * @description Derived SI unit volt divided by the derived SI unit pascal.\n */\n N98: 'volt per pascal',\n /**\n * @description 0,000 000 000 001-fold of the derived SI unit volt.\n */\n N99: 'picovolt',\n\n NA: 'milligram per kilogram',\n /**\n * @description A unit of count defining the number of articles (article: item).\n */\n NAR: 'number of articles',\n /**\n * @description A unit of count defining the number of cells (cell: an enclosed or circumscribed space, cavity, or volume).\n */\n NCL: 'number of cells',\n\n NEW: 'newton',\n /**\n * @description A unit of count defining the number of messages.\n */\n NF: 'message',\n /**\n * @description A unit of count defining the number of instances of nothing.\n */\n NIL: 'nil',\n /**\n * @description A unit of count defining the number of international units.\n */\n NIU: 'number of international units',\n /**\n * @description A unit of volume defining the number of loads (load: a quantity of items carried or processed at one time).\n */\n NL: 'load',\n /**\n * @description Normalised cubic metre (temperature 0°C and pressure 101325 millibars )\n */\n NM3: 'Normalised cubic metre',\n\n NMI: 'nautical mile',\n /**\n * @description A unit of count defining the number of packs (pack: a collection of objects packaged together).\n */\n NMP: 'number of packs',\n /**\n * @description A unit of count defining the number of parts (part: component of a larger entity).\n */\n NPT: 'number of parts',\n /**\n * @description A unit of mass equal to 2000 pounds, see ton (US). Refer International Convention on tonnage measurement of Ships.\n */\n NT: 'net ton',\n\n NTU: 'Nephelometric turbidity unit',\n\n NU: 'newton metre',\n /**\n * @description A unit of proportion equal to 10⁻³. Synonym: per mille.\n */\n NX: 'part per thousand',\n /**\n * @description A unit of count defining the number of panels (panel: a distinct, usually rectangular, section of a surface).\n */\n OA: 'panel',\n /**\n * @description A unit of mass defining the ozone depletion potential in kilograms of a product relative to the calculated depletion for the reference substance,\n * Trichlorofluoromethane (CFC-11).\n */\n ODE: 'ozone depletion equivalent',\n\n ODG: 'ODS Grams',\n\n ODK: 'ODS Kilograms',\n\n ODM: 'ODS Milligrams',\n\n OHM: 'ohm',\n\n ON: 'ounce per square yard',\n\n ONZ: 'ounce (avoirdupois)',\n /**\n * @description The number of oscillations per minute.\n */\n OPM: 'oscillations per minute',\n /**\n * @description A unit of time defining the number of overtime hours.\n */\n OT: 'overtime hour',\n\n OZA: 'fluid ounce (US)',\n\n OZI: 'fluid ounce (UK)',\n /**\n * @description A unit of proportion equal to 0.01.\n */\n P1: 'percent',\n /**\n * @description Derived SI unit coulomb divided by the SI base unit metre.\n */\n P10: 'coulomb per metre',\n /**\n * @description 1000 fold of the derived SI unit weber.\n */\n P11: 'kiloweber',\n /**\n * @description Unit of magnetic flow density.\n */\n P12: 'gamma',\n /**\n * @description 1000-fold of the derived SI unit tesla.\n */\n P13: 'kilotesla',\n /**\n * @description Quotient of the derived SI unit joule divided by the SI base unit second.\n */\n P14: 'joule per second',\n /**\n * @description Quotient from the derived SI unit joule divided by the unit minute.\n */\n P15: 'joule per minute',\n /**\n * @description Quotient from the derived SI unit joule divided by the unit hour.\n */\n P16: 'joule per hour',\n /**\n * @description Quotient from the derived SI unit joule divided by the unit day.\n */\n P17: 'joule per day',\n /**\n * @description Quotient from the 1000-fold of the derived SI unit joule divided by the SI base unit second.\n */\n P18: 'kilojoule per second',\n /**\n * @description Quotient from the 1000-fold of the derived SI unit joule divided by the unit minute.\n */\n P19: 'kilojoule per minute',\n\n P2: 'pound per foot',\n /**\n * @description Quotient from the 1000-fold of the derived SI unit joule divided by the unit hour.\n */\n P20: 'kilojoule per hour',\n /**\n * @description Quotient from the 1000-fold of the derived SI unit joule divided by the unit day.\n */\n P21: 'kilojoule per day',\n /**\n * @description 0,000 000 001-fold of the derived SI unit ohm.\n */\n P22: 'nanoohm',\n /**\n * @description Unit of resistivity.\n */\n P23: 'ohm circular-mil per foot',\n /**\n * @description 1000-fold of the derived SI unit henry.\n */\n P24: 'kilohenry',\n /**\n * @description Derived SI unit lumen divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2.\n */\n P25: 'lumen per square foot',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit of luminance, defined as lumen by square centimetre.\n */\n P26: 'phot',\n /**\n * @description Non SI conform traditional unit, defined as density of light which impinges on a surface which has a distance of one foot from a light source,\n * which shines with an intensity of an international candle.\n */\n P27: 'footcandle',\n /**\n * @description SI base unit candela divided by the power of unit inch according to the Anglo-American and Imperial system of units by exponent 2.\n */\n P28: 'candela per square inch',\n /**\n * @description Unit of the luminance according to the Anglo-American system of units, defined as emitted or reflected luminance of a lm/ft².\n */\n P29: 'footlambert',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit of luminance, defined as the emitted or reflected luminance by one lumen per square centimetre.\n */\n P30: 'lambert',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit of luminance, defined as emitted or reflected luminance by one lumen per square centimetre.\n */\n P31: 'stilb',\n /**\n * @description Base unit SI candela divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2.\n */\n P32: 'candela per square foot',\n /**\n * @description 1000-fold of the SI base unit candela.\n */\n P33: 'kilocandela',\n /**\n * @description 0,001-fold of the SI base unit candela.\n */\n P34: 'millicandela',\n /**\n * @description Obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979: 1 HK = 0,903 cd.\n */\n P35: 'Hefner-Kerze',\n /**\n * @description Obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979: 1 HK = 1,019 cd.\n */\n P36: 'international candle',\n /**\n * @description Unit of the areal-related energy transmission according to the Imperial system of units.\n */\n P37: 'British thermal unit (international table) per square foot',\n /**\n * @description Unit of the areal-related energy transmission according to the Imperial system of units.\n */\n P38: 'British thermal unit (thermochemical) per square foot',\n /**\n * @description Unit of the areal-related energy transmission according to the Imperial system of units.\n */\n P39: 'calorie (thermochemical) per square centimetre',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit of the areal-related energy transmission (as a measure of the incident quantity of heat of solar\n * radiation on the earth's surface).\n */\n P40: 'langley',\n /**\n * @description 1 Dec := log2 10 ˜ 3,32 according to the logarithm for frequency range between f1 and f2, when f2/f1 = 10.\n */\n P41: 'decade (logarithmic)',\n /**\n * @description Unit of the set as a product of the power of derived SI unit pascal with exponent 2 and the SI base unit second.\n */\n P42: 'pascal squared second',\n /**\n * @description Unit bel divided by the SI base unit metre.\n */\n P43: 'bel per metre',\n /**\n * @description Non SI-conforming unit of quantity of a substance relating that one pound mole of a chemical composition corresponds to the same number of pounds\n * as the molecular weight of one molecule of this composition in atomic mass units.\n */\n P44: 'pound mole',\n /**\n * @description Non SI-conforming unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical\n * composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units.\n */\n P45: 'pound mole per second',\n /**\n * @description Non SI-conforming unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical\n * composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units.\n */\n P46: 'pound mole per minute',\n /**\n * @description 1000-fold of the SI base unit mol divided by the SI base unit kilogram.\n */\n P47: 'kilomole per kilogram',\n /**\n * @description Non SI-conforming unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system.\n */\n P48: 'pound mole per pound',\n /**\n * @description Product of the derived SI unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere.\n */\n P49: 'newton square metre per ampere',\n /**\n * @description A unit of count defining the number of five-packs (five-pack: set of five items packaged together).\n */\n P5: 'five pack',\n /**\n * @description Product of the derived SI unit weber and SI base unit metre.\n */\n P50: 'weber metre',\n /**\n * @description SI base unit mol divided by the product of the SI base unit kilogram and the derived SI unit pascal.\n */\n P51: 'mol per kilogram pascal',\n /**\n * @description SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the derived SI unit pascal.\n */\n P52: 'mol per cubic metre pascal',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit for magnetic flux of a magnetic pole (according to the interaction of identical poles of 1 dyn at a\n * distance of a cm).\n */\n P53: 'unit pole',\n /**\n * @description 0,001-fold of the derived SI unit gray divided by the SI base unit second.\n */\n P54: 'milligray per second',\n /**\n * @description 0,000 001-fold of the derived SI unit gray divided by the SI base unit second.\n */\n P55: 'microgray per second',\n /**\n * @description 0,000 000 001-fold of the derived SI unit gray divided by the SI base unit second.\n */\n P56: 'nanogray per second',\n /**\n * @description SI derived unit gray divided by the unit minute.\n */\n P57: 'gray per minute',\n /**\n * @description 0,001-fold of the derived SI unit gray divided by the unit minute.\n */\n P58: 'milligray per minute',\n /**\n * @description 0,000 001-fold of the derived SI unit gray divided by the unit minute.\n */\n P59: 'microgray per minute',\n /**\n * @description 0,000 000 001-fold of the derived SI unit gray divided by the unit minute.\n */\n P60: 'nanogray per minute',\n /**\n * @description SI derived unit gray divided by the unit hour.\n */\n P61: 'gray per hour',\n /**\n * @description 0,001-fold of the derived SI unit gray divided by the unit hour.\n */\n P62: 'milligray per hour',\n /**\n * @description 0,000 001-fold of the derived SI unit gray divided by the unit hour.\n */\n P63: 'microgray per hour',\n /**\n * @description 0,000 000 001-fold of the derived SI unit gray divided by the unit hour.\n */\n P64: 'nanogray per hour',\n /**\n * @description Derived SI unit sievert divided by the SI base unit second.\n */\n P65: 'sievert per second',\n /**\n * @description 0,001-fold of the derived SI unit sievert divided by the SI base unit second.\n */\n P66: 'millisievert per second',\n /**\n * @description 0,000 001-fold of the derived SI unit sievert divided by the SI base unit second.\n */\n P67: 'microsievert per second',\n /**\n * @description 0,000 000 001-fold of the derived SI unit sievert divided by the SI base unit second.\n */\n P68: 'nanosievert per second',\n /**\n * @description Unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s = 0,01 J/(kg·s) = 1 Sv/s.\n */\n P69: 'rem per second',\n /**\n * @description Derived SI unit sievert divided by the unit hour.\n */\n P70: 'sievert per hour',\n /**\n * @description 0,001-fold of the derived SI unit sievert divided by the unit hour.\n */\n P71: 'millisievert per hour',\n /**\n * @description 0,000 001-fold of the derived SI unit sievert divided by the unit hour.\n */\n P72: 'microsievert per hour',\n /**\n * @description 0,000 000 001-fold of the derived SI unit sievert divided by the unit hour.\n */\n P73: 'nanosievert per hour',\n /**\n * @description Derived SI unit sievert divided by the unit minute.\n */\n P74: 'sievert per minute',\n /**\n * @description 0,001-fold of the derived SI unit sievert divided by the unit minute.\n */\n P75: 'millisievert per minute',\n /**\n * @description 0,000 001-fold of the derived SI unit sievert divided by the unit minute.\n */\n P76: 'microsievert per minute',\n /**\n * @description 0,000 000 001-fold of the derived SI unit sievert divided by the unit minute.\n */\n P77: 'nanosievert per minute',\n /**\n * @description Complement of the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2.\n */\n P78: 'reciprocal square inch',\n /**\n * @description Unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram\n * divided by the power of the SI base unit metre by exponent 2.\n */\n P79: 'pascal square metre per kilogram',\n /**\n * @description 0,001-fold of the derived SI unit pascal divided by the SI base unit metre.\n */\n P80: 'millipascal per metre',\n /**\n * @description 1000-fold of the derived SI unit pascal divided by the SI base unit metre.\n */\n P81: 'kilopascal per metre',\n /**\n * @description 100-fold of the derived SI unit pascal divided by the SI base unit metre.\n */\n P82: 'hectopascal per metre',\n /**\n * @description Outdated unit of the pressure divided by the SI base unit metre.\n */\n P83: 'standard atmosphere per metre',\n /**\n * @description Obsolete and non-legal unit of the pressure which is generated by a 10 metre water column divided by the SI base unit metre.\n */\n P84: 'technical atmosphere per metre',\n /**\n * @description CGS (Centimetre-Gram-Second system) unit of the pressure divided by the SI base unit metre.\n */\n P85: 'torr per metre',\n /**\n * @description Compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the\n * Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of\n * units .\n */\n P86: 'psi per inch',\n /**\n * @description Unit of volume flow cubic meters by second related to the transmission surface in square metres.\n */\n P87: 'cubic metre per second square metre',\n /**\n * @description Non SI-conforming unit of fluidity of dynamic viscosity.\n */\n P88: 'rhe',\n /**\n * @description Unit for length-related rotational moment according to the Anglo-American and Imperial system of units.\n */\n P89: 'pound-force foot per inch',\n /**\n * @description Unit for length-related rotational moment according to the Anglo-American and Imperial system of units.\n */\n P90: 'pound-force inch per inch',\n /**\n * @description Traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance,\n * where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour.\n */\n P91: 'perm (0 ºC)',\n /**\n * @description Traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at\n * which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour.\n */\n P92: 'perm (23 ºC)',\n /**\n * @description Unit byte divided by the SI base unit second.\n */\n P93: 'byte per second',\n /**\n * @description 1000-fold of the unit byte divided by the SI base unit second.\n */\n P94: 'kilobyte per second',\n /**\n * @description 1 000 000-fold of the unit byte divided by the SI base unit second.\n */\n P95: 'megabyte per second',\n /**\n * @description Reciprocal of the derived SI unit volt.\n */\n P96: 'reciprocal volt',\n /**\n * @description Reciprocal of the unit radian.\n */\n P97: 'reciprocal radian',\n /**\n * @description Unit of the equilibrium constant on the basis of the pressure(ISO 80000-9:2009, 9-35.a).\n */\n P98: 'pascal to the power sum of stoichiometric numbers',\n /**\n * @description Unit of the equilibrium constant on the basis of the concentration (ISO 80000-9:2009, 9-36.a).\n */\n P99: 'mole per cubiv metre to the power sum of stoichiometric numbers',\n\n PAL: 'pascal',\n /**\n * @description A unit of count defining the number of pads (pad: block of paper sheets fastened together at one end).\n */\n PD: 'pad',\n /**\n * @description A unit of volume equal to one litre of proof spirits, or the alcohol equivalent thereof. Used for measuring the strength of distilled alcoholic\n * liquors, expressed as a percentage of the alcohol content of a standard mixture at a specific temperature.\n */\n PFL: 'proof litre',\n /**\n * @description A unit of volume equal to one gallon of proof spirits, or the alcohol equivalent thereof. Used for measuring the strength of distilled alcoholic\n * liquors, expressed as a percentage of the alcohol content of a standard mixture at a specific temperature.\n */\n PGL: 'proof gallon',\n /**\n * @description A unit of count defining the number of characters that fit in a horizontal inch.\n */\n PI: 'pitch',\n /**\n * @description A unit of proportion defining the sugar content of a product, especially in relation to beer.\n */\n PLA: 'degree Plato',\n\n PO: 'pound per inch of length',\n /**\n * @description A unit of quantity defining the degree of thickness of a bound publication, expressed as the number of pages per inch of thickness.\n */\n PQ: 'page per inch',\n /**\n * @description A unit of count defining the number of pairs (pair: item described by two's).\n */\n PR: 'pair',\n\n PS: 'pound-force per square inch',\n\n PTD: 'dry pint (US)',\n\n PTI: 'pint (UK)',\n\n PTL: 'liquid pint (US)',\n /**\n * @description A quantity of allowance of food allotted to, or enough for, one person.\n */\n PTN: 'portion',\n /**\n * @description Unit of the magnetic dipole moment of the molecule as derived SI unit joule divided by the derived SI unit tesla.\n */\n Q10: 'joule per tesla',\n /**\n * @description Unit of the market value according to the feature of a single feature as a statistical measurement of the existing utilization.\n */\n Q11: 'erlang',\n /**\n * @description Synonym for byte: 1 octet = 8 bit = 1 byte.\n */\n Q12: 'octet',\n /**\n * @description Unit octet divided by the SI base unit second.\n */\n Q13: 'octet per second',\n /**\n * @description Logarithmic unit for information equal to the content of decision of a sentence of two mutually exclusive events, expressed as a logarithm to\n * base 2.\n */\n Q14: 'shannon',\n /**\n * @description Logarithmic unit for information equal to the content of decision of a sentence of ten mutually exclusive events, expressed as a logarithm to\n * base 10.\n */\n Q15: 'hartley',\n /**\n * @description Logarithmic unit for information equal to the content of decision of a sentence of ,718 281 828 459 mutually exclusive events, expressed as a\n * logarithm to base Euler value e.\n */\n Q16: 'natural unit of information',\n /**\n * @description Time related logarithmic unit for information equal to the content of decision of a sentence of two mutually exclusive events, expressed as a\n * logarithm to base 2.\n */\n Q17: 'shannon per second',\n /**\n * @description Time related logarithmic unit for information equal to the content of decision of a sentence of ten mutually exclusive events, expressed as a\n * logarithm to base 10.\n */\n Q18: 'hartley per second',\n /**\n * @description Time related logarithmic unit for information equal to the content of decision of a sentence of 2,718 281 828 459 mutually exclusive events,\n * expressed as a logarithm to base of the Euler value e.\n */\n Q19: 'natural unit of information per second',\n /**\n * @description Unit of the Einstein transition probability for spontaneous or inducing emissions and absorption according to ISO 80000-7:2008, expressed as SI\n * base unit second divided by the SI base unit kilogram.\n */\n Q20: 'second per kilogramm',\n /**\n * @description Unit of the first radiation constants c1 = 2·p·h·c0², the value of which is 3,741 771 18·10?¹6-fold that of the comparative value of the product\n * of the derived SI unit watt multiplied with the power of the SI base unit metre with the exponent 2.\n */\n Q21: 'watt square metre',\n /**\n * @description Unit of the density of states as an expression of angular frequency as complement of the product of hertz and radiant and the power of SI base\n * unit metre by exponent 3 .\n */\n Q22: 'second per radian cubic metre',\n /**\n * @description Complement of the derived SI unit weber as unit of the Josephson constant, which value is equal to the 384 597,891-fold of the reference value\n * gigahertz divided by volt.\n */\n Q23: 'weber to the power minus one',\n /**\n * @description Complement of the unit inch according to the Anglo-American and Imperial system of units.\n */\n Q24: 'reciprocal inch',\n /**\n * @description Unit used at the statement of relative refractive indexes of optical systems as complement of the focal length with correspondence to: 1 dpt =\n * 1/m.\n */\n Q25: 'dioptre',\n /**\n * @description Value of the quotient from two physical units of the same kind as a numerator and denominator whereas the units are shortened mutually.\n */\n Q26: 'one per one',\n /**\n * @description Unit for length-related rotational moment as product of the derived SI unit newton and the SI base unit metre divided by the SI base unit metre.\n */\n Q27: 'newton metre per metre',\n /**\n * @description Unit for the ability of a material to allow the transition of steam.\n */\n Q28: 'kilogram per square metre pascal second',\n /**\n * @description Microgram per hectogram.\n */\n Q29: 'microgram per hectogram',\n /**\n * @description The activity of the (solvated) hydrogen ion (a logarithmic measure used to state the acidity or alkalinity of a chemical solution).\n */\n Q30: 'pH (potential of Hydrogen)',\n\n Q31: 'kilojoule per gram',\n\n Q32: 'femtolitre',\n\n Q33: 'picolitre',\n\n Q34: 'nanolitre',\n /**\n * @description A unit of power defining the total amount of bulk energy transferred or consumer per minute.\n */\n Q35: 'megawatts per minute',\n /**\n * @description A unit of the amount of surface area per unit volume of an object or collection of objects.\n */\n Q36: 'square metre per cubic metre',\n /**\n * @description Standard cubic metre (temperature 15°C and pressure 101325 millibars ) per day.\n */\n Q37: 'Standard cubic metre per day',\n /**\n * @description Standard cubic metre (temperature 15°C and pressure 101325 millibars ) per hour.\n */\n Q38: 'Standard cubic metre per hour',\n /**\n * @description Normalized cubic metre (temperature 0°C and pressure 101325 millibars ) per day.\n */\n Q39: 'Normalized cubic metre per day',\n /**\n * @description Normalized cubic metre (temperature 0°C and pressure 101325 millibars ) per hour.\n */\n Q40: 'Normalized cubic metre per hour',\n\n Q41: 'Joule per normalised cubic metre',\n\n Q42: 'Joule per standard cubic metre',\n /**\n * @description A unit of count defining the number of meals (meal: an amount of food to be eaten on a single occasion).\n */\n Q3: 'meal',\n /**\n * @description A unit of count defining the number of facsimile pages.\n */\n QA: 'page - facsimile',\n /**\n * @description A unit of time defining the number of quarters (3 months).\n */\n QAN: 'quarter (of a year)',\n /**\n * @description A unit of count defining the number of hardcopy pages (hardcopy page: a page rendered as printed or written output on paper, film, or other\n * permanent medium).\n */\n QB: 'page - hardcopy',\n /**\n * @description A unit of count for paper, expressed as the number of quires (quire: a number of paper sheets, typically 25).\n */\n QR: 'quire',\n\n QTD: 'dry quart (US)',\n\n QTI: 'quart (UK)',\n\n QTL: 'liquid quart (US)',\n /**\n * @description A traditional unit of weight equal to 1/4 hundredweight. In the United Kingdom, one quarter equals 28 pounds.\n */\n QTR: 'quarter (UK)',\n /**\n * @description A unit of count defining the number of picas. (pica: typographical length equal to 12 points or 4.22 mm (approx.)).\n */\n R1: 'pica',\n /**\n * @description A unit of volume equal to one thousand cubic metres.\n */\n R9: 'thousand cubic metre',\n /**\n * @description A unit of time defining the number of hours of operation.\n */\n RH: 'running or operating hour',\n /**\n * @description A unit of count for paper, expressed as the number of reams (ream: a large quantity of paper sheets, typically 500).\n */\n RM: 'ream',\n /**\n * @description A unit of count defining the number of rooms.\n */\n ROM: 'room',\n /**\n * @description A unit of mass for paper, expressed as pounds per ream. (ream: a large quantity of paper, typically 500 sheets).\n */\n RP: 'pound per ream',\n /**\n * @description Refer ISO/TC12 SI Guide.\n */\n RPM: 'revolutions per minute',\n /**\n * @description Refer ISO/TC12 SI Guide.\n */\n RPS: 'revolutions per second',\n /**\n * @description A unit of information typically used for billing purposes, expressed as the number of revenue tons (revenue ton: either a metric ton or a cubic\n * metres, whichever is the larger), moved over a distance of one mile.\n */\n RT: 'revenue ton mile',\n /**\n * @description Synonym: foot squared per second.\n */\n S3: 'square foot per second',\n /**\n * @description Synonym: metre squared per second (square metres/second US)\n */\n S4: 'square metre per second',\n /**\n * @description A unit of time defining the number of half years (6 months).\n */\n SAN: 'half year (6 months)',\n /**\n * @description A unit of count defining the number of units in multiples of 20.\n */\n SCO: 'score',\n\n SCR: 'scruple',\n\n SEC: 'second [unit of time]',\n /**\n * @description A unit of count defining the number of sets (set: a number of objects grouped together).\n */\n SET: 'set',\n /**\n * @description A unit of information equal to 64000 bytes.\n */\n SG: 'segment',\n\n SIE: 'siemens',\n /**\n * @description Standard cubic metre (temperature 15°C and pressure 101325 millibars )\n */\n SM3: 'Standard cubic metre',\n\n SMI: 'mile (statute mile)',\n /**\n * @description A unit of count defining the number of squares (square: rectangular shape).\n */\n SQ: 'square',\n /**\n * @description A unit of count defining the number of squares of roofing materials, measured in multiples of 100 square feet.\n */\n SQR: 'square, roofing',\n /**\n * @description A unit of count defining the number of strips (strip: long narrow piece of an object).\n */\n SR: 'strip',\n /**\n * @description A unit of count defining the number of sticks (stick: slender and often cylindrical piece of a substance).\n */\n STC: 'stick',\n\n STI: 'stone (UK)',\n /**\n * @description A unit of count defining the number of cigarettes in the smallest unit for stock-taking and/or duty computation.\n */\n STK: 'stick, cigarette',\n /**\n * @description A unit of volume defining the number of litres of a product at a temperature of 15 degrees Celsius, especially in relation to hydrocarbon oils.\n */\n STL: 'standard litre',\n /**\n * @description Synonym: net ton (2000 lb)\n */\n STN: 'ton (US) or short ton (UK/US)',\n /**\n * @description A unit of count defining the number of straws (straw: a slender tube used for sucking up liquids).\n */\n STW: 'straw',\n /**\n * @description A unit of count defining the number of skeins (skein: a loosely-coiled bundle of yarn or thread).\n */\n SW: 'skein',\n /**\n * @description A unit of count defining the number of shipments (shipment: an amount of goods shipped or transported).\n */\n SX: 'shipment',\n /**\n * @description A unit of count defining the number of syringes (syringe: a small device for pumping, spraying and/or injecting liquids through a small\n * aperture).\n */\n SYR: 'syringe',\n /**\n * @description A unit of count defining the number of lines in service.\n */\n T0: 'telecommunication line in service',\n /**\n * @description A unit of count defining the number of pieces in multiples of 1000 (piece: a single item, article or exemplar).\n */\n T3: 'thousand piece',\n\n TAH: 'kiloampere hour (thousand ampere hour)',\n /**\n * @description A unit of chemistry defining the amount of potassium hydroxide (KOH) in milligrams that is needed to neutralize the acids in one gram of oil. It\n * is an important quality measurement of crude oil.\n */\n TAN: 'total acid number',\n\n TI: 'thousand square inch',\n /**\n * @description A unit of mass defining the number of metric tons of a product, including its container.\n */\n TIC: 'metric ton, including container',\n /**\n * @description A unit of mass defining the number of metric tons of a product, including its inner packaging materials.\n */\n TIP: 'metric ton, including inner packaging',\n /**\n * @description A unit of information typically used for billing purposes, expressed as the number of tonnes (metric tons) moved over a distance of one\n * kilometre.\n */\n TKM: 'tonne kilometre',\n /**\n * @description A unit of mass equal to one thousand grams of imported meat, disregarding less valuable by-products such as the entrails.\n */\n TMS: 'kilogram of imported meat, less offal',\n /**\n * @description Synonym: metric ton.\n */\n TNE: 'tonne (metric ton)',\n /**\n * @description A unit of count defining the number of items in multiples of 10.\n */\n TP: 'ten pack',\n /**\n * @description The number of teeth per inch.\n */\n TPI: 'teeth per inch',\n /**\n * @description A unit of count defining the number of pairs in multiples of 10 (pair: item described by two's).\n */\n TPR: 'ten pair',\n /**\n * @description A unit of volume equal to one thousand cubic metres per day.\n */\n TQD: 'thousand cubic metre per day',\n\n TRL: 'trillion (EUR)',\n /**\n * @description A unit of count defining the number of sets in multiples of 10 (set: a number of objects grouped together).\n */\n TST: 'ten set',\n /**\n * @description A unit of count defining the number of sticks in multiples of 10000 (stick: slender and often cylindrical piece of a substance).\n */\n TTS: 'ten thousand sticks',\n /**\n * @description A unit of count defining the number of treatments (treatment: subjection to the action of a chemical, physical or biological agent).\n */\n U1: 'treatment',\n /**\n * @description A unit of count defining the number of tablets (tablet: a small flat or compressed solid object).\n */\n U2: 'tablet',\n /**\n * @description A unit of count defining the average number of lines in service.\n */\n UB: 'telecommunication line in service average',\n /**\n * @description A unit of count defining the number of network access ports.\n */\n UC: 'telecommunication port',\n\n VA: 'volt - ampere per kilogram',\n\n VLT: 'volt',\n /**\n * @description A measure of concentration, typically expressed as the percentage volume of a solute in a solution.\n */\n VP: 'percent volume',\n /**\n * @description A unit of mass defining the number of kilograms of a product, including the water content of the product.\n */\n W2: 'wet kilo',\n\n WA: 'watt per kilogram',\n /**\n * @description A unit of mass defining the number of pounds of a material, including the water content of the material.\n */\n WB: 'wet pound',\n /**\n * @description A unit of volume used for measuring lumber. One board foot equals 1/12 of a cubic foot.\n */\n WCD: 'cord',\n /**\n * @description A unit of mass defining the number of tons of a material, including the water content of the material.\n */\n WE: 'wet ton',\n\n WEB: 'weber',\n\n WEE: 'week',\n /**\n * @description A unit of volume equal to 231 cubic inches.\n */\n WG: 'wine gallon',\n\n WHR: 'watt hour',\n /**\n * @description A unit of time defining the number of working months.\n */\n WM: 'working month',\n /**\n * @description A unit of volume of finished lumber equal to 165 cubic feet. Synonym: standard cubic foot.\n */\n WSD: 'standard',\n\n WTT: 'watt',\n /**\n * @description A unit of distance used or formerly used by British surveyors.\n */\n X1: \"Gunter's chain\",\n\n YDK: 'square yard',\n\n YDQ: 'cubic yard',\n\n YRD: 'yard',\n /**\n * @description A unit of count defining the number of hanging containers.\n */\n Z11: 'hanging container',\n\n Z9: 'nanomole',\n /**\n * @description A unit of count defining the number of pages.\n */\n ZP: 'page',\n /**\n * @description A unit of measure as agreed in common between two or more parties.\n */\n ZZ: 'mutually defined',\n\n X1A: 'Drum, steel',\n\n X1B: 'Drum, aluminium',\n\n X1D: 'Drum, plywood',\n /**\n * @description A packaging container of flexible construction.\n */\n X1F: 'Container, flexible',\n\n X1G: 'Drum, fibre',\n\n X1W: 'Drum, wooden',\n\n X2C: 'Barrel, wooden',\n\n X3A: 'Jerrican, steel',\n\n X3H: 'Jerrican, plastic',\n /**\n * @description A cloth plastic or paper based bag having the dimensions of the pallet on which it is constructed.\n */\n X43: 'Bag, super bulk',\n /**\n * @description A type of plastic bag, typically used to wrap promotional pieces, publications, product samples, and/or catalogues.\n */\n X44: 'Bag, polybag',\n\n X4A: 'Box, steel',\n\n X4B: 'Box, aluminium',\n\n X4C: 'Box, natural wood',\n\n X4D: 'Box, plywood',\n\n X4F: 'Box, reconstituted wood',\n\n X4G: 'Box, fibreboard',\n\n X4H: 'Box, plastic',\n\n X5H: 'Bag, woven plastic',\n\n X5L: 'Bag, textile',\n\n X5M: 'Bag, paper',\n\n X6H: 'Composite packaging, plastic receptacle',\n\n X6P: 'Composite packaging, glass receptacle',\n /**\n * @description A type of portable container designed to store equipment for carriage in an automobile.\n */\n X7A: 'Case, car',\n /**\n * @description A case made of wood for retaining substances or articles.\n */\n X7B: 'Case, wooden',\n /**\n * @description A platform or open-ended box, made of wood, on which goods are retained for ease of mechanical handling during transport and storage.\n */\n X8A: 'Pallet, wooden',\n /**\n * @description A receptacle, made of wood, on which goods are retained for ease of mechanical handling during transport and storage.\n */\n X8B: 'Crate, wooden',\n /**\n * @description Loose or unpacked pieces of wood tied or wrapped together.\n */\n X8C: 'Bundle, wooden',\n\n XAA: 'Intermediate bulk container, rigid plastic',\n /**\n * @description Containment vessel made of fibre used for retaining substances or articles.\n */\n XAB: 'Receptacle, fibre',\n /**\n * @description Containment vessel made of paper for retaining substances or articles.\n */\n XAC: 'Receptacle, paper',\n /**\n * @description Containment vessel made of wood for retaining substances or articles.\n */\n XAD: 'Receptacle, wooden',\n\n XAE: 'Aerosol',\n /**\n * @description Standard sized pallet of dimensions 80 centimeters by 60 centimeters (cms).\n */\n XAF: 'Pallet, modular, collars 80cms * 60cms',\n /**\n * @description Pallet load secured with transparent plastic film that has been wrapped around and then shrunk tightly.\n */\n XAG: 'Pallet, shrinkwrapped',\n /**\n * @description Standard sized pallet of dimensions 100centimeters by 110 centimeters (cms).\n */\n XAH: 'Pallet, 100cms * 110cms',\n\n XAI: 'Clamshell',\n /**\n * @description Container used in the transport of linear material such as yarn.\n */\n XAJ: 'Cone',\n /**\n * @description A spherical containment vessel for retaining substances or articles.\n */\n XAL: 'Ball',\n\n XAM: 'Ampoule, non-protected',\n\n XAP: 'Ampoule, protected',\n\n XAT: 'Atomizer',\n\n XAV: 'Capsule',\n /**\n * @description A band use to retain multiple articles together.\n */\n XB4: 'Belt',\n\n XBA: 'Barrel',\n\n XBB: 'Bobbin',\n\n XBC: 'Bottlecrate / bottlerack',\n\n XBD: 'Board',\n\n XBE: 'Bundle',\n\n XBF: 'Balloon, non-protected',\n /**\n * @description A receptacle made of flexible material with an open or closed top.\n */\n XBG: 'Bag',\n\n XBH: 'Bunch',\n\n XBI: 'Bin',\n\n XBJ: 'Bucket',\n\n XBK: 'Basket',\n\n XBL: 'Bale, compressed',\n\n XBM: 'Basin',\n\n XBN: 'Bale, non-compressed',\n /**\n * @description A narrow-necked cylindrical shaped vessel without external protective packing material.\n */\n XBO: 'Bottle, non-protected, cylindrical',\n\n XBP: 'Balloon, protected',\n /**\n * @description A narrow-necked cylindrical shaped vessel with external protective packing material.\n */\n XBQ: 'Bottle, protected cylindrical',\n\n XBR: 'Bar',\n /**\n * @description A narrow-necked bulb shaped vessel without external protective packing material.\n */\n XBS: 'Bottle, non-protected, bulbous',\n\n XBT: 'Bolt',\n\n XBU: 'Butt',\n /**\n * @description A narrow-necked bulb shaped vessel with external protective packing material.\n */\n XBV: 'Bottle, protected bulbous',\n\n XBW: 'Box, for liquids',\n\n XBX: 'Box',\n\n XBY: 'Board, in bundle/bunch/truss',\n\n XBZ: 'Bars, in bundle/bunch/truss',\n\n XCA: 'Can, rectangular',\n\n XCB: 'Crate, beer',\n\n XCC: 'Churn',\n\n XCD: 'Can, with handle and spout',\n\n XCE: 'Creel',\n\n XCF: 'Coffer',\n\n XCG: 'Cage',\n\n XCH: 'Chest',\n\n XCI: 'Canister',\n\n XCJ: 'Coffin',\n\n XCK: 'Cask',\n\n XCL: 'Coil',\n /**\n * @description A flat package usually made of fibreboard from/to which product is often hung or attached.\n */\n XCM: 'Card',\n\n XCN: 'Container, not otherwise specified as transport equipment',\n\n XCO: 'Carboy, non-protected',\n\n XCP: 'Carboy, protected',\n /**\n * @description Package containing a charge such as propelling explosive for firearms or ink toner for a printer.\n */\n XCQ: 'Cartridge',\n\n XCR: 'Crate',\n\n XCS: 'Case',\n\n XCT: 'Carton',\n\n XCU: 'Cup',\n\n XCV: 'Cover',\n\n XCW: 'Cage, roll',\n\n XCX: 'Can, cylindrical',\n\n XCY: 'Cylinder',\n\n XCZ: 'Canvas',\n\n XDA: 'Crate, multiple layer, plastic',\n\n XDB: 'Crate, multiple layer, wooden',\n\n XDC: 'Crate, multiple layer, cardboard',\n\n XDG: 'Cage, Commonwealth Handling Equipment Pool (CHEP)',\n /**\n * @description A box mounted on a pallet base under the control of CHEP.\n */\n XDH: 'Box, Commonwealth Handling Equipment Pool (CHEP), Eurobox',\n\n XDI: 'Drum, iron',\n\n XDJ: 'Demijohn, non-protected',\n\n XDK: 'Crate, bulk, cardboard',\n\n XDL: 'Crate, bulk, plastic',\n\n XDM: 'Crate, bulk, wooden',\n\n XDN: 'Dispenser',\n\n XDP: 'Demijohn, protected',\n\n XDR: 'Drum',\n\n XDS: 'Tray, one layer no cover, plastic',\n\n XDT: 'Tray, one layer no cover, wooden',\n\n XDU: 'Tray, one layer no cover, polystyrene',\n\n XDV: 'Tray, one layer no cover, cardboard',\n\n XDW: 'Tray, two layers no cover, plastic tray',\n\n XDX: 'Tray, two layers no cover, wooden',\n\n XDY: 'Tray, two layers no cover, cardboard',\n\n XEC: 'Bag, plastic',\n\n XED: 'Case, with pallet base',\n\n XEE: 'Case, with pallet base, wooden',\n\n XEF: 'Case, with pallet base, cardboard',\n\n XEG: 'Case, with pallet base, plastic',\n\n XEH: 'Case, with pallet base, metal',\n\n XEI: 'Case, isothermic',\n\n XEN: 'Envelope',\n /**\n * @description A flexible containment bag made of plastic, typically for the transportation bulk non-hazardous cargoes using standard size shipping containers.\n */\n XFB: 'Flexibag',\n\n XFC: 'Crate, fruit',\n\n XFD: 'Crate, framed',\n /**\n * @description A flexible containment tank made of plastic, typically for the transportation bulk non-hazardous cargoes using standard size shipping containers.\n */\n XFE: 'Flexitank',\n\n XFI: 'Firkin',\n\n XFL: 'Flask',\n\n XFO: 'Footlocker',\n\n XFP: 'Filmpack',\n\n XFR: 'Frame',\n\n XFT: 'Foodtainer',\n /**\n * @description Wheeled flat bedded device on which trays or other regular shaped items are packed for transportation purposes.\n */\n XFW: 'Cart, flatbed',\n\n XFX: 'Bag, flexible container',\n /**\n * @description A narrow-necked metal cylinder for retention of liquefied or compressed gas.\n */\n XGB: 'Bottle, gas',\n\n XGI: 'Girder',\n /**\n * @description A container with a capacity of one gallon.\n */\n XGL: 'Container, gallon',\n /**\n * @description Containment vessel made of glass for retaining substances or articles.\n */\n XGR: 'Receptacle, glass',\n /**\n * @description Tray containing flat items stacked on top of one another.\n */\n XGU: 'Tray, containing horizontally stacked flat items',\n /**\n * @description A sack made of gunny or burlap, used for transporting coarse commodities, such as grains, potatoes, and other agricultural products.\n */\n XGY: 'Bag, gunny',\n\n XGZ: 'Girders, in bundle/bunch/truss',\n\n XHA: 'Basket, with handle, plastic',\n\n XHB: 'Basket, with handle, wooden',\n\n XHC: 'Basket, with handle, cardboard',\n\n XHG: 'Hogshead',\n /**\n * @description A purpose shaped device with a hook at the top for hanging items from a rail.\n */\n XHN: 'Hanger',\n\n XHR: 'Hamper',\n\n XIA: 'Package, display, wooden',\n\n XIB: 'Package, display, cardboard',\n\n XIC: 'Package, display, plastic',\n\n XID: 'Package, display, metal',\n\n XIE: 'Package, show',\n /**\n * @description A flexible tubular package or skin, possibly transparent, often used for containment of foodstuffs (e.g. salami sausage).\n */\n XIF: 'Package, flow',\n\n XIG: 'Package, paper wrapped',\n\n XIH: 'Drum, plastic',\n /**\n * @description Packaging material made out of cardboard that facilitates the separation of individual glass or plastic bottles.\n */\n XIK: 'Package, cardboard, with bottle grip-holes',\n /**\n * @description Lidded stackable rigid tray compliant with CEN TS 14482:2002.\n */\n XIL: 'Tray, rigid, lidded stackable (CEN TS 14482:2002)',\n\n XIN: 'Ingot',\n\n XIZ: 'Ingots, in bundle/bunch/truss',\n /**\n * @description A flexible containment bag, widely used for storage, transportation and handling of powder, flake or granular materials. Typically constructed\n * from woven polypropylene (PP) fabric in the form of cubic bags.\n */\n XJB: 'Bag, jumbo',\n\n XJC: 'Jerrican, rectangular',\n\n XJG: 'Jug',\n\n XJR: 'Jar',\n\n XJT: 'Jutebag',\n\n XJY: 'Jerrican, cylindrical',\n\n XKG: 'Keg',\n /**\n * @description A set of articles or implements used for a specific purpose.\n */\n XKI: 'Kit',\n /**\n * @description A collection of bags, cases and/or containers which hold personal belongings for a journey.\n */\n XLE: 'Luggage',\n\n XLG: 'Log',\n\n XLT: 'Lot',\n /**\n * @description A wooden box for the transportation and storage of fruit or vegetables.\n */\n XLU: 'Lug',\n /**\n * @description A wooden or metal container used for packing household goods and personal effects.\n */\n XLV: 'Liftvan',\n\n XLZ: 'Logs, in bundle/bunch/truss',\n /**\n * @description Containment box made of metal for retaining substances or articles.\n */\n XMA: 'Crate, metal',\n\n XMB: 'Bag, multiply',\n\n XMC: 'Crate, milk',\n /**\n * @description A type of containment box made of metal for retaining substances or articles, not otherwise specified as transport equipment.\n */\n XME: 'Container, metal',\n /**\n * @description Containment vessel made of metal for retaining substances or articles.\n */\n XMR: 'Receptacle, metal',\n\n XMS: 'Sack, multi-wall',\n\n XMT: 'Mat',\n /**\n * @description Containment vessel wrapped with plastic for retaining substances or articles.\n */\n XMW: 'Receptacle, plastic wrapped',\n\n XMX: 'Matchbox',\n\n XNA: 'Not available',\n\n XNE: 'Unpacked or unpackaged',\n\n XNF: 'Unpacked or unpackaged, single unit',\n\n XNG: 'Unpacked or unpackaged, multiple units',\n\n XNS: 'Nest',\n\n XNT: 'Net',\n\n XNU: 'Net, tube, plastic',\n\n XNV: 'Net, tube, textile',\n\n XO1: 'Two sided cage on wheels with fixing strap',\n\n XO2: 'Trolley',\n\n XO3: 'Oneway pallet ISO 0 - 1/2 EURO Pallet',\n\n XO4: 'Oneway pallet ISO 1 - 1/1 EURO Pallet',\n\n XO5: 'Oneway pallet ISO 2 - 2/1 EURO Pallet',\n\n XO6: 'Pallet with exceptional dimensions',\n\n XO7: 'Wooden pallet 40 cm x 80 cm',\n\n XO8: 'Plastic pallet SRS 60 cm x 80 cm',\n\n XO9: 'Plastic pallet SRS 80 cm x 120 cm',\n /**\n * @description Commonwealth Handling Equipment Pool (CHEP) standard pallet of dimensions 40 centimeters x 60 centimeters.\n */\n XOA: 'Pallet, CHEP 40 cm x 60 cm',\n /**\n * @description Commonwealth Handling Equipment Pool (CHEP) standard pallet of dimensions 80 centimeters x 120 centimeters.\n */\n XOB: 'Pallet, CHEP 80 cm x 120 cm',\n /**\n * @description Commonwealth Handling Equipment Pool (CHEP) standard pallet of dimensions 100 centimeters x 120 centimeters.\n */\n XOC: 'Pallet, CHEP 100 cm x 120 cm',\n /**\n * @description Australian standard pallet of dimensions 115.5 centimeters x 116.5 centimeters.\n */\n XOD: 'Pallet, AS 4068-1993',\n /**\n * @description ISO standard pallet of dimensions 110 centimeters x 110 centimeters, prevalent in Asia - Pacific region.\n */\n XOE: 'Pallet, ISO T11',\n /**\n * @description A pallet equivalent shipping platform of unknown dimensions or unknown weight.\n */\n XOF: 'Platform, unspecified weight or dimension',\n\n XOG: 'Pallet ISO 0 - 1/2 EURO Pallet',\n\n XOH: 'Pallet ISO 1 - 1/1 EURO Pallet',\n\n XOI: 'Pallet ISO 2 – 2/1 EURO Pallet',\n /**\n * @description A solid piece of a hard substance, such as granite, having one or more flat sides.\n */\n XOK: 'Block',\n\n XOJ: '1/4 EURO Pallet',\n\n XOL: '1/8 EURO Pallet',\n\n XOM: 'Synthetic pallet ISO 1',\n\n XON: 'Synthetic pallet ISO 2',\n\n XOP: 'Wholesaler pallet',\n\n XOQ: 'Pallet 80 X 100 cm',\n\n XOR: 'Pallet 60 X 100 cm',\n\n XOS: 'Oneway pallet',\n\n XOV: 'Returnable pallet',\n\n XOW: 'Large bag, pallet sized',\n /**\n * @description A standard cardboard container of large dimensions for storing for example vegetables, granules of plastics or other dry products.\n */\n XOT: 'Octabin',\n /**\n * @description A type of containment box that serves as the outer shipping container, not otherwise specified as transport equipment.\n */\n XOU: 'Container, outer',\n\n XOX: 'A wheeled pallet with raised rim (81 x 67 x 135)',\n\n XOY: 'A Wheeled pallet with raised rim (81 x 72 x 135)',\n\n XOZ: 'Wheeled pallet with raised rim ( 81 x 60 x 16)',\n\n XP1: 'CHEP pallet 60 cm x 80 cm',\n /**\n * @description A shallow, wide, open container, usually of metal.\n */\n XP2: 'Pan',\n\n XP3: 'LPR pallet 60 cm x 80 cm',\n\n XP4: 'LPR pallet 80 cm x 120 cm',\n /**\n * @description Small package.\n */\n XPA: 'Packet',\n\n XPB: 'Pallet, box Combined open-ended box and pallet',\n\n XPC: 'Parcel',\n /**\n * @description Standard sized pallet of dimensions 80 centimeters by 100 centimeters (cms).\n */\n XPD: 'Pallet, modular, collars 80cms * 100cms',\n /**\n * @description Standard sized pallet of dimensions 80 centimeters by 120 centimeters (cms).\n */\n XPE: 'Pallet, modular, collars 80cms * 120cms',\n /**\n * @description A small open top enclosure for retaining animals.\n */\n XPF: 'Pen',\n\n XPG: 'Plate',\n\n XPH: 'Pitcher',\n\n XPI: 'Pipe',\n\n XPJ: 'Punnet',\n /**\n * @description Standard packaging unit.\n */\n XPK: 'Package',\n\n XPL: 'Pail',\n\n XPN: 'Plank',\n\n XPO: 'Pouch',\n /**\n * @description A loose or unpacked article.\n */\n XPP: 'Piece',\n /**\n * @description Containment vessel made of plastic for retaining substances or articles.\n */\n XPR: 'Receptacle, plastic',\n\n XPT: 'Pot',\n\n XPU: 'Tray',\n\n XPV: 'Pipes, in bundle/bunch/truss',\n /**\n * @description Platform or open-ended box, usually made of wood, on which goods are retained for ease of mechanical handling during transport and storage.\n */\n XPX: 'Pallet',\n\n XPY: 'Plates, in bundle/bunch/truss',\n\n XPZ: 'Planks, in bundle/bunch/truss',\n\n XQA: 'Drum, steel, non-removable head',\n\n XQB: 'Drum, steel, removable head',\n\n XQC: 'Drum, aluminium, non-removable head',\n\n XQD: 'Drum, aluminium, removable head',\n\n XQF: 'Drum, plastic, non-removable head',\n\n XQG: 'Drum, plastic, removable head',\n\n XQH: 'Barrel, wooden, bung type',\n\n XQJ: 'Barrel, wooden, removable head',\n\n XQK: 'Jerrican, steel, non-removable head',\n\n XQL: 'Jerrican, steel, removable head',\n\n XQM: 'Jerrican, plastic, non-removable head',\n\n XQN: 'Jerrican, plastic, removable head',\n\n XQP: 'Box, wooden, natural wood, ordinary',\n\n XQQ: 'Box, wooden, natural wood, with sift proof walls',\n\n XQR: 'Box, plastic, expanded',\n\n XQS: 'Box, plastic, solid',\n\n XRD: 'Rod',\n\n XRG: 'Ring',\n\n XRJ: 'Rack, clothing hanger',\n\n XRK: 'Rack',\n /**\n * @description Cylindrical rotatory device with a rim at each end on which materials are wound.\n */\n XRL: 'Reel',\n\n XRO: 'Roll',\n /**\n * @description Containment material made of red mesh netting for retaining articles (e.g. trees).\n */\n XRT: 'Rednet',\n\n XRZ: 'Rods, in bundle/bunch/truss',\n\n XSA: 'Sack',\n\n XSB: 'Slab',\n\n XSC: 'Crate, shallow',\n\n XSD: 'Spindle',\n\n XSE: 'Sea-chest',\n\n XSH: 'Sachet',\n /**\n * @description A low movable platform or pallet to facilitate the handling and transport of goods.\n */\n XSI: 'Skid',\n\n XSK: 'Case, skeleton',\n /**\n * @description Hard plastic sheeting primarily used as the base on which to stack goods to optimise the space within a container. May be used as an alternative\n * to a palletized packaging.\n */\n XSL: 'Slipsheet',\n\n XSM: 'Sheetmetal',\n /**\n * @description A packaging container used in the transport of such items as wire, cable, tape and yarn.\n */\n XSO: 'Spool',\n\n XSP: 'Sheet, plastic wrapping',\n\n XSS: 'Case, steel',\n\n XST: 'Sheet',\n\n XSU: 'Suitcase',\n\n XSV: 'Envelope, steel',\n /**\n * @description Goods retained in a transparent plastic film that has been wrapped around and then shrunk tightly on to the goods.\n */\n XSW: 'Shrinkwrapped',\n\n XSX: 'Set',\n\n XSY: 'Sleeve',\n\n XSZ: 'Sheets, in bundle/bunch/truss',\n /**\n * @description A loose or unpacked article in the form of a bar, block or piece.\n */\n XT1: 'Tablet',\n\n XTB: 'Tub',\n\n XTC: 'Tea-chest',\n\n XTD: 'Tube, collapsible',\n /**\n * @description A ring made of rubber and/or metal surrounding a wheel.\n */\n XTE: 'Tyre',\n /**\n * @description A specially constructed container for transporting liquids and gases in bulk.\n */\n XTG: 'Tank container, generic',\n\n XTI: 'Tierce',\n\n XTK: 'Tank, rectangular',\n\n XTL: 'Tub, with lid',\n\n XTN: 'Tin',\n\n XTO: 'Tun',\n\n XTR: 'Trunk',\n\n XTS: 'Truss',\n /**\n * @description A capacious bag or basket.\n */\n XTT: 'Bag, tote',\n\n XTU: 'Tube',\n /**\n * @description A tube made of plastic, metal or cardboard fitted with a nozzle, containing a liquid or semi-liquid product, e.g. silicon.\n */\n XTV: 'Tube, with nozzle',\n /**\n * @description A lightweight pallet made from heavy duty corrugated board.\n */\n XTW: 'Pallet, triwall',\n\n XTY: 'Tank, cylindrical',\n\n XTZ: 'Tubes, in bundle/bunch/truss',\n\n XUC: 'Uncaged',\n /**\n * @description A type of package composed of a single item or object, not otherwise specified as a unit of transport equipment.\n */\n XUN: 'Unit',\n\n XVA: 'Vat',\n\n XVG: 'Bulk, gas (at 1031 mbar and 15°C)',\n\n XVI: 'Vial',\n /**\n * @description A type of wooden crate.\n */\n XVK: 'Vanpack',\n\n XVL: 'Bulk, liquid',\n\n XVO: 'Bulk, solid, large particles (“nodules”)',\n\n XVP: 'Vacuum-packed',\n\n XVQ: 'Bulk, liquefied gas (at abnormal temperature/pressure)',\n /**\n * @description A self-propelled means of conveyance.\n */\n XVN: 'Vehicle',\n\n XVR: 'Bulk, solid, granular particles (“grains”)',\n /**\n * @description Loose or unpacked scrap metal transported in bulk form.\n */\n XVS: 'Bulk, scrap metal',\n\n XVY: 'Bulk, solid, fine particles (“powders”)',\n /**\n * @description A reusable container made of metal, plastic, textile, wood or composite materials used to facilitate transportation of bulk solids and liquids in\n * manageable volumes.\n */\n XWA: 'Intermediate bulk container',\n\n XWB: 'Wickerbottle',\n\n XWC: 'Intermediate bulk container, steel',\n\n XWD: 'Intermediate bulk container, aluminium',\n\n XWF: 'Intermediate bulk container, metal',\n\n XWG: 'Intermediate bulk container, steel, pressurised > 10 kpa',\n\n XWH: 'Intermediate bulk container, aluminium, pressurised > 10 kpa',\n\n XWJ: 'Intermediate bulk container, metal, pressure 10 kpa',\n\n XWK: 'Intermediate bulk container, steel, liquid',\n\n XWL: 'Intermediate bulk container, aluminium, liquid',\n\n XWM: 'Intermediate bulk container, metal, liquid',\n\n XWN: 'Intermediate bulk container, woven plastic, without coat/liner',\n\n XWP: 'Intermediate bulk container, woven plastic, coated',\n\n XWQ: 'Intermediate bulk container, woven plastic, with liner',\n\n XWR: 'Intermediate bulk container, woven plastic, coated and liner',\n\n XWS: 'Intermediate bulk container, plastic film',\n\n XWT: 'Intermediate bulk container, textile with out coat/liner',\n\n XWU: 'Intermediate bulk container, natural wood, with inner liner',\n\n XWV: 'Intermediate bulk container, textile, coated',\n\n XWW: 'Intermediate bulk container, textile, with liner',\n\n XWX: 'Intermediate bulk container, textile, coated and liner',\n\n XWY: 'Intermediate bulk container, plywood, with inner liner',\n\n XWZ: 'Intermediate bulk container, reconstituted wood, with inner liner',\n\n XXA: 'Bag, woven plastic, without inner coat/liner',\n\n XXB: 'Bag, woven plastic, sift proof',\n\n XXC: 'Bag, woven plastic, water resistant',\n\n XXD: 'Bag, plastics film',\n\n XXF: 'Bag, textile, without inner coat/liner',\n\n XXG: 'Bag, textile, sift proof',\n\n XXH: 'Bag, textile, water resistant',\n\n XXJ: 'Bag, paper, multi-wall',\n\n XXK: 'Bag, paper, multi-wall, water resistant',\n\n XYA: 'Composite packaging, plastic receptacle in steel drum',\n\n XYB: 'Composite packaging, plastic receptacle in steel crate box',\n\n XYC: 'Composite packaging, plastic receptacle in aluminium drum',\n\n XYD: 'Composite packaging, plastic receptacle in aluminium crate',\n\n XYF: 'Composite packaging, plastic receptacle in wooden box',\n\n XYG: 'Composite packaging, plastic receptacle in plywood drum',\n\n XYH: 'Composite packaging, plastic receptacle in plywood box',\n\n XYJ: 'Composite packaging, plastic receptacle in fibre drum',\n\n XYK: 'Composite packaging, plastic receptacle in fibreboard box',\n\n XYL: 'Composite packaging, plastic receptacle in plastic drum',\n\n XYM: 'Composite packaging, plastic receptacle in solid plastic box',\n\n XYN: 'Composite packaging, glass receptacle in steel drum',\n\n XYP: 'Composite packaging, glass receptacle in steel crate box',\n\n XYQ: 'Composite packaging, glass receptacle in aluminium drum',\n\n XYR: 'Composite packaging, glass receptacle in aluminium crate',\n\n XYS: 'Composite packaging, glass receptacle in wooden box',\n\n XYT: 'Composite packaging, glass receptacle in plywood drum',\n\n XYV: 'Composite packaging, glass receptacle in wickerwork hamper',\n\n XYW: 'Composite packaging, glass receptacle in fibre drum',\n\n XYX: 'Composite packaging, glass receptacle in fibreboard box',\n\n XYY: 'Composite packaging, glass receptacle in expandable plastic pack',\n\n XYZ: 'Composite packaging, glass receptacle in solid plastic pack',\n\n XZA: 'Intermediate bulk container, paper, multi-wall',\n\n XZB: 'Bag, large',\n\n XZC: 'Intermediate bulk container, paper, multi-wall, water resistant',\n\n XZD: 'Intermediate bulk container, rigid plastic, with structural equipment, solids',\n\n XZF: 'Intermediate bulk container, rigid plastic, freestanding, solids',\n\n XZG: 'Intermediate bulk container, rigid plastic, with structural equipment, pressurised',\n\n XZH: 'Intermediate bulk container, rigid plastic, freestanding, pressurised',\n\n XZJ: 'Intermediate bulk container, rigid plastic, with structural equipment, liquids',\n\n XZK: 'Intermediate bulk container, rigid plastic, freestanding, liquids',\n\n XZL: 'Intermediate bulk container, composite, rigid plastic, solids',\n\n XZM: 'Intermediate bulk container, composite, flexible plastic, solids',\n\n XZN: 'Intermediate bulk container, composite, rigid plastic, pressurised',\n\n XZP: 'Intermediate bulk container, composite, flexible plastic, pressurised',\n\n XZQ: 'Intermediate bulk container, composite, rigid plastic, liquids',\n\n XZR: 'Intermediate bulk container, composite, flexible plastic, liquids',\n\n XZS: 'Intermediate bulk container, composite',\n\n XZT: 'Intermediate bulk container, fibreboard',\n\n XZU: 'Intermediate bulk container, flexible',\n\n XZV: 'Intermediate bulk container, metal, other than steel',\n\n XZW: 'Intermediate bulk container, natural wood',\n\n XZX: 'Intermediate bulk container, plywood',\n\n XZY: 'Intermediate bulk container, reconstituted wood',\n\n XZZ: 'Mutually defined',\n};\n\n/**\n * @description Keys of {@link quantityUnitCodes}.\n */\nexport type QuantityUnitCodesKeys =\n | '10'\n | '11'\n | '13'\n | '14'\n | '15'\n | '20'\n | '21'\n | '22'\n | '23'\n | '24'\n | '25'\n | '27'\n | '28'\n | '33'\n | '34'\n | '35'\n | '37'\n | '38'\n | '40'\n | '41'\n | '56'\n | '57'\n | '58'\n | '59'\n | '60'\n | '61'\n | '74'\n | '77'\n | '80'\n | '81'\n | '85'\n | '87'\n | '89'\n | '91'\n | '1I'\n | '2A'\n | '2B'\n | '2C'\n | '2G'\n | '2H'\n | '2I'\n | '2J'\n | '2K'\n | '2L'\n | '2M'\n | '2N'\n | '2P'\n | '2Q'\n | '2R'\n | '2U'\n | '2X'\n | '2Y'\n | '2Z'\n | '3B'\n | '3C'\n | '4C'\n | '4G'\n | '4H'\n | '4K'\n | '4L'\n | '4M'\n | '4N'\n | '4O'\n | '4P'\n | '4Q'\n | '4R'\n | '4T'\n | '4U'\n | '4W'\n | '4X'\n | '5A'\n | '5B'\n | '5E'\n | '5J'\n | 'A10'\n | 'A11'\n | 'A12'\n | 'A13'\n | 'A14'\n | 'A15'\n | 'A16'\n | 'A17'\n | 'A18'\n | 'A19'\n | 'A2'\n | 'A20'\n | 'A21'\n | 'A22'\n | 'A23'\n | 'A24'\n | 'A26'\n | 'A27'\n | 'A28'\n | 'A29'\n | 'A3'\n | 'A30'\n | 'A31'\n | 'A32'\n | 'A33'\n | 'A34'\n | 'A35'\n | 'A36'\n | 'A37'\n | 'A38'\n | 'A39'\n | 'A4'\n | 'A40'\n | 'A41'\n | 'A42'\n | 'A43'\n | 'A44'\n | 'A45'\n | 'A47'\n | 'A48'\n | 'A49'\n | 'A5'\n | 'A53'\n | 'A54'\n | 'A55'\n | 'A56'\n | 'A59'\n | 'A6'\n | 'A68'\n | 'A69'\n | 'A7'\n | 'A70'\n | 'A71'\n | 'A73'\n | 'A74'\n | 'A75'\n | 'A76'\n | 'A8'\n | 'A84'\n | 'A85'\n | 'A86'\n | 'A87'\n | 'A88'\n | 'A89'\n | 'A9'\n | 'A90'\n | 'A91'\n | 'A93'\n | 'A94'\n | 'A95'\n | 'A96'\n | 'A97'\n | 'A98'\n | 'A99'\n | 'AA'\n | 'AB'\n | 'ACR'\n | 'ACT'\n | 'AD'\n | 'AE'\n | 'AH'\n | 'AI'\n | 'AK'\n | 'AL'\n | 'AMH'\n | 'AMP'\n | 'ANN'\n | 'APZ'\n | 'AQ'\n | 'AS'\n | 'ASM'\n | 'ASU'\n | 'ATM'\n | 'AWG'\n | 'AY'\n | 'AZ'\n | 'B1'\n | 'B10'\n | 'B11'\n | 'B12'\n | 'B13'\n | 'B14'\n | 'B15'\n | 'B16'\n | 'B17'\n | 'B18'\n | 'B19'\n | 'B20'\n | 'B21'\n | 'B22'\n | 'B23'\n | 'B24'\n | 'B25'\n | 'B26'\n | 'B27'\n | 'B28'\n | 'B29'\n | 'B3'\n | 'B30'\n | 'B31'\n | 'B32'\n | 'B33'\n | 'B34'\n | 'B35'\n | 'B4'\n | 'B41'\n | 'B42'\n | 'B43'\n | 'B44'\n | 'B45'\n | 'B46'\n | 'B47'\n | 'B48'\n | 'B49'\n | 'B50'\n | 'B52'\n | 'B53'\n | 'B54'\n | 'B55'\n | 'B56'\n | 'B57'\n | 'B58'\n | 'B59'\n | 'B60'\n | 'B61'\n | 'B62'\n | 'B63'\n | 'B64'\n | 'B66'\n | 'B67'\n | 'B68'\n | 'B69'\n | 'B7'\n | 'B70'\n | 'B71'\n | 'B72'\n | 'B73'\n | 'B74'\n | 'B75'\n | 'B76'\n | 'B77'\n | 'B78'\n | 'B79'\n | 'B8'\n | 'B80'\n | 'B81'\n | 'B82'\n | 'B83'\n | 'B84'\n | 'B85'\n | 'B86'\n | 'B87'\n | 'B88'\n | 'B89'\n | 'B90'\n | 'B91'\n | 'B92'\n | 'B93'\n | 'B94'\n | 'B95'\n | 'B96'\n | 'B97'\n | 'B98'\n | 'B99'\n | 'BAR'\n | 'BB'\n | 'BFT'\n | 'BHP'\n | 'BIL'\n | 'BLD'\n | 'BLL'\n | 'BP'\n | 'BPM'\n | 'BQL'\n | 'BTU'\n | 'BUA'\n | 'BUI'\n | 'C0'\n | 'C10'\n | 'C11'\n | 'C12'\n | 'C13'\n | 'C14'\n | 'C15'\n | 'C16'\n | 'C17'\n | 'C18'\n | 'C19'\n | 'C20'\n | 'C21'\n | 'C22'\n | 'C23'\n | 'C24'\n | 'C25'\n | 'C26'\n | 'C27'\n | 'C28'\n | 'C29'\n | 'C3'\n | 'C30'\n | 'C31'\n | 'C32'\n | 'C33'\n | 'C34'\n | 'C35'\n | 'C36'\n | 'C37'\n | 'C38'\n | 'C39'\n | 'C40'\n | 'C41'\n | 'C42'\n | 'C43'\n | 'C44'\n | 'C45'\n | 'C46'\n | 'C47'\n | 'C48'\n | 'C49'\n | 'C50'\n | 'C51'\n | 'C52'\n | 'C53'\n | 'C54'\n | 'C55'\n | 'C56'\n | 'C57'\n | 'C58'\n | 'C59'\n | 'C60'\n | 'C61'\n | 'C62'\n | 'C63'\n | 'C64'\n | 'C65'\n | 'C66'\n | 'C67'\n | 'C68'\n | 'C69'\n | 'C7'\n | 'C70'\n | 'C71'\n | 'C72'\n | 'C73'\n | 'C74'\n | 'C75'\n | 'C76'\n | 'C78'\n | 'C79'\n | 'C8'\n | 'C80'\n | 'C81'\n | 'C82'\n | 'C83'\n | 'C84'\n | 'C85'\n | 'C86'\n | 'C87'\n | 'C88'\n | 'C89'\n | 'C9'\n | 'C90'\n | 'C91'\n | 'C92'\n | 'C93'\n | 'C94'\n | 'C95'\n | 'C96'\n | 'C97'\n | 'C99'\n | 'CCT'\n | 'CDL'\n | 'CEL'\n | 'CEN'\n | 'CG'\n | 'CGM'\n | 'CKG'\n | 'CLF'\n | 'CLT'\n | 'CMK'\n | 'CMQ'\n | 'CMT'\n | 'CNP'\n | 'CNT'\n | 'COU'\n | 'CTG'\n | 'CTM'\n | 'CTN'\n | 'CUR'\n | 'CWA'\n | 'CWI'\n | 'D03'\n | 'D04'\n | 'D1'\n | 'D10'\n | 'D11'\n | 'D12'\n | 'D13'\n | 'D15'\n | 'D16'\n | 'D17'\n | 'D18'\n | 'D19'\n | 'D2'\n | 'D20'\n | 'D21'\n | 'D22'\n | 'D23'\n | 'D24'\n | 'D25'\n | 'D26'\n | 'D27'\n | 'D29'\n | 'D30'\n | 'D31'\n | 'D32'\n | 'D33'\n | 'D34'\n | 'D36'\n | 'D41'\n | 'D42'\n | 'D43'\n | 'D44'\n | 'D45'\n | 'D46'\n | 'D47'\n | 'D48'\n | 'D49'\n | 'D5'\n | 'D50'\n | 'D51'\n | 'D52'\n | 'D53'\n | 'D54'\n | 'D55'\n | 'D56'\n | 'D57'\n | 'D58'\n | 'D59'\n | 'D6'\n | 'D60'\n | 'D61'\n | 'D62'\n | 'D63'\n | 'D65'\n | 'D68'\n | 'D69'\n | 'D73'\n | 'D74'\n | 'D77'\n | 'D78'\n | 'D80'\n | 'D81'\n | 'D82'\n | 'D83'\n | 'D85'\n | 'D86'\n | 'D87'\n | 'D88'\n | 'D89'\n | 'D91'\n | 'D93'\n | 'D94'\n | 'D95'\n | 'DAA'\n | 'DAD'\n | 'DAY'\n | 'DB'\n | 'DBM'\n | 'DBW'\n | 'DD'\n | 'DEC'\n | 'DG'\n | 'DJ'\n | 'DLT'\n | 'DMA'\n | 'DMK'\n | 'DMO'\n | 'DMQ'\n | 'DMT'\n | 'DN'\n | 'DPC'\n | 'DPR'\n | 'DPT'\n | 'DRA'\n | 'DRI'\n | 'DRL'\n | 'DT'\n | 'DTN'\n | 'DWT'\n | 'DZN'\n | 'DZP'\n | 'E01'\n | 'E07'\n | 'E08'\n | 'E09'\n | 'E10'\n | 'E12'\n | 'E14'\n | 'E15'\n | 'E16'\n | 'E17'\n | 'E18'\n | 'E19'\n | 'E20'\n | 'E21'\n | 'E22'\n | 'E23'\n | 'E25'\n | 'E27'\n | 'E28'\n | 'E30'\n | 'E31'\n | 'E32'\n | 'E33'\n | 'E34'\n | 'E35'\n | 'E36'\n | 'E37'\n | 'E38'\n | 'E39'\n | 'E4'\n | 'E40'\n | 'E41'\n | 'E42'\n | 'E43'\n | 'E44'\n | 'E45'\n | 'E46'\n | 'E47'\n | 'E48'\n | 'E49'\n | 'E50'\n | 'E51'\n | 'E52'\n | 'E53'\n | 'E54'\n | 'E55'\n | 'E56'\n | 'E57'\n | 'E58'\n | 'E59'\n | 'E60'\n | 'E61'\n | 'E62'\n | 'E63'\n | 'E64'\n | 'E65'\n | 'E66'\n | 'E67'\n | 'E68'\n | 'E69'\n | 'E70'\n | 'E71'\n | 'E72'\n | 'E73'\n | 'E74'\n | 'E75'\n | 'E76'\n | 'E77'\n | 'E78'\n | 'E79'\n | 'E80'\n | 'E81'\n | 'E82'\n | 'E83'\n | 'E84'\n | 'E85'\n | 'E86'\n | 'E87'\n | 'E88'\n | 'E89'\n | 'E90'\n | 'E91'\n | 'E92'\n | 'E93'\n | 'E94'\n | 'E95'\n | 'E96'\n | 'E97'\n | 'E98'\n | 'E99'\n | 'EA'\n | 'EB'\n | 'EQ'\n | 'F01'\n | 'F02'\n | 'F03'\n | 'F04'\n | 'F05'\n | 'F06'\n | 'F07'\n | 'F08'\n | 'F10'\n | 'F11'\n | 'F12'\n | 'F13'\n | 'F14'\n | 'F15'\n | 'F16'\n | 'F17'\n | 'F18'\n | 'F19'\n | 'F20'\n | 'F21'\n | 'F22'\n | 'F23'\n | 'F24'\n | 'F25'\n | 'F26'\n | 'F27'\n | 'F28'\n | 'F29'\n | 'F30'\n | 'F31'\n | 'F32'\n | 'F33'\n | 'F34'\n | 'F35'\n | 'F36'\n | 'F37'\n | 'F38'\n | 'F39'\n | 'F40'\n | 'F41'\n | 'F42'\n | 'F43'\n | 'F44'\n | 'F45'\n | 'F46'\n | 'F47'\n | 'F48'\n | 'F49'\n | 'F50'\n | 'F51'\n | 'F52'\n | 'F53'\n | 'F54'\n | 'F55'\n | 'F56'\n | 'F57'\n | 'F58'\n | 'F59'\n | 'F60'\n | 'F61'\n | 'F62'\n | 'F63'\n | 'F64'\n | 'F65'\n | 'F66'\n | 'F67'\n | 'F68'\n | 'F69'\n | 'F70'\n | 'F71'\n | 'F72'\n | 'F73'\n | 'F74'\n | 'F75'\n | 'F76'\n | 'F77'\n | 'F78'\n | 'F79'\n | 'F80'\n | 'F81'\n | 'F82'\n | 'F83'\n | 'F84'\n | 'F85'\n | 'F86'\n | 'F87'\n | 'F88'\n | 'F89'\n | 'F90'\n | 'F91'\n | 'F92'\n | 'F93'\n | 'F94'\n | 'F95'\n | 'F96'\n | 'F97'\n | 'F98'\n | 'F99'\n | 'FAH'\n | 'FAR'\n | 'FBM'\n | 'FC'\n | 'FF'\n | 'FH'\n | 'FIT'\n | 'FL'\n | 'FNU'\n | 'FOT'\n | 'FP'\n | 'FR'\n | 'FS'\n | 'FTK'\n | 'FTQ'\n | 'G01'\n | 'G04'\n | 'G05'\n | 'G06'\n | 'G08'\n | 'G09'\n | 'G10'\n | 'G11'\n | 'G12'\n | 'G13'\n | 'G14'\n | 'G15'\n | 'G16'\n | 'G17'\n | 'G18'\n | 'G19'\n | 'G2'\n | 'G20'\n | 'G21'\n | 'G23'\n | 'G24'\n | 'G25'\n | 'G26'\n | 'G27'\n | 'G28'\n | 'G29'\n | 'G3'\n | 'G30'\n | 'G31'\n | 'G32'\n | 'G33'\n | 'G34'\n | 'G35'\n | 'G36'\n | 'G37'\n | 'G38'\n | 'G39'\n | 'G40'\n | 'G41'\n | 'G42'\n | 'G43'\n | 'G44'\n | 'G45'\n | 'G46'\n | 'G47'\n | 'G48'\n | 'G49'\n | 'G50'\n | 'G51'\n | 'G52'\n | 'G53'\n | 'G54'\n | 'G55'\n | 'G56'\n | 'G57'\n | 'G58'\n | 'G59'\n | 'G60'\n | 'G61'\n | 'G62'\n | 'G63'\n | 'G64'\n | 'G65'\n | 'G66'\n | 'G67'\n | 'G68'\n | 'G69'\n | 'G70'\n | 'G71'\n | 'G72'\n | 'G73'\n | 'G74'\n | 'G75'\n | 'G76'\n | 'G77'\n | 'G78'\n | 'G79'\n | 'G80'\n | 'G81'\n | 'G82'\n | 'G83'\n | 'G84'\n | 'G85'\n | 'G86'\n | 'G87'\n | 'G88'\n | 'G89'\n | 'G90'\n | 'G91'\n | 'G92'\n | 'G93'\n | 'G94'\n | 'G95'\n | 'G96'\n | 'G97'\n | 'G98'\n | 'G99'\n | 'GB'\n | 'GBQ'\n | 'GDW'\n | 'GE'\n | 'GF'\n | 'GFI'\n | 'GGR'\n | 'GIA'\n | 'GIC'\n | 'GII'\n | 'GIP'\n | 'GJ'\n | 'GL'\n | 'GLD'\n | 'GLI'\n | 'GLL'\n | 'GM'\n | 'GO'\n | 'GP'\n | 'GQ'\n | 'GRM'\n | 'GRN'\n | 'GRO'\n | 'GV'\n | 'GWH'\n | 'H03'\n | 'H04'\n | 'H05'\n | 'H06'\n | 'H07'\n | 'H08'\n | 'H09'\n | 'H10'\n | 'H11'\n | 'H12'\n | 'H13'\n | 'H14'\n | 'H15'\n | 'H16'\n | 'H18'\n | 'H19'\n | 'H20'\n | 'H21'\n | 'H22'\n | 'H23'\n | 'H24'\n | 'H25'\n | 'H26'\n | 'H27'\n | 'H28'\n | 'H29'\n | 'H30'\n | 'H31'\n | 'H32'\n | 'H33'\n | 'H34'\n | 'H35'\n | 'H36'\n | 'H37'\n | 'H38'\n | 'H39'\n | 'H40'\n | 'H41'\n | 'H42'\n | 'H43'\n | 'H44'\n | 'H45'\n | 'H46'\n | 'H47'\n | 'H48'\n | 'H49'\n | 'H50'\n | 'H51'\n | 'H52'\n | 'H53'\n | 'H54'\n | 'H55'\n | 'H56'\n | 'H57'\n | 'H58'\n | 'H59'\n | 'H60'\n | 'H61'\n | 'H62'\n | 'H63'\n | 'H64'\n | 'H65'\n | 'H66'\n | 'H67'\n | 'H68'\n | 'H69'\n | 'H70'\n | 'H71'\n | 'H72'\n | 'H73'\n | 'H74'\n | 'H75'\n | 'H76'\n | 'H77'\n | 'H79'\n | 'H80'\n | 'H81'\n | 'H82'\n | 'H83'\n | 'H84'\n | 'H85'\n | 'H87'\n | 'H88'\n | 'H89'\n | 'H90'\n | 'H91'\n | 'H92'\n | 'H93'\n | 'H94'\n | 'H95'\n | 'H96'\n | 'H98'\n | 'H99'\n | 'HA'\n | 'HAD'\n | 'HBA'\n | 'HBX'\n | 'HC'\n | 'HDW'\n | 'HEA'\n | 'HGM'\n | 'HH'\n | 'HIU'\n | 'HKM'\n | 'HLT'\n | 'HM'\n | 'HMO'\n | 'HMQ'\n | 'HMT'\n | 'HPA'\n | 'HTZ'\n | 'HUR'\n | 'HWE'\n | 'IA'\n | 'IE'\n | 'INH'\n | 'INK'\n | 'INQ'\n | 'ISD'\n | 'IU'\n | 'IUG'\n | 'IV'\n | 'J10'\n | 'J12'\n | 'J13'\n | 'J14'\n | 'J15'\n | 'J16'\n | 'J17'\n | 'J18'\n | 'J19'\n | 'J2'\n | 'J20'\n | 'J21'\n | 'J22'\n | 'J23'\n | 'J24'\n | 'J25'\n | 'J26'\n | 'J27'\n | 'J28'\n | 'J29'\n | 'J30'\n | 'J31'\n | 'J32'\n | 'J33'\n | 'J34'\n | 'J35'\n | 'J36'\n | 'J38'\n | 'J39'\n | 'J40'\n | 'J41'\n | 'J42'\n | 'J43'\n | 'J44'\n | 'J45'\n | 'J46'\n | 'J47'\n | 'J48'\n | 'J49'\n | 'J50'\n | 'J51'\n | 'J52'\n | 'J53'\n | 'J54'\n | 'J55'\n | 'J56'\n | 'J57'\n | 'J58'\n | 'J59'\n | 'J60'\n | 'J61'\n | 'J62'\n | 'J63'\n | 'J64'\n | 'J65'\n | 'J66'\n | 'J67'\n | 'J68'\n | 'J69'\n | 'J70'\n | 'J71'\n | 'J72'\n | 'J73'\n | 'J74'\n | 'J75'\n | 'J76'\n | 'J78'\n | 'J79'\n | 'J81'\n | 'J82'\n | 'J83'\n | 'J84'\n | 'J85'\n | 'J87'\n | 'J90'\n | 'J91'\n | 'J92'\n | 'J93'\n | 'J95'\n | 'J96'\n | 'J97'\n | 'J98'\n | 'J99'\n | 'JE'\n | 'JK'\n | 'JM'\n | 'JNT'\n | 'JOU'\n | 'JPS'\n | 'JWL'\n | 'K1'\n | 'K10'\n | 'K11'\n | 'K12'\n | 'K13'\n | 'K14'\n | 'K15'\n | 'K16'\n | 'K17'\n | 'K18'\n | 'K19'\n | 'K2'\n | 'K20'\n | 'K21'\n | 'K22'\n | 'K23'\n | 'K26'\n | 'K27'\n | 'K28'\n | 'K3'\n | 'K30'\n | 'K31'\n | 'K32'\n | 'K33'\n | 'K34'\n | 'K35'\n | 'K36'\n | 'K37'\n | 'K38'\n | 'K39'\n | 'K40'\n | 'K41'\n | 'K42'\n | 'K43'\n | 'K45'\n | 'K46'\n | 'K47'\n | 'K48'\n | 'K49'\n | 'K50'\n | 'K51'\n | 'K52'\n | 'K53'\n | 'K54'\n | 'K55'\n | 'K58'\n | 'K59'\n | 'K6'\n | 'K60'\n | 'K61'\n | 'K62'\n | 'K63'\n | 'K64'\n | 'K65'\n | 'K66'\n | 'K67'\n | 'K68'\n | 'K69'\n | 'K70'\n | 'K71'\n | 'K73'\n | 'K74'\n | 'K75'\n | 'K76'\n | 'K77'\n | 'K78'\n | 'K79'\n | 'K80'\n | 'K81'\n | 'K82'\n | 'K83'\n | 'K84'\n | 'K85'\n | 'K86'\n | 'K87'\n | 'K88'\n | 'K89'\n | 'K90'\n | 'K91'\n | 'K92'\n | 'K93'\n | 'K94'\n | 'K95'\n | 'K96'\n | 'K97'\n | 'K98'\n | 'K99'\n | 'KA'\n | 'KAT'\n | 'KB'\n | 'KBA'\n | 'KCC'\n | 'KDW'\n | 'KEL'\n | 'KGM'\n | 'KGS'\n | 'KHY'\n | 'KHZ'\n | 'KI'\n | 'KIC'\n | 'KIP'\n | 'KJ'\n | 'KJO'\n | 'KL'\n | 'KLK'\n | 'KLX'\n | 'KMA'\n | 'KMH'\n | 'KMK'\n | 'KMQ'\n | 'KMT'\n | 'KNI'\n | 'KNM'\n | 'KNS'\n | 'KNT'\n | 'KO'\n | 'KPA'\n | 'KPH'\n | 'KPO'\n | 'KPP'\n | 'KR'\n | 'KSD'\n | 'KSH'\n | 'KT'\n | 'KTN'\n | 'KUR'\n | 'KVA'\n | 'KVR'\n | 'KVT'\n | 'KW'\n | 'KWH'\n | 'KWN'\n | 'KWO'\n | 'KWS'\n | 'KWT'\n | 'KWY'\n | 'KX'\n | 'L10'\n | 'L11'\n | 'L12'\n | 'L13'\n | 'L14'\n | 'L15'\n | 'L16'\n | 'L17'\n | 'L18'\n | 'L19'\n | 'L2'\n | 'L20'\n | 'L21'\n | 'L23'\n | 'L24'\n | 'L25'\n | 'L26'\n | 'L27'\n | 'L28'\n | 'L29'\n | 'L30'\n | 'L31'\n | 'L32'\n | 'L33'\n | 'L34'\n | 'L35'\n | 'L36'\n | 'L37'\n | 'L38'\n | 'L39'\n | 'L40'\n | 'L41'\n | 'L42'\n | 'L43'\n | 'L44'\n | 'L45'\n | 'L46'\n | 'L47'\n | 'L48'\n | 'L49'\n | 'L50'\n | 'L51'\n | 'L52'\n | 'L53'\n | 'L54'\n | 'L55'\n | 'L56'\n | 'L57'\n | 'L58'\n | 'L59'\n | 'L60'\n | 'L63'\n | 'L64'\n | 'L65'\n | 'L66'\n | 'L67'\n | 'L68'\n | 'L69'\n | 'L70'\n | 'L71'\n | 'L72'\n | 'L73'\n | 'L74'\n | 'L75'\n | 'L76'\n | 'L77'\n | 'L78'\n | 'L79'\n | 'L80'\n | 'L81'\n | 'L82'\n | 'L83'\n | 'L84'\n | 'L85'\n | 'L86'\n | 'L87'\n | 'L88'\n | 'L89'\n | 'L90'\n | 'L91'\n | 'L92'\n | 'L93'\n | 'L94'\n | 'L95'\n | 'L96'\n | 'L98'\n | 'L99'\n | 'LA'\n | 'LAC'\n | 'LBR'\n | 'LBT'\n | 'LD'\n | 'LEF'\n | 'LF'\n | 'LH'\n | 'LK'\n | 'LM'\n | 'LN'\n | 'LO'\n | 'LP'\n | 'LPA'\n | 'LR'\n | 'LS'\n | 'LTN'\n | 'LTR'\n | 'LUB'\n | 'LUM'\n | 'LUX'\n | 'LY'\n | 'M1'\n | 'M10'\n | 'M11'\n | 'M12'\n | 'M13'\n | 'M14'\n | 'M15'\n | 'M16'\n | 'M17'\n | 'M18'\n | 'M19'\n | 'M20'\n | 'M21'\n | 'M22'\n | 'M23'\n | 'M24'\n | 'M25'\n | 'M26'\n | 'M27'\n | 'M29'\n | 'M30'\n | 'M31'\n | 'M32'\n | 'M33'\n | 'M34'\n | 'M35'\n | 'M36'\n | 'M37'\n | 'M38'\n | 'M39'\n | 'M4'\n | 'M40'\n | 'M41'\n | 'M42'\n | 'M43'\n | 'M44'\n | 'M45'\n | 'M46'\n | 'M47'\n | 'M48'\n | 'M49'\n | 'M5'\n | 'M50'\n | 'M51'\n | 'M52'\n | 'M53'\n | 'M55'\n | 'M56'\n | 'M57'\n | 'M58'\n | 'M59'\n | 'M60'\n | 'M61'\n | 'M62'\n | 'M63'\n | 'M64'\n | 'M65'\n | 'M66'\n | 'M67'\n | 'M68'\n | 'M69'\n | 'M7'\n | 'M70'\n | 'M71'\n | 'M72'\n | 'M73'\n | 'M74'\n | 'M75'\n | 'M76'\n | 'M77'\n | 'M78'\n | 'M79'\n | 'M80'\n | 'M81'\n | 'M82'\n | 'M83'\n | 'M84'\n | 'M85'\n | 'M86'\n | 'M87'\n | 'M88'\n | 'M89'\n | 'M9'\n | 'M90'\n | 'M91'\n | 'M92'\n | 'M93'\n | 'M94'\n | 'M95'\n | 'M96'\n | 'M97'\n | 'M98'\n | 'M99'\n | 'MAH'\n | 'MAL'\n | 'MAM'\n | 'MAR'\n | 'MAW'\n | 'MBE'\n | 'MBF'\n | 'MBR'\n | 'MC'\n | 'MCU'\n | 'MD'\n | 'MGM'\n | 'MHZ'\n | 'MIK'\n | 'MIL'\n | 'MIN'\n | 'MIO'\n | 'MIU'\n | 'MKD'\n | 'MKM'\n | 'MKW'\n | 'MLD'\n | 'MLT'\n | 'MMK'\n | 'MMQ'\n | 'MMT'\n | 'MND'\n | 'MNJ'\n | 'MON'\n | 'MPA'\n | 'MQD'\n | 'MQH'\n | 'MQM'\n | 'MQS'\n | 'MQW'\n | 'MRD'\n | 'MRM'\n | 'MRW'\n | 'MSK'\n | 'MTK'\n | 'MTQ'\n | 'MTR'\n | 'MTS'\n | 'MTZ'\n | 'MVA'\n | 'MWH'\n | 'N1'\n | 'N10'\n | 'N11'\n | 'N12'\n | 'N13'\n | 'N14'\n | 'N15'\n | 'N16'\n | 'N17'\n | 'N18'\n | 'N19'\n | 'N20'\n | 'N21'\n | 'N22'\n | 'N23'\n | 'N24'\n | 'N25'\n | 'N26'\n | 'N27'\n | 'N28'\n | 'N29'\n | 'N3'\n | 'N30'\n | 'N31'\n | 'N32'\n | 'N33'\n | 'N34'\n | 'N35'\n | 'N36'\n | 'N37'\n | 'N38'\n | 'N39'\n | 'N40'\n | 'N41'\n | 'N42'\n | 'N43'\n | 'N44'\n | 'N45'\n | 'N46'\n | 'N47'\n | 'N48'\n | 'N49'\n | 'N50'\n | 'N51'\n | 'N52'\n | 'N53'\n | 'N54'\n | 'N55'\n | 'N56'\n | 'N57'\n | 'N58'\n | 'N59'\n | 'N60'\n | 'N61'\n | 'N62'\n | 'N63'\n | 'N64'\n | 'N65'\n | 'N66'\n | 'N67'\n | 'N68'\n | 'N69'\n | 'N70'\n | 'N71'\n | 'N72'\n | 'N73'\n | 'N74'\n | 'N75'\n | 'N76'\n | 'N77'\n | 'N78'\n | 'N79'\n | 'N80'\n | 'N81'\n | 'N82'\n | 'N83'\n | 'N84'\n | 'N85'\n | 'N86'\n | 'N87'\n | 'N88'\n | 'N89'\n | 'N90'\n | 'N91'\n | 'N92'\n | 'N93'\n | 'N94'\n | 'N95'\n | 'N96'\n | 'N97'\n | 'N98'\n | 'N99'\n | 'NA'\n | 'NAR'\n | 'NCL'\n | 'NEW'\n | 'NF'\n | 'NIL'\n | 'NIU'\n | 'NL'\n | 'NM3'\n | 'NMI'\n | 'NMP'\n | 'NPT'\n | 'NT'\n | 'NTU'\n | 'NU'\n | 'NX'\n | 'OA'\n | 'ODE'\n | 'ODG'\n | 'ODK'\n | 'ODM'\n | 'OHM'\n | 'ON'\n | 'ONZ'\n | 'OPM'\n | 'OT'\n | 'OZA'\n | 'OZI'\n | 'P1'\n | 'P10'\n | 'P11'\n | 'P12'\n | 'P13'\n | 'P14'\n | 'P15'\n | 'P16'\n | 'P17'\n | 'P18'\n | 'P19'\n | 'P2'\n | 'P20'\n | 'P21'\n | 'P22'\n | 'P23'\n | 'P24'\n | 'P25'\n | 'P26'\n | 'P27'\n | 'P28'\n | 'P29'\n | 'P30'\n | 'P31'\n | 'P32'\n | 'P33'\n | 'P34'\n | 'P35'\n | 'P36'\n | 'P37'\n | 'P38'\n | 'P39'\n | 'P40'\n | 'P41'\n | 'P42'\n | 'P43'\n | 'P44'\n | 'P45'\n | 'P46'\n | 'P47'\n | 'P48'\n | 'P49'\n | 'P5'\n | 'P50'\n | 'P51'\n | 'P52'\n | 'P53'\n | 'P54'\n | 'P55'\n | 'P56'\n | 'P57'\n | 'P58'\n | 'P59'\n | 'P60'\n | 'P61'\n | 'P62'\n | 'P63'\n | 'P64'\n | 'P65'\n | 'P66'\n | 'P67'\n | 'P68'\n | 'P69'\n | 'P70'\n | 'P71'\n | 'P72'\n | 'P73'\n | 'P74'\n | 'P75'\n | 'P76'\n | 'P77'\n | 'P78'\n | 'P79'\n | 'P80'\n | 'P81'\n | 'P82'\n | 'P83'\n | 'P84'\n | 'P85'\n | 'P86'\n | 'P87'\n | 'P88'\n | 'P89'\n | 'P90'\n | 'P91'\n | 'P92'\n | 'P93'\n | 'P94'\n | 'P95'\n | 'P96'\n | 'P97'\n | 'P98'\n | 'P99'\n | 'PAL'\n | 'PD'\n | 'PFL'\n | 'PGL'\n | 'PI'\n | 'PLA'\n | 'PO'\n | 'PQ'\n | 'PR'\n | 'PS'\n | 'PTD'\n | 'PTI'\n | 'PTL'\n | 'PTN'\n | 'Q10'\n | 'Q11'\n | 'Q12'\n | 'Q13'\n | 'Q14'\n | 'Q15'\n | 'Q16'\n | 'Q17'\n | 'Q18'\n | 'Q19'\n | 'Q20'\n | 'Q21'\n | 'Q22'\n | 'Q23'\n | 'Q24'\n | 'Q25'\n | 'Q26'\n | 'Q27'\n | 'Q28'\n | 'Q29'\n | 'Q30'\n | 'Q31'\n | 'Q32'\n | 'Q33'\n | 'Q34'\n | 'Q35'\n | 'Q36'\n | 'Q37'\n | 'Q38'\n | 'Q39'\n | 'Q40'\n | 'Q41'\n | 'Q42'\n | 'Q3'\n | 'QA'\n | 'QAN'\n | 'QB'\n | 'QR'\n | 'QTD'\n | 'QTI'\n | 'QTL'\n | 'QTR'\n | 'R1'\n | 'R9'\n | 'RH'\n | 'RM'\n | 'ROM'\n | 'RP'\n | 'RPM'\n | 'RPS'\n | 'RT'\n | 'S3'\n | 'S4'\n | 'SAN'\n | 'SCO'\n | 'SCR'\n | 'SEC'\n | 'SET'\n | 'SG'\n | 'SIE'\n | 'SM3'\n | 'SMI'\n | 'SQ'\n | 'SQR'\n | 'SR'\n | 'STC'\n | 'STI'\n | 'STK'\n | 'STL'\n | 'STN'\n | 'STW'\n | 'SW'\n | 'SX'\n | 'SYR'\n | 'T0'\n | 'T3'\n | 'TAH'\n | 'TAN'\n | 'TI'\n | 'TIC'\n | 'TIP'\n | 'TKM'\n | 'TMS'\n | 'TNE'\n | 'TP'\n | 'TPI'\n | 'TPR'\n | 'TQD'\n | 'TRL'\n | 'TST'\n | 'TTS'\n | 'U1'\n | 'U2'\n | 'UB'\n | 'UC'\n | 'VA'\n | 'VLT'\n | 'VP'\n | 'W2'\n | 'WA'\n | 'WB'\n | 'WCD'\n | 'WE'\n | 'WEB'\n | 'WEE'\n | 'WG'\n | 'WHR'\n | 'WM'\n | 'WSD'\n | 'WTT'\n | 'X1'\n | 'YDK'\n | 'YDQ'\n | 'YRD'\n | 'Z11'\n | 'Z9'\n | 'ZP'\n | 'ZZ'\n | 'X1A'\n | 'X1B'\n | 'X1D'\n | 'X1F'\n | 'X1G'\n | 'X1W'\n | 'X2C'\n | 'X3A'\n | 'X3H'\n | 'X43'\n | 'X44'\n | 'X4A'\n | 'X4B'\n | 'X4C'\n | 'X4D'\n | 'X4F'\n | 'X4G'\n | 'X4H'\n | 'X5H'\n | 'X5L'\n | 'X5M'\n | 'X6H'\n | 'X6P'\n | 'X7A'\n | 'X7B'\n | 'X8A'\n | 'X8B'\n | 'X8C'\n | 'XAA'\n | 'XAB'\n | 'XAC'\n | 'XAD'\n | 'XAE'\n | 'XAF'\n | 'XAG'\n | 'XAH'\n | 'XAI'\n | 'XAJ'\n | 'XAL'\n | 'XAM'\n | 'XAP'\n | 'XAT'\n | 'XAV'\n | 'XB4'\n | 'XBA'\n | 'XBB'\n | 'XBC'\n | 'XBD'\n | 'XBE'\n | 'XBF'\n | 'XBG'\n | 'XBH'\n | 'XBI'\n | 'XBJ'\n | 'XBK'\n | 'XBL'\n | 'XBM'\n | 'XBN'\n | 'XBO'\n | 'XBP'\n | 'XBQ'\n | 'XBR'\n | 'XBS'\n | 'XBT'\n | 'XBU'\n | 'XBV'\n | 'XBW'\n | 'XBX'\n | 'XBY'\n | 'XBZ'\n | 'XCA'\n | 'XCB'\n | 'XCC'\n | 'XCD'\n | 'XCE'\n | 'XCF'\n | 'XCG'\n | 'XCH'\n | 'XCI'\n | 'XCJ'\n | 'XCK'\n | 'XCL'\n | 'XCM'\n | 'XCN'\n | 'XCO'\n | 'XCP'\n | 'XCQ'\n | 'XCR'\n | 'XCS'\n | 'XCT'\n | 'XCU'\n | 'XCV'\n | 'XCW'\n | 'XCX'\n | 'XCY'\n | 'XCZ'\n | 'XDA'\n | 'XDB'\n | 'XDC'\n | 'XDG'\n | 'XDH'\n | 'XDI'\n | 'XDJ'\n | 'XDK'\n | 'XDL'\n | 'XDM'\n | 'XDN'\n | 'XDP'\n | 'XDR'\n | 'XDS'\n | 'XDT'\n | 'XDU'\n | 'XDV'\n | 'XDW'\n | 'XDX'\n | 'XDY'\n | 'XEC'\n | 'XED'\n | 'XEE'\n | 'XEF'\n | 'XEG'\n | 'XEH'\n | 'XEI'\n | 'XEN'\n | 'XFB'\n | 'XFC'\n | 'XFD'\n | 'XFE'\n | 'XFI'\n | 'XFL'\n | 'XFO'\n | 'XFP'\n | 'XFR'\n | 'XFT'\n | 'XFW'\n | 'XFX'\n | 'XGB'\n | 'XGI'\n | 'XGL'\n | 'XGR'\n | 'XGU'\n | 'XGY'\n | 'XGZ'\n | 'XHA'\n | 'XHB'\n | 'XHC'\n | 'XHG'\n | 'XHN'\n | 'XHR'\n | 'XIA'\n | 'XIB'\n | 'XIC'\n | 'XID'\n | 'XIE'\n | 'XIF'\n | 'XIG'\n | 'XIH'\n | 'XIK'\n | 'XIL'\n | 'XIN'\n | 'XIZ'\n | 'XJB'\n | 'XJC'\n | 'XJG'\n | 'XJR'\n | 'XJT'\n | 'XJY'\n | 'XKG'\n | 'XKI'\n | 'XLE'\n | 'XLG'\n | 'XLT'\n | 'XLU'\n | 'XLV'\n | 'XLZ'\n | 'XMA'\n | 'XMB'\n | 'XMC'\n | 'XME'\n | 'XMR'\n | 'XMS'\n | 'XMT'\n | 'XMW'\n | 'XMX'\n | 'XNA'\n | 'XNE'\n | 'XNF'\n | 'XNG'\n | 'XNS'\n | 'XNT'\n | 'XNU'\n | 'XNV'\n | 'XO1'\n | 'XO2'\n | 'XO3'\n | 'XO4'\n | 'XO5'\n | 'XO6'\n | 'XO7'\n | 'XO8'\n | 'XO9'\n | 'XOA'\n | 'XOB'\n | 'XOC'\n | 'XOD'\n | 'XOE'\n | 'XOF'\n | 'XOG'\n | 'XOH'\n | 'XOI'\n | 'XOK'\n | 'XOJ'\n | 'XOL'\n | 'XOM'\n | 'XON'\n | 'XOP'\n | 'XOQ'\n | 'XOR'\n | 'XOS'\n | 'XOV'\n | 'XOW'\n | 'XOT'\n | 'XOU'\n | 'XOX'\n | 'XOY'\n | 'XOZ'\n | 'XP1'\n | 'XP2'\n | 'XP3'\n | 'XP4'\n | 'XPA'\n | 'XPB'\n | 'XPC'\n | 'XPD'\n | 'XPE'\n | 'XPF'\n | 'XPG'\n | 'XPH'\n | 'XPI'\n | 'XPJ'\n | 'XPK'\n | 'XPL'\n | 'XPN'\n | 'XPO'\n | 'XPP'\n | 'XPR'\n | 'XPT'\n | 'XPU'\n | 'XPV'\n | 'XPX'\n | 'XPY'\n | 'XPZ'\n | 'XQA'\n | 'XQB'\n | 'XQC'\n | 'XQD'\n | 'XQF'\n | 'XQG'\n | 'XQH'\n | 'XQJ'\n | 'XQK'\n | 'XQL'\n | 'XQM'\n | 'XQN'\n | 'XQP'\n | 'XQQ'\n | 'XQR'\n | 'XQS'\n | 'XRD'\n | 'XRG'\n | 'XRJ'\n | 'XRK'\n | 'XRL'\n | 'XRO'\n | 'XRT'\n | 'XRZ'\n | 'XSA'\n | 'XSB'\n | 'XSC'\n | 'XSD'\n | 'XSE'\n | 'XSH'\n | 'XSI'\n | 'XSK'\n | 'XSL'\n | 'XSM'\n | 'XSO'\n | 'XSP'\n | 'XSS'\n | 'XST'\n | 'XSU'\n | 'XSV'\n | 'XSW'\n | 'XSX'\n | 'XSY'\n | 'XSZ'\n | 'XT1'\n | 'XTB'\n | 'XTC'\n | 'XTD'\n | 'XTE'\n | 'XTG'\n | 'XTI'\n | 'XTK'\n | 'XTL'\n | 'XTN'\n | 'XTO'\n | 'XTR'\n | 'XTS'\n | 'XTT'\n | 'XTU'\n | 'XTV'\n | 'XTW'\n | 'XTY'\n | 'XTZ'\n | 'XUC'\n | 'XUN'\n | 'XVA'\n | 'XVG'\n | 'XVI'\n | 'XVK'\n | 'XVL'\n | 'XVO'\n | 'XVP'\n | 'XVQ'\n | 'XVN'\n | 'XVR'\n | 'XVS'\n | 'XVY'\n | 'XWA'\n | 'XWB'\n | 'XWC'\n | 'XWD'\n | 'XWF'\n | 'XWG'\n | 'XWH'\n | 'XWJ'\n | 'XWK'\n | 'XWL'\n | 'XWM'\n | 'XWN'\n | 'XWP'\n | 'XWQ'\n | 'XWR'\n | 'XWS'\n | 'XWT'\n | 'XWU'\n | 'XWV'\n | 'XWW'\n | 'XWX'\n | 'XWY'\n | 'XWZ'\n | 'XXA'\n | 'XXB'\n | 'XXC'\n | 'XXD'\n | 'XXF'\n | 'XXG'\n | 'XXH'\n | 'XXJ'\n | 'XXK'\n | 'XYA'\n | 'XYB'\n | 'XYC'\n | 'XYD'\n | 'XYF'\n | 'XYG'\n | 'XYH'\n | 'XYJ'\n | 'XYK'\n | 'XYL'\n | 'XYM'\n | 'XYN'\n | 'XYP'\n | 'XYQ'\n | 'XYR'\n | 'XYS'\n | 'XYT'\n | 'XYV'\n | 'XYW'\n | 'XYX'\n | 'XYY'\n | 'XYZ'\n | 'XZA'\n | 'XZB'\n | 'XZC'\n | 'XZD'\n | 'XZF'\n | 'XZG'\n | 'XZH'\n | 'XZJ'\n | 'XZK'\n | 'XZL'\n | 'XZM'\n | 'XZN'\n | 'XZP'\n | 'XZQ'\n | 'XZR'\n | 'XZS'\n | 'XZT'\n | 'XZU'\n | 'XZV'\n | 'XZW'\n | 'XZX'\n | 'XZY'\n | 'XZZ';\n\n/**\n * @description Keys of {@link quantityUnitCodes}.\n */\nexport const quantityUnitCodesKeys = [\n '10',\n '11',\n '13',\n '14',\n '15',\n '20',\n '21',\n '22',\n '23',\n '24',\n '25',\n '27',\n '28',\n '33',\n '34',\n '35',\n '37',\n '38',\n '40',\n '41',\n '56',\n '57',\n '58',\n '59',\n '60',\n '61',\n '74',\n '77',\n '80',\n '81',\n '85',\n '87',\n '89',\n '91',\n '1I',\n '2A',\n '2B',\n '2C',\n '2G',\n '2H',\n '2I',\n '2J',\n '2K',\n '2L',\n '2M',\n '2N',\n '2P',\n '2Q',\n '2R',\n '2U',\n '2X',\n '2Y',\n '2Z',\n '3B',\n '3C',\n '4C',\n '4G',\n '4H',\n '4K',\n '4L',\n '4M',\n '4N',\n '4O',\n '4P',\n '4Q',\n '4R',\n '4T',\n '4U',\n '4W',\n '4X',\n '5A',\n '5B',\n '5E',\n '5J',\n 'A10',\n 'A11',\n 'A12',\n 'A13',\n 'A14',\n 'A15',\n 'A16',\n 'A17',\n 'A18',\n 'A19',\n 'A2',\n 'A20',\n 'A21',\n 'A22',\n 'A23',\n 'A24',\n 'A26',\n 'A27',\n 'A28',\n 'A29',\n 'A3',\n 'A30',\n 'A31',\n 'A32',\n 'A33',\n 'A34',\n 'A35',\n 'A36',\n 'A37',\n 'A38',\n 'A39',\n 'A4',\n 'A40',\n 'A41',\n 'A42',\n 'A43',\n 'A44',\n 'A45',\n 'A47',\n 'A48',\n 'A49',\n 'A5',\n 'A53',\n 'A54',\n 'A55',\n 'A56',\n 'A59',\n 'A6',\n 'A68',\n 'A69',\n 'A7',\n 'A70',\n 'A71',\n 'A73',\n 'A74',\n 'A75',\n 'A76',\n 'A8',\n 'A84',\n 'A85',\n 'A86',\n 'A87',\n 'A88',\n 'A89',\n 'A9',\n 'A90',\n 'A91',\n 'A93',\n 'A94',\n 'A95',\n 'A96',\n 'A97',\n 'A98',\n 'A99',\n 'AA',\n 'AB',\n 'ACR',\n 'ACT',\n 'AD',\n 'AE',\n 'AH',\n 'AI',\n 'AK',\n 'AL',\n 'AMH',\n 'AMP',\n 'ANN',\n 'APZ',\n 'AQ',\n 'AS',\n 'ASM',\n 'ASU',\n 'ATM',\n 'AWG',\n 'AY',\n 'AZ',\n 'B1',\n 'B10',\n 'B11',\n 'B12',\n 'B13',\n 'B14',\n 'B15',\n 'B16',\n 'B17',\n 'B18',\n 'B19',\n 'B20',\n 'B21',\n 'B22',\n 'B23',\n 'B24',\n 'B25',\n 'B26',\n 'B27',\n 'B28',\n 'B29',\n 'B3',\n 'B30',\n 'B31',\n 'B32',\n 'B33',\n 'B34',\n 'B35',\n 'B4',\n 'B41',\n 'B42',\n 'B43',\n 'B44',\n 'B45',\n 'B46',\n 'B47',\n 'B48',\n 'B49',\n 'B50',\n 'B52',\n 'B53',\n 'B54',\n 'B55',\n 'B56',\n 'B57',\n 'B58',\n 'B59',\n 'B60',\n 'B61',\n 'B62',\n 'B63',\n 'B64',\n 'B66',\n 'B67',\n 'B68',\n 'B69',\n 'B7',\n 'B70',\n 'B71',\n 'B72',\n 'B73',\n 'B74',\n 'B75',\n 'B76',\n 'B77',\n 'B78',\n 'B79',\n 'B8',\n 'B80',\n 'B81',\n 'B82',\n 'B83',\n 'B84',\n 'B85',\n 'B86',\n 'B87',\n 'B88',\n 'B89',\n 'B90',\n 'B91',\n 'B92',\n 'B93',\n 'B94',\n 'B95',\n 'B96',\n 'B97',\n 'B98',\n 'B99',\n 'BAR',\n 'BB',\n 'BFT',\n 'BHP',\n 'BIL',\n 'BLD',\n 'BLL',\n 'BP',\n 'BPM',\n 'BQL',\n 'BTU',\n 'BUA',\n 'BUI',\n 'C0',\n 'C10',\n 'C11',\n 'C12',\n 'C13',\n 'C14',\n 'C15',\n 'C16',\n 'C17',\n 'C18',\n 'C19',\n 'C20',\n 'C21',\n 'C22',\n 'C23',\n 'C24',\n 'C25',\n 'C26',\n 'C27',\n 'C28',\n 'C29',\n 'C3',\n 'C30',\n 'C31',\n 'C32',\n 'C33',\n 'C34',\n 'C35',\n 'C36',\n 'C37',\n 'C38',\n 'C39',\n 'C40',\n 'C41',\n 'C42',\n 'C43',\n 'C44',\n 'C45',\n 'C46',\n 'C47',\n 'C48',\n 'C49',\n 'C50',\n 'C51',\n 'C52',\n 'C53',\n 'C54',\n 'C55',\n 'C56',\n 'C57',\n 'C58',\n 'C59',\n 'C60',\n 'C61',\n 'C62',\n 'C63',\n 'C64',\n 'C65',\n 'C66',\n 'C67',\n 'C68',\n 'C69',\n 'C7',\n 'C70',\n 'C71',\n 'C72',\n 'C73',\n 'C74',\n 'C75',\n 'C76',\n 'C78',\n 'C79',\n 'C8',\n 'C80',\n 'C81',\n 'C82',\n 'C83',\n 'C84',\n 'C85',\n 'C86',\n 'C87',\n 'C88',\n 'C89',\n 'C9',\n 'C90',\n 'C91',\n 'C92',\n 'C93',\n 'C94',\n 'C95',\n 'C96',\n 'C97',\n 'C99',\n 'CCT',\n 'CDL',\n 'CEL',\n 'CEN',\n 'CG',\n 'CGM',\n 'CKG',\n 'CLF',\n 'CLT',\n 'CMK',\n 'CMQ',\n 'CMT',\n 'CNP',\n 'CNT',\n 'COU',\n 'CTG',\n 'CTM',\n 'CTN',\n 'CUR',\n 'CWA',\n 'CWI',\n 'D03',\n 'D04',\n 'D1',\n 'D10',\n 'D11',\n 'D12',\n 'D13',\n 'D15',\n 'D16',\n 'D17',\n 'D18',\n 'D19',\n 'D2',\n 'D20',\n 'D21',\n 'D22',\n 'D23',\n 'D24',\n 'D25',\n 'D26',\n 'D27',\n 'D29',\n 'D30',\n 'D31',\n 'D32',\n 'D33',\n 'D34',\n 'D36',\n 'D41',\n 'D42',\n 'D43',\n 'D44',\n 'D45',\n 'D46',\n 'D47',\n 'D48',\n 'D49',\n 'D5',\n 'D50',\n 'D51',\n 'D52',\n 'D53',\n 'D54',\n 'D55',\n 'D56',\n 'D57',\n 'D58',\n 'D59',\n 'D6',\n 'D60',\n 'D61',\n 'D62',\n 'D63',\n 'D65',\n 'D68',\n 'D69',\n 'D73',\n 'D74',\n 'D77',\n 'D78',\n 'D80',\n 'D81',\n 'D82',\n 'D83',\n 'D85',\n 'D86',\n 'D87',\n 'D88',\n 'D89',\n 'D91',\n 'D93',\n 'D94',\n 'D95',\n 'DAA',\n 'DAD',\n 'DAY',\n 'DB',\n 'DBM',\n 'DBW',\n 'DD',\n 'DEC',\n 'DG',\n 'DJ',\n 'DLT',\n 'DMA',\n 'DMK',\n 'DMO',\n 'DMQ',\n 'DMT',\n 'DN',\n 'DPC',\n 'DPR',\n 'DPT',\n 'DRA',\n 'DRI',\n 'DRL',\n 'DT',\n 'DTN',\n 'DWT',\n 'DZN',\n 'DZP',\n 'E01',\n 'E07',\n 'E08',\n 'E09',\n 'E10',\n 'E12',\n 'E14',\n 'E15',\n 'E16',\n 'E17',\n 'E18',\n 'E19',\n 'E20',\n 'E21',\n 'E22',\n 'E23',\n 'E25',\n 'E27',\n 'E28',\n 'E30',\n 'E31',\n 'E32',\n 'E33',\n 'E34',\n 'E35',\n 'E36',\n 'E37',\n 'E38',\n 'E39',\n 'E4',\n 'E40',\n 'E41',\n 'E42',\n 'E43',\n 'E44',\n 'E45',\n 'E46',\n 'E47',\n 'E48',\n 'E49',\n 'E50',\n 'E51',\n 'E52',\n 'E53',\n 'E54',\n 'E55',\n 'E56',\n 'E57',\n 'E58',\n 'E59',\n 'E60',\n 'E61',\n 'E62',\n 'E63',\n 'E64',\n 'E65',\n 'E66',\n 'E67',\n 'E68',\n 'E69',\n 'E70',\n 'E71',\n 'E72',\n 'E73',\n 'E74',\n 'E75',\n 'E76',\n 'E77',\n 'E78',\n 'E79',\n 'E80',\n 'E81',\n 'E82',\n 'E83',\n 'E84',\n 'E85',\n 'E86',\n 'E87',\n 'E88',\n 'E89',\n 'E90',\n 'E91',\n 'E92',\n 'E93',\n 'E94',\n 'E95',\n 'E96',\n 'E97',\n 'E98',\n 'E99',\n 'EA',\n 'EB',\n 'EQ',\n 'F01',\n 'F02',\n 'F03',\n 'F04',\n 'F05',\n 'F06',\n 'F07',\n 'F08',\n 'F10',\n 'F11',\n 'F12',\n 'F13',\n 'F14',\n 'F15',\n 'F16',\n 'F17',\n 'F18',\n 'F19',\n 'F20',\n 'F21',\n 'F22',\n 'F23',\n 'F24',\n 'F25',\n 'F26',\n 'F27',\n 'F28',\n 'F29',\n 'F30',\n 'F31',\n 'F32',\n 'F33',\n 'F34',\n 'F35',\n 'F36',\n 'F37',\n 'F38',\n 'F39',\n 'F40',\n 'F41',\n 'F42',\n 'F43',\n 'F44',\n 'F45',\n 'F46',\n 'F47',\n 'F48',\n 'F49',\n 'F50',\n 'F51',\n 'F52',\n 'F53',\n 'F54',\n 'F55',\n 'F56',\n 'F57',\n 'F58',\n 'F59',\n 'F60',\n 'F61',\n 'F62',\n 'F63',\n 'F64',\n 'F65',\n 'F66',\n 'F67',\n 'F68',\n 'F69',\n 'F70',\n 'F71',\n 'F72',\n 'F73',\n 'F74',\n 'F75',\n 'F76',\n 'F77',\n 'F78',\n 'F79',\n 'F80',\n 'F81',\n 'F82',\n 'F83',\n 'F84',\n 'F85',\n 'F86',\n 'F87',\n 'F88',\n 'F89',\n 'F90',\n 'F91',\n 'F92',\n 'F93',\n 'F94',\n 'F95',\n 'F96',\n 'F97',\n 'F98',\n 'F99',\n 'FAH',\n 'FAR',\n 'FBM',\n 'FC',\n 'FF',\n 'FH',\n 'FIT',\n 'FL',\n 'FNU',\n 'FOT',\n 'FP',\n 'FR',\n 'FS',\n 'FTK',\n 'FTQ',\n 'G01',\n 'G04',\n 'G05',\n 'G06',\n 'G08',\n 'G09',\n 'G10',\n 'G11',\n 'G12',\n 'G13',\n 'G14',\n 'G15',\n 'G16',\n 'G17',\n 'G18',\n 'G19',\n 'G2',\n 'G20',\n 'G21',\n 'G23',\n 'G24',\n 'G25',\n 'G26',\n 'G27',\n 'G28',\n 'G29',\n 'G3',\n 'G30',\n 'G31',\n 'G32',\n 'G33',\n 'G34',\n 'G35',\n 'G36',\n 'G37',\n 'G38',\n 'G39',\n 'G40',\n 'G41',\n 'G42',\n 'G43',\n 'G44',\n 'G45',\n 'G46',\n 'G47',\n 'G48',\n 'G49',\n 'G50',\n 'G51',\n 'G52',\n 'G53',\n 'G54',\n 'G55',\n 'G56',\n 'G57',\n 'G58',\n 'G59',\n 'G60',\n 'G61',\n 'G62',\n 'G63',\n 'G64',\n 'G65',\n 'G66',\n 'G67',\n 'G68',\n 'G69',\n 'G70',\n 'G71',\n 'G72',\n 'G73',\n 'G74',\n 'G75',\n 'G76',\n 'G77',\n 'G78',\n 'G79',\n 'G80',\n 'G81',\n 'G82',\n 'G83',\n 'G84',\n 'G85',\n 'G86',\n 'G87',\n 'G88',\n 'G89',\n 'G90',\n 'G91',\n 'G92',\n 'G93',\n 'G94',\n 'G95',\n 'G96',\n 'G97',\n 'G98',\n 'G99',\n 'GB',\n 'GBQ',\n 'GDW',\n 'GE',\n 'GF',\n 'GFI',\n 'GGR',\n 'GIA',\n 'GIC',\n 'GII',\n 'GIP',\n 'GJ',\n 'GL',\n 'GLD',\n 'GLI',\n 'GLL',\n 'GM',\n 'GO',\n 'GP',\n 'GQ',\n 'GRM',\n 'GRN',\n 'GRO',\n 'GV',\n 'GWH',\n 'H03',\n 'H04',\n 'H05',\n 'H06',\n 'H07',\n 'H08',\n 'H09',\n 'H10',\n 'H11',\n 'H12',\n 'H13',\n 'H14',\n 'H15',\n 'H16',\n 'H18',\n 'H19',\n 'H20',\n 'H21',\n 'H22',\n 'H23',\n 'H24',\n 'H25',\n 'H26',\n 'H27',\n 'H28',\n 'H29',\n 'H30',\n 'H31',\n 'H32',\n 'H33',\n 'H34',\n 'H35',\n 'H36',\n 'H37',\n 'H38',\n 'H39',\n 'H40',\n 'H41',\n 'H42',\n 'H43',\n 'H44',\n 'H45',\n 'H46',\n 'H47',\n 'H48',\n 'H49',\n 'H50',\n 'H51',\n 'H52',\n 'H53',\n 'H54',\n 'H55',\n 'H56',\n 'H57',\n 'H58',\n 'H59',\n 'H60',\n 'H61',\n 'H62',\n 'H63',\n 'H64',\n 'H65',\n 'H66',\n 'H67',\n 'H68',\n 'H69',\n 'H70',\n 'H71',\n 'H72',\n 'H73',\n 'H74',\n 'H75',\n 'H76',\n 'H77',\n 'H79',\n 'H80',\n 'H81',\n 'H82',\n 'H83',\n 'H84',\n 'H85',\n 'H87',\n 'H88',\n 'H89',\n 'H90',\n 'H91',\n 'H92',\n 'H93',\n 'H94',\n 'H95',\n 'H96',\n 'H98',\n 'H99',\n 'HA',\n 'HAD',\n 'HBA',\n 'HBX',\n 'HC',\n 'HDW',\n 'HEA',\n 'HGM',\n 'HH',\n 'HIU',\n 'HKM',\n 'HLT',\n 'HM',\n 'HMO',\n 'HMQ',\n 'HMT',\n 'HPA',\n 'HTZ',\n 'HUR',\n 'HWE',\n 'IA',\n 'IE',\n 'INH',\n 'INK',\n 'INQ',\n 'ISD',\n 'IU',\n 'IUG',\n 'IV',\n 'J10',\n 'J12',\n 'J13',\n 'J14',\n 'J15',\n 'J16',\n 'J17',\n 'J18',\n 'J19',\n 'J2',\n 'J20',\n 'J21',\n 'J22',\n 'J23',\n 'J24',\n 'J25',\n 'J26',\n 'J27',\n 'J28',\n 'J29',\n 'J30',\n 'J31',\n 'J32',\n 'J33',\n 'J34',\n 'J35',\n 'J36',\n 'J38',\n 'J39',\n 'J40',\n 'J41',\n 'J42',\n 'J43',\n 'J44',\n 'J45',\n 'J46',\n 'J47',\n 'J48',\n 'J49',\n 'J50',\n 'J51',\n 'J52',\n 'J53',\n 'J54',\n 'J55',\n 'J56',\n 'J57',\n 'J58',\n 'J59',\n 'J60',\n 'J61',\n 'J62',\n 'J63',\n 'J64',\n 'J65',\n 'J66',\n 'J67',\n 'J68',\n 'J69',\n 'J70',\n 'J71',\n 'J72',\n 'J73',\n 'J74',\n 'J75',\n 'J76',\n 'J78',\n 'J79',\n 'J81',\n 'J82',\n 'J83',\n 'J84',\n 'J85',\n 'J87',\n 'J90',\n 'J91',\n 'J92',\n 'J93',\n 'J95',\n 'J96',\n 'J97',\n 'J98',\n 'J99',\n 'JE',\n 'JK',\n 'JM',\n 'JNT',\n 'JOU',\n 'JPS',\n 'JWL',\n 'K1',\n 'K10',\n 'K11',\n 'K12',\n 'K13',\n 'K14',\n 'K15',\n 'K16',\n 'K17',\n 'K18',\n 'K19',\n 'K2',\n 'K20',\n 'K21',\n 'K22',\n 'K23',\n 'K26',\n 'K27',\n 'K28',\n 'K3',\n 'K30',\n 'K31',\n 'K32',\n 'K33',\n 'K34',\n 'K35',\n 'K36',\n 'K37',\n 'K38',\n 'K39',\n 'K40',\n 'K41',\n 'K42',\n 'K43',\n 'K45',\n 'K46',\n 'K47',\n 'K48',\n 'K49',\n 'K50',\n 'K51',\n 'K52',\n 'K53',\n 'K54',\n 'K55',\n 'K58',\n 'K59',\n 'K6',\n 'K60',\n 'K61',\n 'K62',\n 'K63',\n 'K64',\n 'K65',\n 'K66',\n 'K67',\n 'K68',\n 'K69',\n 'K70',\n 'K71',\n 'K73',\n 'K74',\n 'K75',\n 'K76',\n 'K77',\n 'K78',\n 'K79',\n 'K80',\n 'K81',\n 'K82',\n 'K83',\n 'K84',\n 'K85',\n 'K86',\n 'K87',\n 'K88',\n 'K89',\n 'K90',\n 'K91',\n 'K92',\n 'K93',\n 'K94',\n 'K95',\n 'K96',\n 'K97',\n 'K98',\n 'K99',\n 'KA',\n 'KAT',\n 'KB',\n 'KBA',\n 'KCC',\n 'KDW',\n 'KEL',\n 'KGM',\n 'KGS',\n 'KHY',\n 'KHZ',\n 'KI',\n 'KIC',\n 'KIP',\n 'KJ',\n 'KJO',\n 'KL',\n 'KLK',\n 'KLX',\n 'KMA',\n 'KMH',\n 'KMK',\n 'KMQ',\n 'KMT',\n 'KNI',\n 'KNM',\n 'KNS',\n 'KNT',\n 'KO',\n 'KPA',\n 'KPH',\n 'KPO',\n 'KPP',\n 'KR',\n 'KSD',\n 'KSH',\n 'KT',\n 'KTN',\n 'KUR',\n 'KVA',\n 'KVR',\n 'KVT',\n 'KW',\n 'KWH',\n 'KWN',\n 'KWO',\n 'KWS',\n 'KWT',\n 'KWY',\n 'KX',\n 'L10',\n 'L11',\n 'L12',\n 'L13',\n 'L14',\n 'L15',\n 'L16',\n 'L17',\n 'L18',\n 'L19',\n 'L2',\n 'L20',\n 'L21',\n 'L23',\n 'L24',\n 'L25',\n 'L26',\n 'L27',\n 'L28',\n 'L29',\n 'L30',\n 'L31',\n 'L32',\n 'L33',\n 'L34',\n 'L35',\n 'L36',\n 'L37',\n 'L38',\n 'L39',\n 'L40',\n 'L41',\n 'L42',\n 'L43',\n 'L44',\n 'L45',\n 'L46',\n 'L47',\n 'L48',\n 'L49',\n 'L50',\n 'L51',\n 'L52',\n 'L53',\n 'L54',\n 'L55',\n 'L56',\n 'L57',\n 'L58',\n 'L59',\n 'L60',\n 'L63',\n 'L64',\n 'L65',\n 'L66',\n 'L67',\n 'L68',\n 'L69',\n 'L70',\n 'L71',\n 'L72',\n 'L73',\n 'L74',\n 'L75',\n 'L76',\n 'L77',\n 'L78',\n 'L79',\n 'L80',\n 'L81',\n 'L82',\n 'L83',\n 'L84',\n 'L85',\n 'L86',\n 'L87',\n 'L88',\n 'L89',\n 'L90',\n 'L91',\n 'L92',\n 'L93',\n 'L94',\n 'L95',\n 'L96',\n 'L98',\n 'L99',\n 'LA',\n 'LAC',\n 'LBR',\n 'LBT',\n 'LD',\n 'LEF',\n 'LF',\n 'LH',\n 'LK',\n 'LM',\n 'LN',\n 'LO',\n 'LP',\n 'LPA',\n 'LR',\n 'LS',\n 'LTN',\n 'LTR',\n 'LUB',\n 'LUM',\n 'LUX',\n 'LY',\n 'M1',\n 'M10',\n 'M11',\n 'M12',\n 'M13',\n 'M14',\n 'M15',\n 'M16',\n 'M17',\n 'M18',\n 'M19',\n 'M20',\n 'M21',\n 'M22',\n 'M23',\n 'M24',\n 'M25',\n 'M26',\n 'M27',\n 'M29',\n 'M30',\n 'M31',\n 'M32',\n 'M33',\n 'M34',\n 'M35',\n 'M36',\n 'M37',\n 'M38',\n 'M39',\n 'M4',\n 'M40',\n 'M41',\n 'M42',\n 'M43',\n 'M44',\n 'M45',\n 'M46',\n 'M47',\n 'M48',\n 'M49',\n 'M5',\n 'M50',\n 'M51',\n 'M52',\n 'M53',\n 'M55',\n 'M56',\n 'M57',\n 'M58',\n 'M59',\n 'M60',\n 'M61',\n 'M62',\n 'M63',\n 'M64',\n 'M65',\n 'M66',\n 'M67',\n 'M68',\n 'M69',\n 'M7',\n 'M70',\n 'M71',\n 'M72',\n 'M73',\n 'M74',\n 'M75',\n 'M76',\n 'M77',\n 'M78',\n 'M79',\n 'M80',\n 'M81',\n 'M82',\n 'M83',\n 'M84',\n 'M85',\n 'M86',\n 'M87',\n 'M88',\n 'M89',\n 'M9',\n 'M90',\n 'M91',\n 'M92',\n 'M93',\n 'M94',\n 'M95',\n 'M96',\n 'M97',\n 'M98',\n 'M99',\n 'MAH',\n 'MAL',\n 'MAM',\n 'MAR',\n 'MAW',\n 'MBE',\n 'MBF',\n 'MBR',\n 'MC',\n 'MCU',\n 'MD',\n 'MGM',\n 'MHZ',\n 'MIK',\n 'MIL',\n 'MIN',\n 'MIO',\n 'MIU',\n 'MKD',\n 'MKM',\n 'MKW',\n 'MLD',\n 'MLT',\n 'MMK',\n 'MMQ',\n 'MMT',\n 'MND',\n 'MNJ',\n 'MON',\n 'MPA',\n 'MQD',\n 'MQH',\n 'MQM',\n 'MQS',\n 'MQW',\n 'MRD',\n 'MRM',\n 'MRW',\n 'MSK',\n 'MTK',\n 'MTQ',\n 'MTR',\n 'MTS',\n 'MTZ',\n 'MVA',\n 'MWH',\n 'N1',\n 'N10',\n 'N11',\n 'N12',\n 'N13',\n 'N14',\n 'N15',\n 'N16',\n 'N17',\n 'N18',\n 'N19',\n 'N20',\n 'N21',\n 'N22',\n 'N23',\n 'N24',\n 'N25',\n 'N26',\n 'N27',\n 'N28',\n 'N29',\n 'N3',\n 'N30',\n 'N31',\n 'N32',\n 'N33',\n 'N34',\n 'N35',\n 'N36',\n 'N37',\n 'N38',\n 'N39',\n 'N40',\n 'N41',\n 'N42',\n 'N43',\n 'N44',\n 'N45',\n 'N46',\n 'N47',\n 'N48',\n 'N49',\n 'N50',\n 'N51',\n 'N52',\n 'N53',\n 'N54',\n 'N55',\n 'N56',\n 'N57',\n 'N58',\n 'N59',\n 'N60',\n 'N61',\n 'N62',\n 'N63',\n 'N64',\n 'N65',\n 'N66',\n 'N67',\n 'N68',\n 'N69',\n 'N70',\n 'N71',\n 'N72',\n 'N73',\n 'N74',\n 'N75',\n 'N76',\n 'N77',\n 'N78',\n 'N79',\n 'N80',\n 'N81',\n 'N82',\n 'N83',\n 'N84',\n 'N85',\n 'N86',\n 'N87',\n 'N88',\n 'N89',\n 'N90',\n 'N91',\n 'N92',\n 'N93',\n 'N94',\n 'N95',\n 'N96',\n 'N97',\n 'N98',\n 'N99',\n 'NA',\n 'NAR',\n 'NCL',\n 'NEW',\n 'NF',\n 'NIL',\n 'NIU',\n 'NL',\n 'NM3',\n 'NMI',\n 'NMP',\n 'NPT',\n 'NT',\n 'NTU',\n 'NU',\n 'NX',\n 'OA',\n 'ODE',\n 'ODG',\n 'ODK',\n 'ODM',\n 'OHM',\n 'ON',\n 'ONZ',\n 'OPM',\n 'OT',\n 'OZA',\n 'OZI',\n 'P1',\n 'P10',\n 'P11',\n 'P12',\n 'P13',\n 'P14',\n 'P15',\n 'P16',\n 'P17',\n 'P18',\n 'P19',\n 'P2',\n 'P20',\n 'P21',\n 'P22',\n 'P23',\n 'P24',\n 'P25',\n 'P26',\n 'P27',\n 'P28',\n 'P29',\n 'P30',\n 'P31',\n 'P32',\n 'P33',\n 'P34',\n 'P35',\n 'P36',\n 'P37',\n 'P38',\n 'P39',\n 'P40',\n 'P41',\n 'P42',\n 'P43',\n 'P44',\n 'P45',\n 'P46',\n 'P47',\n 'P48',\n 'P49',\n 'P5',\n 'P50',\n 'P51',\n 'P52',\n 'P53',\n 'P54',\n 'P55',\n 'P56',\n 'P57',\n 'P58',\n 'P59',\n 'P60',\n 'P61',\n 'P62',\n 'P63',\n 'P64',\n 'P65',\n 'P66',\n 'P67',\n 'P68',\n 'P69',\n 'P70',\n 'P71',\n 'P72',\n 'P73',\n 'P74',\n 'P75',\n 'P76',\n 'P77',\n 'P78',\n 'P79',\n 'P80',\n 'P81',\n 'P82',\n 'P83',\n 'P84',\n 'P85',\n 'P86',\n 'P87',\n 'P88',\n 'P89',\n 'P90',\n 'P91',\n 'P92',\n 'P93',\n 'P94',\n 'P95',\n 'P96',\n 'P97',\n 'P98',\n 'P99',\n 'PAL',\n 'PD',\n 'PFL',\n 'PGL',\n 'PI',\n 'PLA',\n 'PO',\n 'PQ',\n 'PR',\n 'PS',\n 'PTD',\n 'PTI',\n 'PTL',\n 'PTN',\n 'Q10',\n 'Q11',\n 'Q12',\n 'Q13',\n 'Q14',\n 'Q15',\n 'Q16',\n 'Q17',\n 'Q18',\n 'Q19',\n 'Q20',\n 'Q21',\n 'Q22',\n 'Q23',\n 'Q24',\n 'Q25',\n 'Q26',\n 'Q27',\n 'Q28',\n 'Q29',\n 'Q30',\n 'Q31',\n 'Q32',\n 'Q33',\n 'Q34',\n 'Q35',\n 'Q36',\n 'Q37',\n 'Q38',\n 'Q39',\n 'Q40',\n 'Q41',\n 'Q42',\n 'Q3',\n 'QA',\n 'QAN',\n 'QB',\n 'QR',\n 'QTD',\n 'QTI',\n 'QTL',\n 'QTR',\n 'R1',\n 'R9',\n 'RH',\n 'RM',\n 'ROM',\n 'RP',\n 'RPM',\n 'RPS',\n 'RT',\n 'S3',\n 'S4',\n 'SAN',\n 'SCO',\n 'SCR',\n 'SEC',\n 'SET',\n 'SG',\n 'SIE',\n 'SM3',\n 'SMI',\n 'SQ',\n 'SQR',\n 'SR',\n 'STC',\n 'STI',\n 'STK',\n 'STL',\n 'STN',\n 'STW',\n 'SW',\n 'SX',\n 'SYR',\n 'T0',\n 'T3',\n 'TAH',\n 'TAN',\n 'TI',\n 'TIC',\n 'TIP',\n 'TKM',\n 'TMS',\n 'TNE',\n 'TP',\n 'TPI',\n 'TPR',\n 'TQD',\n 'TRL',\n 'TST',\n 'TTS',\n 'U1',\n 'U2',\n 'UB',\n 'UC',\n 'VA',\n 'VLT',\n 'VP',\n 'W2',\n 'WA',\n 'WB',\n 'WCD',\n 'WE',\n 'WEB',\n 'WEE',\n 'WG',\n 'WHR',\n 'WM',\n 'WSD',\n 'WTT',\n 'X1',\n 'YDK',\n 'YDQ',\n 'YRD',\n 'Z11',\n 'Z9',\n 'ZP',\n 'ZZ',\n 'X1A',\n 'X1B',\n 'X1D',\n 'X1F',\n 'X1G',\n 'X1W',\n 'X2C',\n 'X3A',\n 'X3H',\n 'X43',\n 'X44',\n 'X4A',\n 'X4B',\n 'X4C',\n 'X4D',\n 'X4F',\n 'X4G',\n 'X4H',\n 'X5H',\n 'X5L',\n 'X5M',\n 'X6H',\n 'X6P',\n 'X7A',\n 'X7B',\n 'X8A',\n 'X8B',\n 'X8C',\n 'XAA',\n 'XAB',\n 'XAC',\n 'XAD',\n 'XAE',\n 'XAF',\n 'XAG',\n 'XAH',\n 'XAI',\n 'XAJ',\n 'XAL',\n 'XAM',\n 'XAP',\n 'XAT',\n 'XAV',\n 'XB4',\n 'XBA',\n 'XBB',\n 'XBC',\n 'XBD',\n 'XBE',\n 'XBF',\n 'XBG',\n 'XBH',\n 'XBI',\n 'XBJ',\n 'XBK',\n 'XBL',\n 'XBM',\n 'XBN',\n 'XBO',\n 'XBP',\n 'XBQ',\n 'XBR',\n 'XBS',\n 'XBT',\n 'XBU',\n 'XBV',\n 'XBW',\n 'XBX',\n 'XBY',\n 'XBZ',\n 'XCA',\n 'XCB',\n 'XCC',\n 'XCD',\n 'XCE',\n 'XCF',\n 'XCG',\n 'XCH',\n 'XCI',\n 'XCJ',\n 'XCK',\n 'XCL',\n 'XCM',\n 'XCN',\n 'XCO',\n 'XCP',\n 'XCQ',\n 'XCR',\n 'XCS',\n 'XCT',\n 'XCU',\n 'XCV',\n 'XCW',\n 'XCX',\n 'XCY',\n 'XCZ',\n 'XDA',\n 'XDB',\n 'XDC',\n 'XDG',\n 'XDH',\n 'XDI',\n 'XDJ',\n 'XDK',\n 'XDL',\n 'XDM',\n 'XDN',\n 'XDP',\n 'XDR',\n 'XDS',\n 'XDT',\n 'XDU',\n 'XDV',\n 'XDW',\n 'XDX',\n 'XDY',\n 'XEC',\n 'XED',\n 'XEE',\n 'XEF',\n 'XEG',\n 'XEH',\n 'XEI',\n 'XEN',\n 'XFB',\n 'XFC',\n 'XFD',\n 'XFE',\n 'XFI',\n 'XFL',\n 'XFO',\n 'XFP',\n 'XFR',\n 'XFT',\n 'XFW',\n 'XFX',\n 'XGB',\n 'XGI',\n 'XGL',\n 'XGR',\n 'XGU',\n 'XGY',\n 'XGZ',\n 'XHA',\n 'XHB',\n 'XHC',\n 'XHG',\n 'XHN',\n 'XHR',\n 'XIA',\n 'XIB',\n 'XIC',\n 'XID',\n 'XIE',\n 'XIF',\n 'XIG',\n 'XIH',\n 'XIK',\n 'XIL',\n 'XIN',\n 'XIZ',\n 'XJB',\n 'XJC',\n 'XJG',\n 'XJR',\n 'XJT',\n 'XJY',\n 'XKG',\n 'XKI',\n 'XLE',\n 'XLG',\n 'XLT',\n 'XLU',\n 'XLV',\n 'XLZ',\n 'XMA',\n 'XMB',\n 'XMC',\n 'XME',\n 'XMR',\n 'XMS',\n 'XMT',\n 'XMW',\n 'XMX',\n 'XNA',\n 'XNE',\n 'XNF',\n 'XNG',\n 'XNS',\n 'XNT',\n 'XNU',\n 'XNV',\n 'XO1',\n 'XO2',\n 'XO3',\n 'XO4',\n 'XO5',\n 'XO6',\n 'XO7',\n 'XO8',\n 'XO9',\n 'XOA',\n 'XOB',\n 'XOC',\n 'XOD',\n 'XOE',\n 'XOF',\n 'XOG',\n 'XOH',\n 'XOI',\n 'XOK',\n 'XOJ',\n 'XOL',\n 'XOM',\n 'XON',\n 'XOP',\n 'XOQ',\n 'XOR',\n 'XOS',\n 'XOV',\n 'XOW',\n 'XOT',\n 'XOU',\n 'XOX',\n 'XOY',\n 'XOZ',\n 'XP1',\n 'XP2',\n 'XP3',\n 'XP4',\n 'XPA',\n 'XPB',\n 'XPC',\n 'XPD',\n 'XPE',\n 'XPF',\n 'XPG',\n 'XPH',\n 'XPI',\n 'XPJ',\n 'XPK',\n 'XPL',\n 'XPN',\n 'XPO',\n 'XPP',\n 'XPR',\n 'XPT',\n 'XPU',\n 'XPV',\n 'XPX',\n 'XPY',\n 'XPZ',\n 'XQA',\n 'XQB',\n 'XQC',\n 'XQD',\n 'XQF',\n 'XQG',\n 'XQH',\n 'XQJ',\n 'XQK',\n 'XQL',\n 'XQM',\n 'XQN',\n 'XQP',\n 'XQQ',\n 'XQR',\n 'XQS',\n 'XRD',\n 'XRG',\n 'XRJ',\n 'XRK',\n 'XRL',\n 'XRO',\n 'XRT',\n 'XRZ',\n 'XSA',\n 'XSB',\n 'XSC',\n 'XSD',\n 'XSE',\n 'XSH',\n 'XSI',\n 'XSK',\n 'XSL',\n 'XSM',\n 'XSO',\n 'XSP',\n 'XSS',\n 'XST',\n 'XSU',\n 'XSV',\n 'XSW',\n 'XSX',\n 'XSY',\n 'XSZ',\n 'XT1',\n 'XTB',\n 'XTC',\n 'XTD',\n 'XTE',\n 'XTG',\n 'XTI',\n 'XTK',\n 'XTL',\n 'XTN',\n 'XTO',\n 'XTR',\n 'XTS',\n 'XTT',\n 'XTU',\n 'XTV',\n 'XTW',\n 'XTY',\n 'XTZ',\n 'XUC',\n 'XUN',\n 'XVA',\n 'XVG',\n 'XVI',\n 'XVK',\n 'XVL',\n 'XVO',\n 'XVP',\n 'XVQ',\n 'XVN',\n 'XVR',\n 'XVS',\n 'XVY',\n 'XWA',\n 'XWB',\n 'XWC',\n 'XWD',\n 'XWF',\n 'XWG',\n 'XWH',\n 'XWJ',\n 'XWK',\n 'XWL',\n 'XWM',\n 'XWN',\n 'XWP',\n 'XWQ',\n 'XWR',\n 'XWS',\n 'XWT',\n 'XWU',\n 'XWV',\n 'XWW',\n 'XWX',\n 'XWY',\n 'XWZ',\n 'XXA',\n 'XXB',\n 'XXC',\n 'XXD',\n 'XXF',\n 'XXG',\n 'XXH',\n 'XXJ',\n 'XXK',\n 'XYA',\n 'XYB',\n 'XYC',\n 'XYD',\n 'XYF',\n 'XYG',\n 'XYH',\n 'XYJ',\n 'XYK',\n 'XYL',\n 'XYM',\n 'XYN',\n 'XYP',\n 'XYQ',\n 'XYR',\n 'XYS',\n 'XYT',\n 'XYV',\n 'XYW',\n 'XYX',\n 'XYY',\n 'XYZ',\n 'XZA',\n 'XZB',\n 'XZC',\n 'XZD',\n 'XZF',\n 'XZG',\n 'XZH',\n 'XZJ',\n 'XZK',\n 'XZL',\n 'XZM',\n 'XZN',\n 'XZP',\n 'XZQ',\n 'XZR',\n 'XZS',\n 'XZT',\n 'XZU',\n 'XZV',\n 'XZW',\n 'XZX',\n 'XZY',\n 'XZZ',\n] as [string, ...string[]];\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version D.16B\n *\n * @category Peppol Values\n *\n * @title Invoice type code (UNCL1001 subset)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/\n */\nexport const invoiceTypeCodes = {\n /**\n * @description Document/message issued by a creditor to a debtor to request payment of one or more invoices past due.\n */\n '71': 'Request for payment',\n /**\n * @description Debit information related to a transaction for goods or services to the relevant party.\n */\n '80': 'Debit note related to goods or services',\n /**\n * @description Document/message claiming payment for the supply of metered services (e.g., gas, electricity, etc.) supplied to a fixed meter whose consumption\n * is measured over a period of time.\n */\n '82': 'Metered services invoice',\n /**\n * @description Document/message for providing debit information related to financial adjustments to the relevant party.\n */\n '84': 'Debit note related to financial adjustments',\n /**\n * @description Used to specify that the message is a tax notification.\n */\n '102': 'Tax notification',\n /**\n * @description The final payment request of a series of payment requests submitted upon completion of all the work.\n */\n '218': 'Final payment request based on completion of work',\n /**\n * @description A request for payment for completed units.\n */\n '219': 'Payment request for completed units',\n /**\n * @description Document/message specifying details of an incomplete invoice.\n */\n '326': 'Partial invoice',\n /**\n * @description Commercial transaction (invoice) will include a packing list.\n */\n '331': 'Commercial invoice which includes a packing list',\n /**\n * @description (1334) Document/message claiming payment for goods or services supplied under conditions agreed between seller and buyer.\n */\n '380': 'Commercial invoice',\n /**\n * @description Document/message in which a seller specifies the amount of commission, the percentage of the invoice amount, or some other basis for the\n * calculation of the commission to which a sales agent is entitled.\n */\n '382': 'Commission note',\n /**\n * @description Document/message for providing debit information to the relevant party.\n */\n '383': 'Debit note',\n /**\n * @description Commercial invoice that includes revised information differing from an earlier submission of the same invoice.\n */\n '384': 'Corrected invoice',\n /**\n * @description An invoice to pay amounts for goods and services in advance; these amounts will be subtracted from the final invoice.\n */\n '386': 'Prepayment invoice',\n /**\n * @description An invoice for tax purposes.\n */\n '388': 'Tax invoice',\n /**\n * @description An invoice the invoicee is producing instead of the seller.\n */\n '389': 'Self-billed invoice',\n /**\n * @description Invoice assigned to a third party for collection.\n */\n '393': 'Factored invoice',\n /**\n * @description Commercial invoice that covers a transaction other than one involving a sale.\n */\n '395': 'Consignment invoice',\n /**\n * @description Document/message reporting invoice discrepancies indentified by the forwarder.\n */\n '553': \"Forwarder's invoice discrepancy report\",\n /**\n * @description Document/message issued by an insurer specifying the cost of an insurance which has been effected and claiming payment therefore.\n */\n '575': \"Insurer's invoice\",\n /**\n * @description Invoice issued by a freight forwarder specifying services rendered and costs incurred and claiming payment therefore.\n */\n '623': \"Forwarder's invoice\",\n /**\n * @description Document/message issued by a transport operation specifying freight costs and charges incurred for a transport operation and stating conditions\n * of payment.\n */\n '780': 'Freight invoice',\n /**\n * @description Document notifying a claim.\n */\n '817': 'Claim notification',\n /**\n * @description Document/message to be prepared by an exporter in his country and presented to a diplomatic representation of the importing country for\n * endorsement and subsequently to be presented by the importer in connection with the import of the goods described therein.\n */\n '870': 'Consular invoice',\n /**\n * @description Partial invoice in the context of a specific construction project.\n */\n '875': 'Partial construction invoice',\n /**\n * @description Invoice concluding all previous partial construction invoices of a completed partial rendered service in the context of a specific construction\n * project.\n */\n '876': 'Partial final construction invoice',\n /**\n * @description Invoice concluding all previous partial invoices and partial final construction invoices in the context of a specific construction project.\n */\n '877': 'Final construction invoice',\n};\n\n/**\n * @description Keys of {@link invoiceTypeCodes}.\n */\nexport type InvoiceTypeCodesKeys =\n | '71'\n | '80'\n | '82'\n | '84'\n | '102'\n | '218'\n | '219'\n | '326'\n | '331'\n | '380'\n | '382'\n | '383'\n | '384'\n | '386'\n | '388'\n | '389'\n | '393'\n | '395'\n | '553'\n | '575'\n | '623'\n | '780'\n | '817'\n | '870'\n | '875'\n | '876'\n | '877';\n\n/**\n * @description Keys of {@link invoiceTypeCodes}.\n */\nexport const invoiceTypeCodesKeys = [\n '71',\n '80',\n '82',\n '84',\n '102',\n '218',\n '219',\n '326',\n '331',\n '380',\n '382',\n '383',\n '384',\n '386',\n '388',\n '389',\n '393',\n '395',\n '553',\n '575',\n '623',\n '780',\n '817',\n '870',\n '875',\n '876',\n '877',\n] as [string, ...string[]];\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version D.16B\n *\n * @category Peppol Values\n *\n * @title Credit note type code (UNCL1001 subset)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-cn/\n */\nexport const creditNoteTypeCodes = {\n /**\n * @description Document message used to provide credit information related to a transaction for goods or services to the relevant party.\n */\n '81': 'Credit note related to goods or services',\n /**\n * @description Document message for providing credit information related to financial adjustments to the relevant party, e.g., bonuses.\n */\n '83': 'Credit note related to financial adjustments',\n /**\n * @description (1113) Document/message for providing credit information to the relevant party.\n */\n '381': 'Credit note',\n /**\n * @description Credit note related to assigned invoice(s).\n */\n '396': 'Factored credit note',\n /**\n * @description Document/message for providing credit information to the relevant party.\n */\n '532': \"Forwarder's credit note\",\n};\n\n/**\n * @description Keys of {@link creditNoteTypeCodes}.\n */\nexport type CreditNoteTypeCodesKeys = '81' | '83' | '381' | '396' | '532';\n\n/**\n * @description Keys of {@link creditNoteTypeCodes}.\n */\nexport const creditNoteTypeCodesKeys = ['81', '83', '381', '396', '532'] as const;\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version D.17A\n *\n * @category Peppol Values\n *\n * @title Document name code, full list (UNCL1001)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001/\n */\nexport const documentTypeCodes = {\n /**\n * @description Certificate providing the values of an analysis.\n */\n '1': 'Certificate of analysis',\n /**\n * @description Certificate certifying the conformity to predefined definitions.\n */\n '2': 'Certificate of conformity',\n /**\n * @description Certificate certifying the quality of goods, services etc.\n */\n '3': 'Certificate of quality',\n /**\n * @description Report providing the results of a test session.\n */\n '4': 'Test report',\n /**\n * @description Report specifying the performance values of products.\n */\n '5': 'Product performance report',\n /**\n * @description Report providing specification values of products.\n */\n '6': 'Product specification report',\n /**\n * @description Reports on events during production process.\n */\n '7': 'Process data report',\n /**\n * @description Document/message describes the test report of the first sample.\n */\n '8': 'First sample test report',\n /**\n * @description A document/message to enable the transmission of information regarding pricing and catalogue details for goods and services offered by a seller\n * to a buyer.\n */\n '9': 'Price/sales catalogue',\n /**\n * @description Document/message providing basic data concerning a party.\n */\n '10': 'Party information',\n /**\n * @description A pre-approved document relating to federal label approval requirements.\n */\n '11': 'Federal label approval',\n /**\n * @description Certificate certifying a specific quality of agricultural products.\n */\n '12': 'Mill certificate',\n /**\n * @description Document/message which evidences the transport of goods by post (e.g. mail, parcel, etc.).\n */\n '13': 'Post receipt',\n /**\n * @description Certificate certifying the weight of goods.\n */\n '14': 'Weight certificate',\n /**\n * @description Document/message specifying the weight of goods.\n */\n '15': 'Weight list',\n /**\n * @description Document by means of which the documentary credit applicant specifies the conditions for the certificate and by whom the certificate is to be\n * issued.\n */\n '16': 'Certificate',\n /**\n * @description Document identifying goods in which the issuing authority expressly certifies that the goods originate in a specific country or part of, or group\n * of countries. It also states the price and/or cost of the goods with the purpose of determining the customs origin.\n */\n '17': 'Combined certificate of value and origin',\n /**\n * @description Specific form of transit declaration issued by the exporter (movement certificate).\n */\n '18': 'Movement certificate A.TR.1',\n /**\n * @description Certificate certifying the quantity of goods, services etc.\n */\n '19': 'Certificate of quantity',\n /**\n * @description Usage of QALITY-message.\n */\n '20': 'Quality data message',\n /**\n * @description Request information based on defined criteria.\n */\n '21': 'Query',\n /**\n * @description Document/message returned as an answer to a question.\n */\n '22': 'Response to query',\n /**\n * @description Information regarding the status of a related message.\n */\n '23': 'Status information',\n /**\n * @description Message/document identifying containers that have been unloaded and then reloaded onto the same means of transport.\n */\n '24': 'Restow',\n /**\n * @description Message/document itemising containers to be discharged from vessel.\n */\n '25': 'Container discharge list',\n /**\n * @description Document/message providing contributions advice used for corporate superannuation schemes.\n */\n '26': 'Corporate superannuation contributions advice',\n /**\n * @description Document/message providing contributions advice used for superannuation schemes which are industry wide.\n */\n '27': 'Industry superannuation contributions advice',\n /**\n * @description Member maintenance message used for corporate superannuation schemes.\n */\n '28': 'Corporate superannuation member maintenance message',\n /**\n * @description Member maintenance message used for industry wide superannuation schemes.\n */\n '29': 'Industry superannuation member maintenance message',\n /**\n * @description Payroll deductions advice used in the life insurance industry.\n */\n '30': 'Life insurance payroll deductions advice',\n /**\n * @description A Message/document requesting to move cargo from one Customs control point to another.\n */\n '31': 'Underbond request',\n /**\n * @description A message/document issuing Customs approval to move cargo from one Customs control point to another.\n */\n '32': 'Underbond approval',\n /**\n * @description Document / message issued by the authority in the exporting country evidencing the sealing of export meat lockers.\n */\n '33': 'Certificate of sealing of export meat lockers',\n /**\n * @description Message identifying the status of cargo.\n */\n '34': 'Cargo status',\n /**\n * @description A message specifying information relating to held inventories.\n */\n '35': 'Inventory report',\n /**\n * @description Official document to identify a person.\n */\n '36': 'Identity card',\n /**\n * @description Document/message in which the competent national authorities provide a declarant with an acceptance or a rejection about a received declaration\n * for European statistical purposes.\n */\n '37': 'Response to a trade statistics message',\n /**\n * @description Official document proving immunisation against certain diseases.\n */\n '38': 'Vaccination certificate',\n /**\n * @description An official document giving permission to travel in foreign countries.\n */\n '39': 'Passport',\n /**\n * @description An official document giving permission to drive a car in a given country.\n */\n '40': 'Driving licence (national)',\n /**\n * @description An official document giving a native of one country permission to drive a vehicle in certain other countries.\n */\n '41': 'Driving licence (international)',\n /**\n * @description A document giving free access to a service.\n */\n '42': 'Free pass',\n /**\n * @description A document giving access to a service for a determined period of time.\n */\n '43': 'Season ticket',\n /**\n * @description (1125) A message to report the transport status and/or change in the transport status (i.e. event) between agreed parties.\n */\n '44': 'Transport status report',\n /**\n * @description (1127) A message to request a transport status report (e.g. through the national multimodal status report message IFSTA).\n */\n '45': 'Transport status request',\n /**\n * @description A banking status document and/or message.\n */\n '46': 'Banking status',\n /**\n * @description Document/message in which a declarant provides information about extra-Community trade of goods required by the body responsible for the\n * collection of trade statistics. Trade by a country in the European Union with a country outside the European Union.\n */\n '47': 'Extra-Community trade statistical declaration',\n /**\n * @description 10385 Written instructions relating to dangerous goods and defined in the European Agreement of Dangerous Transport by Road known as ADR (Accord\n * europeen relatif au transport international des marchandises Dangereuses par Route).\n */\n '48': 'Written instructions in conformance with ADR article number',\n /**\n * @description Official certification that damages to the goods to be transported have been discovered.\n */\n '49': 'Damage certification',\n /**\n * @description A validated priced tender.\n */\n '50': 'Validated priced tender',\n /**\n * @description A document providing a response to a previously sent price/sales catalogue.\n */\n '51': 'Price/sales catalogue response',\n /**\n * @description A document providing the result of price negotiations.\n */\n '52': 'Price negotiation result',\n /**\n * @description Document or message to supply advice on a dangerous or hazardous material to industrial customers so as to enable them to take measures to\n * protect their employees and the environment from any potential harmful effects from these material.\n */\n '53': 'Safety and hazard data sheet',\n /**\n * @description A statement of an account containing the booked items as in the ledger of the account servicing financial institution.\n */\n '54': 'Legal statement of an account',\n /**\n * @description A statement from the account servicing financial institution containing items pending to be booked.\n */\n '55': 'Listing statement of an account',\n /**\n * @description Last statement of a period containing the interest calculation and the final balance of the last entry date.\n */\n '56': 'Closing statement of an account',\n /**\n * @description Report on the movement of containers or other items of transport equipment to record physical movement activity and establish the beginning of a\n * rental period.\n */\n '57': 'Transport equipment on-hire report',\n /**\n * @description Report on the movement of containers or other items of transport equipment to record physical movement activity and establish the end of a rental\n * period.\n */\n '58': 'Transport equipment off-hire report',\n /**\n * @description No shortage, surplus or damaged outturn resulting from container vessel unpacking.\n */\n '59': 'Treatment - nil outturn',\n /**\n * @description Movement type indicator: goods are moved under customs control for warehousing due to being time-up.\n */\n '60': 'Treatment - time-up underbond',\n /**\n * @description Movement type indicator: goods are to move by sea under customs control to a customs office where formalities will be completed.\n */\n '61': 'Treatment - underbond by sea',\n /**\n * @description Cargo consists of personal effects.\n */\n '62': 'Treatment - personal effect',\n /**\n * @description Cargo consists of timber.\n */\n '63': 'Treatment - timber',\n /**\n * @description Document/message issued either by a factor to indicate his preliminary credit assessment on a buyer, or by a seller to request a factor's\n * preliminary credit assessment on a buyer.\n */\n '64': 'Preliminary credit assessment',\n /**\n * @description Document/message issued either by a factor to give a credit cover on a buyer, or by a seller to request a factor's credit cover.\n */\n '65': 'Credit cover',\n /**\n * @description Document/message issued by a factor to indicate the money movements of a seller's or another factor's account with him.\n */\n '66': 'Current account',\n /**\n * @description Document/message issued by a party (usually the buyer) to indicate that one or more invoices or one or more credit notes are disputed for\n * payment.\n */\n '67': 'Commercial dispute',\n /**\n * @description Document/message issued by a factor to a seller or to another factor to indicate that the rest of the amounts of one or more invoices\n * uncollectable from buyers are charged back to clear the invoice(s) off the ledger.\n */\n '68': 'Chargeback',\n /**\n * @description Document/message issued by a factor to a seller or to another factor to reassign an invoice or credit note previously assigned to him.\n */\n '69': 'Reassignment',\n /**\n * @description Document message issued by a factor to indicate the movements of invoices, credit notes and payments of a seller's account.\n */\n '70': 'Collateral account',\n /**\n * @description Document/message issued by a creditor to a debtor to request payment of one or more invoices past due.\n */\n '71': 'Request for payment',\n /**\n * @description A message or document issuing permission to unship cargo.\n */\n '72': 'Unship permit',\n /**\n * @description Transmission of one or more statistical definitions.\n */\n '73': 'Statistical definitions',\n /**\n * @description Transmission of one or more items of data or data sets.\n */\n '74': 'Statistical data',\n /**\n * @description Request for one or more items or data sets of statistical data.\n */\n '75': 'Request for statistical data',\n /**\n * @description Document/message to provide split quantities and delivery dates referring to a previous delivery instruction.\n */\n '76': 'Call-off delivery',\n /**\n * @description Message covers information about the consignment status.\n */\n '77': 'Consignment status report',\n /**\n * @description Advice of inventory movements.\n */\n '78': 'Inventory movement advice',\n /**\n * @description Advice of stock on hand.\n */\n '79': 'Inventory status advice',\n /**\n * @description Debit information related to a transaction for goods or services to the relevant party.\n */\n '80': 'Debit note related to goods or services',\n /**\n * @description Document message used to provide credit information related to a transaction for goods or services to the relevant party.\n */\n '81': 'Credit note related to goods or services',\n /**\n * @description Document/message claiming payment for the supply of metered services (e.g., gas, electricity, etc.) supplied to a fixed meter whose consumption\n * is measured over a period of time.\n */\n '82': 'Metered services invoice',\n /**\n * @description Document message for providing credit information related to financial adjustments to the relevant party, e.g., bonuses.\n */\n '83': 'Credit note related to financial adjustments',\n /**\n * @description Document/message for providing debit information related to financial adjustments to the relevant party.\n */\n '84': 'Debit note related to financial adjustments',\n /**\n * @description Message/document identifying a customs manifest. The document itemises a list of cargo prepared by shipping companies from bills of landing and\n * presented to customs for formal report of cargo.\n */\n '85': 'Customs manifest',\n /**\n * @description A document code to indicate that the message being transmitted identifies all short and surplus cargoes off-loaded from a vessel at a specified\n * discharging port.\n */\n '86': 'Vessel unpack report',\n /**\n * @description A document code to indicate that the message being transmitted is summary manifest information for general cargo.\n */\n '87': 'General cargo summary manifest report',\n /**\n * @description A document code to indicate that the message being transmitted is a consignment unpack report only.\n */\n '88': 'Consignment unpack report',\n /**\n * @description Document or message issued by the competent authority in the exporting country evidencing that meat or meat by- products comply with the\n * requirements set by the importing country.\n */\n '89': 'Meat and meat by-products sanitary certificate',\n /**\n * @description Document or message issued by the competent authority in the exporting country evidencing that meat food products comply with the requirements\n * set by the importing country.\n */\n '90': 'Meat food products sanitary certificate',\n /**\n * @description Document or message issued by the competent authority in the exporting country evidencing that poultry products comply with the requirements set\n * by the importing country.\n */\n '91': 'Poultry sanitary certificate',\n /**\n * @description Document or message issued by the competent authority in the exporting country evidencing that horsemeat products comply with the requirements\n * set by the importing country.\n */\n '92': 'Horsemeat sanitary certificate',\n /**\n * @description Document or message issued by the competent authority in the exporting country evidencing that casing products comply with the requirements set\n * by the importing country.\n */\n '93': 'Casing sanitary certificate',\n /**\n * @description Document or message issued by the competent authority in the exporting country evidencing that pharmaceutical products comply with the\n * requirements set by the importing country.\n */\n '94': 'Pharmaceutical sanitary certificate',\n /**\n * @description Document or message issued by the competent authority in the exporting country evidencing that inedible products comply with the requirements set\n * by the importing country.\n */\n '95': 'Inedible sanitary certificate',\n /**\n * @description Notification of impending arrival details for vessel.\n */\n '96': 'Impending arrival',\n /**\n * @description Message reporting the means of transport used to carry goods or cargo.\n */\n '97': 'Means of transport advice',\n /**\n * @description Message reporting the arrival details of goods or cargo.\n */\n '98': 'Arrival information',\n /**\n * @description Message/document sent by the cargo handler indicating that the cargo has moved from a Customs controlled premise.\n */\n '99': 'Cargo release notification',\n /**\n * @description Certificate asserting that the goods have been submitted to the excise authorities before departure from the exporting country or before delivery\n * in case of import traffic.\n */\n '100': 'Excise certificate',\n /**\n * @description An official document providing registration details.\n */\n '101': 'Registration document',\n /**\n * @description Used to specify that the message is a tax notification.\n */\n '102': 'Tax notification',\n /**\n * @description Report on the movement of containers or other items of transport equipment being exchanged, establishing relevant rental periods.\n */\n '103': 'Transport equipment direct interchange report',\n /**\n * @description Advice that containers or other items of transport equipment may be expected to be delivered to a certain location.\n */\n '104': 'Transport equipment impending arrival advice',\n /**\n * @description Document/message issued within an enterprise to initiate the purchase of articles, materials or services required for the production or\n * manufacture of goods to be offered for sale or otherwise supplied to customers.\n */\n '105': 'Purchase order',\n /**\n * @description Report of damaged items of transport equipment that have been returned.\n */\n '106': 'Transport equipment damage report',\n /**\n * @description Advice Advice providing estimates of transport equipment maintenance and repair costs.\n */\n '107': 'Transport equipment maintenance and repair work estimate',\n /**\n * @description Instruction to release an item of empty transport equipment to a specified party or parties.\n */\n '108': 'Transport equipment empty release instruction',\n /**\n * @description Report on the inward movement of cargo, containers or other items of transport equipment which have been delivered to a facility by an inland\n * carrier.\n */\n '109': 'Transport movement gate in report',\n /**\n * @description Document/message issued within an enterprise to initiate the manufacture of goods to be offered for sale.\n */\n '110': 'Manufacturing instructions',\n /**\n * @description Report on the outward movement of cargo, containers or other items of transport equipment (either full or empty) which have been picked up by an\n * inland carrier.\n */\n '111': 'Transport movement gate out report',\n /**\n * @description Instruction to unpack specified cargo from specified containers or other items of transport equipment.\n */\n '112': 'Transport equipment unpacking instruction',\n /**\n * @description Report on the completion of unpacking specified containers or other items of transport equipment.\n */\n '113': 'Transport equipment unpacking report',\n /**\n * @description Request for confirmation that an item of transport equipment will be available for collection.\n */\n '114': 'Transport equipment pick-up availability request',\n /**\n * @description Confirmation that an item of transport equipment is available for collection.\n */\n '115': 'Transport equipment pick-up availability confirmation',\n /**\n * @description Report that an item of transport equipment has been collected.\n */\n '116': 'Transport equipment pick-up report',\n /**\n * @description Report on the movement of containers or other items of transport within a facility.\n */\n '117': 'Transport equipment shift report',\n /**\n * @description Instruction to unload specified cargo, containers or transport equipment from a means of transport.\n */\n '118': 'Transport discharge instruction',\n /**\n * @description Report on cargo, containers or transport equipment unloaded from a particular means of transport.\n */\n '119': 'Transport discharge report',\n /**\n * @description Document/message issued within an enterprise ordering the taking out of stock of goods.\n */\n '120': 'Stores requisition',\n /**\n * @description Instruction to load cargo, containers or transport equipment onto a means of transport.\n */\n '121': 'Transport loading instruction',\n /**\n * @description Report on completion of loading cargo, containers or other transport equipment onto a means of transport.\n */\n '122': 'Transport loading report',\n /**\n * @description Authorisation Authorisation to have transport equipment repaired or to have maintenance performed.\n */\n '123': 'Transport equipment maintenance and repair work',\n /**\n * @description Report of the departure of a means of transport from a particular facility.\n */\n '124': 'Transport departure report',\n /**\n * @description Advice that an item or items of empty transport equipment are available for return.\n */\n '125': 'Transport empty equipment advice',\n /**\n * @description Order to accept items of transport equipment which are to be delivered by an inland carrier (rail, road or barge) to a specified facility.\n */\n '126': 'Transport equipment acceptance order',\n /**\n * @description Instruction to perform a specified service or services on an item or items of transport equipment.\n */\n '127': 'Transport equipment special service instruction',\n /**\n * @description Report on the number of items of transport equipment stored at one or more locations.\n */\n '128': 'Transport equipment stock report',\n /**\n * @description Order to release cargo or items of transport equipment to a specified party.\n */\n '129': 'Transport cargo release order',\n /**\n * @description Document/message issued within an enterprise containing data about goods sold, to be used as the basis for the preparation of an invoice.\n */\n '130': 'Invoicing data sheet',\n /**\n * @description Instruction to pack cargo into a container or other item of transport equipment.\n */\n '131': 'Transport equipment packing instruction',\n /**\n * @description Notification of customs clearance of cargo or items of transport equipment.\n */\n '132': 'Customs clearance notice',\n /**\n * @description Notice specifying expiration of Customs documents relating to cargo or items of transport equipment.\n */\n '133': 'Customs documents expiration notice',\n /**\n * @description Request for transport equipment to be made available for hire.\n */\n '134': 'Transport equipment on-hire request',\n /**\n * @description Order to release empty items of transport equipment for on-hire to a lessee, and authorising collection by or on behalf of a specified party.\n */\n '135': 'Transport equipment on-hire order',\n /**\n * @description Request to terminate the lease on an item of transport equipment at a specified time.\n */\n '136': 'Transport equipment off-hire request',\n /**\n * @description Order to perform a survey on specified items of transport equipment.\n */\n '137': 'Transport equipment survey order',\n /**\n * @description Response to an order to conduct a survey of transport equipment.\n */\n '138': 'Transport equipment survey order response',\n /**\n * @description Survey report of specified items of transport equipment.\n */\n '139': 'Transport equipment survey report',\n /**\n * @description Document/message within an enterprise giving instructions on how goods are to be packed.\n */\n '140': 'Packing instructions',\n /**\n * @description A document and/or message advising of items which have to be booked to a financial account.\n */\n '141': 'Advising items to be booked to a financial account',\n /**\n * @description Order Order to draw up an estimate of the costs of maintenance or repair of transport equipment.\n */\n '142': 'Transport equipment maintenance and repair work estimate',\n /**\n * @description Report of transport equipment which has been repaired or has had maintenance performed.\n */\n '143': 'Transport equipment maintenance and repair notice',\n /**\n * @description Order to make available empty containers.\n */\n '144': 'Empty container disposition order',\n /**\n * @description Order that the containers or cargo specified are to be discharged from a vessel.\n */\n '145': 'Cargo vessel discharge order',\n /**\n * @description Order that specified cargo, containers or groups of containers are to be loaded in or on a vessel.\n */\n '146': 'Cargo vessel loading order',\n /**\n * @description One purchase order that contains the orders of two or more vendors and the associated delivery points for each.\n */\n '147': 'Multidrop order',\n /**\n * @description A document authorizing the bailing of goods.\n */\n '148': 'Bailment contract',\n /**\n * @description A document indicating an agreement containing basic terms and conditions applicable to future contracts between two parties.\n */\n '149': 'Basic agreement',\n /**\n * @description Document/message giving instructions about the transport of goods within an enterprise.\n */\n '150': 'Internal transport order',\n /**\n * @description A document indicating the granting of funds.\n */\n '151': 'Grant',\n /**\n * @description A document indicating a contract calling for the indefinite deliveries of indefinite quantities of goods.\n */\n '152': 'Indefinite delivery indefinite quantity contract',\n /**\n * @description A document indicating a contract calling for indefinite deliveries of definite quantities.\n */\n '153': 'Indefinite delivery definite quantity contract',\n /**\n * @description A document indicating a requirements contract that authorizes the filling of all purchase requirements during a specified contract period.\n */\n '154': 'Requirements contract',\n /**\n * @description A document indicating an order that tasks a contractor to perform a specified function.\n */\n '155': 'Task order',\n /**\n * @description A document indicating a plan that identifies which items will be made and which items will be bought.\n */\n '156': 'Make or buy plan',\n /**\n * @description A document indicating a plan that identifies the manufacturer's subcontracting strategy for a specific contract.\n */\n '157': 'Subcontractor plan',\n /**\n * @description A document indicating a summary of cost data.\n */\n '158': 'Cost data summary',\n /**\n * @description A document indicating cost and price data whose accuracy has been certified.\n */\n '159': 'Certified cost and price data',\n /**\n * @description A document indicating a determination of the wages to be paid.\n */\n '160': 'Wage determination',\n /**\n * @description A report to provide the status of funds applicable to the contract.\n */\n '161': 'Contract Funds Status Report (CFSR)',\n /**\n * @description A certification as to the accuracy of inspection and test results.\n */\n '162': 'Certified inspection and test results',\n /**\n * @description A report that is both an inspection report for materials and a receiving document.\n */\n '163': 'Material inspection and receiving report',\n /**\n * @description A document indicating a specification used to purchase an item.\n */\n '164': 'Purchasing specification',\n /**\n * @description A document indicating a bond that guarantees the payment of monies or a performance.\n */\n '165': 'Payment or performance bond',\n /**\n * @description A document that indicates the specification contains the security and classification requirements for a contract.\n */\n '166': 'Contract security classification specification',\n /**\n * @description A document indicating the specification of how an item is to be manufactured.\n */\n '167': 'Manufacturing specification',\n /**\n * @description A document certifying that more than 50 percent of the cost of an item is attributed to US origin.\n */\n '168': 'Buy America certificate of compliance',\n /**\n * @description Notice to return leased containers.\n */\n '169': 'Container off-hire notice',\n /**\n * @description Order to accept cargo to be delivered by a carrier.\n */\n '170': 'Cargo acceptance order',\n /**\n * @description Notice specifying the pick-up of released cargo or containers from a certain address.\n */\n '171': 'Pick-up notice',\n /**\n * @description Document or message that authorises receiver to plan orders, based on information in this message, and send these orders as suggestions to the\n * sender.\n */\n '172': 'Authorisation to plan and suggest orders',\n /**\n * @description Document or message that authorises receiver to plan and ship orders based on information in this message.\n */\n '173': 'Authorisation to plan and ship orders',\n /**\n * @description The document or message is a drawing.\n */\n '174': 'Drawing',\n /**\n * @description A report identifying the cost performance on a contract at specified levels of the work breakdown structure (format 2 - organizational\n * categories).\n */\n '175': 'Cost Performance Report (CPR) format 2',\n /**\n * @description A report providing the status of the cost and schedule applicable to a contract.\n */\n '176': 'Cost Schedule Status Report (CSSR)',\n /**\n * @description A report identifying the cost performance on a contract including the current month's values at specified levels of the work breakdown structure\n * (format 1 - work breakdown structure).\n */\n '177': 'Cost Performance Report (CPR) format 1',\n /**\n * @description A report identifying the cost performance on a contract that summarizes changes to a contract over a given reporting period with beginning and\n * ending values (format 3 - baseline).\n */\n '178': 'Cost Performance Report (CPR) format 3',\n /**\n * @description A report identifying the cost performance on a contract including forecasts of labour requirements for the remaining portion of the contract\n * (format 4 - staffing).\n */\n '179': 'Cost Performance Report (CPR) format 4',\n /**\n * @description A report identifying the cost performance on a contract that summarizes cost or schedule variances (format 5 - explanations and problem\n * analysis).\n */\n '180': 'Cost Performance Report (CPR) format 5',\n /**\n * @description Document or message progressively issued by the container terminal operator in charge of discharging a vessel identifying containers that have\n * been discharged from a specific vessel at that point in time.\n */\n '181': 'Progressive discharge report',\n /**\n * @description Confirmation of a balance at an entry date.\n */\n '182': 'Balance confirmation',\n /**\n * @description Order to unload goods from a container.\n */\n '183': 'Container stripping order',\n /**\n * @description Order to stuff specified goods or consignments in a container.\n */\n '184': 'Container stuffing order',\n /**\n * @description Declaration to the public authority upon arrival of the conveyance.\n */\n '185': 'Conveyance declaration (arrival)',\n /**\n * @description Declaration to the public authority upon departure of the conveyance.\n */\n '186': 'Conveyance declaration (departure)',\n /**\n * @description Combined declaration of arrival and departure to the public authority.\n */\n '187': 'Conveyance declaration (combined)',\n /**\n * @description A project plan for recovery after a delay or problem resolution.\n */\n '188': 'Project recovery plan',\n /**\n * @description A project plan for the production of goods.\n */\n '189': 'Project production plan',\n /**\n * @description Documents/messages issued within an enterprise for the for the purpose of collection of production and other internal statistics, and for other\n * administration purposes.\n */\n '190': 'Statistical and other administrative internal documents',\n /**\n * @description A high level, all encompassing master schedule of activities to complete a project.\n */\n '191': 'Project master schedule',\n /**\n * @description A priced tender based upon an alternate specification.\n */\n '192': 'Priced alternate tender bill of quantity',\n /**\n * @description An estimate based upon a detailed, quantity based specification (bill of quantity).\n */\n '193': 'Estimated priced bill of quantity',\n /**\n * @description Document/message providing a draft bill of quantity, issued in an unpriced form.\n */\n '194': 'Draft bill of quantity',\n /**\n * @description Instruction for the collection of the documentary credit.\n */\n '195': 'Documentary credit collection instruction',\n /**\n * @description Request for an amendment of a documentary credit.\n */\n '196': 'Request for an amendment of a documentary credit',\n /**\n * @description Documentary credit amendment information.\n */\n '197': 'Documentary credit amendment information',\n /**\n * @description Advice of an amendment of a documentary credit.\n */\n '198': 'Advice of an amendment of a documentary credit',\n /**\n * @description Response to an amendment of a documentary credit.\n */\n '199': 'Response to an amendment of a documentary credit',\n /**\n * @description Provides information on documentary credit issuance.\n */\n '200': 'Documentary credit issuance information',\n /**\n * @description Request to establish a direct payment valuation.\n */\n '201': 'Direct payment valuation request',\n /**\n * @description Document/message addressed, for instance, by a general contractor to the owner, in order that a direct payment be made to a subcontractor.\n */\n '202': 'Direct payment valuation',\n /**\n * @description Document/message establishing a provisional payment valuation.\n */\n '203': 'Provisional payment valuation',\n /**\n * @description Document/message establishing the financial elements of a situation of works.\n */\n '204': 'Payment valuation',\n /**\n * @description Document/message providing a confirmed assessment, by quantity, of the completed work for a construction contract.\n */\n '205': 'Quantity valuation',\n /**\n * @description Document/message providing an initial assessment, by quantity, of the completed work for a construction contract.\n */\n '206': 'Quantity valuation request',\n /**\n * @description Document/message providing a formal specification identifying quantities and prices that are the basis of a contract for a construction project.\n * BOQ means: Bill of quantity.\n */\n '207': 'Contract bill of quantities - BOQ',\n /**\n * @description Document/message providing a detailed, quantity based specification, issued in an unpriced form to invite tender prices.\n */\n '208': 'Unpriced bill of quantity',\n /**\n * @description Document/message providing a detailed, quantity based specification, updated with prices to form a tender submission for a construction contract.\n * BOQ means: Bill of quantity.\n */\n '209': 'Priced tender BOQ',\n /**\n * @description Document/message issued by a party interested in the purchase of goods specified therein and indicating particular, desirable conditions\n * regarding delivery terms, etc., addressed to a prospective supplier with a view to obtaining an offer.\n */\n '210': 'Enquiry',\n /**\n * @description Document/message containing a provisional assessment in support of a request for payment for completed work for a construction contract.\n */\n '211': 'Interim application for payment',\n /**\n * @description Document/message in which the debtor expresses the intention to pay.\n */\n '212': 'Agreement to pay',\n /**\n * @description The message is a request for financial cancellation.\n */\n '213': 'Request for financial cancellation',\n /**\n * @description The message contains pre-authorised direct debit(s).\n */\n '214': 'Pre-authorised direct debit(s)',\n /**\n * @description Document/message by means of which a buyer informs a seller that the buyer intends to enter into contractual negotiations.\n */\n '215': 'Letter of intent',\n /**\n * @description Document/message providing an approved detailed, quantity based specification (bill of quantity), in an unpriced form.\n */\n '216': 'Approved unpriced bill of quantity',\n /**\n * @description A payment valuation for unscheduled items.\n */\n '217': 'Payment valuation for unscheduled items',\n /**\n * @description The final payment request of a series of payment requests submitted upon completion of all the work.\n */\n '218': 'Final payment request based on completion of work',\n /**\n * @description A request for payment for completed units.\n */\n '219': 'Payment request for completed units',\n /**\n * @description Document/message by means of which a buyer initiates a transaction with a seller involving the supply of goods or services as specified,\n * according to conditions set out in an offer, or otherwise known to the buyer.\n */\n '220': 'Order',\n /**\n * @description Usage of document/message for general order purposes with later split into quantities and delivery dates and maybe delivery locations.\n */\n '221': 'Blanket order',\n /**\n * @description Document/message ordering the remainder of a production's batch.\n */\n '222': 'Spot order',\n /**\n * @description Document/message for goods in leasing contracts.\n */\n '223': 'Lease order',\n /**\n * @description Document/message for urgent ordering.\n */\n '224': 'Rush order',\n /**\n * @description Document/message to order repair of goods.\n */\n '225': 'Repair order',\n /**\n * @description Document/message to provide split quantities and delivery dates referring to a previous blanket order.\n */\n '226': 'Call off order',\n /**\n * @description Order to deliver goods into stock with agreement on payment when goods are sold out of this stock.\n */\n '227': 'Consignment order',\n /**\n * @description Document/message to order samples.\n */\n '228': 'Sample order',\n /**\n * @description Document/message informing buyer or seller of the replacement of goods previously ordered.\n */\n '229': 'Swap order',\n /**\n * @description Change to an purchase order already sent.\n */\n '230': 'Purchase order change request',\n /**\n * @description Response to an purchase order already received.\n */\n '231': 'Purchase order response',\n /**\n * @description Document/message for hiring human resources or renting goods or equipment.\n */\n '232': 'Hire order',\n /**\n * @description Document/message to order spare parts.\n */\n '233': 'Spare parts order',\n /**\n * @description A price/sales catalogue containing special prices which are valid only for a specified period or under specified conditions.\n */\n '234': 'Campaign price/sales catalogue',\n /**\n * @description Document or message issued by party identifying the containers for which they are responsible.\n */\n '235': 'Container list',\n /**\n * @description A message which enables the transmission of delivery or product forecasting requirements.\n */\n '236': 'Delivery forecast',\n /**\n * @description A document or message to order cross docking services.\n */\n '237': 'Cross docking services order',\n /**\n * @description The message contains non-pre-authorised direct debit(s).\n */\n '238': 'Non-pre-authorised direct debit(s)',\n /**\n * @description The message contains rejected direct debit(s).\n */\n '239': 'Rejected direct debit(s)',\n /**\n * @description (1174) Document/message giving instruction regarding the delivery of goods.\n */\n '240': 'Delivery instructions',\n /**\n * @description Usage of DELFOR-message.\n */\n '241': 'Delivery schedule',\n /**\n * @description Usage of DELJIT-message.\n */\n '242': 'Delivery just-in-time',\n /**\n * @description The message contains pre-authorised direct debit request(s).\n */\n '243': 'Pre-authorised direct debit request(s)',\n /**\n * @description The message contains non-pre-authorised direct debit request(s).\n */\n '244': 'Non-pre-authorised direct debit request(s)',\n /**\n * @description Document/message issued by a buyer releasing the despatch of goods after receipt of the Ready for despatch advice from the seller.\n */\n '245': 'Delivery release',\n /**\n * @description Settlement of a letter of credit.\n */\n '246': 'Settlement of a letter of credit',\n /**\n * @description The message is a bank to bank funds transfer.\n */\n '247': 'Bank to bank funds transfer',\n /**\n * @description The message contains customer payment order(s).\n */\n '248': 'Customer payment order(s)',\n /**\n * @description The message contains low value payment order(s) only.\n */\n '249': 'Low value payment order(s)',\n /**\n * @description Declaration regarding crew members aboard the conveyance.\n */\n '250': 'Crew list declaration',\n /**\n * @description This is a request for information.\n */\n '251': 'Inquiry',\n /**\n * @description A response to a previously sent banking status message.\n */\n '252': 'Response to previous banking status message',\n /**\n * @description A high level, all encompassing master plan to complete a project.\n */\n '253': 'Project master plan',\n /**\n * @description A plan for project work to be completed.\n */\n '254': 'Project plan',\n /**\n * @description A schedule of project activities to be completed.\n */\n '255': 'Project schedule',\n /**\n * @description Available resources for project planning purposes.\n */\n '256': 'Project planning available resources',\n /**\n * @description Work calendar information for project planning purposes.\n */\n '257': 'Project planning calendar',\n /**\n * @description An order to supply fixed quantities of products at fixed regular intervals.\n */\n '258': 'Standing order',\n /**\n * @description A document detailing times and dates of events pertaining to a cargo movement.\n */\n '259': 'Cargo movement event log',\n /**\n * @description An analysis of the cargo for a voyage.\n */\n '260': 'Cargo analysis voyage report',\n /**\n * @description A document which indicates that the customer is claiming credit in a self billing environment.\n */\n '261': 'Self billed credit note',\n /**\n * @description Credit note for goods and services that covers multiple transactions involving more than one invoice.\n */\n '262': 'Consolidated credit note - goods and services',\n /**\n * @description A message detailing statuses related to the adjustment of inventory.\n */\n '263': 'Inventory adjustment status report',\n /**\n * @description Instruction to perform one or more different movements of transport equipment.\n */\n '264': 'Transport equipment movement instruction',\n /**\n * @description Report on one or more different movements of transport equipment.\n */\n '265': 'Transport equipment movement report',\n /**\n * @description Report on one or more changes of status associated with an item or items of transport equipment.\n */\n '266': 'Transport equipment status change report',\n /**\n * @description Certificate attesting that fumigation has been performed.\n */\n '267': 'Fumigation certificate',\n /**\n * @description Certificate attesting to the quality, origin or appellation of wine.\n */\n '268': 'Wine certificate',\n /**\n * @description Certificate attesting that wool is free from specified risks to human or animal health.\n */\n '269': 'Wool health certificate',\n /**\n * @description Paper document attached to a consignment informing the receiving party about contents of this consignment.\n */\n '270': 'Delivery note',\n /**\n * @description Document/message specifying the distribution of goods in individual packages (in trade environment the despatch advice message is used for the\n * packing list).\n */\n '271': 'Packing list',\n /**\n * @description Requesting a new code.\n */\n '272': 'New code request',\n /**\n * @description Request a change to an existing code.\n */\n '273': 'Code change request',\n /**\n * @description Requesting a new simple data element.\n */\n '274': 'Simple data element request',\n /**\n * @description Request a change to an existing simple data element.\n */\n '275': 'Simple data element change request',\n /**\n * @description Requesting a new composite data element.\n */\n '276': 'Composite data element request',\n /**\n * @description Request a change to an existing composite data element.\n */\n '277': 'Composite data element change request',\n /**\n * @description Request a new segment.\n */\n '278': 'Segment request',\n /**\n * @description Requesting a change to an existing segment.\n */\n '279': 'Segment change request',\n /**\n * @description Request for a new message (NMR).\n */\n '280': 'New message request',\n /**\n * @description Requesting a Message in Development (MiD).\n */\n '281': 'Message in development request',\n /**\n * @description Requesting a change to an existing message.\n */\n '282': 'Modification of existing message',\n /**\n * @description Report of assigned tracking numbers.\n */\n '283': 'Tracking number assignment report',\n /**\n * @description Document/message defining the contents of a user directory set or parts thereof.\n */\n '284': 'User directory definition',\n /**\n * @description Requesting a United Nations Standard Message (UNSM).\n */\n '285': 'United Nations standard message request',\n /**\n * @description Document/message defining the contents of a service directory set or parts thereof.\n */\n '286': 'Service directory definition',\n /**\n * @description Message covers information about the status.\n */\n '287': 'Status report',\n /**\n * @description Message to describe a Kanban schedule.\n */\n '288': 'Kanban schedule',\n /**\n * @description A message to submit master data, a set of data that is rarely changed, to identify and describe products a supplier offers to their (potential)\n * customer or buyer.\n */\n '289': 'Product data message',\n /**\n * @description A claim for parts and/or labour charges incurred .\n */\n '290': 'A claim for parts and/or labour charges',\n /**\n * @description A message providing a response to a previously transmitted delivery schedule.\n */\n '291': 'Delivery schedule response',\n /**\n * @description A message requesting a party to inspect items.\n */\n '292': 'Inspection request',\n /**\n * @description A message informing a party of the results of an inspection.\n */\n '293': 'Inspection report',\n /**\n * @description A message used by an application to acknowledge reception of a message and/or to report any errors.\n */\n '294': 'Application acknowledgement and error report',\n /**\n * @description An invoice which requests payment for the difference in price between an original invoice and the result of the application of a price variation\n * formula.\n */\n '295': 'Price variation invoice',\n /**\n * @description A credit note which is issued against a price variation invoice.\n */\n '296': 'Credit note for price variation',\n /**\n * @description A message instructing a party to collect goods.\n */\n '297': 'Instruction to collect',\n /**\n * @description Listing of all details of dangerous goods carried.\n */\n '298': 'Dangerous goods list',\n /**\n * @description Code specifying the continued validity of previously submitted registration information.\n */\n '299': 'Registration renewal',\n /**\n * @description Code specifying the modification of previously submitted registration information.\n */\n '300': 'Registration change',\n /**\n * @description Code specifying a response to an occurrence of a registration message.\n */\n '301': 'Response to registration',\n /**\n * @description A document specifying the criterion and format for exchanging information in an electronic data interchange syntax.\n */\n '302': 'Implementation guideline',\n /**\n * @description Document/message is a request for transfer.\n */\n '303': 'Request for transfer',\n /**\n * @description A report to convey cost performance data for a project or contract.\n */\n '304': 'Cost performance report',\n /**\n * @description A message to inform a message issuer that a previously sent message has been received by the addressee's application, or that a previously sent\n * message has been rejected by the addressee's application.\n */\n '305': 'Application error and acknowledgement',\n /**\n * @description A financial statement for a cash pool.\n */\n '306': 'Cash pool financial statement',\n /**\n * @description Message to describe a sequence of product delivery.\n */\n '307': 'Sequenced delivery schedule',\n /**\n * @description A credit note sent to the party paying on behalf of a number of buyers.\n */\n '308': 'Delcredere credit note',\n /**\n * @description Final discharge report by healthcare provider.\n */\n '309': 'Healthcare discharge report, final',\n /**\n * @description (1332) Document/message which, with a view to concluding a contract, sets out the conditions under which the goods are offered.\n */\n '310': 'Offer / quotation',\n /**\n * @description Document/message requesting a quote on specified goods or services.\n */\n '311': 'Request for quote',\n /**\n * @description Message providing acknowledgement information at the business application level concerning the processing of a message.\n */\n '312': 'Acknowledgement message',\n /**\n * @description Message indicating that a message was rejected due to errors encountered at the application level.\n */\n '313': 'Application error message',\n /**\n * @description A consolidated voyage summary which contains the information in a certificate of analysis, a voyage analysis and a cargo movement time log for a\n * voyage.\n */\n '314': 'Cargo movement voyage summary',\n /**\n * @description (1296) Document/message evidencing an agreement between the seller and the buyer for the supply of goods or services; its effects are equivalent\n * to those of an order followed by an acknowledgement of order.\n */\n '315': 'Contract',\n /**\n * @description Document to apply for usage of berth or mooring facilities.\n */\n '316': 'Application for usage of berth or mooring facilities',\n /**\n * @description Document to apply for designation of berthing places.\n */\n '317': 'Application for designation of berthing places',\n /**\n * @description Document to apply for shifting from the designated place in port.\n */\n '318': 'Application for shifting from the designated place in port',\n /**\n * @description Of dangerous goods Supplementary document to apply for cargo operation of dangerous goods.\n */\n '319': 'Supplementary document for application for cargo operation',\n /**\n * @description Document/message acknowledging an undertaking to fulfil an order and confirming conditions or acceptance of conditions.\n */\n '320': 'Acknowledgement of order',\n /**\n * @description Dangerous goods Supplementary document to apply for transport of dangerous goods.\n */\n '321': 'Supplementary document for application for transport of',\n /**\n * @description Payment effected by an Optical Character Reading (OCR) document.\n */\n '322': 'Optical Character Reading (OCR) payment',\n /**\n * @description Preliminary sales report sent before all the information is available.\n */\n '323': 'Preliminary sales report',\n /**\n * @description Official document specifying, for a given dangerous goods item, information such as nature of hazard, protective devices, actions to be taken in\n * case of accident, spillage or fire and first aid to be given.\n */\n '324': 'Transport emergency card',\n /**\n * @description Document/message serving as a preliminary invoice, containing - on the whole - the same information as the final invoice, but not actually\n * claiming payment.\n */\n '325': 'Proforma invoice',\n /**\n * @description Document/message specifying details of an incomplete invoice.\n */\n '326': 'Partial invoice',\n /**\n * @description Document/message describing instructions for operation.\n */\n '327': 'Operating instructions',\n /**\n * @description Plates on goods identifying and describing an article.\n */\n '328': 'Name/product plate',\n /**\n * @description The document or message contains a bordereau describing co-insurance ceding information.\n */\n '329': 'Co-insurance ceding bordereau',\n /**\n * @description Document/message issued by a supplier requesting instructions from the buyer regarding the details of the delivery of goods ordered.\n */\n '330': 'Request for delivery instructions',\n /**\n * @description Commercial transaction (invoice) will include a packing list.\n */\n '331': 'Commercial invoice which includes a packing list',\n /**\n * @description Document/message is for trade data.\n */\n '332': 'Trade data',\n /**\n * @description Declaration provided to customs for cargo examination.\n */\n '333': 'Customs declaration for cargo examination',\n /**\n * @description Alternate declaration provided to customs for cargo examination.\n */\n '334': 'Customs declaration for cargo examination, alternate',\n /**\n * @description Document/message issued by a supplier to a carrier requesting space to be reserved for a specified consignment, indicating desirable conveyance,\n * despatch time, etc.\n */\n '335': 'Booking request',\n /**\n * @description Document/message contains information regarding the crew list and conveyance.\n */\n '336': 'Customs crew and conveyance',\n /**\n * @description Alternate Alternate Customs declaration summary with commercial transaction details.\n */\n '337': 'Customs summary declaration with commercial detail,',\n /**\n * @description A message reporting items which have been booked to a financial account.\n */\n '338': 'Items booked to a financial account report',\n /**\n * @description The receiver A message reporting transactions which need further information from the receiver.\n */\n '339': 'Report of transactions which need further information from',\n /**\n * @description (1121) Document/message advising details of cargo and exporter's requirements for its physical movement.\n */\n '340': 'Shipping instructions',\n /**\n * @description Document/message issued by a consignor in which he gives details of a consignment of goods that enables an airline or its agent to prepare an air\n * waybill.\n */\n '341': \"Shipper's letter of instructions (air)\",\n /**\n * @description A message reporting transactions for information only.\n */\n '342': 'Report of transactions for information only',\n /**\n * @description Document/message giving instructions regarding local transport of goods, e.g. from the premises of an enterprise to those of a carrier\n * undertaking further transport.\n */\n '343': 'Cartage order (local transport)',\n /**\n * @description A message giving additional information about the exchange of an EDI associated object.\n */\n '344': 'EDI associated object administration message',\n /**\n * @description Document/message issued by a supplier informing a buyer that goods ordered are ready for despatch.\n */\n '345': 'Ready for despatch advice',\n /**\n * @description Sales report containing summaries for several earlier sent sales reports.\n */\n '346': 'Summary sales report',\n /**\n * @description A message enquiring the status of previously sent orders.\n */\n '347': 'Order status enquiry',\n /**\n * @description A message reporting the status of previously sent orders.\n */\n '348': 'Order status report',\n /**\n * @description Vessel Document to declare inward and outward movement of a vessel.\n */\n '349': 'Declaration regarding the inward and outward movement of',\n /**\n * @description Document/message issued by a supplier initiating the despatch of goods to a buyer (consignee).\n */\n '350': 'Despatch order',\n /**\n * @description Document/message by means of which the seller or consignor informs the consignee about the despatch of goods.\n */\n '351': 'Despatch advice',\n /**\n * @description Document to notify usage of berth or mooring facilities.\n */\n '352': 'Notification of usage of berth or mooring facilities',\n /**\n * @description Time Document to apply for vessel's entering into port area in night-time.\n */\n '353': \"Application for vessel's entering into port area in night-\",\n /**\n * @description Place in port Document to notify shifting from designated place in port once secured at the designated place.\n */\n '354': 'Notification of emergency shifting from the designated',\n /**\n * @description Alternate Alternate Customs declaration summary without any commercial transaction details.\n */\n '355': 'Customs summary declaration without commercial detail,',\n /**\n * @description A document that guarantees performance.\n */\n '356': 'Performance bond',\n /**\n * @description A document that guarantees the payment of monies.\n */\n '357': 'Payment bond',\n /**\n * @description Preliminary discharge report by healthcare provider.\n */\n '358': 'Healthcare discharge report, preliminary',\n /**\n * @description Document containing request for provision of a health service.\n */\n '359': 'Request for provision of a health service',\n /**\n * @description Document/message requesting price conditions under which goods are offered.\n */\n '360': 'Request for price quote',\n /**\n * @description Document/message confirming price conditions under which goods are offered.\n */\n '361': 'Price quote',\n /**\n * @description Document/message confirming delivery conditions under which goods are offered.\n */\n '362': 'Delivery quote',\n /**\n * @description Document/message confirming price and delivery conditions under which goods are offered.\n */\n '363': 'Price and delivery quote',\n /**\n * @description Document/message confirming contractual price conditions under which goods are offered.\n */\n '364': 'Contract price quote',\n /**\n * @description Document/message confirming contractual price conditions and contractual delivery conditions under which goods are offered.\n */\n '365': 'Contract price and delivery quote',\n /**\n * @description Document/message confirming price conditions under which goods are offered, provided that they are sold to the end-customer specified on the\n * quote.\n */\n '366': 'Price quote, specified end-customer',\n /**\n * @description Document/message confirming price conditions and delivery conditions under which goods are offered, provided that they are sold to the\n * end-customer specified on the quote.\n */\n '367': 'Price and delivery quote, specified end-customer',\n /**\n * @description Document/message from a supplier to a distributor confirming price conditions under which goods can be sold by a distributor to the end-customer\n * specified on the quote with compensation for loss of inventory value.\n */\n '368': 'Price quote, ship and debit',\n /**\n * @description Document/message from a supplier to a distributor confirming price conditions and delivery conditions under which goods can be sold by a\n * distributor to the end-customer specified on the quote with compensation for loss of inventory value.\n */\n '369': 'Price and delivery quote, ship and debit',\n /**\n * @description Document/message in which the party responsible for the issue of a set of trade documents specifies the various recipients of originals and\n * copies of these documents, with an indication of the number of copies distributed to each of them.\n */\n '370': 'Advice of distribution of documents',\n /**\n * @description Document containing a plan for provision of health service.\n */\n '371': 'Plan for provision of health service',\n /**\n * @description Instructions for the dispensing and use of medicine or remedy.\n */\n '372': 'Prescription',\n /**\n * @description Request to issue a prescription for medicine or remedy.\n */\n '373': 'Prescription request',\n /**\n * @description Document containing information of products dispensed according to a prescription.\n */\n '374': 'Prescription dispensing report',\n /**\n * @description (1109) Certificate providing confirmation that a consignment has been shipped.\n */\n '375': 'Certificate of shipment',\n /**\n * @description A product inquiry which stands until it is cancelled.\n */\n '376': 'Standing inquiry on product information',\n /**\n * @description Document/message providing data concerning the credit information of a party.\n */\n '377': 'Party credit information',\n /**\n * @description Document/message providing data concerning the payment behaviour of a party.\n */\n '378': 'Party payment behaviour information',\n /**\n * @description Message to request information about a metering point.\n */\n '379': 'Request for metering point information',\n /**\n * @description (1334) Document/message claiming payment for goods or services supplied under conditions agreed between seller and buyer.\n */\n '380': 'Commercial invoice',\n /**\n * @description (1113) Document/message for providing credit information to the relevant party.\n */\n '381': 'Credit note',\n /**\n * @description (1111) Document/message in which a seller specifies the amount of commission, the percentage of the invoice amount, or some other basis for the\n * calculation of the commission to which a sales agent is entitled.\n */\n '382': 'Commission note',\n /**\n * @description Document/message for providing debit information to the relevant party.\n */\n '383': 'Debit note',\n /**\n * @description Commercial invoice that includes revised information differing from an earlier submission of the same invoice.\n */\n '384': 'Corrected invoice',\n /**\n * @description Commercial invoice that covers multiple transactions involving more than one vendor.\n */\n '385': 'Consolidated invoice',\n /**\n * @description An invoice to pay amounts for goods and services in advance; these amounts will be subtracted from the final invoice.\n */\n '386': 'Prepayment invoice',\n /**\n * @description Document/message for invoicing the hiring of human resources or renting goods or equipment.\n */\n '387': 'Hire invoice',\n /**\n * @description An invoice for tax purposes.\n */\n '388': 'Tax invoice',\n /**\n * @description An invoice the invoicee is producing instead of the seller.\n */\n '389': 'Self-billed invoice',\n /**\n * @description An invoice sent to the party paying for a number of buyers.\n */\n '390': 'Delcredere invoice',\n /**\n * @description Response to a request for information about a metering point.\n */\n '391': 'Metering point information response',\n /**\n * @description A notification of a change of supplier.\n */\n '392': 'Notification of change of supplier',\n /**\n * @description Invoice assigned to a third party for collection.\n */\n '393': 'Factored invoice',\n /**\n * @description Usage of INVOIC-message for goods in leasing contracts.\n */\n '394': 'Lease invoice',\n /**\n * @description Commercial invoice that covers a transaction other than one involving a sale.\n */\n '395': 'Consignment invoice',\n /**\n * @description Credit note related to assigned invoice(s).\n */\n '396': 'Factored credit note',\n /**\n * @description A document providing a response to a previously sent commercial account summary message.\n */\n '397': 'Commercial account summary response',\n /**\n * @description Document by means of which the supplier or consignor informs the buyer, consignee or the distribution centre about the despatch of goods for\n * cross docking.\n */\n '398': 'Cross docking despatch advice',\n /**\n * @description Document by means of which the supplier or consignor informs the buyer, consignee or the distribution centre about the despatch of goods for\n * transshipment.\n */\n '399': 'Transshipment despatch advice',\n /**\n * @description An order which falls outside the framework of an agreement.\n */\n '400': 'Exceptional order',\n /**\n * @description An order requesting the supply of products packed according to the final delivery point which will be moved across a dock in a distribution\n * centre without further handling.\n */\n '401': 'Pre-packed cross docking order',\n /**\n * @description An order requesting the supply of products which will be moved across a dock, de-consolidated and re-consolidated according to the final delivery\n * location requirements.\n */\n '402': 'Intermediate handling cross docking order',\n /**\n * @description Information giving the various availabilities of a means of transportation.\n */\n '403': 'Means of transportation availability information',\n /**\n * @description Information giving the various schedules of a means of transportation.\n */\n '404': 'Means of transportation schedule information',\n /**\n * @description Notification regarding the delivery of transport equipment.\n */\n '405': 'Transport equipment delivery notice',\n /**\n * @description Notification to the supplier regarding the termination of a contract.\n */\n '406': 'Notification to supplier of contract termination',\n /**\n * @description Notification to the supplier about changes regarding a metering point.\n */\n '407': 'Notification to supplier of metering point changes',\n /**\n * @description Notification about the change of a meter.\n */\n '408': 'Notification of meter change',\n /**\n * @description Document/message containing instructions from a customer to his bank to pay an amount in a specified currency to a nominated party in another\n * country by a method either specified (e.g. teletransmission, air mail) or left to the discretion of the bank.\n */\n '409': 'Instructions for bank transfer',\n /**\n * @description Notification of the change of metering point identification.\n */\n '410': 'Notification of metering point identification change',\n /**\n * @description The Utilities time series message is sent between responsible parties in a utilities infrastructure for the purpose of reporting time series and\n * connected technical and/or administrative information.\n */\n '411': 'Utilities time series message',\n /**\n * @description Application by a customer to his bank to issue a banker's draft stating the amount and currency of the draft, the name of the payee and the place\n * and country of payment.\n */\n '412': \"Application for banker's draft\",\n /**\n * @description Information about components in an infrastructure.\n */\n '413': 'Infrastructure condition',\n /**\n * @description Acknowledgement of the change of supplier.\n */\n '414': 'Acknowledgement of change of supplier',\n /**\n * @description Document/Message providing technical description and information of the crop production.\n */\n '415': 'Data Plot Sheet',\n /**\n * @description Soil analysis document.\n */\n '416': 'Soil analysis',\n /**\n * @description Farmyard manure analysis document.\n */\n '417': 'Farmyard manure analysis',\n /**\n * @description Declaration, in accordance with the WCO Customs Data Model, to Customs concerning the export of cargo carried by commercial means of transport\n * over land, e.g. truck or train.\n */\n '418': 'WCO Cargo Report Export, Rail or Road',\n /**\n * @description Declaration, in accordance with the WCO Customs Data Model, to Customs concerning the export of cargo carried by commercial means of transport\n * over water or through the air, e.g. vessel or aircraft.\n */\n '419': 'WCO Cargo Report Export, Air or Maritime',\n /**\n * @description Payment credit note effected by an Optical Character Reading (OCR) document.\n */\n '420': 'Optical Character Reading (OCR) payment credit note',\n /**\n * @description Declaration, in accordance with the WCO Customs Data Model, to Customs concerning the import of cargo carried by commercial means of transport\n * over land, e.g. truck or train.\n */\n '421': 'WCO Cargo Report Import, Rail or Road',\n /**\n * @description Declaration, in accordance with the WCO Customs Data Model, to Customs concerning the import of cargo carried by commercial means of transport\n * over water or through the air, e.g. vessel or aircraft.\n */\n '422': 'WCO Cargo Report Import, Air or Maritime',\n /**\n * @description Single step declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for a Customs export procedure\n * based on the.\n */\n '423': 'WCO one-step export declaration',\n\n '1999': 'Kyoto Convention.',\n /**\n * @description First part of a simplified declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for Customs export\n * procedure based on the 1999 Kyoto Convention.\n */\n '424': 'WCO first step of two-step export declaration',\n /**\n * @description Document/message whereby a bank advises that a collection has been paid, giving details and methods of funds disposal.\n */\n '425': 'Collection payment advice',\n /**\n * @description Document/message whereby a bank advises payment under a documentary credit.\n */\n '426': 'Documentary credit payment advice',\n /**\n * @description Document/message whereby a bank advises acceptance under a documentary credit.\n */\n '427': 'Documentary credit acceptance advice',\n /**\n * @description Document/message whereby a bank advises negotiation under a documentary credit.\n */\n '428': 'Documentary credit negotiation advice',\n /**\n * @description Document/message whereby a customer requests his bank to issue a guarantee in favour of a nominated party in another country, stating the amount\n * and currency and the specific conditions of the guarantee.\n */\n '429': \"Application for banker's guarantee\",\n /**\n * @description Document/message in which a bank undertakes to pay out a limited amount of money to a designated party, on conditions stated therein (other than\n * those laid down in the Uniform Customs Practice).\n */\n '430': \"Banker's guarantee\",\n /**\n * @description Document/message in which a beneficiary of a documentary credit accepts responsibility for non-compliance with the terms and conditions of the\n * credit, and undertakes to refund the money received under the credit, with interest and charges accrued.\n */\n '431': 'Documentary credit letter of indemnity',\n /**\n * @description Notification to the grid operator regarding the termination of a contract.\n */\n '432': 'Notification to grid operator of contract termination',\n /**\n * @description Notification to the grid operator about changes regarding a metering point.\n */\n '433': 'Notification to grid operator of metering point changes',\n /**\n * @description Notification of a change of balance responsible entity.\n */\n '434': 'Notification of balance responsible entity change',\n /**\n * @description Preadvice indicating a credit to happen in the future.\n */\n '435': 'Preadvice of a credit',\n /**\n * @description Report on the profile of transport equipment.\n */\n '436': 'Transport equipment profile report',\n /**\n * @description Document/message requesting price conditions and delivery conditions under which goods are offered, provided that they are sold to the\n * end-customer specified on the request for quote.\n */\n '437': 'Request for price and delivery quote, specified end-user',\n /**\n * @description Document/message from a distributor to a supplier requesting price conditions under which goods can be sold by the distributor to the\n * end-customer specified on the request for quote with compensation for loss of inventory value.\n */\n '438': 'Request for price quote, ship and debit',\n /**\n * @description Document/message from a distributor to a supplier requesting price conditions and delivery conditions under which goods can be sold by the\n * distributor to the end-customer specified on the request for quote with compensation for loss of inventory value.\n */\n '439': 'Request for price and delivery quote, ship and debit',\n /**\n * @description A list of delivery point addresses.\n */\n '440': 'Delivery point list.',\n /**\n * @description Document specifying the routes for transport between locations.\n */\n '441': 'Transport routing information',\n /**\n * @description Document/message requesting delivery conditions under which goods are offered.\n */\n '442': 'Request for delivery quote',\n /**\n * @description Document/message requesting price and delivery conditions under which goods are offered.\n */\n '443': 'Request for price and delivery quote',\n /**\n * @description Document/message requesting contractual price conditions under which goods are offered.\n */\n '444': 'Request for contract price quote',\n /**\n * @description Document/message requesting contractual price conditions and contractual delivery conditions under which goods are offered.\n */\n '445': 'Request for contract price and delivery quote',\n /**\n * @description Document/message requesting price conditions under which goods are offered, provided that they are sold to the end-customer specified on the\n * request for quote.\n */\n '446': 'Request for price quote, specified end-customer',\n /**\n * @description Document/message whereby a bank is instructed (or requested) to handle financial and/or commercial documents in order to obtain acceptance and/or\n * payment, or to deliver documents on such other terms and conditions as may be specified.\n */\n '447': 'Collection order',\n /**\n * @description Document/message whereby a draft or similar instrument and/or commercial documents are presented to a bank for acceptance, discounting,\n * negotiation, payment or collection, whether or not against a documentary credit.\n */\n '448': 'Documents presentation form',\n /**\n * @description Message related to conducting a search for an identification match.\n */\n '449': 'Identification match',\n /**\n * @description Document/message containing information needed to initiate the payment. It may cover the financial settlement for one or more commercial trade\n * transactions. A payment order is an instruction to the ordered bank to arrange for the payment of one specified amount to the beneficiary.\n */\n '450': 'Payment order',\n /**\n * @description Document/message containing information needed to initiate the payment. It may cover the financial settlement for several commercial trade\n * transactions, which it is possible to specify in a special payments detail part. It is an instruction to the ordered bank to arrange for the\n * payment of one specified amount to the beneficiary.\n */\n '451': 'Extended payment order',\n /**\n * @description Document/message containing a payment order to debit one or more accounts and to credit one or more beneficiaries.\n */\n '452': 'Multiple payment order',\n /**\n * @description Goods Message used to inform a supplier that delivered goods cannot be paid due to circumstances which prevent payment.\n */\n '453': 'Notice that circumstances prevent payment of delivered',\n /**\n * @description Document/message sent by an account servicing institution to one of its account owners, to inform the account owner of an entry which has been or\n * will be credited to its account for a specified amount on the date indicated.\n */\n '454': 'Credit advice',\n /**\n * @description Document/message sent by an account servicing institution to one of its account owners, to inform the account owner of an entry that has been or\n * will be credited to its account for a specified amount on the date indicated. It provides extended commercial information concerning the relevant\n * remittance advice.\n */\n '455': 'Extended credit advice',\n /**\n * @description Advice on a debit.\n */\n '456': 'Debit advice',\n /**\n * @description Reversal of debit accounting entry by bank.\n */\n '457': 'Reversal of debit',\n /**\n * @description Reversal of credit accounting entry by bank.\n */\n '458': 'Reversal of credit',\n /**\n * @description The document is a ticket giving access to a travel service.\n */\n '459': 'Travel ticket',\n /**\n * @description Document/message whereby a bank is requested to issue a documentary credit on the conditions specified therein.\n */\n '460': 'Documentary credit application',\n /**\n * @description The document is a credit, guarantee or charge card.\n */\n '461': 'Payment card',\n /**\n * @description Document to advise that the goods ordered are ready for transshipment.\n */\n '462': 'Ready for transshipment despatch advice',\n /**\n * @description Document by means of which the supplier or consignor informs the buyer, consignee or distribution centre about the despatch of products packed\n * according to the final delivery point requirements which will be moved across a dock in a distribution centre without further handling.\n */\n '463': 'Pre-packed cross docking despatch advice',\n /**\n * @description Document by means of which the supplier or consignor informs the buyer, consignee or the distribution centre about the despatch of products which\n * will be moved across a dock, de-consolidated and re-consolidated according to final delivery location requirements.\n */\n '464': 'Intermediate handling cross docking despatch advice',\n /**\n * @description Document/message in which a bank states that it has issued a documentary credit under which the beneficiary is to obtain payment, acceptance or\n * negotiation on compliance with certain terms and conditions and against presentation of stipulated documents and such drafts as may be specified.\n * The credit may or may not be confirmed by another bank.\n */\n '465': 'Documentary credit',\n /**\n * @description Document/message issued by an advising bank in order to transmit a documentary credit to a beneficiary, or to another advising bank.\n */\n '466': 'Documentary credit notification',\n /**\n * @description Document/message whereby a bank advises that (part of) a documentary credit is being or has been transferred in favour of a second beneficiary.\n */\n '467': 'Documentary credit transfer advice',\n /**\n * @description Document/message whereby a bank advises that the terms and conditions of a documentary credit have been amended.\n */\n '468': 'Documentary credit amendment notification',\n /**\n * @description Document/message whereby a bank notifies a beneficiary of the details of an amendment to the terms and conditions of a documentary credit.\n */\n '469': 'Documentary credit amendment',\n /**\n * @description Document/message sent by a shipping agent to an authority for reporting information on waste disposal.\n */\n '470': 'Waste disposal report',\n /**\n * @description Document/message advising of the remittance of payment.\n */\n '481': 'Remittance advice',\n /**\n * @description Document/message sent by a port authority to another port authority for reporting information on waste disposal.\n */\n '482': 'Port authority waste disposal report',\n /**\n * @description An endorsement on a passport or any other recognised travel document indicating that it has been examined and found correct, especially as\n * permitting the holder to enter or leave a country.\n */\n '483': 'Visa',\n /**\n * @description Document/message containing a direct debit request to credit one or more accounts and to debit one or more debtors.\n */\n '484': 'Multiple direct debit request',\n /**\n * @description Draft drawn in favour of a third party either by one bank on another bank, or by a branch of a bank on its head office (or vice versa) or upon\n * another branch of the same bank. In either case, the draft should comply with the specifications laid down for cheques in the country in which it\n * is to be payable.\n */\n '485': \"Banker's draft\",\n /**\n * @description Document/message containing a direct debit to credit one or more accounts and to debit one or more debtors.\n */\n '486': 'Multiple direct debit',\n /**\n * @description Document or message issuing permission to disembark.\n */\n '487': 'Certificate of disembarkation permission',\n /**\n * @description Document certifying that the object was free of rats when inspected and that it is exempt from a deratting statement.\n */\n '488': 'Deratting exemption certificate',\n /**\n * @description Order to connect a reefer container to a reefer point.\n */\n '489': 'Reefer connection order',\n /**\n * @description Document/message, issued and signed in conformity with the applicable legislation, which contains an unconditional order whereby the drawer\n * directs the drawee to pay a definite sum of money to the payee or to his order, on demand or at a definite time, against the surrender of the\n * document itself.\n */\n '490': 'Bill of exchange',\n /**\n * @description Document/message, issued and signed in conformity with the applicable legislation, which contains an unconditional promise whereby the maker\n * undertakes to pay a definite sum of money to the payee or to his order, on demand or at a definite time, against the surrender of the document\n * itself.\n */\n '491': 'Promissory note',\n /**\n * @description Usage of STATAC-message.\n */\n '493': 'Statement of account message',\n /**\n * @description Document/message ordering the direct delivery of goods/consignment from one means of transport into another means of transport in one movement.\n */\n '494': 'Direct delivery (transport)',\n /**\n * @description Second part of a simplified declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for Customs export\n * procedure based on the 1999 Kyoto Convention.\n */\n '495': 'WCO second step of two-step export declaration',\n /**\n * @description Single step declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for Customs import procedure based\n * on the 1999 Kyoto Convention.\n */\n '496': 'WCO one-step import declaration',\n /**\n * @description First part of a simplified declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for Customs import\n * procedure based on the 1999 Kyoto Convention.\n */\n '497': 'WCO first step of two-step import declaration',\n /**\n * @description Second part of a simplified declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for Customs import\n * procedure based on the 1999 Kyoto Convention.\n */\n '498': 'WCO second step of two-step import declaration',\n /**\n * @description Identification of the previous transport document.\n */\n '499': 'Previous transport document',\n /**\n * @description Document/message issued to the insured certifying that insurance has been effected and that a policy has been issued. Such a certificate for a\n * particular cargo is primarily used when good are insured under the terms of a floating or an open policy; at the request of the insured it can be\n * exchanged for a policy.\n */\n '520': 'Insurance certificate',\n /**\n * @description Cargo A permit related to a transport document granting the transport of cargo under the conditions as specifically required.\n */\n '521': 'Special requirements permit related to the transport of',\n /**\n * @description Dangerous Goods Notification for a vessel carrying liquid cargo in bulk.\n */\n '522': 'Dangerous Goods Notification for Tanker vessel',\n /**\n * @description Dangerous Goods Notification for a vessel carrying cargo other than bulk liquid cargo.\n */\n '523': 'Dangerous Goods Notification for non-tanker vessel',\n /**\n * @description Declaration, in accordance with the WCO Customs Data Model, to Customs regarding the conveyance arriving in a Customs territory.\n */\n '524': 'WCO Conveyance Arrival Report',\n /**\n * @description Declaration, in accordance with the WCO Customs Data Model, to Customs regarding the conveyance departing a Customs territory.\n */\n '525': 'WCO Conveyance Departure Report',\n /**\n * @description A document/message justifying an accounting entry.\n */\n '526': 'Accounting voucher',\n /**\n * @description A document which indicates that the customer is claiming debit in a self billing environment.\n */\n '527': 'Self billed debit note',\n /**\n * @description The official document used for military personnel on travel orders, substituting a passport.\n */\n '528': 'Military Identification Card',\n /**\n * @description A permit to re-enter a country.\n */\n '529': 'Re-Entry Permit',\n /**\n * @description Document/message issued by the insurer evidencing an agreement to insure and containing the conditions of the agreement concluded whereby the\n * insurer undertakes for a specific fee to indemnify the insured for the losses arising out of the perils and accidents specified in the contract.\n */\n '530': 'Insurance policy',\n /**\n * @description Document identifying a refugee recognized by a country.\n */\n '531': 'Refugee Permit',\n /**\n * @description Document/message for providing credit information to the relevant party.\n */\n '532': 'Forwarder�s credit note',\n /**\n * @description To indicate that the document/message justifying an accounting entry is original.\n */\n '533': 'Original accounting voucher',\n /**\n * @description To indicate that the document/message justifying an accounting entry is a copy.\n */\n '534': 'Copy accounting voucher',\n /**\n * @description To indicate that the document/message justifying an accounting entry is pro-forma.\n */\n '535': 'Pro-forma accounting voucher',\n /**\n * @description A certificate on ship security issued based on the International code for the Security of Ships and of Port facilities (ISPS code).\n */\n '536': 'International Ship Security Certificate',\n /**\n * @description An interim certificate on ship security issued basis under the International code for the Security of Ships and of Port facilities (ISPS code).\n */\n '537': 'Interim International Ship Security Certificate',\n /**\n * @description Certificate that guarantees quality manufacturing and processing of food products, medications, cosmetics, etc.\n */\n '538': 'Good Manufacturing Practice (GMP) Certificate',\n /**\n * @description An agreement between one or more contracting authorities and one or more economic operators, the purpose of which is to establish the terms\n * governing contracts to be awarded during a given period, in particular with regard to price and, where appropriate, the quantity envisaged.\n */\n '539': 'Framework Agreement',\n /**\n * @description A document/message used when an insured reports to his insurer details of individual shipments which are covered by an insurance contract - an\n * open cover or a floating policy - between the parties.\n */\n '550': 'Insurance declaration sheet (bordereau)',\n /**\n * @description Offering of capacity for the transport of goods for a date and a route.\n */\n '551': 'Transport capacity offer',\n /**\n * @description Ship Security Plan (SSP) is a document prepared in terms of the ISPS Code to contribute to the prevention of illegal acts against the ship and\n * its crew.\n */\n '552': 'Ship Security Plan',\n /**\n * @description Document/message reporting invoice discrepancies indentified by the forwarder.\n */\n '553': 'Forwarder�s invoice discrepancy report',\n /**\n * @description Offering of capacity to store goods.\n */\n '554': 'Storage capacity offer',\n /**\n * @description Document/message issued by an insurer specifying the cost of an insurance which has been effected and claiming payment therefore.\n */\n '575': \"Insurer's invoice\",\n /**\n * @description Request for capacity to store goods.\n */\n '576': 'Storage capacity request',\n /**\n * @description Request for capacity for the transport of goods for a date and a route.\n */\n '577': 'Transport capacity request',\n /**\n * @description Customs declaration for goods under the external Community/common transit procedure. This applies to \"non-Community goods\" (\"T1\" under EU\n * legislation and EC- EFTA \"Transit Convention\").\n */\n '578': 'EU Customs declaration for External Community Transit (T1)',\n /**\n * @description Customs declaration for goods under the internal Community/common transit procedure. This applies to \"Community goods\" (\"T2\" under EU legislation\n * and EC-EFTA \"Transit Convention\").\n */\n '579': 'EU Customs declaration for internal Community Transit (T2)',\n /**\n * @description Document/message issued by an insurer (insurance broker, agent, etc.) to notify the insured that his insurance have been carried out.\n */\n '580': 'Cover note',\n /**\n * @description Community Transit (T2F) Declaration for goods under the internal Community transit procedure in the context of trade between the \"VAT\" territory\n * of EU Member States and EU territories where the VAT rules do not apply, such as Canary islands, some French overseas territories, the Channel\n * islands and the Aaland islands, and between those territories. (\"T2F\" under EU Legislation).\n */\n '581': 'EU Customs declaration for non-fiscal area internal',\n /**\n * @description (T2SM) Customs declaration for goods under the internal Community transit procedure between the Community and San Marino. (\"T2SM\" under EU\n * Legislation).\n */\n '582': 'EU Customs declaration for internal transit to San Marino',\n /**\n * @description Customs declaration for goods under the Community/common transit procedure for mixed consignments (i.e. consignments that comprise goods of\n * different statuses, like \"T1\" and \"T2\") (\"T\" under EU Legislation).\n */\n '583': 'EU Customs declaration for mixed consignments (T)',\n /**\n * @description (T2L) Form establishing the Community status of goods (\"T2L\" under EU Legislation).\n */\n '584': 'EU Document for establishing the Community status of goods',\n /**\n * @description For certain fiscal purposes (T2LF) Form establishing the Community status of goods in the context of trade between the \"VAT\" territory of EU\n * Member States and EU territories where the VAT rules do not apply, such as Canary islands, some French overseas territories, the Channel islands\n * and the Aaland islands, and between those territories (\"T2LF\" under EU Legislation).\n */\n '585': 'EU Document for establishing the Community status of goods',\n /**\n * @description San Marino (T2LSM) Form establishing the Community status of goods (\"T2L\" under European Legislation) in the context of trade between the EU and\n * San Marino. (\"T2LSM\" under EU Legislation).\n */\n '586': 'Document for establishing the Customs Status of goods for',\n /**\n * @description A Customs declaration in which goods move under cover of TIR Carnets.\n */\n '587': 'Customs declaration for TIR Carnet goods',\n /**\n * @description A document reporting the security status and related information of a means of transport.\n */\n '588': 'Transport Means Security Report',\n /**\n * @description A certificate verifying that meat has been produced from slaughter in accordance with Islamic laws and practices.\n */\n '589': 'Halal Slaughtering Certificate',\n /**\n * @description Document/message issued to a freight forwarder, giving instructions regarding the action to be taken by the forwarder for the forwarding of goods\n * described therein.\n */\n '610': 'Forwarding instructions',\n /**\n * @description Document/message issued by a freight forwarder in an exporting country advising his counterpart in an importing country about the forwarding of\n * goods described therein.\n */\n '621': \"Forwarder's advice to import agent\",\n /**\n * @description Document/message issued by a freight forwarder informing an exporter of the action taken in fulfillment of instructions received.\n */\n '622': \"Forwarder's advice to exporter\",\n /**\n * @description Invoice issued by a freight forwarder specifying services rendered and costs incurred and claiming payment therefore.\n */\n '623': \"Forwarder's invoice\",\n /**\n * @description Non-negotiable document issued by a forwarder to certify that he has assumed control of a specified consignment, with irrevocable instructions to\n * send it to the consignee indicated in the document or to hold it at his disposal. E.g. FIATA-FCR.\n */\n '624': \"Forwarder's certificate of receipt\",\n /**\n * @description A certificate verifying the heat treatment of the product is in conformance with international standards to ensure the product�s healthiness\n * and/or shows the mode of heat treatment indicating the temperature and the amount of time the product or raw material used in the product was\n * treated (such as milk).\n */\n '625': 'Heat Treatment Certificate',\n /**\n * @description Wild Fauna and Flora (CITES) Certificate A certificate used in the trade of endangered species in accordance with the CITES convention.\n */\n '626': 'Convention on International Trade in Endangered Species of',\n /**\n * @description A certificate confirming that a specified product is free for sale in the country of origin.\n */\n '627': 'Free Sale Certificate in the Country of Origin',\n /**\n * @description Document/message issued by the competent body in accordance with transit regulations in force, by which authorization is granted to a party to\n * move articles under customs procedure.\n */\n '628': 'Transit license',\n /**\n * @description A certification that livestock or animal products, that are either imported or entering free zones, are kept under health supervision for a time\n * period determined by veterinary quarantine instructions.\n */\n '629': 'Veterinary quarantine certificate',\n /**\n * @description (1123) Document/message provided by the shipper or his agent to the carrier, multimodal transport operator, terminal or other receiving\n * authority, giving information about export consignments offered for transport, and providing for the necessary receipts and declarations of\n * liability. Sometimes a multipurpose cargo handling document also fulfilling the functions of document 632, 633, 650 and 655.\n */\n '630': 'Shipping note',\n /**\n * @description Document/message issued by a forwarder acting as Warehouse Keeper acknowledging receipt of goods placed in a warehouse, and stating or referring\n * to the conditions which govern the warehousing and the release of goods. The document contains detailed provisions regarding the rights of\n * holders-by-endorsement, transfer of ownership, etc. E.g. FIATA-FWR.\n */\n '631': \"Forwarder's warehouse receipt\",\n /**\n * @description Document/message to acknowledge the receipt of goods and in addition may indicate receiving conditions.\n */\n '632': 'Goods receipt',\n /**\n * @description Documents/messages specifying services rendered, storage and handling costs, demurrage and other charges due to the owner of goods described\n * therein.\n */\n '633': 'Port charges documents',\n /**\n * @description A document legalized from a competent authority that shows the components of the product (food additive, detergent, disinfectant and sanitizer).\n */\n '634': 'Certified list of ingredients',\n /**\n * @description Negotiable receipt document, issued by a Warehouse Keeper to a person placing goods in a warehouse and conferring title to the goods stored.\n */\n '635': 'Warehouse warrant',\n /**\n * @description A document legalized from a competent authority that shows that the product has been tested microbiologically and is free from any pathogens and\n * fit for human consumption and/or declares that the product is in compliance with sanitary and phytosanitary measures.\n */\n '636': 'Health certificate',\n /**\n * @description A document that shows that the product (food additive, detergent, disinfectant and sanitizer) is suitable to be used in the food industry.\n */\n '637': 'Food grade certificate',\n /**\n * @description Legumes Certificate of inspection for the vessel stating its readiness and suitability for transporting grains and legumes.\n */\n '638': 'Certificate of suitability for transport of grains and',\n /**\n * @description Inspection document shows that the container, the cooling devices and measured temperature is in good working condition.\n */\n '639': 'Certificate of refrigerated transport equipment inspection',\n /**\n * @description Document/message issued by a party entitled to authorize the release of goods specified therein to a named consignee, to be retained by the\n * custodian of the goods.\n */\n '640': 'Delivery order',\n /**\n * @description A report of temperature readings over a period.\n */\n '641': 'Thermographic reading report',\n /**\n * @description A certificate to verify readiness of a transport or transport area such as a reservoir or hold to transport food items.\n */\n '642': 'Certificate of food item transport readiness',\n /**\n * @description A document legalized from a competent authority that shows that the food packaging product is safe to come into contact with food.\n */\n '643': 'Food packaging contact certificate',\n /**\n * @description A document that shows the main structure that composes the packaging material.\n */\n '644': 'Packaging material composition report',\n /**\n * @description A certification executed by the competent authority from country of exportation stating the export price of the goods.\n */\n '645': 'Export price certificate',\n /**\n * @description A certification executed by the competent authority from country of production stating the price of the goods to the general public.\n */\n '646': 'Public price certificate',\n /**\n * @description A document containing results from the study which determines the shelf life, namely the time period of storage at a specified condition within\n * which a drug substance or drug product still meets its established specifications; its identity, strength, quality and purity.\n */\n '647': 'Drug shelf life study report',\n /**\n * @description Organization for Animal Health (OIE) A certification that the products have been treated in a way consistent with the standards set by the World\n * Organization for Animal Health (OIE).\n */\n '648': 'Certificate of compliance with standards of the World',\n /**\n * @description A license granted by a competent authority to a production facility for manufacturing specific products.\n */\n '649': 'Production facility license',\n /**\n * @description Document/message issued by a cargo handling organization (port administration, terminal operator, etc.) for the removal or other handling of\n * goods under their care.\n */\n '650': 'Handling order',\n /**\n * @description A license granted by a competent authority to a manufacturer for production of specific products.\n */\n '651': 'Manufacturing license',\n /**\n * @description An official letter issued by an import authority granted to the importer of goods from a low risk country which allows the importer to place its\n * products in the local market with certain favorable considerations.\n */\n '652': 'Low risk country formal letter',\n /**\n * @description Correspondence previously exchanged.\n */\n '653': 'Previous correspondence',\n /**\n * @description A declaration to be presented to the competent authority when radioactive material moves cross-border.\n */\n '654': 'Declaration for radioactive material',\n /**\n * @description Document/message authorizing goods specified therein to be brought out of a fenced-in port or terminal area.\n */\n '655': 'Gate pass',\n /**\n * @description Document/message providing information on a resale.\n */\n '656': 'Resale information',\n /**\n * @description A message/document consistent with the model for re- export phytosanitary certificates of the IPPC, attesting that a consignment meets\n * phytosanitary import requirements.\n */\n '657': 'Phytosanitary Re-export Certificate',\n /**\n * @description A full bayplan containing all occupied and/or blocked stowage locations.\n */\n '658': 'Bayplan/stowage plan, full',\n /**\n * @description A partial bayplan. containing only a selected part of the available stowage locations.\n */\n '659': 'Bayplan/stowage plan, partial',\n /**\n * @description Non-negotiable document evidencing the contract for the transport of cargo.\n */\n '700': 'Waybill',\n /**\n * @description Document/message evidencing a contract of carriage covering the movement of goods by any mode of transport, or combination of modes, for national\n * as well as international transport, under any applicable international convention or national law and under the conditions of carriage of any\n * carrier or transport operator undertaking or arranging the transport referred to in the document.\n */\n '701': 'Universal (multipurpose) transport document',\n /**\n * @description Document/message issued by a carrier or a carrier's agent, acknowledging receipt for carriage of goods specified therein on conditions stated or\n * referred to in the document, enabling the carrier to issue a transport document.\n */\n '702': 'Goods receipt, carriage',\n /**\n * @description The document made out by an agent/consolidator which evidences the contract between the shipper and the agent/consolidator for the arrangement of\n * carriage of goods.\n */\n '703': 'House waybill',\n /**\n * @description A bill of lading issued by the master of a vessel (in actuality the owner or charterer of the vessel). It could cover a number of house bills.\n */\n '704': 'Master bill of lading',\n /**\n * @description Negotiable document/message which evidences a contract of carriage by sea and the taking over or loading of goods by carrier, and by which\n * carrier undertakes to deliver goods against surrender of the document. A provision in the document that goods are to be delivered to the order of\n * a named person, or to order, or to bearer, constitutes such an undertaking.\n */\n '705': 'Bill of lading',\n /**\n * @description The original of the bill of lading issued by a transport company. When issued by the maritime industry it could signify ownership of the cargo.\n */\n '706': 'Bill of lading original',\n /**\n * @description A copy of the bill of lading issued by a transport company.\n */\n '707': 'Bill of lading copy',\n /**\n * @description Bill of lading indicating an empty container.\n */\n '708': 'Empty container bill',\n /**\n * @description Document which evidences a transport of liquid bulk cargo.\n */\n '709': 'Tanker bill of lading',\n /**\n * @description Non-negotiable document which evidences a contract for the carriage of goods by sea and the taking over of the goods by the carrier, and by which\n * the carrier undertakes to deliver the goods to the consignee named in the document.\n */\n '710': 'Sea waybill',\n /**\n * @description Negotiable transport document made out to a named person, to order or to bearer, signed by the carrier and handed to the sender after receipt of\n * the goods.\n */\n '711': 'Inland waterway bill of lading',\n /**\n * @description Non-negotiable document which evidences a contract for the carriage of goods by sea and the taking over or loading of the goods by the carrier,\n * and by which the carrier undertakes to deliver the goods to the consignee named in the document. E.g. Sea waybill. Remark: Synonymous with\n * \"straight\" or \"non-negotiable Bill of lading\" used in certain countries, e.g. Canada.\n */\n '712': 'Non-negotiable maritime transport document (generic)',\n /**\n * @description Document/message issued by a ship's officer to acknowledge that a specified consignment has been received on board a vessel, and the apparent\n * condition of the goods; enabling the carrier to issue a Bill of lading.\n */\n '713': \"Mate's receipt\",\n /**\n * @description The bill of lading issued not by the carrier but by the freight forwarder/consolidator known by the carrier.\n */\n '714': 'House bill of lading',\n /**\n * @description Document/message issued by a commercial party or a bank of an insurance company accepting responsibility to the beneficiary of the indemnity in\n * accordance with the terms thereof.\n */\n '715': 'Letter of indemnity for non-surrender of bill of lading',\n /**\n * @description Non-negotiable document issued by a freight forwarder evidencing a contract for the carriage of goods by sea and the taking over or loading of\n * the goods by the freight forwarder, and by which the freight forwarder undertakes to deliver the goods to the consignee named in the document.\n */\n '716': \"Forwarder's bill of lading\",\n /**\n * @description A document authorizing residence.\n */\n '717': 'Residence permit',\n /**\n * @description A national identity document issued to professional seamen that contains a record of their rank and service career.\n */\n '718': 'Seaman�s book',\n /**\n * @description Document/message providing agreed textual information.\n */\n '719': 'General message',\n /**\n * @description Transport document constituting a contract for the carriage of goods between the sender and the carrier (the railway). For international rail\n * traffic, this document must conform to the model prescribed by the international conventions concerning carriage of goods by rail, e.g. CIM\n * Convention, SMGS Convention.\n */\n '720': 'Rail consignment note (generic term)',\n /**\n * @description Document/message responding to a previously received Product Data document/message.\n */\n '721': 'Product data response',\n /**\n * @description Accounting document, one copy of which is drawn up for each consignment note; it accompanies the consignment over the whole route and is a rail\n * transport document.\n */\n '722': 'Road list-SMGS',\n /**\n * @description Document/message which gives right to the owner to exert all functions normally transferred to a guard in a train by which an escorted\n * consignment is transported.\n */\n '723': 'Escort official recognition',\n /**\n * @description Fictitious transport document regarding a previous transport, enabling a carrier's agent to give to another carrier's agent (in a different\n * country) the possibility to collect charges relating to the original transport (rail environment).\n */\n '724': 'Recharging document',\n /**\n * @description Document/message providing details of an order which has been raised by a manufacturer.\n */\n '725': 'Manufacturer raised order',\n /**\n * @description Document/message providing details of a consignment order which has been raised by a manufacturer.\n */\n '726': 'Manufacturer raised consignment order',\n /**\n * @description A price/sales catalogue message containing no commercial information, such as prices, terms or conditions.\n */\n '727': 'Price/sales catalogue not containing commercial information',\n /**\n * @description A price/sales catalogue message containing only commercial terms or conditions data.\n */\n '728': 'Price/sales catalogue containing commercial information',\n /**\n * @description Document/message by means of which the buyer informs the seller about the despatch of returned goods.\n */\n '729': 'Returns advice',\n /**\n * @description Transport document/message which evidences a contract between a carrier and a sender for the carriage of goods by road (generic term). Remark:\n * For international road traffic, this document must contain at least the particulars prescribed by the convention on the contract for the\n * international carriage of goods by road (CMR).\n */\n '730': 'Road consignment note',\n /**\n * @description A message enabling the transmission of commercial data concerning payments made and outstanding items on an account over a period of time.\n */\n '731': 'Commercial account summary',\n /**\n * @description A message by which a party announces to another party details of goods for return due to specified reasons (e.g. returns for repair, returns\n * because of damage, etc).\n */\n '732': 'Announcement for returns',\n /**\n * @description A message by which a party informs another party whether and how goods shall be returned.\n */\n '733': 'Instruction for returns',\n /**\n * @description A message enabling companies to exchange or report electronically, basic sales forecast data related to products or services, including the\n * corresponding location, time period, product identification, pricing and quantity information. It enables the recip.\n */\n '734': 'Sales forecast report',\n /**\n * @description A message enabling companies to exchange or report electronically, basic sales data related to products or services, including the corresponding\n * location, time period, product identification, pricing and quantity information. It enables the recipient to p.\n */\n '735': 'Sales data report',\n /**\n * @description A product inquiry which stands until it is cancelled. It requests not only the updates since last time, but always the complete product\n * information of a data supplier. This means that within the standing request every time a complete download of the respe.\n */\n '736': 'Standing inquiry on complete product information',\n /**\n * @description A message by which a consignee provides for a carrier proof of delivery of a consignment.\n */\n '737': 'Proof of delivery',\n /**\n * @description A message from a party to a warehouse, distribution centre, or logistics service provider identifying the handling services and where required\n * the movement of specified goods, limited to warehouses within the jurisdiction of the distribution centre or log.\n */\n '738': 'Cargo/goods handling and movement message',\n /**\n * @description Document/message providing metered consumption details supporiting an invoice.\n */\n '739': 'Metered services consumption report supporting an invoice',\n /**\n * @description Document/message made out by or on behalf of the shipper which evidences the contract between the shipper and carrier(s) for carriage of goods\n * over routes of the carrier(s) and which is identified by the airline prefix issuing the document plus a serial (IATA).\n */\n '740': 'Air waybill',\n /**\n * @description Document/message made out by or on behalf of the agent/consolidator which evidences the contract between the agent/consolidator and carrier(s)\n * for carriage of goods over routes of the carrier(s) for a consignment consisting of goods originated by more than one shipper (IATA).\n */\n '741': 'Master air waybill',\n /**\n * @description Document/message providing metered consumption details.\n */\n '742': 'Metered services consumption report',\n /**\n * @description A temporary air waybill which contains only limited information because of the absence of the original.\n */\n '743': 'Substitute air waybill',\n /**\n * @description Declaration to Customs regarding the personal effects of crew members aboard the conveyance; equivalent to IMO FAL 4.\n */\n '744': \"Crew's effects declaration\",\n /**\n * @description Declaration to Customs regarding passengers aboard the conveyance; equivalent to IMO FAL 6.\n */\n '745': 'Passenger list',\n /**\n * @description Document/message created by the consignor or by the departure station, joined to the transport or sent to the consignee, giving the possibility\n * to the consignee or the arrival station to attest the delivery of the goods. The document must be returned to the consignor or to the departure\n * station.\n */\n '746': 'Delivery notice (rail transport)',\n /**\n * @description A message sent by a party (usually an employer or its representative) to a service providing organisation, to detail payroll deductions paid on\n * behalf of its employees to the service providing organisation.\n */\n '747': 'Payroll deductions advice',\n /**\n * @description Document/message by means of which the supplier informs the buyer about the despatch of goods ordered on consignment (goods to be delivered into\n * stock with agreement on payment when goods are sold out of this stock).\n */\n '748': 'Consignment despatch advice',\n /**\n * @description Message containing information regarding gross mass verification of transport equipment.\n */\n '749': 'Transport equipment gross mass verification message',\n /**\n * @description Document/message which, according to Article 106 of the \"Agreement concerning Postal Parcels\" under the UPU convention, is to accompany post\n * parcels.\n */\n '750': 'Despatch note (post parcels)',\n /**\n * @description A document / message containing accounting related information such as monetary summations, seller id and VAT information. This may not be a\n * complete invoice according to legal requirements. For instance the line item information might be excluded.\n */\n '751': 'Invoice information for accounting purposes',\n /**\n * @description A transport document used when more than one mode of transportation is involved in the movement of cargo. It is a contract of carriage and\n * receipt of the cargo for a multimodal transport. It indicates the place where the responsible transport company in the move takes responsibility\n * for the cargo, the place where the responsibility of this transport company in the move ends and the conveyances involved.\n */\n '760': 'Multimodal/combined transport document (generic)',\n /**\n * @description Bill of lading which evidences a contract of carriage from one place to another in separate stages of which at least one stage is a sea transit,\n * and by which the issuing carrier accepts responsibility for the carriage as set forth in the through bill of lading.\n */\n '761': 'Through bill of lading',\n /**\n * @description Negotiable document/message issued by a forwarder to certify that he has taken charge of a specified consignment for despatch and delivery in\n * accordance with the consignor's instructions, as indicated in the document, and that he accepts responsibility for delivery of the goods to the\n * holder of the document through the intermediary of a delivery agent of his choice. E.g. FIATA-FCT.\n */\n '763': \"Forwarder's certificate of transport\",\n /**\n * @description Negotiable or non-negotiable document evidencing a contract for the performance and/or procurement of performance of combined transport of goods\n * and bearing on its face either the heading \"Negotiable combined transport document issued subject to Uniform Rules for a Combined Transport\n * Document (ICC Brochure No. 298)\" or the heading \"Non-negotiable Combined Transport Document issued subject to Uniform Rules for a Combined\n * Transport Document (ICC Brochure No. 298)\".\n */\n '764': 'Combined transport document (generic)',\n /**\n * @description Document/message which evidences a multimodal transport contract, the taking in charge of the goods by the multimodal transport operator, and an\n * undertaking by him to deliver the goods in accordance with the terms of the contract. (International Convention on Multimodal Transport of\n * Goods).\n */\n '765': 'Multimodal transport document (generic)',\n /**\n * @description Document which evidences a multimodal transport contract, the taking in charge of the goods by the multimodal transport operator, and an\n * undertaking by him to deliver the goods in accordance with the terms of the contract.\n */\n '766': 'Combined transport bill of lading/multimodal bill of lading',\n /**\n * @description Document/message issued by a carrier to confirm that space has been reserved for a consignment in means of transport.\n */\n '770': 'Booking confirmation',\n /**\n * @description Instructions for release or delivery of goods.\n */\n '775': 'Calling forward notice',\n /**\n * @description Document/message issued by a transport operation specifying freight costs and charges incurred for a transport operation and stating conditions\n * of payment.\n */\n '780': 'Freight invoice',\n /**\n * @description Notification from the carrier to the consignee in writing, by telephone or by any other means (express letter, message, telegram, etc.) informing\n * him that a consignment addressed to him is being or will shortly be held at his disposal at a specified point in the place of destination.\n */\n '781': 'Arrival notice (goods)',\n /**\n * @description Request made by the carrier to the sender, or, as the case may be, the consignee, for instructions as to the disposal of the consignment when\n * circumstances prevent delivery and the return of the goods has not been requested by the consignor in the transport document.\n */\n '782': 'Notice of circumstances preventing delivery (goods)',\n /**\n * @description Request made by the carrier to the sender, or, the consignee as the case may be, for instructions as to the disposal of the goods when\n * circumstances prevent transport before departure or en route, after acceptance of the consignment concerned.\n */\n '783': 'Notice of circumstances preventing transport (goods)',\n /**\n * @description Notification in writing, sent by the carrier to the sender, to inform him at his request of the actual date of delivery of the goods.\n */\n '784': 'Delivery notice (goods)',\n /**\n * @description Listing of goods comprising the cargo carried in a means of transport or in a transport-unit. The cargo manifest gives the commercial particulars\n * of the goods, such as transport document numbers, consignors, consignees, shipping marks, number and kind of packages and descriptions and\n * quantities of the goods.\n */\n '785': 'Cargo manifest',\n /**\n * @description Document/message containing the same information as a cargo manifest, and additional details on freight amounts, charges, etc.\n */\n '786': 'Freight manifest',\n /**\n * @description Document/message used in road transport, listing the cargo carried on a road vehicle, often referring to appended copies of Road consignment\n * note.\n */\n '787': 'Bordereau',\n /**\n * @description Document/message specifying the contents of particular freight containers or other transport units, prepared by the party responsible for their\n * loading into the container or unit.\n */\n '788': 'Container manifest (unit packing list)',\n /**\n * @description Document used by the rail organization to indicate freight charges or additional charges in each case where the departure station is not able to\n * calculate the charges for the total voyage (e.g. tariff not yet updated, part of voyage not covered by the tariff). This document must be\n * considered as joined to the transport.\n */\n '789': 'Charges note',\n /**\n * @description (1030) Document that is joined to the transport or sent by separate means, giving to the departure rail organization the proof that the cash-on\n * delivery amount has been encashed by the arrival rail organization before reimbursement of the consignor.\n */\n '790': 'Advice of collection',\n /**\n * @description Document certifying a ship's safety to a specified date.\n */\n '791': 'Safety of ship certificate',\n /**\n * @description Document certifying the safety of a ship's radio facilities to a specified date.\n */\n '792': 'Safety of radio certificate',\n /**\n * @description Document certifying the safety of a ship's equipment to a specified date.\n */\n '793': 'Safety of equipment certificate',\n /**\n * @description Document declaring a ship owner's liability for oil propelling or carried on a vessel.\n */\n '794': 'Civil liability for oil certificate',\n /**\n * @description Document specifying the limit of a ship's legal submersion under various conditions.\n */\n '795': 'Loadline document',\n /**\n * @description Document certifying that a ship is free of rats, valid to a specified date.\n */\n '796': 'Derat document',\n /**\n * @description Document certifying the health condition on board a vessel, valid to a specified date.\n */\n '797': 'Maritime declaration of health',\n /**\n * @description Official certificate stating the vessel's registry.\n */\n '798': 'Certificate of registry',\n /**\n * @description Declaration to Customs regarding the contents of the ship's stores (equivalent to IMO FAL 3) i.e. goods intended for consumption by\n * passengers/crew on board vessels, aircraft or trains, whether or not sold or landed; goods necessary for operation/maintenance of conveyance,\n * including fuel/lubricants, excluding spare parts/equipment (IMO).\n */\n '799': \"Ship's stores declaration\",\n /**\n * @description Application for a permit issued by a government authority permitting exportation of a specified commodity subject to specified conditions as\n * quantity, country of destination, etc.\n */\n '810': 'Export licence, application for',\n /**\n * @description Permit issued by a government authority permitting exportation of a specified commodity subject to specified conditions as quantity, country of\n * destination, etc. Synonym: Embargo permit.\n */\n '811': 'Export licence',\n /**\n * @description Document/message completed by an exporter/seller as a means whereby the competent body may control that the amount of foreign exchange accrued\n * from a trade transaction is repatriated in accordance with the conditions of payment and exchange control regulations in force.\n */\n '812': 'Exchange control declaration, export',\n /**\n * @description European community transit declaration.\n */\n '820': 'Despatch note model T',\n /**\n * @description Transit declaration for goods circulating under internal community transit procedures (between European Union (EU) countries).\n */\n '821': 'Despatch note model T1',\n /**\n * @description Ascertainment that the declared goods were originally produced in an European Union (EU) country.\n */\n '822': 'Despatch note model T2',\n /**\n * @description Control document (export declaration) used particularly in case of re-sending without use with only VAT collection, refusal, unconformity with\n * contract etc.\n */\n '823': 'Control document T5',\n /**\n * @description Rail consignment note prepared by the consignor for the facilitation of an eventual return to the origin of the goods.\n */\n '824': 'Re-sending consignment note',\n /**\n * @description Ascertainment that the declared goods were originally produced in an European Union (EU) country. May only be used for goods that are loaded on\n * one single means of transport in one single departure point for one single delivery point.\n */\n '825': 'Despatch note model T2L',\n /**\n * @description Document/message by which goods are declared for export Customs clearance, conforming to the layout key set out at Appendix I to Annex C.1\n * concerning outright exportation to the Kyoto convention (CCC). Within a Customs union, \"for despatch\" may have the same meaning as \"for\n * exportation\".\n */\n '830': 'Goods declaration for exportation',\n /**\n * @description Generic term, sometimes referred to as Freight declaration, applied to the documents providing the particulars required by the Customs concerning\n * the cargo (freight) carried by commercial means of transport (CCC).\n */\n '833': 'Cargo declaration (departure)',\n /**\n * @description Document/message submitted to a competent body by party requesting a Goods control certificate to be issued in accordance with national or\n * international standards, or conforming to legislation in the importing country, or as specified in the contract.\n */\n '840': 'Application for goods control certificate',\n /**\n * @description Document/message issued by a competent body evidencing the quality of the goods described therein, in accordance with national or international\n * standards, or conforming to legislation in the importing country, or as specified in the contract.\n */\n '841': 'Goods control certificate',\n /**\n * @description Document/message submitted to a competent body by party requesting a Phytosanitary certificate to be issued.\n */\n '850': 'Application for phytosanitary certificate',\n /**\n * @description A message/doucment consistent with the model for certificates of the IPPC, attesting that a consignment meets phytosanitary import requirements.\n */\n '851': 'Phytosanitary certificate',\n /**\n * @description Document/message issued by the competent authority in the exporting country evidencing that alimentary and animal products, including dead\n * animals, are fit for human consumption, and giving details, when relevant, of controls undertaken.\n */\n '852': 'Sanitary certificate',\n /**\n * @description Document/message issued by the competent authority in the exporting country evidencing that live animals or birds are not infested or infected\n * with disease, and giving details regarding their provenance, and of vaccinations and other treatment to which they have been subjected.\n */\n '853': 'Veterinary certificate',\n /**\n * @description Document/message submitted to a competent body by a party requesting an Inspection certificate to be issued in accordance with national or\n * international standards, or conforming to legislation in the country in which it is required, or as specified in the contract.\n */\n '855': 'Application for inspection certificate',\n /**\n * @description Document/message issued by a competent body evidencing that the goods described therein have been inspected in accordance with national or\n * international standards, in conformity with legislation in the country in which the inspection is required, or as specified in the contract.\n */\n '856': 'Inspection certificate',\n /**\n * @description Document/message submitted to a competent body by an interested party requesting a Certificate of origin to be issued in accordance with relevant\n * criteria, and on the basis of evidence of the origin of the goods.\n */\n '860': 'Certificate of origin, application for',\n /**\n * @description Document/message identifying goods, in which the authority or body authorized to issue it certifies expressly that the goods to which the\n * certificate relates originate in a specific country. The word \"country\" may include a group of countries, a region or a part of a country. This\n * certificate may also include a declaration by the manufacturer, producer, supplier, exporter or other competent person.\n */\n '861': 'Certificate of origin',\n /**\n * @description Appropriate statement as to the origin of the goods, made in connection with their exportation by the manufacturer, producer, supplier, exporter\n * or other competent person on the Commercial invoice or any other document relating to the goods (CCC).\n */\n '862': 'Declaration of origin',\n /**\n * @description Certificate drawn up in accordance with the rules laid down by an authority or approved body, certifying that the goods described therein qualify\n * for a designation specific to the given region (e.g. champagne, port wine, Parmesan cheese).\n */\n '863': 'Regional appellation certificate',\n /**\n * @description Document/message describing a certificate of origin meeting the requirements for preferential treatment.\n */\n '864': 'Preference certificate of origin',\n /**\n * @description Specific form of certificate of origin for goods qualifying for preferential treatment under the generalized system of preferences (includes a\n * combined declaration of origin and certificate, form A).\n */\n '865': 'Certificate of origin form GSP',\n /**\n * @description Document/message to be prepared by an exporter in his country and presented to a diplomatic representation of the importing country for\n * endorsement and subsequently to be presented by the importer in connection with the import of the goods described therein.\n */\n '870': 'Consular invoice',\n /**\n * @description (1115) Document/message issued by a consignor in accordance with applicable conventions or regulations, describing hazardous goods or materials\n * for transport purposes, and stating that the latter have been packed and labelled in accordance with the provisions of the relevant conventions\n * or regulations.\n */\n '890': 'Dangerous goods declaration',\n /**\n * @description Document/message in which an exporter provides information about exported goods required by the body responsible for the collection of\n * international trade statistics.\n */\n '895': 'Statistical document, export',\n /**\n * @description Document/message in which a declarant provides information about goods required by the body responsible for the collection of trade statistics.\n */\n '896': 'INTRASTAT declaration',\n /**\n * @description Document/message whereby an official authority (Customs or governmental) certifies that goods have been delivered.\n */\n '901': 'Delivery verification certificate',\n /**\n * @description Document/message in which an interested party applies to the competent body for authorization to import either a limited quantity of articles\n * subject to import restrictions, or an unlimited quantity of such articles during a limited period, and specifies the kind of articles, their\n * origin and value, etc.\n */\n '910': 'Import licence, application for',\n /**\n * @description Document/message issued by the competent body in accordance with import regulations in force, by which authorization is granted to a named party\n * to import either a limited quantity of designated articles or an unlimited quantity of such articles during a limited period, under conditions\n * specified in the document.\n */\n '911': 'Import licence',\n /**\n * @description CUSDEC transmission that does not include data from the commercial detail section of the message.\n */\n '913': 'Customs declaration without commercial detail',\n /**\n * @description CUSDEC transmission that includes data from both the commercial detail and item detail sections of the message.\n */\n '914': 'Customs declaration with commercial and item detail',\n /**\n * @description CUSDEC transmission that does not include data from the item detail section of the message.\n */\n '915': 'Customs declaration without item detail',\n /**\n * @description Document that has a relationship with the stated document/message.\n */\n '916': 'Related document',\n /**\n * @description Receipt for Customs duty/tax/fee paid.\n */\n '917': 'Receipt (Customs)',\n /**\n * @description Document/message whereby an importer/buyer requests the competent body to allocate an amount of foreign exchange to be transferred to an\n * exporter/seller in payment for goods.\n */\n '925': 'Application for exchange allocation',\n /**\n * @description Document/message issued by the competent body authorizing an importer/buyer to transfer an amount of foreign exchange to an exporter/seller in\n * payment for goods.\n */\n '926': 'Foreign exchange permit',\n /**\n * @description Document/message completed by an importer/buyer as a means for the competent body to control that a trade transaction for which foreign exchange\n * has been allocated has been executed and that money has been transferred in accordance with the conditions of payment and the exchange control\n * regulations in force.\n */\n '927': 'Exchange control declaration (import)',\n /**\n * @description Document/message by which goods are declared for import Customs clearance [sister entry of 830].\n */\n '929': 'Goods declaration for importation',\n /**\n * @description Document/message by which goods are declared for import Customs clearance according to Annex B.1 (concerning clearance for home use) to the Kyoto\n * convention (CCC).\n */\n '930': 'Goods declaration for home use',\n /**\n * @description Document/message issued by an importer notifying Customs that goods have been removed from an importing means of transport to the importer's\n * premises under a Customs- approved arrangement for immediate release, or requesting authorization to do so.\n */\n '931': 'Customs immediate release declaration',\n /**\n * @description Document/message whereby a Customs authority releases goods under its control to be placed at the disposal of the party concerned. Synonym:\n * Customs release note.\n */\n '932': 'Customs delivery note',\n /**\n * @description Generic term, sometimes referred to as Freight declaration, applied to the documents providing the particulars required by the Customs concerning\n * the cargo (freight) carried by commercial means of transport (CCC).\n */\n '933': 'Cargo declaration (arrival)',\n /**\n * @description Document/message in which a declarant (importer) states the invoice or other price (e.g. selling price, price of identical goods), and specifies\n * costs for freight, insurance and packing, etc., terms of delivery and payment, any relationship with the trading partner, etc., for the purpose\n * of determining the Customs value of goods imported.\n */\n '934': 'Value declaration',\n /**\n * @description Document/message required by the Customs in an importing country in which an exporter states the invoice or other price (e.g. selling price,\n * price of identical goods), and specifies costs for freight, insurance and packing, etc., terms of delivery and payment, for the purpose of\n * determining the Customs value in the importing country of goods consigned to that country.\n */\n '935': 'Customs invoice',\n /**\n * @description Document/message which, according to Article 106 of the \"Agreement concerning Postal Parcels\" under the UPU Convention, must accompany post\n * parcels and in which the contents of such parcels are specified.\n */\n '936': 'Customs declaration (post parcels)',\n /**\n * @description Document/message in which an importer states the pertinent information required by the competent body for assessment of value-added tax.\n */\n '937': 'Tax declaration (value added tax)',\n /**\n * @description Document/message containing a general tax declaration.\n */\n '938': 'Tax declaration (general)',\n /**\n * @description Document/message containing the demand of tax.\n */\n '940': 'Tax demand',\n /**\n * @description Document/message giving the permission to export specified goods.\n */\n '941': 'Embargo permit',\n /**\n * @description Document/message by which the sender declares goods for Customs transit according to Annex E.1 (concerning Customs transit) to the Kyoto\n * convention (CCC).\n */\n '950': 'Goods declaration for Customs transit',\n /**\n * @description International Customs transit document by which the sender declares goods for carriage by rail in accordance with the provisions of the 1952\n * International Convention to facilitate the crossing of frontiers for goods carried by rail (TIF Convention of UIC).\n */\n '951': 'TIF form',\n /**\n * @description International Customs document (International Transit by Road), issued by a guaranteeing association approved by the Customs authorities, under\n * the cover of which goods are carried, in most cases under Customs seal, in road vehicles and/or containers in compliance with the requirements of\n * the Customs TIR Convention of the International Transport of Goods under cover of TIR Carnets (UN/ECE).\n */\n '952': 'TIR carnet',\n /**\n * @description EC customs transit document issued by EC customs authorities for transit and/or temporary user of goods within the EC.\n */\n '953': 'EC carnet',\n /**\n * @description Customs certificate used in preferential goods interchanges between EC countries and EC external countries.\n */\n '954': 'EUR 1 certificate of origin',\n /**\n * @description International Customs document (Admission Temporaire / Temporary Admission) which, issued under the terms of the ATA Convention (1961),\n * incorporates an internationally valid guarantee and may be used, in lieu of national Customs documents and as security for import duties and\n * taxes, to cover the temporary admission of goods and, where appropriate, the transit of goods. If accepted for controlling the temporary export\n * and reimport of goods, international guarantee does not apply (CCC).\n */\n '955': 'ATA carnet',\n /**\n * @description A set of documents, replacing the various (national) forms for Customs declaration within the EC, implemented on 01-01-1988.\n */\n '960': 'Single administrative document',\n /**\n * @description General response message to permit the transfer of data from Customs to the transmitter of the previous message.\n */\n '961': 'General response (Customs)',\n /**\n * @description Document response message to permit the transfer of data from Customs to the transmitter of the previous message.\n */\n '962': 'Document response (Customs)',\n /**\n * @description Error response message to permit the transfer of data from Customs to the transmitter of the previous message.\n */\n '963': 'Error response (Customs)',\n /**\n * @description Package response message to permit the transfer of data from Customs to the transmitter of the previous message.\n */\n '964': 'Package response (Customs)',\n /**\n * @description Tax calculation/confirmation response message to permit the transfer of data from Customs to the transmitter of the previous message.\n */\n '965': 'Tax calculation/confirmation response (Customs)',\n /**\n * @description Document/message issued by the competent body for prior allocation of a quota.\n */\n '966': 'Quota prior allocation certificate',\n /**\n * @description Document which contains consignment information concerning the wagons and their lading in a case of a multiple wagon consignment.\n */\n '970': 'Wagon report',\n /**\n * @description Document for a course of transit used for a carrier who is neither the carrier at the beginning nor the arrival. The transit carrier can directly\n * invoice the expenses for its part of the transport.\n */\n '971': 'Transit Conveyor Document',\n /**\n * @description Document which is a copy of the rail consignment note printed especially for the need of the forwarder.\n */\n '972': 'Rail consignment note forwarder copy',\n /**\n * @description Document giving details for the carriage of excisable goods on a duty-suspended basis.\n */\n '974': 'Duty suspended goods',\n /**\n * @description A document providing proof that a transit declaration has been accepted.\n */\n '975': 'Proof of transit declaration',\n /**\n * @description Document for the carriage of containers. Syn: transfer note.\n */\n '976': 'Container transfer note',\n /**\n * @description Customs transit document for the carriage of shipments of the NATO armed forces under Customs supervision.\n */\n '977': 'NATO transit document',\n /**\n * @description Document containing the authorization from the relevant authority for the international carriage of waste. Syn: Transfrontier waste shipment\n * permit.\n */\n '978': 'Transfrontier waste shipment authorization',\n /**\n * @description Document certified by the carriers and the consignee to be used for the international carriage of waste.\n */\n '979': 'Transfrontier waste shipment movement document',\n /**\n * @description Document issued by Customs granting the end-use Customs procedure.\n */\n '990': 'End use authorization',\n /**\n * @description Document/message describing a contract with a government authority.\n */\n '991': 'Government contract',\n /**\n * @description Document/message describing an import document that is used for statistical purposes.\n */\n '995': 'Statistical document, import',\n /**\n * @description Message with application for opening of a documentary credit.\n */\n '996': 'Application for documentary credit',\n /**\n * @description Indication of the previous Customs document/message concerning the same transaction.\n */\n '998': 'Previous Customs document/message',\n};\n\n/**\n * @description Keys of {@link documentTypeCodes}.\n */\nexport type DocumentTypeCodesKeys =\n | '1'\n | '2'\n | '3'\n | '4'\n | '5'\n | '6'\n | '7'\n | '8'\n | '9'\n | '10'\n | '11'\n | '12'\n | '13'\n | '14'\n | '15'\n | '16'\n | '17'\n | '18'\n | '19'\n | '20'\n | '21'\n | '22'\n | '23'\n | '24'\n | '25'\n | '26'\n | '27'\n | '28'\n | '29'\n | '30'\n | '31'\n | '32'\n | '33'\n | '34'\n | '35'\n | '36'\n | '37'\n | '38'\n | '39'\n | '40'\n | '41'\n | '42'\n | '43'\n | '44'\n | '45'\n | '46'\n | '47'\n | '48'\n | '49'\n | '50'\n | '51'\n | '52'\n | '53'\n | '54'\n | '55'\n | '56'\n | '57'\n | '58'\n | '59'\n | '60'\n | '61'\n | '62'\n | '63'\n | '64'\n | '65'\n | '66'\n | '67'\n | '68'\n | '69'\n | '70'\n | '71'\n | '72'\n | '73'\n | '74'\n | '75'\n | '76'\n | '77'\n | '78'\n | '79'\n | '80'\n | '81'\n | '82'\n | '83'\n | '84'\n | '85'\n | '86'\n | '87'\n | '88'\n | '89'\n | '90'\n | '91'\n | '92'\n | '93'\n | '94'\n | '95'\n | '96'\n | '97'\n | '98'\n | '99'\n | '100'\n | '101'\n | '102'\n | '103'\n | '104'\n | '105'\n | '106'\n | '107'\n | '108'\n | '109'\n | '110'\n | '111'\n | '112'\n | '113'\n | '114'\n | '115'\n | '116'\n | '117'\n | '118'\n | '119'\n | '120'\n | '121'\n | '122'\n | '123'\n | '124'\n | '125'\n | '126'\n | '127'\n | '128'\n | '129'\n | '130'\n | '131'\n | '132'\n | '133'\n | '134'\n | '135'\n | '136'\n | '137'\n | '138'\n | '139'\n | '140'\n | '141'\n | '142'\n | '143'\n | '144'\n | '145'\n | '146'\n | '147'\n | '148'\n | '149'\n | '150'\n | '151'\n | '152'\n | '153'\n | '154'\n | '155'\n | '156'\n | '157'\n | '158'\n | '159'\n | '160'\n | '161'\n | '162'\n | '163'\n | '164'\n | '165'\n | '166'\n | '167'\n | '168'\n | '169'\n | '170'\n | '171'\n | '172'\n | '173'\n | '174'\n | '175'\n | '176'\n | '177'\n | '178'\n | '179'\n | '180'\n | '181'\n | '182'\n | '183'\n | '184'\n | '185'\n | '186'\n | '187'\n | '188'\n | '189'\n | '190'\n | '191'\n | '192'\n | '193'\n | '194'\n | '195'\n | '196'\n | '197'\n | '198'\n | '199'\n | '200'\n | '201'\n | '202'\n | '203'\n | '204'\n | '205'\n | '206'\n | '207'\n | '208'\n | '209'\n | '210'\n | '211'\n | '212'\n | '213'\n | '214'\n | '215'\n | '216'\n | '217'\n | '218'\n | '219'\n | '220'\n | '221'\n | '222'\n | '223'\n | '224'\n | '225'\n | '226'\n | '227'\n | '228'\n | '229'\n | '230'\n | '231'\n | '232'\n | '233'\n | '234'\n | '235'\n | '236'\n | '237'\n | '238'\n | '239'\n | '240'\n | '241'\n | '242'\n | '243'\n | '244'\n | '245'\n | '246'\n | '247'\n | '248'\n | '249'\n | '250'\n | '251'\n | '252'\n | '253'\n | '254'\n | '255'\n | '256'\n | '257'\n | '258'\n | '259'\n | '260'\n | '261'\n | '262'\n | '263'\n | '264'\n | '265'\n | '266'\n | '267'\n | '268'\n | '269'\n | '270'\n | '271'\n | '272'\n | '273'\n | '274'\n | '275'\n | '276'\n | '277'\n | '278'\n | '279'\n | '280'\n | '281'\n | '282'\n | '283'\n | '284'\n | '285'\n | '286'\n | '287'\n | '288'\n | '289'\n | '290'\n | '291'\n | '292'\n | '293'\n | '294'\n | '295'\n | '296'\n | '297'\n | '298'\n | '299'\n | '300'\n | '301'\n | '302'\n | '303'\n | '304'\n | '305'\n | '306'\n | '307'\n | '308'\n | '309'\n | '310'\n | '311'\n | '312'\n | '313'\n | '314'\n | '315'\n | '316'\n | '317'\n | '318'\n | '319'\n | '320'\n | '321'\n | '322'\n | '323'\n | '324'\n | '325'\n | '326'\n | '327'\n | '328'\n | '329'\n | '330'\n | '331'\n | '332'\n | '333'\n | '334'\n | '335'\n | '336'\n | '337'\n | '338'\n | '339'\n | '340'\n | '341'\n | '342'\n | '343'\n | '344'\n | '345'\n | '346'\n | '347'\n | '348'\n | '349'\n | '350'\n | '351'\n | '352'\n | '353'\n | '354'\n | '355'\n | '356'\n | '357'\n | '358'\n | '359'\n | '360'\n | '361'\n | '362'\n | '363'\n | '364'\n | '365'\n | '366'\n | '367'\n | '368'\n | '369'\n | '370'\n | '371'\n | '372'\n | '373'\n | '374'\n | '375'\n | '376'\n | '377'\n | '378'\n | '379'\n | '380'\n | '381'\n | '382'\n | '383'\n | '384'\n | '385'\n | '386'\n | '387'\n | '388'\n | '389'\n | '390'\n | '391'\n | '392'\n | '393'\n | '394'\n | '395'\n | '396'\n | '397'\n | '398'\n | '399'\n | '400'\n | '401'\n | '402'\n | '403'\n | '404'\n | '405'\n | '406'\n | '407'\n | '408'\n | '409'\n | '410'\n | '411'\n | '412'\n | '413'\n | '414'\n | '415'\n | '416'\n | '417'\n | '418'\n | '419'\n | '420'\n | '421'\n | '422'\n | '423'\n | '1999'\n | '424'\n | '425'\n | '426'\n | '427'\n | '428'\n | '429'\n | '430'\n | '431'\n | '432'\n | '433'\n | '434'\n | '435'\n | '436'\n | '437'\n | '438'\n | '439'\n | '440'\n | '441'\n | '442'\n | '443'\n | '444'\n | '445'\n | '446'\n | '447'\n | '448'\n | '449'\n | '450'\n | '451'\n | '452'\n | '453'\n | '454'\n | '455'\n | '456'\n | '457'\n | '458'\n | '459'\n | '460'\n | '461'\n | '462'\n | '463'\n | '464'\n | '465'\n | '466'\n | '467'\n | '468'\n | '469'\n | '470'\n | '481'\n | '482'\n | '483'\n | '484'\n | '485'\n | '486'\n | '487'\n | '488'\n | '489'\n | '490'\n | '491'\n | '493'\n | '494'\n | '495'\n | '496'\n | '497'\n | '498'\n | '499'\n | '520'\n | '521'\n | '522'\n | '523'\n | '524'\n | '525'\n | '526'\n | '527'\n | '528'\n | '529'\n | '530'\n | '531'\n | '532'\n | '533'\n | '534'\n | '535'\n | '536'\n | '537'\n | '538'\n | '539'\n | '550'\n | '551'\n | '552'\n | '553'\n | '554'\n | '575'\n | '576'\n | '577'\n | '578'\n | '579'\n | '580'\n | '581'\n | '582'\n | '583'\n | '584'\n | '585'\n | '586'\n | '587'\n | '588'\n | '589'\n | '610'\n | '621'\n | '622'\n | '623'\n | '624'\n | '625'\n | '626'\n | '627'\n | '628'\n | '629'\n | '630'\n | '631'\n | '632'\n | '633'\n | '634'\n | '635'\n | '636'\n | '637'\n | '638'\n | '639'\n | '640'\n | '641'\n | '642'\n | '643'\n | '644'\n | '645'\n | '646'\n | '647'\n | '648'\n | '649'\n | '650'\n | '651'\n | '652'\n | '653'\n | '654'\n | '655'\n | '656'\n | '657'\n | '658'\n | '659'\n | '700'\n | '701'\n | '702'\n | '703'\n | '704'\n | '705'\n | '706'\n | '707'\n | '708'\n | '709'\n | '710'\n | '711'\n | '712'\n | '713'\n | '714'\n | '715'\n | '716'\n | '717'\n | '718'\n | '719'\n | '720'\n | '721'\n | '722'\n | '723'\n | '724'\n | '725'\n | '726'\n | '727'\n | '728'\n | '729'\n | '730'\n | '731'\n | '732'\n | '733'\n | '734'\n | '735'\n | '736'\n | '737'\n | '738'\n | '739'\n | '740'\n | '741'\n | '742'\n | '743'\n | '744'\n | '745'\n | '746'\n | '747'\n | '748'\n | '749'\n | '750'\n | '751'\n | '760'\n | '761'\n | '763'\n | '764'\n | '765'\n | '766'\n | '770'\n | '775'\n | '780'\n | '781'\n | '782'\n | '783'\n | '784'\n | '785'\n | '786'\n | '787'\n | '788'\n | '789'\n | '790'\n | '791'\n | '792'\n | '793'\n | '794'\n | '795'\n | '796'\n | '797'\n | '798'\n | '799'\n | '810'\n | '811'\n | '812'\n | '820'\n | '821'\n | '822'\n | '823'\n | '824'\n | '825'\n | '830'\n | '833'\n | '840'\n | '841'\n | '850'\n | '851'\n | '852'\n | '853'\n | '855'\n | '856'\n | '860'\n | '861'\n | '862'\n | '863'\n | '864'\n | '865'\n | '870'\n | '890'\n | '895'\n | '896'\n | '901'\n | '910'\n | '911'\n | '913'\n | '914'\n | '915'\n | '916'\n | '917'\n | '925'\n | '926'\n | '927'\n | '929'\n | '930'\n | '931'\n | '932'\n | '933'\n | '934'\n | '935'\n | '936'\n | '937'\n | '938'\n | '940'\n | '941'\n | '950'\n | '951'\n | '952'\n | '953'\n | '954'\n | '955'\n | '960'\n | '961'\n | '962'\n | '963'\n | '964'\n | '965'\n | '966'\n | '970'\n | '971'\n | '972'\n | '974'\n | '975'\n | '976'\n | '977'\n | '978'\n | '979'\n | '990'\n | '991'\n | '995'\n | '996'\n | '998';\n\n/**\n * @description Keys of {@link documentTypeCodes}.\n */\nexport const documentTypeCodesKeys = [\n '1',\n '2',\n '3',\n '4',\n '5',\n '6',\n '7',\n '8',\n '9',\n '10',\n '11',\n '12',\n '13',\n '14',\n '15',\n '16',\n '17',\n '18',\n '19',\n '20',\n '21',\n '22',\n '23',\n '24',\n '25',\n '26',\n '27',\n '28',\n '29',\n '30',\n '31',\n '32',\n '33',\n '34',\n '35',\n '36',\n '37',\n '38',\n '39',\n '40',\n '41',\n '42',\n '43',\n '44',\n '45',\n '46',\n '47',\n '48',\n '49',\n '50',\n '51',\n '52',\n '53',\n '54',\n '55',\n '56',\n '57',\n '58',\n '59',\n '60',\n '61',\n '62',\n '63',\n '64',\n '65',\n '66',\n '67',\n '68',\n '69',\n '70',\n '71',\n '72',\n '73',\n '74',\n '75',\n '76',\n '77',\n '78',\n '79',\n '80',\n '81',\n '82',\n '83',\n '84',\n '85',\n '86',\n '87',\n '88',\n '89',\n '90',\n '91',\n '92',\n '93',\n '94',\n '95',\n '96',\n '97',\n '98',\n '99',\n '100',\n '101',\n '102',\n '103',\n '104',\n '105',\n '106',\n '107',\n '108',\n '109',\n '110',\n '111',\n '112',\n '113',\n '114',\n '115',\n '116',\n '117',\n '118',\n '119',\n '120',\n '121',\n '122',\n '123',\n '124',\n '125',\n '126',\n '127',\n '128',\n '129',\n '130',\n '131',\n '132',\n '133',\n '134',\n '135',\n '136',\n '137',\n '138',\n '139',\n '140',\n '141',\n '142',\n '143',\n '144',\n '145',\n '146',\n '147',\n '148',\n '149',\n '150',\n '151',\n '152',\n '153',\n '154',\n '155',\n '156',\n '157',\n '158',\n '159',\n '160',\n '161',\n '162',\n '163',\n '164',\n '165',\n '166',\n '167',\n '168',\n '169',\n '170',\n '171',\n '172',\n '173',\n '174',\n '175',\n '176',\n '177',\n '178',\n '179',\n '180',\n '181',\n '182',\n '183',\n '184',\n '185',\n '186',\n '187',\n '188',\n '189',\n '190',\n '191',\n '192',\n '193',\n '194',\n '195',\n '196',\n '197',\n '198',\n '199',\n '200',\n '201',\n '202',\n '203',\n '204',\n '205',\n '206',\n '207',\n '208',\n '209',\n '210',\n '211',\n '212',\n '213',\n '214',\n '215',\n '216',\n '217',\n '218',\n '219',\n '220',\n '221',\n '222',\n '223',\n '224',\n '225',\n '226',\n '227',\n '228',\n '229',\n '230',\n '231',\n '232',\n '233',\n '234',\n '235',\n '236',\n '237',\n '238',\n '239',\n '240',\n '241',\n '242',\n '243',\n '244',\n '245',\n '246',\n '247',\n '248',\n '249',\n '250',\n '251',\n '252',\n '253',\n '254',\n '255',\n '256',\n '257',\n '258',\n '259',\n '260',\n '261',\n '262',\n '263',\n '264',\n '265',\n '266',\n '267',\n '268',\n '269',\n '270',\n '271',\n '272',\n '273',\n '274',\n '275',\n '276',\n '277',\n '278',\n '279',\n '280',\n '281',\n '282',\n '283',\n '284',\n '285',\n '286',\n '287',\n '288',\n '289',\n '290',\n '291',\n '292',\n '293',\n '294',\n '295',\n '296',\n '297',\n '298',\n '299',\n '300',\n '301',\n '302',\n '303',\n '304',\n '305',\n '306',\n '307',\n '308',\n '309',\n '310',\n '311',\n '312',\n '313',\n '314',\n '315',\n '316',\n '317',\n '318',\n '319',\n '320',\n '321',\n '322',\n '323',\n '324',\n '325',\n '326',\n '327',\n '328',\n '329',\n '330',\n '331',\n '332',\n '333',\n '334',\n '335',\n '336',\n '337',\n '338',\n '339',\n '340',\n '341',\n '342',\n '343',\n '344',\n '345',\n '346',\n '347',\n '348',\n '349',\n '350',\n '351',\n '352',\n '353',\n '354',\n '355',\n '356',\n '357',\n '358',\n '359',\n '360',\n '361',\n '362',\n '363',\n '364',\n '365',\n '366',\n '367',\n '368',\n '369',\n '370',\n '371',\n '372',\n '373',\n '374',\n '375',\n '376',\n '377',\n '378',\n '379',\n '380',\n '381',\n '382',\n '383',\n '384',\n '385',\n '386',\n '387',\n '388',\n '389',\n '390',\n '391',\n '392',\n '393',\n '394',\n '395',\n '396',\n '397',\n '398',\n '399',\n '400',\n '401',\n '402',\n '403',\n '404',\n '405',\n '406',\n '407',\n '408',\n '409',\n '410',\n '411',\n '412',\n '413',\n '414',\n '415',\n '416',\n '417',\n '418',\n '419',\n '420',\n '421',\n '422',\n '423',\n '1999',\n '424',\n '425',\n '426',\n '427',\n '428',\n '429',\n '430',\n '431',\n '432',\n '433',\n '434',\n '435',\n '436',\n '437',\n '438',\n '439',\n '440',\n '441',\n '442',\n '443',\n '444',\n '445',\n '446',\n '447',\n '448',\n '449',\n '450',\n '451',\n '452',\n '453',\n '454',\n '455',\n '456',\n '457',\n '458',\n '459',\n '460',\n '461',\n '462',\n '463',\n '464',\n '465',\n '466',\n '467',\n '468',\n '469',\n '470',\n '481',\n '482',\n '483',\n '484',\n '485',\n '486',\n '487',\n '488',\n '489',\n '490',\n '491',\n '493',\n '494',\n '495',\n '496',\n '497',\n '498',\n '499',\n '520',\n '521',\n '522',\n '523',\n '524',\n '525',\n '526',\n '527',\n '528',\n '529',\n '530',\n '531',\n '532',\n '533',\n '534',\n '535',\n '536',\n '537',\n '538',\n '539',\n '550',\n '551',\n '552',\n '553',\n '554',\n '575',\n '576',\n '577',\n '578',\n '579',\n '580',\n '581',\n '582',\n '583',\n '584',\n '585',\n '586',\n '587',\n '588',\n '589',\n '610',\n '621',\n '622',\n '623',\n '624',\n '625',\n '626',\n '627',\n '628',\n '629',\n '630',\n '631',\n '632',\n '633',\n '634',\n '635',\n '636',\n '637',\n '638',\n '639',\n '640',\n '641',\n '642',\n '643',\n '644',\n '645',\n '646',\n '647',\n '648',\n '649',\n '650',\n '651',\n '652',\n '653',\n '654',\n '655',\n '656',\n '657',\n '658',\n '659',\n '700',\n '701',\n '702',\n '703',\n '704',\n '705',\n '706',\n '707',\n '708',\n '709',\n '710',\n '711',\n '712',\n '713',\n '714',\n '715',\n '716',\n '717',\n '718',\n '719',\n '720',\n '721',\n '722',\n '723',\n '724',\n '725',\n '726',\n '727',\n '728',\n '729',\n '730',\n '731',\n '732',\n '733',\n '734',\n '735',\n '736',\n '737',\n '738',\n '739',\n '740',\n '741',\n '742',\n '743',\n '744',\n '745',\n '746',\n '747',\n '748',\n '749',\n '750',\n '751',\n '760',\n '761',\n '763',\n '764',\n '765',\n '766',\n '770',\n '775',\n '780',\n '781',\n '782',\n '783',\n '784',\n '785',\n '786',\n '787',\n '788',\n '789',\n '790',\n '791',\n '792',\n '793',\n '794',\n '795',\n '796',\n '797',\n '798',\n '799',\n '810',\n '811',\n '812',\n '820',\n '821',\n '822',\n '823',\n '824',\n '825',\n '830',\n '833',\n '840',\n '841',\n '850',\n '851',\n '852',\n '853',\n '855',\n '856',\n '860',\n '861',\n '862',\n '863',\n '864',\n '865',\n '870',\n '890',\n '895',\n '896',\n '901',\n '910',\n '911',\n '913',\n '914',\n '915',\n '916',\n '917',\n '925',\n '926',\n '927',\n '929',\n '930',\n '931',\n '932',\n '933',\n '934',\n '935',\n '936',\n '937',\n '938',\n '940',\n '941',\n '950',\n '951',\n '952',\n '953',\n '954',\n '955',\n '960',\n '961',\n '962',\n '963',\n '964',\n '965',\n '966',\n '970',\n '971',\n '972',\n '974',\n '975',\n '976',\n '977',\n '978',\n '979',\n '990',\n '991',\n '995',\n '996',\n '998',\n] as [string, ...string[]];\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version D.17A\n *\n * @category Peppol Values\n *\n * @title Application Response type code (UNCL4343 Subset)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343/\n */\nexport const applicationResponseTypeCodes = {\n AB: 'Message acknowledgement',\n\n AP: 'Accepted',\n\n RE: 'Rejected',\n};\n\n/**\n * @description Keys of {@link applicationResponseTypeCodes}.\n */\nexport type ApplicationResponseTypeCodesKeys = 'AB' | 'AP' | 'RE';\n\n/**\n * @description Keys of {@link applicationResponseTypeCodes}.\n */\nexport const applicationResponseTypeCodesKeys = ['AB', 'AP', 'RE'] as const;\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version 1.0\n *\n * @category Peppol Values\n *\n * @title Status Clarification Action (OpenPeppol)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/\n */\nexport const opStatusAction = {\n /**\n * @description No action required.\n */\n NOA: 'No action required',\n /**\n * @description Missing information requested without re-issuing invoice.\n */\n PIN: 'Provide information',\n /**\n * @description Request to re-issue a corrected invoice.\n */\n NIN: 'Issue new invoice',\n /**\n * @description Request to fully cancel the referenced invoice with a credit note.\n */\n CNF: 'Credit fully',\n /**\n * @description Request to issue partial credit note for corrections only.\n */\n CNP: 'Credit partially',\n /**\n * @description Request to repay the amount paid on the invoice.\n */\n CNA: 'Credit the amount',\n /**\n * @description Requested action is not defined by code.\n */\n OTH: 'Other',\n};\n\n/**\n * @description Keys of {@link opStatusAction}.\n */\nexport type OpStatusActionKeys = 'NOA' | 'PIN' | 'NIN' | 'CNF' | 'CNP' | 'CNA' | 'OTH';\n\n/**\n * @description Keys of {@link opStatusAction}.\n */\nexport const opStatusActionKeys = ['NOA', 'PIN', 'NIN', 'CNF', 'CNP', 'CNA', 'OTH'] as const;\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version 1.0\n *\n * @category Peppol Values\n *\n * @title Status Clarification Reason (OpenPeppol)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/\n */\nexport const opStatusReason = {\n /**\n * @description Indicates that receiver of the documents sends the message just to update the status and there are no problems with document processing.\n */\n NON: 'No Issue',\n /**\n * @description Indicates that the received document did not contain references as required by the receiver for correctly routing the document for approval or\n * processing.\n */\n REF: 'References incorrect',\n /**\n * @description Information in the received document is not according to legal requirements.\n */\n LEG: 'Legal information incorrect',\n /**\n * @description The party to which the document is addressed is not known.\n */\n REC: 'Receiver unknown',\n /**\n * @description Unacceptable or incorrect quality.\n */\n QUA: 'Item quality insufficient',\n /**\n * @description Delivery proposed or provided is not acceptable.\n */\n DEL: 'Delivery issues',\n /**\n * @description Prices not according to previous expectation.\n */\n PRI: 'Prices incorrect',\n /**\n * @description Quantity not according to previous expectation.\n */\n QTY: 'Quantity incorrect',\n /**\n * @description Items not according to previous expectation.\n */\n ITM: 'Items incorrect',\n /**\n * @description Payment terms not according to previous expectation.\n */\n PAY: 'Payment terms incorrect',\n /**\n * @description Commercial transaction not recognized.\n */\n UNR: 'Not recognized',\n /**\n * @description Finance terms not according to previous expectation.\n */\n FIN: 'Finance incorrect',\n /**\n * @description Payment is partially but not fully paid.\n */\n PPD: 'Partially Paid',\n /**\n * @description Reason for status is not defined by code.\n */\n OTH: 'Other',\n};\n\n/**\n * @description Keys of {@link opStatusReason}.\n */\nexport type OpStatusReasonKeys = 'NON' | 'REF' | 'LEG' | 'REC' | 'QUA' | 'DEL' | 'PRI' | 'QTY' | 'ITM' | 'PAY' | 'UNR' | 'FIN' | 'PPD' | 'OTH';\n\n/**\n * @description Keys of {@link opStatusReason}.\n */\nexport const opStatusReasonKeys = ['NON', 'REF', 'LEG', 'REC', 'QUA', 'DEL', 'PRI', 'QTY', 'ITM', 'PAY', 'UNR', 'FIN', 'PPD', 'OTH'] as [\n string,\n ...string[],\n];\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by `scripts/values.ts`\n\n/**\n * @version 9.7\n *\n * @category Peppol Values\n *\n * @title Peppol Participant Identifier Schemes\n *\n * @enum\n */\nexport const processes = {\n 'cenbii-procid-ubl': [\n 'none',\n 'urn:www.cenbii.eu:profile:bii01:ver1.0',\n 'urn:www.cenbii.eu:profile:bii01:ver2.0',\n 'urn:www.cenbii.eu:profile:bii03:ver1.0',\n 'urn:www.cenbii.eu:profile:bii03:ver2.0',\n 'urn:www.cenbii.eu:profile:bii04:ver1.0',\n 'urn:www.cenbii.eu:profile:bii04:ver2.0',\n 'urn:www.cenbii.eu:profile:bii05:ver1.0',\n 'urn:www.cenbii.eu:profile:bii05:ver2.0',\n 'urn:www.cenbii.eu:profile:bii06:ver1.0',\n 'urn:www.cenbii.eu:profile:bii28:ver2.0',\n 'urn:www.cenbii.eu:profile:bii30:ver2.0',\n 'urn:www.cenbii.eu:profile:bii36:ver2.0',\n 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0',\n 'urn:peppol:bis:billing_with_response',\n 'urn:peppol:france:billing:regulated',\n 'urn:peppol:france:billing:non-regulated',\n 'urn:fdc:peppol.eu:2017:pracc:p001:01:1.0',\n 'urn:fdc:peppol.eu:2017:pracc:p002:01:1.0',\n 'urn:fdc:peppol.eu:2017:pracc:p003:01:1.0',\n 'urn:www.peppol.eu:profile:bis63a:ver1.0',\n 'urn:fdc:peppol.eu:poacc:bis:catalogue_only:3',\n 'urn:fdc:peppol.eu:poacc:bis:catalogue_wo_response:3',\n 'urn:fdc:peppol.eu:poacc:bis:ordering:3',\n 'urn:fdc:peppol.eu:poacc:bis:order_only:3',\n 'urn:fdc:peppol.eu:poacc:bis:advanced_ordering:3',\n 'urn:fdc:peppol.eu:poacc:bis:invoice_response:3',\n 'urn:fdc:peppol.eu:poacc:bis:punch_out:3',\n 'urn:fdc:peppol.eu:poacc:bis:despatch_advice:3',\n 'urn:fdc:peppol.eu:poacc:bis:order_agreement:3',\n 'urn:fdc:peppol.eu:poacc:bis:mlr:3',\n 'urn:fdc:www.efaktura.gov.pl:ver1.0:account_corr:ver1.0',\n 'urn:fdc:www.efaktura.gov.pl:ver1.0:corr_inv:ver1.0',\n 'urn:fdc:www.efaktura.gov.pl:ver1.0:receipt_advice:ver1.0',\n 'urn:fdc:peppol.eu:2017:poacc:selfbilling:01:1.0',\n 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:09:1.0',\n 'urn:fdc:peppol.eu:poacc:en16931:any',\n 'urn:kosit:profile:reporting:1.0',\n 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:02:1.0',\n 'urn:fdc:bits.no:2017:profile:01:1.0',\n 'urn:fdc:bits.no:2017:profile:03:1.0',\n 'urn:fdc:bits.no:2017:profile:02:1.0',\n 'urn:fdc:bits.no:2017:profile:04:1.0',\n 'urn:fdc:bits.no:2017:profile:09:1.0',\n 'urn:fdc:bits.no:2017:profile:10:1.0',\n 'urn:fdc:bits.no:2017:profile:11:1.0',\n 'urn:fdc:peppol.eu:prac:bis:p004:1.0',\n 'urn:fdc:peppol.eu:prac:bis:p005:1.0',\n 'urn:www.cenbii.eu:profile:biixy:ver2.0',\n 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:01:1.0',\n 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:03:1.0',\n 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:05:1.0',\n 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:06:1.0',\n 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:07:1.0',\n 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:08:1.0',\n 'urn:fdc:www.efaktura.gov.pl:ver2.0:plinv:ver1.4',\n 'urn:fdc:www.efaktura.gov.pl:ver2.0:corr_inv:ver4.0',\n 'urn:fdc:www.efaktura.gov.pl:ver2.0:sbcn:ver1.4',\n 'urn:fdc:peppol.eu:prac:bis:p001:1.1',\n 'urn:fdc:peppol.eu:prac:bis:p002:1.1',\n 'urn:fdc:peppol.eu:prac:bis:p003:1.1',\n 'urn:fdc:peppol.eu:prac:bis:p004:1.1',\n 'urn:fdc:peppol.eu:prac:bis:p005:1.1',\n 'urn:fdc:peppol.eu:prac:bis:p006:1.1',\n 'urn:fdc:peppol.eu:prac:bis:p007:1.1',\n 'urn:fdc:peppol.eu:prac:bis:p008:1.1',\n 'urn:fdc:peppol.eu:prac:bis:p009:1.1',\n 'urn:fdc:peppol.eu:oo:bis:reporting:1',\n 'urn:fdc:peppol.eu:logistics:bis:despatch_advice_only:1',\n 'urn:fdc:peppol.eu:logistics:bis:despatch_advice_w_response:1',\n 'urn:fdc:peppol.eu:logistics:bis:despatch_advice_w_receipt_advice:1',\n 'urn:fdc:peppol.eu:logistics:bis:weight_statement:1',\n 'urn:fdc:www.efaktura.gov.pl:ver2.0:us:ver1.0',\n 'urn:peppol:bis:selfbilling',\n 'urn:fdc:peppol.eu:prac:bis:p001:1.2',\n 'urn:fdc:peppol.eu:prac:bis:p002:1.2',\n 'urn:fdc:peppol.eu:prac:bis:p003:1.2',\n 'urn:fdc:peppol.eu:prac:bis:p006:1.2',\n 'urn:fdc:peppol.eu:prac:bis:p008:1.2',\n 'urn:fdc:peppol.eu:prac:bis:p010:1.1',\n 'urn:fdc:peppol.eu:prac:bis:p011:1.1',\n 'urn:fdc:peppol.eu:logistics:bis:transport_execution_plan_w_request:1',\n 'urn:fdc:peppol.eu:logistics:bis:transport_execution_plan_only:1',\n 'urn:fdc:peppol.eu:logistics:bis:waybill:1',\n 'urn:fdc:peppol.eu:logistics:bis:transportation_status_w_request:1',\n 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1',\n 'urn:fdc:peppol.eu:logistics:bis:transportation_status_only:1',\n 'urn:fdc:hr-xml:2007:timesheet:1.0',\n 'urn:fdc:peppol.eu:edec:bis:reporting:1.0',\n 'urn:peppol:bis:billing',\n 'urn:fdc:hr-xml:2007:staffingorder:1.0',\n 'urn:fdc:hr-xml:2007:humanresource:1.0',\n 'urn:fdc:hr-xml:2007:assignment:1.0',\n 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:digital:ver1.0',\n 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:utskrift:ver1.0',\n 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:flyttet:ver1.0',\n 'urn:fdc:dico:2018:maintenance:1.0',\n 'urn:peppol:bis:taxreporting',\n 'urn:peppol:eb2b:billing',\n 'urn:peppol:eb2b:order_desadv_billing',\n 'urn:peppol:eb2b:ordering_desadv_billing',\n 'urn:peppol:eb2b:order',\n 'urn:peppol:eb2b:ordering',\n 'urn:peppol:eb2b:oneway',\n 'urn:peppol:edec:mls',\n 'urn:fdc:imda.gov.sg:bis:order_balance:1',\n 'urn:peppol:taxreporting',\n ],\n 'oioubl-procid-ubl': ['Reference-Utility-1.0', 'Procurement-ReminderOnly-1.0'],\n};\n\n/**\n * @description Keys of {@link processes}.\n */\nexport type ProcessesKeys = 'cenbii-procid-ubl' | 'oioubl-procid-ubl';\n\n/**\n * @description Keys of {@link processes}.\n */\nexport const processesKeys = ['cenbii-procid-ubl', 'oioubl-procid-ubl'] as const;\n\nexport const processesScheme = ['cenbii-procid-ubl', 'oioubl-procid-ubl'];\n\nexport const processesList = [\n 'cenbii-procid-ubl::none',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii01:ver1.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii01:ver2.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii03:ver1.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii03:ver2.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii04:ver1.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii04:ver2.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii05:ver1.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii05:ver2.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii06:ver1.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii28:ver2.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii30:ver2.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:bii36:ver2.0',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:2017:poacc:billing:01:1.0',\n 'cenbii-procid-ubl::urn:peppol:bis:billing_with_response',\n 'cenbii-procid-ubl::urn:peppol:france:billing:regulated',\n 'cenbii-procid-ubl::urn:peppol:france:billing:non-regulated',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:2017:pracc:p001:01:1.0',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:2017:pracc:p002:01:1.0',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:2017:pracc:p003:01:1.0',\n 'cenbii-procid-ubl::urn:www.peppol.eu:profile:bis63a:ver1.0',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:catalogue_only:3',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:catalogue_wo_response:3',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:ordering:3',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:order_only:3',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:advanced_ordering:3',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:invoice_response:3',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:punch_out:3',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:despatch_advice:3',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:order_agreement:3',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:mlr:3',\n 'cenbii-procid-ubl::urn:fdc:www.efaktura.gov.pl:ver1.0:account_corr:ver1.0',\n 'cenbii-procid-ubl::urn:fdc:www.efaktura.gov.pl:ver1.0:corr_inv:ver1.0',\n 'cenbii-procid-ubl::urn:fdc:www.efaktura.gov.pl:ver1.0:receipt_advice:ver1.0',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:2017:poacc:selfbilling:01:1.0',\n 'cenbii-procid-ubl::urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:09:1.0',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:en16931:any',\n 'cenbii-procid-ubl::urn:kosit:profile:reporting:1.0',\n 'cenbii-procid-ubl::urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:02:1.0',\n 'cenbii-procid-ubl::urn:fdc:bits.no:2017:profile:01:1.0',\n 'cenbii-procid-ubl::urn:fdc:bits.no:2017:profile:03:1.0',\n 'cenbii-procid-ubl::urn:fdc:bits.no:2017:profile:02:1.0',\n 'cenbii-procid-ubl::urn:fdc:bits.no:2017:profile:04:1.0',\n 'cenbii-procid-ubl::urn:fdc:bits.no:2017:profile:09:1.0',\n 'cenbii-procid-ubl::urn:fdc:bits.no:2017:profile:10:1.0',\n 'cenbii-procid-ubl::urn:fdc:bits.no:2017:profile:11:1.0',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p004:1.0',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p005:1.0',\n 'cenbii-procid-ubl::urn:www.cenbii.eu:profile:biixy:ver2.0',\n 'cenbii-procid-ubl::urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:01:1.0',\n 'cenbii-procid-ubl::urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:03:1.0',\n 'cenbii-procid-ubl::urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:05:1.0',\n 'cenbii-procid-ubl::urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:06:1.0',\n 'cenbii-procid-ubl::urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:07:1.0',\n 'cenbii-procid-ubl::urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:08:1.0',\n 'cenbii-procid-ubl::urn:fdc:www.efaktura.gov.pl:ver2.0:plinv:ver1.4',\n 'cenbii-procid-ubl::urn:fdc:www.efaktura.gov.pl:ver2.0:corr_inv:ver4.0',\n 'cenbii-procid-ubl::urn:fdc:www.efaktura.gov.pl:ver2.0:sbcn:ver1.4',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p001:1.1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p002:1.1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p003:1.1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p004:1.1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p005:1.1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p006:1.1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p007:1.1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p008:1.1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p009:1.1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:oo:bis:reporting:1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:logistics:bis:despatch_advice_only:1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:logistics:bis:despatch_advice_w_response:1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:logistics:bis:despatch_advice_w_receipt_advice:1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:logistics:bis:weight_statement:1',\n 'cenbii-procid-ubl::urn:fdc:www.efaktura.gov.pl:ver2.0:us:ver1.0',\n 'cenbii-procid-ubl::urn:peppol:bis:selfbilling',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p001:1.2',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p002:1.2',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p003:1.2',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p006:1.2',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p008:1.2',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p010:1.1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:prac:bis:p011:1.1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:logistics:bis:transport_execution_plan_w_request:1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:logistics:bis:transport_execution_plan_only:1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:logistics:bis:waybill:1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:logistics:bis:transportation_status_w_request:1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:logistics:bis:transportation_status_only:1',\n 'cenbii-procid-ubl::urn:fdc:hr-xml:2007:timesheet:1.0',\n 'cenbii-procid-ubl::urn:fdc:peppol.eu:edec:bis:reporting:1.0',\n 'cenbii-procid-ubl::urn:peppol:bis:billing',\n 'cenbii-procid-ubl::urn:fdc:hr-xml:2007:staffingorder:1.0',\n 'cenbii-procid-ubl::urn:fdc:hr-xml:2007:humanresource:1.0',\n 'cenbii-procid-ubl::urn:fdc:hr-xml:2007:assignment:1.0',\n 'cenbii-procid-ubl::urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:digital:ver1.0',\n 'cenbii-procid-ubl::urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:utskrift:ver1.0',\n 'cenbii-procid-ubl::urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:flyttet:ver1.0',\n 'cenbii-procid-ubl::urn:fdc:dico:2018:maintenance:1.0',\n 'cenbii-procid-ubl::urn:peppol:bis:taxreporting',\n 'cenbii-procid-ubl::urn:peppol:eb2b:billing',\n 'cenbii-procid-ubl::urn:peppol:eb2b:order_desadv_billing',\n 'cenbii-procid-ubl::urn:peppol:eb2b:ordering_desadv_billing',\n 'cenbii-procid-ubl::urn:peppol:eb2b:order',\n 'cenbii-procid-ubl::urn:peppol:eb2b:ordering',\n 'cenbii-procid-ubl::urn:peppol:eb2b:oneway',\n 'cenbii-procid-ubl::urn:peppol:edec:mls',\n 'cenbii-procid-ubl::urn:fdc:imda.gov.sg:bis:order_balance:1',\n 'cenbii-procid-ubl::urn:peppol:taxreporting',\n 'oioubl-procid-ubl::Reference-Utility-1.0',\n 'oioubl-procid-ubl::Procurement-ReminderOnly-1.0',\n];\n\n/**\n * @description The list of elements that are deprecated.\n */\nexport const deprecatedProcesses = [\n 'none',\n 'urn:www.cenbii.eu:profile:bii01:ver1.0',\n 'urn:www.cenbii.eu:profile:bii03:ver1.0',\n 'urn:www.cenbii.eu:profile:bii03:ver2.0',\n 'urn:www.cenbii.eu:profile:bii04:ver1.0',\n 'urn:www.cenbii.eu:profile:bii04:ver2.0',\n 'urn:www.cenbii.eu:profile:bii05:ver1.0',\n 'urn:www.cenbii.eu:profile:bii06:ver1.0',\n 'urn:www.cenbii.eu:profile:bii36:ver2.0',\n 'urn:fdc:peppol.eu:2017:pracc:p001:01:1.0',\n 'urn:fdc:peppol.eu:2017:pracc:p002:01:1.0',\n 'urn:fdc:peppol.eu:2017:pracc:p003:01:1.0',\n 'Reference-Utility-1.0',\n 'Procurement-ReminderOnly-1.0',\n 'urn:www.peppol.eu:profile:bis63a:ver1.0',\n 'urn:kosit:profile:reporting:1.0',\n 'urn:fdc:peppol.eu:oo:bis:reporting:1',\n 'urn:peppol:bis:taxreporting',\n];\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by `scripts/values.ts`\n\nexport const documentTypesTable = {\n 'busdox-docid-qns': [\n 'urn:www.peppol.eu:schema:xsd:VirtualCompanyDossier-1::VirtualCompanyDossier##urn:www.cenbii.eu:transaction:biicoretrdm991:ver0.1:#urn:www.peppol.eu:bis:peppol991a:ver1.0::0.1',\n 'urn:www.peppol.eu:schema:xsd:VirtualCompanyDossierPackage-1::VirtualCompanyDossierPackage##urn:www.cenbii.eu:transaction:biicoretrdm992:ver0.1:#urn:www.peppol.eu:bis:peppol992a:ver1.0::0.1',\n 'urn:www.peppol.eu:schema:xsd:CatalogueTemplate-1::CatalogueTemplate##urn:www.cenbii.eu:transaction:biicoretrdm993:ver0.1:#urn:www.peppol.eu:bis:peppol993a:ver1.0::0.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:www.cenbii.eu:transaction:biicoretrdm019:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biicoretrdm057:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biicoretrdm058:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver4.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biicoretrdm001:ver1.0:#urn:www.peppol.eu:bis:peppol3a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol03a:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol4a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biicoretrdm014:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm015:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biitrns014:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biicoretrdm001:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2::OrderResponseSimple##urn:www.cenbii.eu:transaction:biicoretrdm002:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2::OrderResponseSimple##urn:www.cenbii.eu:transaction:biicoretrdm003:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biicoretrdm014:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm015:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol4a:ver1.0#urn:www.difi.no:ehf:faktura:ver1::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biicoretrdm014:ver1.0:#urn:www.cenbii.eu:profile:biixx:ver1.0#urn:www.difi.no:ehf:kreditnota:ver1::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::Order##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biitrns071:ver2.0:extended:urn:www.peppol.eu:bis:peppol36a:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:fdc:peppol-authority.co.uk:spec:ordering:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::Order##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:fdc:peppol-authority.co.uk:spec:ordering:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:fdc:peppol-authority.co.uk:spec:ordering:ver1.0::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:www.cenbii.eu:transaction:biitrdm081:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t001:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:www.cenbii.eu:transaction:biitrdm082:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t002:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:TenderStatusRequest-2::TenderStatusRequest##urn:www.cenbii.eu:transaction:biitrdm097:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t003:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2::CallForTenders##urn:www.cenbii.eu:transaction:biitrdm083:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t004:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:www.cenbii.eu:transaction:biitrdm045:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t006:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Tender-2::Tender##urn:www.cenbii.eu:transaction:biitrdm090:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t005:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::D16B',\n 'urn:oioubl:names:specification:oioubl:schema:xsd:UtilityStatement-2::UtilityStatement##OIOUBL-2.02::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Reminder-2::Reminder##OIOUBL-2.02::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:UBL.BE:1.0.0.20180214::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:UBL.BE:1.0.0.20180214::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.peppol.eu:transaction:biitrns111:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:fdc:peppol.eu:poacc:trns:catalogue:3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:catalogue_response:3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:invoice_response:3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:fdc:peppol.eu:poacc:trns:punch_out:3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:poacc:trns:despatch_advice:3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_agreement:3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:mlr:3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:fdc:www.efaktura.gov.pl:ver1.0:trns:account_corr:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ReceiptAdvice-2::ReceiptAdvice##urn:fdc:www.efaktura.gov.pl:ver1.0:trns:receipt_advice:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:aunz:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:aunz:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:selfbilling:international:aunz:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:selfbilling:international:aunz:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0:extended:urn:www.simplerinvoicing.org:si:si-ubl:ver1.2::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0:extended:urn:www.simplerinvoicing.org:si:si-ubl:ver1.2::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::16B',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0#conformant#urn:fdc:nen.nl:gaccount:v1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2::OrderChange##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-change:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2::OrderCancellation##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-cancellation:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::16B',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3:restrictive:urn:www.agid.gov.it:trns:ordine:3.1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3:restrictive:urn:www.agid.gov.it:trns:risposta_ordine:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:poacc:trns:despatch_advice:3:extended:urn:www.agid.gov.it:trns:ddt:3.1::2.1',\n 'urn:kosit:names:spec:peppol-reporting:schema:xsd:Reporting-1::APData##Reporting::1.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2::OrderChange##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-change:3.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2::OrderCancellation##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-cancellation:3.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'urn:iso:std:iso:20022:tech:xsd:pain.001.001.03::Document##urn:fdc:bits.no:2017:iso20022:1.5::03',\n 'urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.002.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.002.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.054.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.054.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.001.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.001.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:iso:std:iso:20022:tech:xsd:pain.002.001.03::Document##urn:fdc:bits.no:2017:iso20022:1.5::03',\n 'urn:iso:std:iso:20022:tech:xsd:camt.054.001.02::Document##urn:fdc:bits.no:2017:iso20022:1.5::02',\n 'urn:iso:std:iso:20022:tech:xsd:camt.055.001.01::Document##urn:fdc:bits.no:2017:iso20022:1.5::01',\n 'urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.029.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.029.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.055.001.01:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.055.001.01:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:iso:std:iso:20022:tech:xsd:camt.029.001.03::Document##urn:fdc:bits.no:2017:iso20022:1.5::03',\n 'urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:urn:iso:std:iso:20022:tech:xsd:camt.054.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:iso:std:iso:20022:tech:xsd:camt.053.001.02::Document##urn:fdc:bits.no:2017:iso20022:1.5::02',\n 'urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.053.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.053.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:iso:std:iso:20022:tech:xsd:camt.052.001.02::Document##urn:fdc:bits.no:2017:iso20022:1.5::02',\n 'urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.052.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.052.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t007:1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t008:1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t009:1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t010:1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver2.0:extended:urn:www.difi.no:ehf:katalog:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biitrns058:ver2.0:extended:urn:www.difi.no:ehf:katalogbekreftelse:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:www.difi.no:ehf:ordre:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:www.difi.no:ehf:ordrebekreftelse:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0:extended:urn:www.difi.no:ehf:pakkseddel:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Reminder-2::Reminder##urn:www.cenbii.eu:transaction:biicoretrdm017:ver1.0:#urn:www.cenbii.eu:profile:biixy:ver1.0#urn:www.difi.no:ehf:purring:ver1::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:fdc:peppol.eu:poacc:trns:catalogue:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:catalogue_response:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_agreement:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:poacc:trns:despatch_advice:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#conformant#urn:fdc:anskaffelser.no:2019:ehf:reminder:3.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:fdc:anskaffelser.no:2019:ehf:spec:payment-request:3.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#conformant#urn:fdc:anskaffelser.no:2019:ehf:forward-billing:3.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#conformant#urn:fdc:anskaffelser.no:2019:ehf:forward-billing:3.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:SelfBilledCreditNote-2::SelfBilledCreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:fdc:peppol.eu:prac:trns:t001:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:fdc:peppol.eu:prac:trns:t002:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:TenderStatusRequest-2::TenderStatusRequest##urn:fdc:peppol.eu:prac:trns:t003:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2::CallForTenders##urn:fdc:peppol.eu:prac:trns:t004:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Tender-2::Tender##urn:fdc:peppol.eu:prac:trns:t005:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t006:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t007:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t008:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t009:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t010:1.1::2.2',\n 'urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryRequest##urn:fdc:peppol.eu:prac:trns:t011:1.1::4.0',\n 'urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryResponse##urn:fdc:peppol.eu:prac:trns:t012:1.1::4.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:TenderWithdrawal-2::TenderWithdrawal##urn:fdc:peppol.eu:prac:trns:t013:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t014:1.1::2.2',\n 'urn:oasis:names:tc:ebxml-regrep:xsd:lcm:4.0::SubmitObjectsRequest##urn:fdc:peppol.eu:prac:trns:t015:1.1::4.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:prac:trns:t016:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:AwardedNotification-2::AwardedNotification##urn:fdc:peppol.eu:prac:trns:t017:1.4::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:AwardedNotification-2::AwardedNotification##urn:fdc:peppol.eu:prac:trns:t017:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::D16B',\n 'urn:fdc:peppol:end-user-reporting:1.0::EndUserReport##urn:fdc:peppol.eu:oo:trns:end-user-report:1::1.0',\n 'urn:fdc:peppol:transaction-statistics-reporting:1.0::TransactionStatisticsReport##urn:fdc:peppol.eu:oo:trns:transaction-statistics-reporting:1::1.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:logistics:trns:advanced_despatch_advice:1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:logistics:trns:despatch_advice_response:1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:WeightStatement-2::WeightStatement##urn:fdc:peppol.eu:logistics:trns:weight_statement:1::2.3',\n 'urn:oasis:names:specification:ubl:schema:xsd:UtilityStatement-2::UtilityStatement##urn:fdc:www.efaktura.gov.pl:ver2.0:trns:us:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0#compliant#urn:fdc:setu.nl:invoice:v2.2::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:fdc:peppol:jp:billing:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2::OrderChange##urn:fdc:peppol.eu:poacc:trns:order_change:3::2.3',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2::OrderCancellation##urn:fdc:peppol.eu:poacc:trns:order_cancellation:3::2.3',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response_advanced:3::2.3',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@jp-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:fdc:peppol.eu:prac:trns:t001:1.2::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:fdc:peppol.eu:prac:trns:t002:1.2::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:fdc:peppol.eu:prac:trns:t021:1.2::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:fdc:peppol.eu:prac:trns:t022:1.2::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:TenderStatusRequest-2::TenderStatusRequest##urn:fdc:peppol.eu:prac:trns:t003:1.2::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2::CallForTenders##urn:fdc:peppol.eu:prac:trns:t004:1.2::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Tender-2::Tender##urn:fdc:peppol.eu:prac:trns:t005:1.2::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t006:1.2::2.2',\n 'urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryRequest##urn:fdc:peppol.eu:prac:trns:t011:1.2::4.0',\n 'urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryResponse##urn:fdc:peppol.eu:prac:trns:t012:1.2::4.0',\n 'urn:oasis:names:tc:ebxml-regrep:xsd:lcm:4.0::SubmitObjectsRequest##urn:fdc:peppol.eu:prac:trns:t015:1.2::4.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:prac:trns:t016:1.2::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:prac:trns:t018:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Qualification-2::Qualification##urn:fdc:peppol.eu:prac:trns:t019:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t020:1.1::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlanRequest-2::TransportExecutionPlanRequest##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan_request:1::2.3',\n 'urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlan-2::TransportExecutionPlan##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan:1::2.3',\n 'urn:oasis:names:specification:ubl:schema:xsd:Waybill-2::Waybill##urn:fdc:peppol.eu:logistics:trns:waybill:1::2.3',\n 'urn:oasis:names:specification:ubl:schema:xsd:TransportationStatusRequest-2::TransportationStatusRequest##urn:fdc:peppol.eu:logistics:trns:transportation_status_request:1::2.3',\n 'urn:oasis:names:specification:ubl:schema:xsd:TransportationStatus-2::TransportationStatus##urn:fdc:peppol.eu:logistics:trns:transportation_status:1::2.3',\n 'urn:oasis:names:specification:ubl:schema:xsd:ReceiptAdvice-2::ReceiptAdvice##urn:fdc:peppol.eu:logistics:trns:receipt_advice:1::2.3',\n 'http://ns.hr-xml.org/2007-04-15::TimeCard##hr-xml@nl-1.4::2.5',\n 'urn:fdc:peppol:end-user-statistics-report:1.1::EndUserStatisticsReport##urn:fdc:peppol.eu:edec:trns:end-user-statistics-report:1.1::1.1',\n 'urn:fdc:peppol:transaction-statistics-report:1.0::TransactionStatisticsReport##urn:fdc:peppol.eu:edec:trns:transaction-statistics-reporting:1.0::1.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@jp-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:nontaxinvoice-1@jp-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0#conformant#urn:xeinkauf.de:kosit:extension:xrechnung_3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0#conformant#urn:xeinkauf.de:kosit:extension:xrechnung_3.0::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0#conformant#urn:xeinkauf.de:kosit:extension:xrechnung_3.0::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@my-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@my-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@my-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@my-1::2.1',\n 'http://ns.hr-xml.org/2007-04-15::StaffingOrder##hr-xml@nl-1.4::2.5',\n 'http://ns.hr-xml.org/2007-04-15::StaffingOrder##hr-xml:status@nl-1.4::2.5',\n 'http://ns.hr-xml.org/2007-04-15::HumanResource##hr-xml@nl-1.4::2.5',\n 'http://ns.hr-xml.org/2007-04-15::HumanResource##hr-xml:status@nl-1.4::2.5',\n 'http://ns.hr-xml.org/2007-04-15::Assignment##hr-xml@nl-1.4.1::2.5',\n 'http://ns.hr-xml.org/2007-04-15::Assignment##hr-xml:status@nl-1.4::2.5',\n 'urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:digital::1.0',\n 'urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:utskrift::1.0',\n 'urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:flyttet::1.0',\n 'urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:leveringskvittering::1.0',\n 'urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:feil::1.0',\n 'urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:aapningskvittering::1.0',\n 'urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:mottakskvittering::1.0',\n 'urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:varslingfeiletkvittering::1.0',\n 'urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:returpostkvittering::1.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:selfbilling:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:selfbilling:3.0::2.1',\n 'http://www.ketenstandaard.nl/onderhoudsopdracht/SALES/005::MaintenanceInstruction##dico:maintenanceinstruction@nl-1.0::1.0',\n 'urn:peppol:doctype:pdf+xml##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:Factur-X:1.0::D22B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:peppol:france:billing:cius:1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:extended:1.0::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:peppol:france:billing:cius:1.0::D22B',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:extended:1.0::D22B',\n 'urn:un:unece:uncefact:data:standard:CrossDomainAcknowledgementAndResponse:100::CrossDomainAcknowledgementAndResponse##urn:peppol:france:billing:cdv:1.0::D22B',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:peppol:france:billing:cius:1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:extended:1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:peppol:eb2b:1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:peppol:eb2b:1.0::2.1',\n 'urn:peppol:doctype:edifact:ORDERS##eb2b::0',\n 'urn:peppol:doctype:edifact:ORDRSP##eb2b::0',\n 'urn:peppol:doctype:edifact:DESADV##eb2b::0',\n 'urn:peppol:doctype:edifact:INVOIC##eb2b::0',\n 'urn:peppol:doctype:x12:850##eb2b::0',\n 'urn:peppol:doctype:x12:855##eb2b::0',\n 'urn:peppol:doctype:x12:856##eb2b::0',\n 'urn:peppol:doctype:x12:810##eb2b::0',\n 'urn:peppol:doctype:pdf+xml##eb2b:order-x:1.0::0',\n 'urn:peppol:doctype:pdf+xml##eb2b:factur-x:1.0::0',\n 'urn:peppol:doctype:bilateral##eb2b:order::0',\n 'urn:peppol:doctype:bilateral##eb2b:order_response::0',\n 'urn:peppol:doctype:bilateral##eb2b:despatch_advice::0',\n 'urn:peppol:doctype:bilateral##eb2b:invoice::0',\n 'urn:peppol:doctype:bilateral##eb2b:bilateral::0',\n 'http://www.ketenstandaard.nl/onderhoudsstatus/SALES/005::MaintenanceStatus##dico:maintenancestatus@nl-1.0::1.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:peppol:edec:mls:1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:imda.gov.sg:trns:order_balance:1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:logistics:trns:application_response:1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlanRequest-2::TransportExecutionPlanRequest##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan_request:1::2.4',\n 'urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlan-2::TransportExecutionPlan##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan:1::2.4',\n 'urn:peppol:schema:taxdata:1.0::TaxData##urn:peppol:taxdata:ae-1::1.0',\n 'urn:peppol:schema:om-taxdata:1.0::TaxData##urn:peppol:taxdata:om-1::1.0',\n 'urn:peppol:schema:sk-taxdata:1.0::TaxData##urn:peppol:taxdata:sk-1::1.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0#conformant#urn:fdc:energie-efactuur.nl:invoice:v3.0::2.1',\n ],\n 'peppol-doctype-wildcard': [\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@jp-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@jp-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:nontaxinvoice-1@jp-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@sg-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@sg-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@my-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@my-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@my-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@my-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@ae-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@ae-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@ae-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@ae-1::2.1',\n 'urn:fdc:peppol:tax-data-document:1.0::TaxData##urn:peppol:pint:taxdata-1@ae-1::1.0',\n 'urn:fdc:peppol:tax-data-status:1.0::TaxDataStatus##urn:peppol:pint:taxdatastatus-1@ae-1::1.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@eu-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@eu-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@ng-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@ng-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@ng-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@ng-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@om-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@om-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@om-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@om-1::2.1',\n ],\n};\n\n/**\n * @description Keys of {@link documentTypesTable}.\n */\nexport type DocumentTypesTableKeys = 'busdox-docid-qns' | 'peppol-doctype-wildcard';\n\n/**\n * @description Keys of {@link documentTypesTable}.\n */\nexport const documentTypesTableKeys = ['busdox-docid-qns', 'peppol-doctype-wildcard'] as const;\n\nexport const documentTypesScheme = ['busdox-docid-qns', 'peppol-doctype-wildcard'];\n\nexport const documentTypesProcessIds = {\n 'busdox-docid-qns::urn:www.peppol.eu:schema:xsd:VirtualCompanyDossier-1::VirtualCompanyDossier##urn:www.cenbii.eu:transaction:biicoretrdm991:ver0.1:#urn:www.peppol.eu:bis:peppol991a:ver1.0::0.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'none' }],\n 'busdox-docid-qns::urn:www.peppol.eu:schema:xsd:VirtualCompanyDossierPackage-1::VirtualCompanyDossierPackage##urn:www.cenbii.eu:transaction:biicoretrdm992:ver0.1:#urn:www.peppol.eu:bis:peppol992a:ver1.0::0.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'none' }],\n 'busdox-docid-qns::urn:www.peppol.eu:schema:xsd:CatalogueTemplate-1::CatalogueTemplate##urn:www.cenbii.eu:transaction:biicoretrdm993:ver0.1:#urn:www.peppol.eu:bis:peppol993a:ver1.0::0.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'none' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:www.cenbii.eu:transaction:biicoretrdm019:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii01:ver1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii01:ver2.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biicoretrdm057:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii01:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biicoretrdm058:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii01:ver1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii01:ver2.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver4.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii01:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biicoretrdm001:ver1.0:#urn:www.peppol.eu:bis:peppol3a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii03:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol03a:ver2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii03:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii03:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol4a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii04:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii04:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii05:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biicoretrdm014:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii05:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm015:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii05:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii05:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biitrns014:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii05:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biicoretrdm001:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii06:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2::OrderResponseSimple##urn:www.cenbii.eu:transaction:biicoretrdm002:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii06:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2::OrderResponseSimple##urn:www.cenbii.eu:transaction:biicoretrdm003:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii06:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii06:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biicoretrdm014:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii06:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm015:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii06:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol4a:ver1.0#urn:www.difi.no:ehf:faktura:ver1::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii04:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biicoretrdm014:ver1.0:#urn:www.cenbii.eu:profile:biixx:ver1.0#urn:www.difi.no:ehf:kreditnota:ver1::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii05:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii28:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::Order##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii28:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii28:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii30:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biitrns071:ver2.0:extended:urn:www.peppol.eu:bis:peppol36a:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii36:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing_with_response' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing_with_response' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:fdc:peppol-authority.co.uk:spec:ordering:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii28:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::Order##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:fdc:peppol-authority.co.uk:spec:ordering:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii28:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:fdc:peppol-authority.co.uk:spec:ordering:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii28:ver2.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:www.cenbii.eu:transaction:biitrdm081:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t001:ver1.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:pracc:p001:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:www.cenbii.eu:transaction:biitrdm082:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t002:ver1.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:pracc:p001:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderStatusRequest-2::TenderStatusRequest##urn:www.cenbii.eu:transaction:biitrdm097:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t003:ver1.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:pracc:p002:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2::CallForTenders##urn:www.cenbii.eu:transaction:biitrdm083:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t004:ver1.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:pracc:p002:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:www.cenbii.eu:transaction:biitrdm045:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t006:ver1.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:pracc:p003:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Tender-2::Tender##urn:www.cenbii.eu:transaction:biitrdm090:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t005:ver1.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:pracc:p003:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oioubl:names:specification:oioubl:schema:xsd:UtilityStatement-2::UtilityStatement##OIOUBL-2.02::2.0': [\n { scheme: 'oioubl-procid-ubl', value: 'Reference-Utility-1.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Reminder-2::Reminder##OIOUBL-2.02::2.0': [\n { scheme: 'oioubl-procid-ubl', value: 'Procurement-ReminderOnly-1.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:UBL.BE:1.0.0.20180214::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:UBL.BE:1.0.0.20180214::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.peppol.eu:transaction:biitrns111:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.peppol.eu:profile:bis63a:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:fdc:peppol.eu:poacc:trns:catalogue:3::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:catalogue_only:3' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:catalogue_wo_response:3' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:catalogue_response:3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:catalogue_only:3' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:ordering:3' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:order_only:3' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:advanced_ordering:3' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:invoice_response:3::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:invoice_response:3' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:fdc:peppol.eu:poacc:trns:punch_out:3::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:punch_out:3' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:ordering:3' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:poacc:trns:despatch_advice:3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:despatch_advice:3' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_agreement:3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:order_agreement:3' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:mlr:3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:mlr:3' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:fdc:www.efaktura.gov.pl:ver1.0:trns:account_corr:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:www.efaktura.gov.pl:ver1.0:account_corr:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:www.efaktura.gov.pl:ver1.0:corr_inv:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ReceiptAdvice-2::ReceiptAdvice##urn:fdc:www.efaktura.gov.pl:ver1.0:trns:receipt_advice:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:www.efaktura.gov.pl:ver1.0:receipt_advice:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:aunz:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:aunz:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:selfbilling:international:aunz:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:selfbilling:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:selfbilling:international:aunz:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:selfbilling:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0:extended:urn:www.simplerinvoicing.org:si:si-ubl:ver1.2::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii04:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0:extended:urn:www.simplerinvoicing.org:si:si-ubl:ver1.2::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii03:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0#conformant#urn:fdc:nen.nl:gaccount:v1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:09:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2::OrderChange##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-change:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:09:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2::OrderCancellation##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-cancellation:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:09:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:09:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:en16931:any' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:en16931:any' },\n ],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017::D16B': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:en16931:any' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3:restrictive:urn:www.agid.gov.it:trns:ordine:3.1::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:order_only:3' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:ordering:3' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3:restrictive:urn:www.agid.gov.it:trns:risposta_ordine:3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:ordering:3' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:poacc:trns:despatch_advice:3:extended:urn:www.agid.gov.it:trns:ddt:3.1::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:despatch_advice:3' }],\n 'busdox-docid-qns::urn:kosit:names:spec:peppol-reporting:schema:xsd:Reporting-1::APData##Reporting::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:kosit:profile:reporting:1.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:09:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:02:1.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2::OrderChange##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-change:3.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:09:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2::OrderCancellation##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-cancellation:3.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:09:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:09:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:02:1.0' },\n ],\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:pain.001.001.03::Document##urn:fdc:bits.no:2017:iso20022:1.5::03': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:03:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.002.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:02:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:03:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:04:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.002.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:02:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:03:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:04:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.054.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:03:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.054.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:03:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:09:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.001.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:03:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.001.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:03:1.0' },\n ],\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:pain.002.001.03::Document##urn:fdc:bits.no:2017:iso20022:1.5::03': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:02:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:03:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:04:1.0' },\n ],\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:camt.054.001.02::Document##urn:fdc:bits.no:2017:iso20022:1.5::02': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:03:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:09:1.0' },\n ],\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:camt.055.001.01::Document##urn:fdc:bits.no:2017:iso20022:1.5::01': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:02:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:04:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.029.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:02:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:04:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.029.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:02:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:04:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.055.001.01:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:02:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:04:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.055.001.01:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:02:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:04:1.0' },\n ],\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:camt.029.001.03::Document##urn:fdc:bits.no:2017:iso20022:1.5::03': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:02:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:04:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:urn:iso:std:iso:20022:tech:xsd:camt.054.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:09:1.0' }],\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:camt.053.001.02::Document##urn:fdc:bits.no:2017:iso20022:1.5::02': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:10:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.053.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:10:1.0' }],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.053.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:10:1.0' }],\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:camt.052.001.02::Document##urn:fdc:bits.no:2017:iso20022:1.5::02': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:11:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.052.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:11:1.0' }],\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.052.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:bits.no:2017:profile:11:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t007:1.0::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p004:1.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t008:1.0::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p004:1.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t009:1.0::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p005:1.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t010:1.0::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p005:1.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver2.0:extended:urn:www.difi.no:ehf:katalog:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii01:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biitrns058:ver2.0:extended:urn:www.difi.no:ehf:katalogbekreftelse:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii01:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:www.difi.no:ehf:ordre:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii28:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:www.difi.no:ehf:ordrebekreftelse:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii28:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0:extended:urn:www.difi.no:ehf:pakkseddel:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:bii30:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Reminder-2::Reminder##urn:www.cenbii.eu:transaction:biicoretrdm017:ver1.0:#urn:www.cenbii.eu:profile:biixy:ver1.0#urn:www.difi.no:ehf:purring:ver1::2.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:www.cenbii.eu:profile:biixy:ver2.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:fdc:peppol.eu:poacc:trns:catalogue:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:catalogue_response:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_agreement:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:03:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:poacc:trns:despatch_advice:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:05:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#conformant#urn:fdc:anskaffelser.no:2019:ehf:reminder:3.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:06:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:fdc:anskaffelser.no:2019:ehf:spec:payment-request:3.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:07:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#conformant#urn:fdc:anskaffelser.no:2019:ehf:forward-billing:3.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:08:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#conformant#urn:fdc:anskaffelser.no:2019:ehf:forward-billing:3.0::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:anskaffelser.no:2019:ehf:postaward:g3:08:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:www.efaktura.gov.pl:ver2.0:plinv:ver1.4' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:www.efaktura.gov.pl:ver2.0:corr_inv:ver4.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:SelfBilledCreditNote-2::SelfBilledCreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver2.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:www.efaktura.gov.pl:ver2.0:sbcn:ver1.4' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:fdc:peppol.eu:prac:trns:t001:1.1::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p001:1.1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:fdc:peppol.eu:prac:trns:t002:1.1::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p001:1.1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderStatusRequest-2::TenderStatusRequest##urn:fdc:peppol.eu:prac:trns:t003:1.1::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p002:1.1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2::CallForTenders##urn:fdc:peppol.eu:prac:trns:t004:1.1::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p002:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Tender-2::Tender##urn:fdc:peppol.eu:prac:trns:t005:1.1::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p003:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t006:1.1::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p003:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t007:1.1::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p004:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t008:1.1::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p004:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t009:1.1::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p005:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t010:1.1::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p005:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryRequest##urn:fdc:peppol.eu:prac:trns:t011:1.1::4.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p006:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryResponse##urn:fdc:peppol.eu:prac:trns:t012:1.1::4.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p006:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderWithdrawal-2::TenderWithdrawal##urn:fdc:peppol.eu:prac:trns:t013:1.1::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p007:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t014:1.1::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p007:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:lcm:4.0::SubmitObjectsRequest##urn:fdc:peppol.eu:prac:trns:t015:1.1::4.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p008:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:prac:trns:t016:1.1::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p008:1.1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:AwardedNotification-2::AwardedNotification##urn:fdc:peppol.eu:prac:trns:t017:1.4::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p009:1.1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:AwardedNotification-2::AwardedNotification##urn:fdc:peppol.eu:prac:trns:t017:1.1::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p009:1.1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:fdc:peppol:end-user-reporting:1.0::EndUserReport##urn:fdc:peppol.eu:oo:trns:end-user-report:1::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:oo:bis:reporting:1' },\n ],\n 'busdox-docid-qns::urn:fdc:peppol:transaction-statistics-reporting:1.0::TransactionStatisticsReport##urn:fdc:peppol.eu:oo:trns:transaction-statistics-reporting:1::1.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:oo:bis:reporting:1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:logistics:trns:advanced_despatch_advice:1::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:despatch_advice_only:1' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:despatch_advice_w_response:1' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:despatch_advice_w_receipt_advice:1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:logistics:trns:despatch_advice_response:1::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:despatch_advice_w_response:1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:WeightStatement-2::WeightStatement##urn:fdc:peppol.eu:logistics:trns:weight_statement:1::2.3':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:weight_statement:1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:UtilityStatement-2::UtilityStatement##urn:fdc:www.efaktura.gov.pl:ver2.0:trns:us:ver1.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:www.efaktura.gov.pl:ver2.0:us:ver1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0#compliant#urn:fdc:setu.nl:invoice:v2.2::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:fdc:peppol:jp:billing:3.0::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2::OrderChange##urn:fdc:peppol.eu:poacc:trns:order_change:3::2.3': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:advanced_ordering:3' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2::OrderCancellation##urn:fdc:peppol.eu:poacc:trns:order_cancellation:3::2.3':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:advanced_ordering:3' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response_advanced:3::2.3':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:poacc:bis:advanced_ordering:3' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@jp-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:fdc:peppol.eu:prac:trns:t001:1.2::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p001:1.2' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:fdc:peppol.eu:prac:trns:t002:1.2::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p001:1.2' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:fdc:peppol.eu:prac:trns:t021:1.2::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p001:1.2' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:fdc:peppol.eu:prac:trns:t022:1.2::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p001:1.2' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderStatusRequest-2::TenderStatusRequest##urn:fdc:peppol.eu:prac:trns:t003:1.2::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p002:1.2' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2::CallForTenders##urn:fdc:peppol.eu:prac:trns:t004:1.2::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p002:1.2' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Tender-2::Tender##urn:fdc:peppol.eu:prac:trns:t005:1.2::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p003:1.2' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t006:1.2::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p003:1.2' },\n ],\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryRequest##urn:fdc:peppol.eu:prac:trns:t011:1.2::4.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p006:1.2' },\n ],\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryResponse##urn:fdc:peppol.eu:prac:trns:t012:1.2::4.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p006:1.2' },\n ],\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:lcm:4.0::SubmitObjectsRequest##urn:fdc:peppol.eu:prac:trns:t015:1.2::4.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p008:1.2' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:prac:trns:t016:1.2::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p008:1.2' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:prac:trns:t018:1.1::2.2':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p010:1.1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Qualification-2::Qualification##urn:fdc:peppol.eu:prac:trns:t019:1.1::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p011:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t020:1.1::2.2': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:prac:bis:p011:1.1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlanRequest-2::TransportExecutionPlanRequest##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan_request:1::2.3':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:transport_execution_plan_w_request:1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlan-2::TransportExecutionPlan##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan:1::2.3':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:transport_execution_plan_only:1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Waybill-2::Waybill##urn:fdc:peppol.eu:logistics:trns:waybill:1::2.3': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:waybill:1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportationStatusRequest-2::TransportationStatusRequest##urn:fdc:peppol.eu:logistics:trns:transportation_status_request:1::2.3':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:transportation_status_w_request:1' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportationStatus-2::TransportationStatus##urn:fdc:peppol.eu:logistics:trns:transportation_status:1::2.3':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:transportation_status_only:1' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ReceiptAdvice-2::ReceiptAdvice##urn:fdc:peppol.eu:logistics:trns:receipt_advice:1::2.3':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:despatch_advice_w_receipt_advice:1' }],\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::TimeCard##hr-xml@nl-1.4::2.5': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:hr-xml:2007:timesheet:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:peppol:end-user-statistics-report:1.1::EndUserStatisticsReport##urn:fdc:peppol.eu:edec:trns:end-user-statistics-report:1.1::1.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:edec:bis:reporting:1.0' }],\n 'busdox-docid-qns::urn:fdc:peppol:transaction-statistics-report:1.0::TransactionStatisticsReport##urn:fdc:peppol.eu:edec:trns:transaction-statistics-reporting:1.0::1.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:edec:bis:reporting:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@jp-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:nontaxinvoice-1@jp-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@aunz-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@aunz-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@aunz-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@aunz-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0#conformant#urn:xeinkauf.de:kosit:extension:xrechnung_3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0#conformant#urn:xeinkauf.de:kosit:extension:xrechnung_3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0#conformant#urn:xeinkauf.de:kosit:extension:xrechnung_3.0::D16B':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@my-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@my-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@my-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@my-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::StaffingOrder##hr-xml@nl-1.4::2.5': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:hr-xml:2007:staffingorder:1.0' },\n ],\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::StaffingOrder##hr-xml:status@nl-1.4::2.5': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:hr-xml:2007:staffingorder:1.0' },\n ],\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::HumanResource##hr-xml@nl-1.4::2.5': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:hr-xml:2007:humanresource:1.0' },\n ],\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::HumanResource##hr-xml:status@nl-1.4::2.5': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:hr-xml:2007:humanresource:1.0' },\n ],\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::Assignment##hr-xml@nl-1.4.1::2.5': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:hr-xml:2007:assignment:1.0' },\n ],\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::Assignment##hr-xml:status@nl-1.4::2.5': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:hr-xml:2007:assignment:1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:digital::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:digital:ver1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:utskrift::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:utskrift:ver1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:flyttet::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:flyttet:ver1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:leveringskvittering::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:digital:ver1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:utskrift:ver1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:flyttet:ver1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:feil::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:digital:ver1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:utskrift:ver1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:flyttet:ver1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:aapningskvittering::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:digital:ver1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:mottakskvittering::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:utskrift:ver1.0' },\n ],\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:varslingfeiletkvittering::1.0':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:digital:ver1.0' }],\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:returpostkvittering::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:digdir.no:2020:profile:egovernment:innbyggerpost:utskrift:ver1.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:selfbilling:3.0::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:selfbilling:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing_with_response' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:selfbilling:3.0::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:selfbilling:01:1.0' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing_with_response' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::http://www.ketenstandaard.nl/onderhoudsopdracht/SALES/005::MaintenanceInstruction##dico:maintenanceinstruction@nl-1.0::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:dico:2018:maintenance:1.0' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:pdf+xml##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:Factur-X:1.0::D22B': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:peppol:france:billing:cius:1.0::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:extended:1.0::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:peppol:france:billing:cius:1.0::D22B':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:extended:1.0::D22B':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossDomainAcknowledgementAndResponse:100::CrossDomainAcknowledgementAndResponse##urn:peppol:france:billing:cdv:1.0::D22B':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:peppol:france:billing:cius:1.0::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:extended:1.0::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:regulated' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:france:billing:non-regulated' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:peppol:eb2b:1.0::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order_desadv_billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:peppol:eb2b:1.0::2.1':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order_desadv_billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:edifact:ORDERS##eb2b::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order_desadv_billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:edifact:ORDRSP##eb2b::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:edifact:DESADV##eb2b::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order_desadv_billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:edifact:INVOIC##eb2b::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order_desadv_billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:x12:850##eb2b::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order_desadv_billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:x12:855##eb2b::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:x12:856##eb2b::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order_desadv_billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:x12:810##eb2b::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order_desadv_billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:pdf+xml##eb2b:order-x:1.0::0': [{ scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order' }],\n 'busdox-docid-qns::urn:peppol:doctype:pdf+xml##eb2b:factur-x:1.0::0': [{ scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:billing' }],\n 'busdox-docid-qns::urn:peppol:doctype:bilateral##eb2b:order::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order_desadv_billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:bilateral##eb2b:order_response::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:bilateral##eb2b:despatch_advice::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order_desadv_billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:bilateral##eb2b:invoice::0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:order_desadv_billing' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:ordering_desadv_billing' },\n ],\n 'busdox-docid-qns::urn:peppol:doctype:bilateral##eb2b:bilateral::0': [{ scheme: 'cenbii-procid-ubl', value: 'urn:peppol:eb2b:oneway' }],\n 'busdox-docid-qns::http://www.ketenstandaard.nl/onderhoudsstatus/SALES/005::MaintenanceStatus##dico:maintenancestatus@nl-1.0::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:dico:2018:maintenance:1.0' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:peppol:edec:mls:1.0::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:edec:mls' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:imda.gov.sg:trns:order_balance:1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:imda.gov.sg:bis:order_balance:1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:logistics:trns:application_response:1::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1' }],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlanRequest-2::TransportExecutionPlanRequest##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan_request:1::2.4':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:transport_execution_plan_w_request:1' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlan-2::TransportExecutionPlan##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan:1::2.4':\n [\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:transport_execution_plan_only:1' },\n { scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1' },\n ],\n 'busdox-docid-qns::urn:peppol:schema:taxdata:1.0::TaxData##urn:peppol:taxdata:ae-1::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:taxreporting' },\n ],\n 'busdox-docid-qns::urn:peppol:schema:om-taxdata:1.0::TaxData##urn:peppol:taxdata:om-1::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:taxreporting' },\n ],\n 'busdox-docid-qns::urn:peppol:schema:sk-taxdata:1.0::TaxData##urn:peppol:taxdata:sk-1::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:taxreporting' },\n ],\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0#conformant#urn:fdc:energie-efactuur.nl:invoice:v3.0::2.1':\n [{ scheme: 'cenbii-procid-ubl', value: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0' }],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@jp-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@jp-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:nontaxinvoice-1@jp-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@aunz-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@aunz-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@aunz-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@aunz-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@sg-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@sg-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@my-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@my-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@my-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@my-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@ae-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@ae-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@ae-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@ae-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'peppol-doctype-wildcard::urn:fdc:peppol:tax-data-document:1.0::TaxData##urn:peppol:pint:taxdata-1@ae-1::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:taxreporting' },\n ],\n 'peppol-doctype-wildcard::urn:fdc:peppol:tax-data-status:1.0::TaxDataStatus##urn:peppol:pint:taxdatastatus-1@ae-1::1.0': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:taxreporting' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@eu-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@eu-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@ng-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@ng-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@ng-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@ng-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@om-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@om-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:billing' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@om-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@om-1::2.1': [\n { scheme: 'cenbii-procid-ubl', value: 'urn:peppol:bis:selfbilling' },\n ],\n};\n\nexport const documentTypesList = [\n 'busdox-docid-qns::urn:www.peppol.eu:schema:xsd:VirtualCompanyDossier-1::VirtualCompanyDossier##urn:www.cenbii.eu:transaction:biicoretrdm991:ver0.1:#urn:www.peppol.eu:bis:peppol991a:ver1.0::0.1',\n 'busdox-docid-qns::urn:www.peppol.eu:schema:xsd:VirtualCompanyDossierPackage-1::VirtualCompanyDossierPackage##urn:www.cenbii.eu:transaction:biicoretrdm992:ver0.1:#urn:www.peppol.eu:bis:peppol992a:ver1.0::0.1',\n 'busdox-docid-qns::urn:www.peppol.eu:schema:xsd:CatalogueTemplate-1::CatalogueTemplate##urn:www.cenbii.eu:transaction:biicoretrdm993:ver0.1:#urn:www.peppol.eu:bis:peppol993a:ver1.0::0.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:www.cenbii.eu:transaction:biicoretrdm019:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biicoretrdm057:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biicoretrdm058:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver4.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biicoretrdm001:ver1.0:#urn:www.peppol.eu:bis:peppol3a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol03a:ver2.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol4a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biicoretrdm014:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm015:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biitrns014:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biicoretrdm001:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2::OrderResponseSimple##urn:www.cenbii.eu:transaction:biicoretrdm002:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2::OrderResponseSimple##urn:www.cenbii.eu:transaction:biicoretrdm003:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biicoretrdm014:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm015:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol4a:ver1.0#urn:www.difi.no:ehf:faktura:ver1::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biicoretrdm014:ver1.0:#urn:www.cenbii.eu:profile:biixx:ver1.0#urn:www.difi.no:ehf:kreditnota:ver1::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::Order##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biitrns071:ver2.0:extended:urn:www.peppol.eu:bis:peppol36a:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:fdc:peppol-authority.co.uk:spec:ordering:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::Order##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:fdc:peppol-authority.co.uk:spec:ordering:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:fdc:peppol-authority.co.uk:spec:ordering:ver1.0::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:www.cenbii.eu:transaction:biitrdm081:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t001:ver1.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:www.cenbii.eu:transaction:biitrdm082:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t002:ver1.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderStatusRequest-2::TenderStatusRequest##urn:www.cenbii.eu:transaction:biitrdm097:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t003:ver1.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2::CallForTenders##urn:www.cenbii.eu:transaction:biitrdm083:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t004:ver1.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:www.cenbii.eu:transaction:biitrdm045:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t006:ver1.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Tender-2::Tender##urn:www.cenbii.eu:transaction:biitrdm090:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t005:ver1.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::D16B',\n 'busdox-docid-qns::urn:oioubl:names:specification:oioubl:schema:xsd:UtilityStatement-2::UtilityStatement##OIOUBL-2.02::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Reminder-2::Reminder##OIOUBL-2.02::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:UBL.BE:1.0.0.20180214::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:UBL.BE:1.0.0.20180214::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.peppol.eu:transaction:biitrns111:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:fdc:peppol.eu:poacc:trns:catalogue:3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:catalogue_response:3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:invoice_response:3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:fdc:peppol.eu:poacc:trns:punch_out:3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:poacc:trns:despatch_advice:3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_agreement:3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:mlr:3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:fdc:www.efaktura.gov.pl:ver1.0:trns:account_corr:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ReceiptAdvice-2::ReceiptAdvice##urn:fdc:www.efaktura.gov.pl:ver1.0:trns:receipt_advice:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:aunz:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:aunz:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:selfbilling:international:aunz:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:selfbilling:international:aunz:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0:extended:urn:www.simplerinvoicing.org:si:si-ubl:ver1.2::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0:extended:urn:www.simplerinvoicing.org:si:si-ubl:ver1.2::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::16B',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0#conformant#urn:fdc:nen.nl:gaccount:v1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2::OrderChange##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-change:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2::OrderCancellation##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-cancellation:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::16B',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3:restrictive:urn:www.agid.gov.it:trns:ordine:3.1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3:restrictive:urn:www.agid.gov.it:trns:risposta_ordine:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:poacc:trns:despatch_advice:3:extended:urn:www.agid.gov.it:trns:ddt:3.1::2.1',\n 'busdox-docid-qns::urn:kosit:names:spec:peppol-reporting:schema:xsd:Reporting-1::APData##Reporting::1.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2::OrderChange##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-change:3.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2::OrderCancellation##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-cancellation:3.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:pain.001.001.03::Document##urn:fdc:bits.no:2017:iso20022:1.5::03',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.002.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.002.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.054.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.054.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.001.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:pain.001.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:pain.002.001.03::Document##urn:fdc:bits.no:2017:iso20022:1.5::03',\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:camt.054.001.02::Document##urn:fdc:bits.no:2017:iso20022:1.5::02',\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:camt.055.001.01::Document##urn:fdc:bits.no:2017:iso20022:1.5::01',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.029.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.029.001.03:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.055.001.01:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.055.001.01:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:camt.029.001.03::Document##urn:fdc:bits.no:2017:iso20022:1.5::03',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:urn:iso:std:iso:20022:tech:xsd:camt.054.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:camt.053.001.02::Document##urn:fdc:bits.no:2017:iso20022:1.5::02',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.053.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.053.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:iso:std:iso:20022:tech:xsd:camt.052.001.02::Document##urn:fdc:bits.no:2017:iso20022:1.5::02',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::ReceptionAcknowledgement##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.052.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:fdc:difi.no:2017:payment:extras-1::HandlingException##urn:fdc:difi.no:2017:payment:handling:1.0:for:urn:iso:std:iso:20022:tech:xsd:camt.052.001.02:restricted:urn:fdc:bits.no:2017:iso20022:1.5::1.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t007:1.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t008:1.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t009:1.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t010:1.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver2.0:extended:urn:www.difi.no:ehf:katalog:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biitrns058:ver2.0:extended:urn:www.difi.no:ehf:katalogbekreftelse:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:www.difi.no:ehf:ordre:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:www.difi.no:ehf:ordrebekreftelse:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0:extended:urn:www.difi.no:ehf:pakkseddel:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Reminder-2::Reminder##urn:www.cenbii.eu:transaction:biicoretrdm017:ver1.0:#urn:www.cenbii.eu:profile:biixy:ver1.0#urn:www.difi.no:ehf:purring:ver1::2.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:fdc:peppol.eu:poacc:trns:catalogue:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:catalogue_response:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_agreement:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:poacc:trns:despatch_advice:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#conformant#urn:fdc:anskaffelser.no:2019:ehf:reminder:3.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:fdc:anskaffelser.no:2019:ehf:spec:payment-request:3.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#conformant#urn:fdc:anskaffelser.no:2019:ehf:forward-billing:3.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#conformant#urn:fdc:anskaffelser.no:2019:ehf:forward-billing:3.0::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver2.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver2.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:SelfBilledCreditNote-2::SelfBilledCreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0#extended#urn:fdc:www.efaktura.gov.pl:ver2.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:fdc:peppol.eu:prac:trns:t001:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:fdc:peppol.eu:prac:trns:t002:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderStatusRequest-2::TenderStatusRequest##urn:fdc:peppol.eu:prac:trns:t003:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2::CallForTenders##urn:fdc:peppol.eu:prac:trns:t004:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Tender-2::Tender##urn:fdc:peppol.eu:prac:trns:t005:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t006:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t007:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t008:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Enquiry-2::Enquiry##urn:fdc:peppol.eu:prac:trns:t009:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:EnquiryResponse-2::EnquiryResponse##urn:fdc:peppol.eu:prac:trns:t010:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryRequest##urn:fdc:peppol.eu:prac:trns:t011:1.1::4.0',\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryResponse##urn:fdc:peppol.eu:prac:trns:t012:1.1::4.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderWithdrawal-2::TenderWithdrawal##urn:fdc:peppol.eu:prac:trns:t013:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t014:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:lcm:4.0::SubmitObjectsRequest##urn:fdc:peppol.eu:prac:trns:t015:1.1::4.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:prac:trns:t016:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:AwardedNotification-2::AwardedNotification##urn:fdc:peppol.eu:prac:trns:t017:1.4::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:AwardedNotification-2::AwardedNotification##urn:fdc:peppol.eu:prac:trns:t017:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::D16B',\n 'busdox-docid-qns::urn:fdc:peppol:end-user-reporting:1.0::EndUserReport##urn:fdc:peppol.eu:oo:trns:end-user-report:1::1.0',\n 'busdox-docid-qns::urn:fdc:peppol:transaction-statistics-reporting:1.0::TransactionStatisticsReport##urn:fdc:peppol.eu:oo:trns:transaction-statistics-reporting:1::1.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:fdc:peppol.eu:logistics:trns:advanced_despatch_advice:1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:logistics:trns:despatch_advice_response:1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:WeightStatement-2::WeightStatement##urn:fdc:peppol.eu:logistics:trns:weight_statement:1::2.3',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:UtilityStatement-2::UtilityStatement##urn:fdc:www.efaktura.gov.pl:ver2.0:trns:us:ver1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0#compliant#urn:fdc:setu.nl:invoice:v2.2::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:fdc:peppol:jp:billing:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2::OrderChange##urn:fdc:peppol.eu:poacc:trns:order_change:3::2.3',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2::OrderCancellation##urn:fdc:peppol.eu:poacc:trns:order_cancellation:3::2.3',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response_advanced:3::2.3',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@jp-1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:fdc:peppol.eu:prac:trns:t001:1.2::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:fdc:peppol.eu:prac:trns:t002:1.2::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:fdc:peppol.eu:prac:trns:t021:1.2::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:fdc:peppol.eu:prac:trns:t022:1.2::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderStatusRequest-2::TenderStatusRequest##urn:fdc:peppol.eu:prac:trns:t003:1.2::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2::CallForTenders##urn:fdc:peppol.eu:prac:trns:t004:1.2::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Tender-2::Tender##urn:fdc:peppol.eu:prac:trns:t005:1.2::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t006:1.2::2.2',\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryRequest##urn:fdc:peppol.eu:prac:trns:t011:1.2::4.0',\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:query:4.0::QueryResponse##urn:fdc:peppol.eu:prac:trns:t012:1.2::4.0',\n 'busdox-docid-qns::urn:oasis:names:tc:ebxml-regrep:xsd:lcm:4.0::SubmitObjectsRequest##urn:fdc:peppol.eu:prac:trns:t015:1.2::4.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:prac:trns:t016:1.2::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:prac:trns:t018:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Qualification-2::Qualification##urn:fdc:peppol.eu:prac:trns:t019:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:fdc:peppol.eu:prac:trns:t020:1.1::2.2',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlanRequest-2::TransportExecutionPlanRequest##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan_request:1::2.3',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlan-2::TransportExecutionPlan##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan:1::2.3',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Waybill-2::Waybill##urn:fdc:peppol.eu:logistics:trns:waybill:1::2.3',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportationStatusRequest-2::TransportationStatusRequest##urn:fdc:peppol.eu:logistics:trns:transportation_status_request:1::2.3',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportationStatus-2::TransportationStatus##urn:fdc:peppol.eu:logistics:trns:transportation_status:1::2.3',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ReceiptAdvice-2::ReceiptAdvice##urn:fdc:peppol.eu:logistics:trns:receipt_advice:1::2.3',\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::TimeCard##hr-xml@nl-1.4::2.5',\n 'busdox-docid-qns::urn:fdc:peppol:end-user-statistics-report:1.1::EndUserStatisticsReport##urn:fdc:peppol.eu:edec:trns:end-user-statistics-report:1.1::1.1',\n 'busdox-docid-qns::urn:fdc:peppol:transaction-statistics-report:1.0::TransactionStatisticsReport##urn:fdc:peppol.eu:edec:trns:transaction-statistics-reporting:1.0::1.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@jp-1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:nontaxinvoice-1@jp-1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@aunz-1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@aunz-1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@aunz-1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@aunz-1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0#conformant#urn:xeinkauf.de:kosit:extension:xrechnung_3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0#conformant#urn:xeinkauf.de:kosit:extension:xrechnung_3.0::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0#conformant#urn:xeinkauf.de:kosit:extension:xrechnung_3.0::D16B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@my-1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@my-1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@my-1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@my-1::2.1',\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::StaffingOrder##hr-xml@nl-1.4::2.5',\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::StaffingOrder##hr-xml:status@nl-1.4::2.5',\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::HumanResource##hr-xml@nl-1.4::2.5',\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::HumanResource##hr-xml:status@nl-1.4::2.5',\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::Assignment##hr-xml@nl-1.4.1::2.5',\n 'busdox-docid-qns::http://ns.hr-xml.org/2007-04-15::Assignment##hr-xml:status@nl-1.4::2.5',\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:digital::1.0',\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:utskrift::1.0',\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:flyttet::1.0',\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:leveringskvittering::1.0',\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:feil::1.0',\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:aapningskvittering::1.0',\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:mottakskvittering::1.0',\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:varslingfeiletkvittering::1.0',\n 'busdox-docid-qns::urn:fdc:digdir.no:2020:innbyggerpost:xsd::innbyggerpost##urn:fdc:digdir.no:2020:innbyggerpost:schema:returpostkvittering::1.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:selfbilling:3.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:selfbilling:3.0::2.1',\n 'busdox-docid-qns::http://www.ketenstandaard.nl/onderhoudsopdracht/SALES/005::MaintenanceInstruction##dico:maintenanceinstruction@nl-1.0::1.0',\n 'busdox-docid-qns::urn:peppol:doctype:pdf+xml##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:Factur-X:1.0::D22B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:peppol:france:billing:cius:1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:extended:1.0::2.1',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:peppol:france:billing:cius:1.0::D22B',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:extended:1.0::D22B',\n 'busdox-docid-qns::urn:un:unece:uncefact:data:standard:CrossDomainAcknowledgementAndResponse:100::CrossDomainAcknowledgementAndResponse##urn:peppol:france:billing:cdv:1.0::D22B',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:peppol:france:billing:cius:1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:peppol:france:billing:extended:1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:peppol:eb2b:1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:peppol:eb2b:1.0::2.1',\n 'busdox-docid-qns::urn:peppol:doctype:edifact:ORDERS##eb2b::0',\n 'busdox-docid-qns::urn:peppol:doctype:edifact:ORDRSP##eb2b::0',\n 'busdox-docid-qns::urn:peppol:doctype:edifact:DESADV##eb2b::0',\n 'busdox-docid-qns::urn:peppol:doctype:edifact:INVOIC##eb2b::0',\n 'busdox-docid-qns::urn:peppol:doctype:x12:850##eb2b::0',\n 'busdox-docid-qns::urn:peppol:doctype:x12:855##eb2b::0',\n 'busdox-docid-qns::urn:peppol:doctype:x12:856##eb2b::0',\n 'busdox-docid-qns::urn:peppol:doctype:x12:810##eb2b::0',\n 'busdox-docid-qns::urn:peppol:doctype:pdf+xml##eb2b:order-x:1.0::0',\n 'busdox-docid-qns::urn:peppol:doctype:pdf+xml##eb2b:factur-x:1.0::0',\n 'busdox-docid-qns::urn:peppol:doctype:bilateral##eb2b:order::0',\n 'busdox-docid-qns::urn:peppol:doctype:bilateral##eb2b:order_response::0',\n 'busdox-docid-qns::urn:peppol:doctype:bilateral##eb2b:despatch_advice::0',\n 'busdox-docid-qns::urn:peppol:doctype:bilateral##eb2b:invoice::0',\n 'busdox-docid-qns::urn:peppol:doctype:bilateral##eb2b:bilateral::0',\n 'busdox-docid-qns::http://www.ketenstandaard.nl/onderhoudsstatus/SALES/005::MaintenanceStatus##dico:maintenancestatus@nl-1.0::1.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:peppol:edec:mls:1.0::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:imda.gov.sg:trns:order_balance:1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:logistics:trns:application_response:1::2.1',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlanRequest-2::TransportExecutionPlanRequest##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan_request:1::2.4',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlan-2::TransportExecutionPlan##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan:1::2.4',\n 'busdox-docid-qns::urn:peppol:schema:taxdata:1.0::TaxData##urn:peppol:taxdata:ae-1::1.0',\n 'busdox-docid-qns::urn:peppol:schema:om-taxdata:1.0::TaxData##urn:peppol:taxdata:om-1::1.0',\n 'busdox-docid-qns::urn:peppol:schema:sk-taxdata:1.0::TaxData##urn:peppol:taxdata:sk-1::1.0',\n 'busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:nen.nl:nlcius:v1.0#conformant#urn:fdc:energie-efactuur.nl:invoice:v3.0::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@jp-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@jp-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:nontaxinvoice-1@jp-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@aunz-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@aunz-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@aunz-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@aunz-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@sg-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@sg-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@my-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@my-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@my-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@my-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@ae-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@ae-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@ae-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@ae-1::2.1',\n 'peppol-doctype-wildcard::urn:fdc:peppol:tax-data-document:1.0::TaxData##urn:peppol:pint:taxdata-1@ae-1::1.0',\n 'peppol-doctype-wildcard::urn:fdc:peppol:tax-data-status:1.0::TaxDataStatus##urn:peppol:pint:taxdatastatus-1@ae-1::1.0',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@eu-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@eu-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@ng-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@ng-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@ng-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@ng-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@om-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@om-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@om-1::2.1',\n 'peppol-doctype-wildcard::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@om-1::2.1',\n];\n\n/**\n * @description The list of elements that are deprecated.\n */\nexport const deprecatedDocumentTypes = [\n 'urn:www.peppol.eu:schema:xsd:VirtualCompanyDossier-1::VirtualCompanyDossier##urn:www.cenbii.eu:transaction:biicoretrdm991:ver0.1:#urn:www.peppol.eu:bis:peppol991a:ver1.0::0.1',\n 'urn:www.peppol.eu:schema:xsd:VirtualCompanyDossierPackage-1::VirtualCompanyDossierPackage##urn:www.cenbii.eu:transaction:biicoretrdm992:ver0.1:#urn:www.peppol.eu:bis:peppol992a:ver1.0::0.1',\n 'urn:www.peppol.eu:schema:xsd:CatalogueTemplate-1::CatalogueTemplate##urn:www.cenbii.eu:transaction:biicoretrdm993:ver0.1:#urn:www.peppol.eu:bis:peppol993a:ver1.0::0.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:www.cenbii.eu:transaction:biicoretrdm019:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biicoretrdm057:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biicoretrdm058:ver1.0:#urn:www.peppol.eu:bis:peppol1a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2::Catalogue##urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver4.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biicoretrdm001:ver1.0:#urn:www.peppol.eu:bis:peppol3a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol03a:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol4a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biicoretrdm014:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm015:ver1.0:#urn:www.peppol.eu:bis:peppol5a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biitrns014:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biicoretrdm001:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2::OrderResponseSimple##urn:www.cenbii.eu:transaction:biicoretrdm002:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2::OrderResponseSimple##urn:www.cenbii.eu:transaction:biicoretrdm003:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:www.cenbii.eu:transaction:biicoretrdm014:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm015:ver1.0:#urn:www.peppol.eu:bis:peppol6a:ver1.0::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biicoretrdm010:ver1.0:#urn:www.peppol.eu:bis:peppol4a:ver1.0#urn:www.difi.no:ehf:faktura:ver1::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::Order##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2::DespatchAdvice##urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.cenbii.eu:transaction:biitrns071:ver2.0:extended:urn:www.peppol.eu:bis:peppol36a:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::Order##urn:www.cenbii.eu:transaction:biitrns076:ver2.0:extended:urn:www.peppol.eu:bis:peppol28a:ver1.0:extended:urn:fdc:peppol-authority.co.uk:spec:ordering:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestRequest-2::ExpressionOfInterestRequest##urn:www.cenbii.eu:transaction:biitrdm081:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t001:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:ExpressionOfInterestResponse-2::ExpressionOfInterestResponse##urn:www.cenbii.eu:transaction:biitrdm082:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t002:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:TenderStatusRequest-2::TenderStatusRequest##urn:www.cenbii.eu:transaction:biitrdm097:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t003:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2::CallForTenders##urn:www.cenbii.eu:transaction:biitrdm083:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t004:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:TenderReceipt-2::TenderReceipt##urn:www.cenbii.eu:transaction:biitrdm045:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t006:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Tender-2::Tender##urn:www.cenbii.eu:transaction:biitrdm090:ver3.0:extended:urn:fdc:peppol.eu:2017:pracc:t005:ver1.0::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.1::D16B',\n 'urn:oioubl:names:specification:oioubl:schema:xsd:UtilityStatement-2::UtilityStatement##OIOUBL-2.02::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Reminder-2::Reminder##OIOUBL-2.02::2.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:UBL.BE:1.0.0.20180214::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:UBL.BE:1.0.0.20180214::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:www.peppol.eu:transaction:biitrns111:ver1.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:sg:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.2::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:aunz:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:billing:international:aunz:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:selfbilling:international:aunz:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#conformant#urn:fdc:peppol.eu:2017:poacc:selfbilling:international:aunz:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0:extended:urn:www.simplerinvoicing.org:si:si-ubl:ver1.2::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0:extended:urn:www.simplerinvoicing.org:si:si-ubl:ver1.2::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3::16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::16B',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_1.3#conformant#urn:xoev-de:kosit:extension:xrechnung_1.3::16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Order-2::Order##urn:fdc:peppol.eu:poacc:trns:order:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2::OrderChange##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-change:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2::OrderCancellation##urn:fdc:anskaffelser.no:2019:ehf:spec:adv-order-cancellation:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2::OrderResponse##urn:fdc:peppol.eu:poacc:trns:order_response:3:extended:urn:fdc:anskaffelser.no:2019:ehf:spec:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::16B',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.0#conformant#urn:xoev-de:kosit:extension:xrechnung_2.0::D16B',\n 'urn:kosit:names:spec:peppol-reporting:schema:xsd:Reporting-1::APData##Reporting::1.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.1#conformant#urn:xoev-de:kosit:extension:xrechnung_2.1::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:AwardedNotification-2::AwardedNotification##urn:fdc:peppol.eu:prac:trns:t017:1.4::2.2',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.2#conformant#urn:xoev-de:kosit:extension:xrechnung_2.2::D16B',\n 'urn:fdc:peppol:end-user-reporting:1.0::EndUserReport##urn:fdc:peppol.eu:oo:trns:end-user-report:1::1.0',\n 'urn:fdc:peppol:transaction-statistics-reporting:1.0::TransactionStatisticsReport##urn:fdc:peppol.eu:oo:trns:transaction-statistics-reporting:1::1.0',\n 'urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:logistics:trns:despatch_advice_response:1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:fdc:peppol:jp:billing:3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::2.1',\n 'urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100::CrossIndustryInvoice##urn:cen.eu:en16931:2017#compliant#urn:xoev-de:kosit:standard:xrechnung_2.3#conformant#urn:xoev-de:kosit:extension:xrechnung_2.3::D16B',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@jp-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlanRequest-2::TransportExecutionPlanRequest##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan_request:1::2.3',\n 'urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlan-2::TransportExecutionPlan##urn:fdc:peppol.eu:logistics:trns:transport_execution_plan:1::2.3',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@jp-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:nontaxinvoice-1@jp-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@aunz-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:xeinkauf.de:kosit:xrechnung_3.0#conformant#urn:xeinkauf.de:kosit:extension:xrechnung_3.0::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:billing-1@my-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:billing-1@my-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:peppol:pint:selfbilling-1@my-1::2.1',\n 'urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:peppol:pint:selfbilling-1@my-1::2.1',\n 'urn:fdc:peppol:tax-data-document:1.0::TaxData##urn:peppol:pint:taxdata-1@ae-1::1.0',\n 'urn:fdc:peppol:tax-data-status:1.0::TaxDataStatus##urn:peppol:pint:taxdatastatus-1@ae-1::1.0',\n];\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @version D.17A\n *\n * @category Peppol Values\n *\n * @title Invoice status code (UNCL4343 Subset)\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/\n */\nexport const invoiceStatusCodes = {\n /**\n * @description Indicates that an acknowledgement relating to receipt of message or transaction is required. Status is used when Buyer has received a readable\n * invoice message that can be understood and submitted for processing by the Buyer.\n */\n AB: 'Message acknowledgement',\n /**\n * @description Indication that the referenced offer or transaction (e.g., cargo booking or quotation request) has been accepted. Status is used only when the\n * Buyer has given a final approval of the invoice and the next step is payment.\n */\n AP: 'Accepted',\n /**\n * @description Indication that the referenced offer or transaction (e.g., cargo booking or quotation request) is not accepted. Status is used only when the\n * Buyer will not process the referenced Invoice any further. Buyer is rejecting this invoice but not necessarily the commercial transaction.\n * Although it can be used also for rejection for commercial reasons (invoice not corresponding to delivery).\n */\n RE: 'Rejected',\n /**\n * @description Indicates that the referenced message or transaction is being processed. Status is used when the processing of the Invoice has started in Buyers\n * system.\n */\n IP: 'In process',\n /**\n * @description Indicates that the processing of the referenced message has been halted pending response to a query. Status is used when Buyer will not proceed\n * to accept the Invoice without receiving additional information from the Seller.\n */\n UQ: 'Under query',\n /**\n * @description Indication that the referenced offer or transaction (e.g., cargo booking or quotation request) has been accepted under conditions indicated in\n * this message. Status is used when Buyer is accepting the Invoice under conditions stated in ‘Status Reason’ and proceed to pay accordingly unless\n * disputed by Seller.\n */\n CA: 'Conditionally accepted',\n /**\n * @description Indicates that the referenced document or transaction has been paid. Status is used only when the Buyer has initiated the payment of the invoice.\n */\n PD: 'Paid',\n};\n\n/**\n * @description Keys of {@link invoiceStatusCodes}.\n */\nexport type InvoiceStatusCodesKeys = 'AB' | 'AP' | 'RE' | 'IP' | 'UQ' | 'CA' | 'PD';\n\n/**\n * @description Keys of {@link invoiceStatusCodes}.\n */\nexport const invoiceStatusCodesKeys = ['AB', 'AP', 'RE', 'IP', 'UQ', 'CA', 'PD'] as const;\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by `scripts/values.ts`\n\n/**\n * @version 9.7\n *\n * @category Peppol Values\n *\n * @title Peppol Participant Identifier Schemes\n *\n * @enum\n */\nexport const participantIdentifierSchemes = {\n /**\n * @since 1.0.0\n *\n * @example\n * `784301772``78430177200025`;\n *\n * @name `System Information et Repertoire des Entreprise et des Etablissements: SIRENE`\n *\n * @country `FR`\n *\n * @validation\n * ```regex\n * [0-9]{9}([0-9]{5})?\n * ```\n * Check digits: Luhn Algorithm\n */\n '0002': 'FR:SIRENE',\n /**\n * @since 1.0.0\n *\n * @example\n * `2120000787`;\n *\n * @name `Organisationsnummer`\n *\n * @country `SE`\n *\n * @validation\n * ```regex\n * [0-9]{10}\n * ```\n * Check digits: Luhn Algorithm\n */\n '0007': 'SE:ORGNR',\n /**\n * @since 1.1.1\n *\n * @example\n * `78430177200025`;\n *\n * @name `SIRET-CODE`\n *\n * @country `FR`\n *\n * @validation\n * ```regex\n * [0-9]{14}\n * ```\n */\n '0009': 'FR:SIRET',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @example\n * `0037:00371234567800001``0037:1234567800001`;\n *\n * @name `LY-tunnus`\n *\n * @country `FI`\n *\n * @validation\n * ```regex\n * (0037)?[0-9]{7}-?[0-9][0-9A-Z]{0,5}\n * ```\n * Check Digit: mod11 of 8-digit OrgCode (weights 2, 4, 8, 5, 10, 9, 7 [right to left] or 7, 9, 10, 5, 8, 4, 2, 1 [left to right])\n */\n '0037': 'FI:OVT',\n /**\n * @since 1.0.0\n *\n * @example\n * `812810734`;\n *\n * @name `Data Universal Numbering System (D-U-N-S Number)`\n *\n * @country `international`\n *\n * @validation\n * ```regex\n * [0-9]{9}\n * ```\n */\n '0060': 'DUNS',\n /**\n * @since 1.0.0\n *\n * @example\n * `1548079098355`;\n *\n * @name `Global Location Number`\n *\n * @country `international`\n *\n * @validation\n * ```regex\n * [0-9]{13}\n * ```\n * Check Digit: mod10 (weights 1, 3)\n */\n '0088': 'GLN',\n /**\n * @since 1.0.0\n *\n * @name `The Danish Business Authority - P-number (DK:P)`\n *\n * @country `DK`\n *\n * @validation\n * ```regex\n * [0-9]{10}\n * ```\n */\n '0096': 'DK:P',\n /**\n * @since 1.0.0\n *\n * @name `FTI - Ediforum Italia`\n *\n * @country `IT`\n *\n * @validation\n * ```regex\n * [0-9]{11,16}\n * ```\n * The check digit algorithm is the one published in the Gazzetta Ufficiale no 345 of December 29 1976.\n */\n '0097': 'IT:FTI',\n /**\n * @since 1.1.2\n *\n * @name `Vereniging van Kamers van Koophandel en Fabrieken in Nederland (Association of Chambers of Commerce and Industry in the Netherlands), Scheme`\n *\n * @country `NL`\n *\n * @validation\n * ```regex\n * [0-9]{17}\n * ```\n * Check Digits: mod97\n */\n '0106': 'NL:KVK',\n /**\n * @since 4\n *\n * @name `Directorates of the European Commission`\n *\n * @country `international`\n */\n '0130': 'EU:NAL',\n /**\n * @since 1.0.0\n *\n * @name `SIA Object Identifiers`\n *\n * @country `IT`\n */\n '0135': 'IT:SIA',\n /**\n * @since 1.0.0\n *\n * @name `SECETI Object Identifiers`\n *\n * @country `IT`\n */\n '0142': 'IT:SECETI',\n /**\n * @since 5\n *\n * @example\n * `51 824 753 556`;\n *\n * @name `Australian Business Number (ABN) Scheme`\n *\n * @country `AU`\n *\n * @validation\n * ```regex\n * [0-9]{11}\n * ```\n * Check number: mod 89 (weights)\n * * Subtract 1 from the first (left-most) digit of the ABN to give a new 11 digit number\n * * Multiply each of the digits in this new number by a \"weighting factor\" based on its position as shown in the table below\n * *Sum the resulting 11 products\n * * Divide the sum total by 89, noting the remainder\n * * If the remainder is zero the number is a valid ABN\n * Weight: 10, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19\n */\n '0151': 'AU:ABN',\n /**\n * @since 9.7\n *\n * @name `Identification number of economic subject (ICO)`\n *\n * @country `SK`\n *\n * @validation\n * ```regex\n * [0-9]{8}\n * ```\n * Check number: mod11 (weights: 8, 7, 6, 5, 4, 3, 2)\n */\n '0158': 'SK:ICO',\n /**\n * @since 5\n *\n * @name `Swiss Unique Business Identification Number (UIDB)`\n *\n * @country `CH`\n *\n * @validation\n * ```regex\n * CHE[0-9]{9}\n * ```\n * Check number: mod11 (weights: 5, 4, 3, 2, 7, 6, 5, 4)\n */\n '0183': 'CH:UIDB',\n /**\n * @since 1.2.1\n *\n * @name `The Danish Business Authority - CVR-number (DK:CVR)`\n *\n * @country `DK`\n *\n * @validation\n * ```regex\n * [1-9][0-9]{7}\n * ```\n */\n '0184': 'DK:DIGST',\n /**\n * @since 8.1\n *\n * @name `Corporate Number of The Social Security and Tax Number System`\n *\n * @country `JP`\n */\n '0188': 'JP:SST',\n /**\n * @since 2\n *\n * @example\n * `00000001820029336000`;\n *\n * @name `Organisatie-identificatienummer (OIN)`\n *\n * @country `NL`\n *\n * @validation\n * ```regex\n * [0-9]{20}\n * ```\n */\n '0190': 'NL:OINO',\n /**\n * @since 2\n *\n * @example\n * `10137025`;\n *\n * @name `Company code`\n *\n * @country `EE`\n *\n * @validation\n * ```regex\n * [1789][0-9]{7}\n * ```\n * CheckDigit as last char.\n * Python code to check:\n * def calc_check_digit(number):\n * \"\"\"Calculate the check digit.\"\"\"\n * check = sum(((i % 9) + 1) * int(n)\n * for i, n in enumerate(number[:-1])) % 11\n * if check == 10:\n * check = sum((((i + 2) % 9) + 1) * int(n)\n * for i, n in enumerate(number[:-1])) % 11\n * return str(check % 10)\n */\n '0191': 'EE:CC',\n /**\n * @since 2\n *\n * @example\n * `745707327`;\n *\n * @name `Organisasjonsnummer`\n *\n * @country `NO`\n *\n * @validation\n * ```regex\n * [0-9]{9}\n * ```\n * Check digit: mod11 (weights 3, 2, 7, 6, 5, 4, 3)\n */\n '0192': 'NO:ORG',\n /**\n * @deprecated\n *\n * @since 3\n *\n * @name `UBL.BE Party Identifier`\n *\n * @country `BE`\n *\n * @validation\n * ```regex\n * .{4,50}\n * ```\n */\n '0193': 'UBLBE',\n /**\n * @since 4\n *\n * @name `Singapore Nationwide E-Invoice Framework`\n *\n * @country `SG`\n *\n * @validation\n * ```regex\n * [a-z]{2}[a-z]{3}([0-9]{8}|[0-9]{9}|[RST][0-9]{2}[a-z]{2}[0-9]{4})[0-9a-z]\n * ```\n */\n '0195': 'SG:UEN',\n /**\n * @since 4\n *\n * @name `Icelandic identifier`\n *\n * @country `IS`\n *\n * @validation\n * ```regex\n * [0-9]{10}\n * ```\n * Check digit: mod11 (weights 3, 2, 7, 6, 5, 4, 3, 2)\n */\n '0196': 'IS:KTNR',\n /**\n * @since 5\n *\n * @name `The Danish Business Authority - SE-number (DK:SE)`\n *\n * @country `DK`\n *\n * @validation\n * ```regex\n * DK[0-9]{8}\n * ```\n * Check digit: mod11 (weights 2, 7, 6, 5, 4, 3, 2, 1)\n */\n '0198': 'DK:ERST',\n /**\n * @since 5\n *\n * @name `Legal Entity Identifier (LEI)`\n *\n * @country `international`\n *\n * @validation\n * ```regex\n * [A-Z0-9]{18}[0-9]{2}\n * ```\n * Check digit: mod97-10\n */\n '0199': 'LEI',\n /**\n * @since 5\n *\n * @example\n * `111963319`;\n *\n * @name `Legal entity code`\n *\n * @country `LT`\n *\n * @validation\n * ```regex\n * [0-9]{9}\n * ```\n * Check number: see text\n */\n '0200': 'LT:LEC',\n /**\n * @since 6\n *\n * @name `Codice Univoco Unità Organizzativa iPA`\n *\n * @country `IT`\n *\n * @validation\n * ```regex\n * [0-9a-zA-Z]{6}\n * ```\n * No checkdigit\n */\n '0201': 'IT:CUUO',\n /**\n * @since 6\n *\n * @name `Peppol-Leitweg-ID`\n *\n * @country `DE`\n *\n * @validation\n * ```regex\n * [0-9]{2,12}(\\-[0-9A-Z]{0,30})?\\-[0-9]{2}\n * ```\n */\n '0204': 'DE:LWID',\n /**\n * @since 8.4\n *\n * @name `CODDEST`\n *\n * @country `IT`\n */\n '0205': 'IT:COD',\n /**\n * @since 7\n *\n * @name `Numero d'entreprise / ondernemingsnummer / Unternehmensnummer`\n *\n * @country `BE`\n *\n * @validation\n * ```regex\n * [01][0-9]{9}\n * ```\n * Check digit: mod97\n * See https://github.com/arthurdejong/python-stdnum/blob/master/stdnum/be/vat.py\n */\n '0208': 'BE:EN',\n /**\n * @since 7.5\n *\n * @example\n * `414541000099999325412345678901234567890`;\n *\n * @name `GS1 identification keys`\n *\n * @country `international`\n *\n * @validation\n * See document \"GS1 Application Standard for usage of ISO/IEC 6523 International Code Designator (ICD) 0209\"\n */\n '0209': 'GS1',\n /**\n * @since 7.5\n *\n * @name `CODICE FISCALE`\n *\n * @country `IT`\n *\n * @validation\n * Character Repertoire : A to Z (upper case) and 0 to 9\n */\n '0210': 'IT:CFI',\n /**\n * @since 7.5\n *\n * @name `PARTITA IVA`\n *\n * @country `IT`\n *\n * @validation\n * ```regex\n * IT[0-9]{11}\n * ```\n * first 7: company identifiers\n * next 3: province of residence (between \"001\" and \"100\"; or \"120\", \"121\", \"888\" \"999\")\n * Last: check digit\n * Check digit: Luhn\n */\n '0211': 'IT:IVA',\n /**\n * @deprecated\n *\n * @since 7.5\n *\n * @name `Finnish Organization Identifier`\n *\n * @country `FI`\n *\n * @validation\n * Character Repertoire: digits 0-9 and hyphen \"-\"\n */\n '0212': 'FI:ORG',\n /**\n * @deprecated\n *\n * @since 7.5\n *\n * @name `Finnish Organization Value Add Tax Identifier`\n *\n * @country `FI`\n *\n * @validation\n * Character Repertoire: digits 0-9 and FI\n */\n '0213': 'FI:VAT',\n /**\n * @deprecated\n *\n * @since 8.1\n *\n * @name `Net service ID`\n *\n * @country `FI`\n *\n * @validation\n * Character Repertoire: Letters A-Z, digits 0-9\n */\n '0215': 'FI:NSI',\n /**\n * @since 8.1\n *\n * @name `OVTcode`\n *\n * @country `FI`\n *\n * @validation\n * Character Repertoire: Capital letters A-Z, digits 0-9\n */\n '0216': 'FI:OVT2',\n /**\n * @since 8.8\n *\n * @name `Unified registration number`\n *\n * @country `LV`\n *\n * @validation\n * ```regex\n * [0-9]{9}([0-9]{2})?\n * ```\n */\n '0218': 'LV:URN',\n /**\n * @since 8.5\n *\n * @name `The registered number of the qualified invoice issuer`\n *\n * @country `JP`\n */\n '0221': 'JP:IIN',\n /**\n * @since 9.1\n *\n * @name `FRCTC Electronic Address`\n *\n * @country `FR`\n *\n * @validation\n * ```regex\n * [A-Z-a-z0-9_\\-]{1,130}\n * ```\n */\n '0225': 'FR:CTC',\n /**\n * @since 8.5\n *\n * @name `National e-Invoicing Framework`\n *\n * @country `MY`\n */\n '0230': 'MY:EIF',\n /**\n * @since 9.1\n *\n * @name `UAE Tax Identification Number (TIN)`\n *\n * @country `AE`\n *\n * @validation\n * ```regex\n * 1[0-9]{9}\n * ```\n */\n '0235': 'AE:TIN',\n /**\n * @since 9.1\n *\n * @name `Register of legal persons`\n *\n * @country `LU`\n *\n * @validation\n * ```regex\n * [0-9]{11}\n * ```\n */\n '0240': 'LU:MAT',\n /**\n * @since 9.3\n *\n * @name `OpenPeppol Service Provider Identification Scheme`\n *\n * @country `international`\n *\n * @validation\n * ```regex\n * [0-9]{6}(-[0-9A-Z_]{3,12}(\\.[0-9A-Z\\-\\._~]{3,24})?)?\n * ```\n */\n '0242': 'SPIS',\n /**\n * @since 9.5\n *\n * @name `Tax Identification (Tax ID)`\n *\n * @country `NG`\n *\n * @validation\n * ```regex\n * [0-9]{13}\n * ```\n */\n '0244': 'NG:TID',\n /**\n * @since 9.5\n *\n * @name `Tax identification number (DIČ)`\n *\n * @country `SK`\n *\n * @validation\n * ```regex\n * [0-9]{10}\n * ```\n */\n '0245': 'SK:DIC',\n /**\n * @since 9.5\n *\n * @name `German Electronic Business Address`\n *\n * @country `DE`\n *\n * @validation\n * ```regex\n * DE[0-9]{9}(-[0-9]{5})?(\\.[0-9A-Z]{1,8})?\n * ```\n */\n '0246': 'DE:GEBA',\n /**\n * @since 9.6\n *\n * @example\n * `OM1100003554`;\n *\n * @name `Oman Value Added Tax Identification Number (VATIN)`\n *\n * @country `OM`\n *\n * @validation\n * ```regex\n * OM[0-9]{10}\n * ```\n */\n '0248': 'OM:VAT',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @name `Danish Ministry of the Interior and Health`\n *\n * @country `DK`\n */\n '9901': 'DK:CPR',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @example\n * `13585628`;\n *\n * @name `The Danish Commerce and Companies Agency`\n *\n * @country `DK`\n *\n * @validation\n * ```regex\n * [1-9][0-9]{7}\n * ```\n * Check digit: mod11 (weights, 2, 7, 6, 5, 4, 3, 2, 1)\n */\n '9902': 'DK:CVR',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @example\n * `DK26769388`;\n *\n * @name `Danish Ministry of Taxation, Central Customs and Tax Administration`\n *\n * @country `DK`\n *\n * @validation\n * ```regex\n * DK[0-9]{8}\n * ```\n * Taks: validate Check digit: mod11 (weights 2, 7, 6, 5, 4, 3, 2, 1)\n */\n '9904': 'DK:SE',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @example\n * `DK26769388`;\n *\n * @name `Danish VANS providers`\n *\n * @country `DK`\n */\n '9905': 'DK:VANS',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @example\n * `IT06363391001`;\n *\n * @name `Ufficio responsabile gestione partite IVA`\n *\n * @country `IT`\n *\n * @validation\n * ```regex\n * IT[0-9]{11}\n * ```\n * first 7: company identifiers\n * next 3: province of residence (between \"001\" and \"100\"; or \"120\", \"121\", \"888\" \"999\")\n * Last: check digit\n * Check digit: Luhn\n */\n '9906': 'IT:VAT',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @example\n * `RSSBBR69C48F839A`;\n *\n * @name `TAX Authority`\n *\n * @country `IT`\n *\n * @validation\n * ```regex\n * [0-9]{11} (company identification)\n * ```\n * first 7: company identifiers\n * next 3: province of residence (between \"001\" and \"100\"; or \"120\", \"121\", \"888\" \"999\")\n * Last: check digit\n * Check digit: Luhn\n *\n * ```regex\n * [A-Z]{6}[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST][0-9LMNPQRSTUV]{2}[A-Z][0-9LMNPQRSTUV]{3}[A-Z] (personal identification)\n * ```\n * Check digit: https://github.com/arthurdejong/python-stdnum/blob/master/stdnum/it/codicefiscale.py\n */\n '9907': 'IT:CF',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @name `Enhetsregisteret ved Bronnoysundregisterne`\n *\n * @country `NO`\n *\n * @validation\n * ```regex\n * [0-9]{9}\n * ```\n * Check digit: mod11 (weights 3, 2, 7, 6, 5, 4, 3)\n */\n '9908': 'NO:ORGNR',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @example\n * `990399123MVA`;\n *\n * @name `Norwegian VAT number`\n *\n * @country `NO`\n *\n * @validation\n * ```regex\n * NO[0-9]{9}MVA\n * ```\n * Check digit: mod11 (weights 3, 2, 7, 6, 5, 4, 3)\n */\n '9909': 'NO:VAT',\n /**\n * @since 1.0.0\n *\n * @name `Hungary VAT number`\n *\n * @country `HU`\n *\n * @validation\n * ```regex\n * HU[0-9]{8}\n * ```\n * Check digit: https://github.com/arthurdejong/python-stdnum/blob/master/stdnum/hu/anum.py\n */\n '9910': 'HU:VAT',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @name `National ministries of Economy`\n *\n * @country `international`\n *\n * @validation\n * ```regex\n * [A-Z]{2}[A-Z0-9]{,20}\n * ```\n */\n '9912': 'EU:VAT',\n /**\n * @since 1.0.0\n *\n * @name `Business Registers Network`\n *\n * @country `international`\n */\n '9913': 'EU:REID',\n /**\n * @since 1.0.0\n *\n * @example\n * `ATU12345678`;\n *\n * @name `Österreichische Umsatzsteuer-Identifikationsnummer`\n *\n * @country `AT`\n */\n '9914': 'AT:VAT',\n /**\n * @since 1.0.0\n *\n * @example\n * `b`;\n *\n * @name `Österreichisches Verwaltungs bzw. Organisationskennzeichen`\n *\n * @country `AT`\n *\n * @validation\n * ```regex\n * [A-Z][A-Z0-9]*\n * ```\n */\n '9915': 'AT:GOV',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @name `Firmenidentifikationsnummer der Statistik Austria`\n *\n * @country `AT`\n */\n '9916': 'AT:CID',\n /**\n * @deprecated\n *\n * @since 1.0.0\n *\n * @name `Icelandic National Registry`\n *\n * @country `IS`\n *\n * @validation\n * ```regex\n * [0-9]{10}\n * ```\n * Check digit: mod11 (weights 3, 2, 7, 6, 5, 4, 3, 2)\n */\n '9917': 'IS:KT',\n /**\n * @since 1.0.1\n *\n * @name `SOCIETY FOR WORLDWIDE INTERBANK FINANCIAL, TELECOMMUNICATION S.W.I.F.T`\n *\n * @country `international`\n */\n '9918': 'IBAN',\n /**\n * @since 1.0.2\n *\n * @name `Kennziffer des Unternehmensregisters`\n *\n * @country `AT`\n */\n '9919': 'AT:KUR',\n /**\n * @since 1.0.2\n *\n * @name `Agencia Española de Administración Tributaria`\n *\n * @country `ES`\n */\n '9920': 'ES:VAT',\n /**\n * @deprecated\n *\n * @since 1.1.0\n *\n * @name `Indice delle Pubbliche Amministrazioni`\n *\n * @country `IT`\n */\n '9921': 'IT:IPA',\n /**\n * @since 1.1.0\n *\n * @name `Andorra VAT number`\n *\n * @country `AD`\n */\n '9922': 'AD:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Albania VAT number`\n *\n * @country `AL`\n */\n '9923': 'AL:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Bosnia and Herzegovina VAT number`\n *\n * @country `BA`\n */\n '9924': 'BA:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Belgium VAT number`\n *\n * @country `BE`\n */\n '9925': 'BE:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Bulgaria VAT number`\n *\n * @country `BG`\n */\n '9926': 'BG:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Switzerland VAT number`\n *\n * @country `CH`\n */\n '9927': 'CH:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Cyprus VAT number`\n *\n * @country `CY`\n */\n '9928': 'CY:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Czech Republic VAT number`\n *\n * @country `CZ`\n */\n '9929': 'CZ:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Germany VAT number`\n *\n * @country `DE`\n */\n '9930': 'DE:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Estonia VAT number`\n *\n * @country `EE`\n */\n '9931': 'EE:VAT',\n /**\n * @since 1.1.0\n *\n * @name `United Kingdom VAT number`\n *\n * @country `GB`\n */\n '9932': 'GB:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Greece VAT number`\n *\n * @country `GR`\n */\n '9933': 'GR:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Croatia VAT number`\n *\n * @country `HR`\n */\n '9934': 'HR:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Ireland VAT number`\n *\n * @country `IE`\n */\n '9935': 'IE:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Liechtenstein VAT number`\n *\n * @country `LI`\n */\n '9936': 'LI:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Lithuania VAT number`\n *\n * @country `LT`\n */\n '9937': 'LT:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Luxemburg VAT number`\n *\n * @country `LU`\n */\n '9938': 'LU:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Latvia VAT number`\n *\n * @country `LV`\n */\n '9939': 'LV:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Monaco VAT number`\n *\n * @country `MC`\n */\n '9940': 'MC:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Montenegro VAT number`\n *\n * @country `ME`\n */\n '9941': 'ME:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Macedonia, the former Yugoslav Republic of VAT number`\n *\n * @country `MK`\n */\n '9942': 'MK:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Malta VAT number`\n *\n * @country `MT`\n */\n '9943': 'MT:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Netherlands VAT number`\n *\n * @country `NL`\n */\n '9944': 'NL:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Poland VAT number`\n *\n * @country `PL`\n */\n '9945': 'PL:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Portugal VAT number`\n *\n * @country `PT`\n */\n '9946': 'PT:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Romania VAT number`\n *\n * @country `RO`\n */\n '9947': 'RO:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Serbia VAT number`\n *\n * @country `RS`\n */\n '9948': 'RS:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Slovenia VAT number`\n *\n * @country `SI`\n */\n '9949': 'SI:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Slovakia VAT number`\n *\n * @country `SK`\n */\n '9950': 'SK:VAT',\n /**\n * @since 1.1.0\n *\n * @name `San Marino VAT number`\n *\n * @country `SM`\n */\n '9951': 'SM:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Turkey VAT number`\n *\n * @country `TR`\n */\n '9952': 'TR:VAT',\n /**\n * @since 1.1.0\n *\n * @name `Holy See (Vatican City State) VAT number`\n *\n * @country `VA`\n */\n '9953': 'VA:VAT',\n /**\n * @deprecated\n *\n * @since 1.1.3\n *\n * @name `Dutch Originator's Identification Number`\n *\n * @country `NL`\n */\n '9954': 'NL:OIN',\n /**\n * @deprecated\n *\n * @since 1.2.0\n *\n * @name `Swedish VAT number`\n *\n * @country `SE`\n */\n '9955': 'SE:VAT',\n /**\n * @deprecated\n *\n * @since 1.2.1\n *\n * @example\n * `0899965307`;\n *\n * @name `Belgian Crossroad Bank of Enterprise number`\n *\n * @country `BE`\n *\n * @validation\n * ```regex\n * 0[0-9]{9}\n * ```\n * Check digit: mod97\n * See https://github.com/arthurdejong/python-stdnum/blob/master/stdnum/be/vat.py\n */\n '9956': 'BE:CBE',\n /**\n * @since 1.2.1\n *\n * @name `French VAT number`\n *\n * @country `FR`\n */\n '9957': 'FR:VAT',\n /**\n * @deprecated\n *\n * @since 3\n *\n * @name `Peppol-Leitweg-ID`\n *\n * @country `DE`\n */\n '9958': 'DE:LID',\n /**\n * @since 8.3\n *\n * @name `US Employer ID Number`\n *\n * @country `US`\n */\n '9959': 'US:EIN',\n};\n\n/**\n * @description Keys of {@link participantIdentifierSchemes}.\n */\nexport type ParticipantIdentifierSchemesKeys =\n | '0002'\n | '0007'\n | '0009'\n | '0037'\n | '0060'\n | '0088'\n | '0096'\n | '0097'\n | '0106'\n | '0130'\n | '0135'\n | '0142'\n | '0151'\n | '0158'\n | '0183'\n | '0184'\n | '0188'\n | '0190'\n | '0191'\n | '0192'\n | '0193'\n | '0195'\n | '0196'\n | '0198'\n | '0199'\n | '0200'\n | '0201'\n | '0204'\n | '0205'\n | '0208'\n | '0209'\n | '0210'\n | '0211'\n | '0212'\n | '0213'\n | '0215'\n | '0216'\n | '0218'\n | '0221'\n | '0225'\n | '0230'\n | '0235'\n | '0240'\n | '0242'\n | '0244'\n | '0245'\n | '0246'\n | '0248'\n | '9901'\n | '9902'\n | '9904'\n | '9905'\n | '9906'\n | '9907'\n | '9908'\n | '9909'\n | '9910'\n | '9912'\n | '9913'\n | '9914'\n | '9915'\n | '9916'\n | '9917'\n | '9918'\n | '9919'\n | '9920'\n | '9921'\n | '9922'\n | '9923'\n | '9924'\n | '9925'\n | '9926'\n | '9927'\n | '9928'\n | '9929'\n | '9930'\n | '9931'\n | '9932'\n | '9933'\n | '9934'\n | '9935'\n | '9936'\n | '9937'\n | '9938'\n | '9939'\n | '9940'\n | '9941'\n | '9942'\n | '9943'\n | '9944'\n | '9945'\n | '9946'\n | '9947'\n | '9948'\n | '9949'\n | '9950'\n | '9951'\n | '9952'\n | '9953'\n | '9954'\n | '9955'\n | '9956'\n | '9957'\n | '9958'\n | '9959';\n\n/**\n * @description Keys of {@link participantIdentifierSchemes}.\n */\nexport const participantIdentifierSchemesKeys = [\n '0002',\n '0007',\n '0009',\n '0037',\n '0060',\n '0088',\n '0096',\n '0097',\n '0106',\n '0130',\n '0135',\n '0142',\n '0151',\n '0158',\n '0183',\n '0184',\n '0188',\n '0190',\n '0191',\n '0192',\n '0193',\n '0195',\n '0196',\n '0198',\n '0199',\n '0200',\n '0201',\n '0204',\n '0205',\n '0208',\n '0209',\n '0210',\n '0211',\n '0212',\n '0213',\n '0215',\n '0216',\n '0218',\n '0221',\n '0225',\n '0230',\n '0235',\n '0240',\n '0242',\n '0244',\n '0245',\n '0246',\n '0248',\n '9901',\n '9902',\n '9904',\n '9905',\n '9906',\n '9907',\n '9908',\n '9909',\n '9910',\n '9912',\n '9913',\n '9914',\n '9915',\n '9916',\n '9917',\n '9918',\n '9919',\n '9920',\n '9921',\n '9922',\n '9923',\n '9924',\n '9925',\n '9926',\n '9927',\n '9928',\n '9929',\n '9930',\n '9931',\n '9932',\n '9933',\n '9934',\n '9935',\n '9936',\n '9937',\n '9938',\n '9939',\n '9940',\n '9941',\n '9942',\n '9943',\n '9944',\n '9945',\n '9946',\n '9947',\n '9948',\n '9949',\n '9950',\n '9951',\n '9952',\n '9953',\n '9954',\n '9955',\n '9956',\n '9957',\n '9958',\n '9959',\n] as [string, ...string[]];\n\nexport const participantIdentifierSchemesValidations = {\n '0002': [/[0-9]{9}([0-9]{5})?/g],\n '0007': [/[0-9]{10}/g],\n '0009': [/[0-9]{14}/g],\n '0037': [/(0037)?[0-9]{7}-?[0-9][0-9A-Z]{0,5}/g],\n '0060': [/[0-9]{9}/g],\n '0088': [/[0-9]{13}/g],\n '0096': [/[0-9]{10}/g],\n '0097': [/[0-9]{11,16}/g],\n '0106': [/[0-9]{17}/g],\n '0130': undefined,\n '0135': undefined,\n '0142': undefined,\n '0151': [/[0-9]{11}/g],\n '0158': [/[0-9]{8}/g],\n '0183': [/CHE[0-9]{9}/g],\n '0184': [/[1-9][0-9]{7}/g],\n '0188': undefined,\n '0190': [/[0-9]{20}/g],\n '0191': [/[1789][0-9]{7}/g],\n '0192': [/[0-9]{9}/g],\n '0193': [/.{4,50}/g],\n '0195': [/[a-z]{2}[a-z]{3}([0-9]{8}|[0-9]{9}|[RST][0-9]{2}[a-z]{2}[0-9]{4})[0-9a-z]/g],\n '0196': [/[0-9]{10}/g],\n '0198': [/DK[0-9]{8}/g],\n '0199': [/[A-Z0-9]{18}[0-9]{2}/g],\n '0200': [/[0-9]{9}/g],\n '0201': [/[0-9a-zA-Z]{6}/g],\n '0204': [/[0-9]{2,12}(\\-[0-9A-Z]{0,30})?\\-[0-9]{2}/g],\n '0205': undefined,\n '0208': [/[01][0-9]{9}/g],\n '0209': undefined,\n '0210': undefined,\n '0211': [/IT[0-9]{11}/g],\n '0212': undefined,\n '0213': undefined,\n '0215': undefined,\n '0216': undefined,\n '0218': [/[0-9]{9}([0-9]{2})?/g],\n '0221': undefined,\n '0225': [/[A-Z-a-z0-9_\\-]{1,130}/g],\n '0230': undefined,\n '0235': [/1[0-9]{9}/g],\n '0240': [/[0-9]{11}/g],\n '0242': [/[0-9]{6}(-[0-9A-Z_]{3,12}(\\.[0-9A-Z\\-\\._~]{3,24})?)?/g],\n '0244': [/[0-9]{13}/g],\n '0245': [/[0-9]{10}/g],\n '0246': [/DE[0-9]{9}(-[0-9]{5})?(\\.[0-9A-Z]{1,8})?/g],\n '0248': [/OM[0-9]{10}/g],\n '9901': undefined,\n '9902': [/[1-9][0-9]{7}/g],\n '9904': [/DK[0-9]{8}/g],\n '9905': undefined,\n '9906': [/IT[0-9]{11}/g],\n '9907': [\n /[0-9]{11} (company identification)/g,\n /[A-Z]{6}[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST][0-9LMNPQRSTUV]{2}[A-Z][0-9LMNPQRSTUV]{3}[A-Z] (personal identification)/g,\n ],\n '9908': [/[0-9]{9}/g],\n '9909': [/NO[0-9]{9}MVA/g],\n '9910': [/HU[0-9]{8}/g],\n '9912': [/[A-Z]{2}[A-Z0-9]{,20}/g],\n '9913': undefined,\n '9914': undefined,\n '9915': [/[A-Z][A-Z0-9]*/g],\n '9916': undefined,\n '9917': [/[0-9]{10}/g],\n '9918': undefined,\n '9919': undefined,\n '9920': undefined,\n '9921': undefined,\n '9922': undefined,\n '9923': undefined,\n '9924': undefined,\n '9925': undefined,\n '9926': undefined,\n '9927': undefined,\n '9928': undefined,\n '9929': undefined,\n '9930': undefined,\n '9931': undefined,\n '9932': undefined,\n '9933': undefined,\n '9934': undefined,\n '9935': undefined,\n '9936': undefined,\n '9937': undefined,\n '9938': undefined,\n '9939': undefined,\n '9940': undefined,\n '9941': undefined,\n '9942': undefined,\n '9943': undefined,\n '9944': undefined,\n '9945': undefined,\n '9946': undefined,\n '9947': undefined,\n '9948': undefined,\n '9949': undefined,\n '9950': undefined,\n '9951': undefined,\n '9952': undefined,\n '9953': undefined,\n '9954': undefined,\n '9955': undefined,\n '9956': [/0[0-9]{9}/g],\n '9957': undefined,\n '9958': undefined,\n '9959': undefined,\n};\n\n/**\n * @description The list of elements that are deprecated.\n */\nexport const deprecatedParticipantIdentifierSchemes = [\n '0037',\n '0193',\n '0212',\n '0213',\n '0215',\n '9901',\n '9902',\n '9904',\n '9905',\n '9906',\n '9907',\n '9908',\n '9909',\n '9912',\n '9916',\n '9917',\n '9921',\n '9954',\n '9955',\n '9956',\n '9958',\n];\n","// oxlint-disable\n/// Do not edit this file directly. It is generated by \\`scripts/values.ts\\`\n\n/**\n * @category Peppol Values\n *\n * @title VATEX code list\n *\n * @enum\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/vatex/\n */\nexport const vatexCodes = {\n /**\n * @description Exemptions relating to repayment of expenditures. Remark, Repayment of expenditure is not an exemption in the sense of the VAT Directive but may\n * be handled as such in the context of the EN16931.\n */\n 'VATEX-EU-79-C': 'Exempt based on article 79, point c of Council Directive 2006/112/EC',\n /**\n * @description Exemptions for certain activities in public interest.\n */\n 'VATEX-EU-132': 'Exempt based on article 132 of Council Directive 2006/112/EC',\n /**\n * @description The supply by the public postal services of services other than passenger transport and telecommunications services, and the supply of goods\n * incidental thereto.\n */\n 'VATEX-EU-132-1A': 'Exempt based on article 132, section 1 (a) of Council Directive 2006/112/EC',\n /**\n * @description Hospital and medical care and closely related activities undertaken by bodies governed by public law or, under social conditions comparable with\n * those applicable to bodies governed by public law, by hospitals, centres for medical treatment or diagnosis and other duly recognised\n * establishments of a similar nature.\n */\n 'VATEX-EU-132-1B': 'Exempt based on article 132, section 1 (b) of Council Directive 2006/112/EC',\n /**\n * @description The provision of medical care in the exercise of the medical and paramedical professions as defined by the Member State concerned.\n */\n 'VATEX-EU-132-1C': 'Exempt based on article 132, section 1 (c) of Council Directive 2006/112/EC',\n /**\n * @description The supply of human organs, blood and milk.\n */\n 'VATEX-EU-132-1D': 'Exempt based on article 132, section 1 (d) of Council Directive 2006/112/EC',\n /**\n * @description The supply of services by dental technicians in their professional capacity and the supply of dental prostheses by dentists and dental\n * technicians.\n */\n 'VATEX-EU-132-1E': 'Exempt based on article 132, section 1 (e) of Council Directive 2006/112/EC',\n /**\n * @description The supply of services by independent groups of persons, who are carrying on an activity which is exempt from VAT or in relation to which they\n * are not taxable persons, for the purpose of rendering their members the services directly necessary for the exercise of that activity, where\n * those groups merely claim from their members exact reimbursement of their share of the joint expenses, provided that such exemption is not likely\n * to cause distortion of competition.\n */\n 'VATEX-EU-132-1F': 'Exempt based on article 132, section 1 (f) of Council Directive 2006/112/EC',\n /**\n * @description The supply of services and of goods closely linked to welfare and social security work, including those supplied by old people's homes, by bodies\n * governed by public law or by other bodies recognised by the Member State concerned as being devoted to social wellbeing.\n */\n 'VATEX-EU-132-1G': 'Exempt based on article 132, section 1 (g) of Council Directive 2006/112/EC',\n /**\n * @description \"The supply of services and of goods closely linked to the protection of children and young persons by bodies governed by public law or by other\n * organisations recognised by the Member State concerned as being devoted to social wellbeing\"\n */\n 'VATEX-EU-132-1H': 'Exempt based on article 132, section 1 (h) of Council Directive 2006/112/EC',\n /**\n * @description \" The provision of children's or young people's education, school or university education, vocational training or retraining, including the\n * supply of services and of goods closely related thereto, by bodies governed by public law having such as their aim or by other organisations\n * recognised by the Member State concerned as having similar objects.\"\n */\n 'VATEX-EU-132-1I': 'Exempt based on article 132, section 1 (i) of Council Directive 2006/112/EC',\n /**\n * @description Tuition given privately by teachers and covering school or university education.\n */\n 'VATEX-EU-132-1J': 'Exempt based on article 132, section 1 (j) of Council Directive 2006/112/EC',\n /**\n * @description The supply of staff by religious or philosophical institutions for the purpose of the activities referred to in points (b), (g), (h) and (i) and\n * with a view to spiritual welfare.\n */\n 'VATEX-EU-132-1K': 'Exempt based on article 132, section 1 (k) of Council Directive 2006/112/EC',\n /**\n * @description The supply of services, and the supply of goods closely linked thereto, to their members in their common interest in return for a subscription\n * fixed in accordance with their rules by non-profitmaking organisations with aims of a political, trade-union, religious, patriotic,\n * philosophical, philanthropic or civic nature, provided that this exemption is not likely to cause distortion of competition.\n */\n 'VATEX-EU-132-1L': 'Exempt based on article 132, section 1 (l) of Council Directive 2006/112/EC',\n /**\n * @description The supply of certain services closely linked to sport or physical education by non-profit-making organisations to persons taking part in sport\n * or physical education.\n */\n 'VATEX-EU-132-1M': 'Exempt based on article 132, section 1 (m) of Council Directive 2006/112/EC',\n /**\n * @description The supply of certain cultural services, and the supply of goods closely linked thereto, by bodies governed by public law or by other cultural\n * bodies recognised by the Member State concerned.\n */\n 'VATEX-EU-132-1N': 'Exempt based on article 132, section 1 (n) of Council Directive 2006/112/EC',\n /**\n * @description \"The supply of services and goods, by organisations whose activities are exempt pursuant to points (b), (g), (h), (i), (l), (m) and (n), in\n * connection with fund-raising events organised exclusively for their own benefit, provided that exemption is not likely to cause distortion of\n * competition.\"\n */\n 'VATEX-EU-132-1O': 'Exempt based on article 132, section 1 (o) of Council Directive 2006/112/EC',\n /**\n * @description The supply of transport services for sick or injured persons in vehicles specially designed for the purpose, by duly authorised bodies.\n */\n 'VATEX-EU-132-1P': 'Exempt based on article 132, section 1 (p) of Council Directive 2006/112/EC',\n /**\n * @description The activities, other than those of a commercial nature, carried out by public radio and television bodies.\n */\n 'VATEX-EU-132-1Q': 'Exempt based on article 132, section 1 (q) of Council Directive 2006/112/EC',\n /**\n * @description Exemptions on importation.\n */\n 'VATEX-EU-143': 'Exempt based on article 143 of Council Directive 2006/112/EC',\n /**\n * @description The final importation of goods of which the supply by a taxable person would in all circumstances be exempt within their respective territory.\n */\n 'VATEX-EU-143-1A': 'Exempt based on article 143, section 1 (a) of Council Directive 2006/112/EC',\n /**\n * @description The final importation of goods governed by Council Directives 69/169/EEC (1), 83/181/EEC (2) and 2006/79/EC (3).\n */\n 'VATEX-EU-143-1B': 'Exempt based on article 143, section 1 (b) of Council Directive 2006/112/EC',\n /**\n * @description The final importation of goods, in free circulation from a third territory forming part of the Community customs territory, which would be\n * entitled to exemption under point (b) if they had been imported within the meaning of the first paragraph of Article 30.\n */\n 'VATEX-EU-143-1C': 'Exempt based on article 143, section 1 (c) of Council Directive 2006/112/EC',\n /**\n * @description The importation of goods dispatched or transported from a third territory or a third country into a Member State other than that in which the\n * dispatch or transport of the goods ends, where the supply of such goods by the importer designated or recognised under Article 201 as liable for\n * payment of VAT is exempt under Article 138.\n */\n 'VATEX-EU-143-1D': 'Exempt based on article 143, section 1 (d) of Council Directive 2006/112/EC',\n /**\n * @description The reimportation, by the person who exported them, of goods in the state in which they were exported, where those goods are exempt from customs\n * duties.\n */\n 'VATEX-EU-143-1E': 'Exempt based on article 143, section 1 (e) of Council Directive 2006/112/EC',\n /**\n * @description The importation, under diplomatic and consular arrangements, of goods which are exempt from customs duties.\n */\n 'VATEX-EU-143-1F': 'Exempt based on article 143, section 1 (f) of Council Directive 2006/112/EC',\n /**\n * @description \"The importation of goods by the European Community, the European Atomic Energy Community, the European Central Bank or the European Investment\n * Bank, or by the bodies set up by the Communities to which the Protocol of 8 April 1965 on the privileges and immunities of the European\n * Communities applies, within the limits and under the conditions of that Protocol and the agreements for its implementation or the headquarters\n * agreements, in so far as it does not lead to distortion of competition\"\n */\n 'VATEX-EU-143-1FA': 'Exempt based on article 143, section 1 (fa) of Council Directive 2006/112/EC',\n /**\n * @description \" The importation of goods by international bodies, other than those referred to in point (fa), recognised as such by the public authorities of\n * the host Member State, or by members of such bodies, within the limits and under the conditions laid down by the international conventions\n * establishing the bodies or by headquarters agreements\"\n */\n 'VATEX-EU-143-1G': 'Exempt based on article 143, section 1 (g) of Council Directive 2006/112/EC',\n /**\n * @description The importation of goods, into Member States party to the North Atlantic Treaty, by the armed forces of other States party to that Treaty for the\n * use of those forces or the civilian staff accompanying them or for supplying their messes or canteens where such forces take part in the common\n * defence effort.\n */\n 'VATEX-EU-143-1H': 'Exempt based on article 143, section 1 (h) of Council Directive 2006/112/EC',\n /**\n * @description The importation of goods by the armed forces of the United Kingdom stationed in the island of Cyprus pursuant to the Treaty of Establishment\n * concerning the Republic of Cyprus, dated 16 August 1960, which are for the use of those forces or the civilian staff accompanying them or for\n * supplying their messes or canteens.\n */\n 'VATEX-EU-143-1I': 'Exempt based on article 143, section 1 (i) of Council Directive 2006/112/EC',\n /**\n * @description The importation into ports, by sea fishing undertakings, of their catches, unprocessed or after undergoing preservation for marketing but before\n * being supplied.\n */\n 'VATEX-EU-143-1J': 'Exempt based on article 143, section 1 (j) of Council Directive 2006/112/EC',\n /**\n * @description The importation of gold by central banks.\n */\n 'VATEX-EU-143-1K': 'Exempt based on article 143, section 1 (k) of Council Directive 2006/112/EC',\n /**\n * @description The importation of gas through a natural gas system or any network connected to such a system or fed in from a vessel transporting gas into a\n * natural gas system or any upstream pipeline network, of electricity or of heat or cooling energy through heating or cooling networks.\n */\n 'VATEX-EU-143-1L': 'Exempt based on article 143, section 1 (l) of Council Directive 2006/112/EC',\n /**\n * @description Exemptions for services linked to the import of goods.\n */\n 'VATEX-EU-144': 'Exempt based on article 144 of Council Directive 2006/112/EC',\n /**\n * @description Exempt Exemptions for services linked to the export of goods.\n */\n 'VATEX-EU-146-1E': 'Exempt based on article 146 section 1 (e) of Council Directive 2006/112/EC',\n /**\n * @description Exemptions related to international transport.\n */\n 'VATEX-EU-148': 'Exempt based on article 148 of Council Directive 2006/112/EC',\n /**\n * @description Fuel supplies for commercial international transport vessels.\n */\n 'VATEX-EU-148-A': 'Exempt based on article 148, section (a) of Council Directive 2006/112/EC',\n /**\n * @description Fuel supplies for fighting ships in international transport.\n */\n 'VATEX-EU-148-B': 'Exempt based on article 148, section (b) of Council Directive 2006/112/EC',\n /**\n * @description Maintenance, modification, chartering and hiring of international transport vessels.\n */\n 'VATEX-EU-148-C': 'Exempt based on article 148, section (c) of Council Directive 2006/112/EC',\n /**\n * @description Supply to of other services to commercial international transport vessels.\n */\n 'VATEX-EU-148-D': 'Exempt based on article 148, section (d) of Council Directive 2006/112/EC',\n /**\n * @description Fuel supplies for aircraft on international routes.\n */\n 'VATEX-EU-148-E': 'Exempt based on article 148, section (e) of Council Directive 2006/112/EC',\n /**\n * @description Maintenance, modification, chartering and hiring of aircraft on international routes.\n */\n 'VATEX-EU-148-F': 'Exempt based on article 148, section (f) of Council Directive 2006/112/EC',\n /**\n * @description Supply to of other services to aircraft on international routes.\n */\n 'VATEX-EU-148-G': 'Exempt based on article 148, section (g) of Council Directive 2006/112/EC',\n /**\n * @description Exemptions relating to certain Transactions treated as exports.\n */\n 'VATEX-EU-151': 'Exempt based on article 151 of Council Directive 2006/112/EC',\n /**\n * @description The supply of goods or services under diplomatic and consular arrangements.\n */\n 'VATEX-EU-151-1A': 'Exempt based on article 151, section 1 (a) of Council Directive 2006/112/EC',\n /**\n * @description The supply of goods or services to the European Community, the European Atomic Energy Community, the European Central Bank or the European\n * Investment Bank, or to the bodies set up by the Communities to which the Protocol of 8 April 1965 on the privileges and immunities of the\n * European Communities applies, within the limits and under the conditions of that Protocol and the agreements for its implementation or the\n * headquarters agreements, in so far as it does not lead to distortion of competition.\n */\n 'VATEX-EU-151-1AA': 'Exempt based on article 151, section 1 (aa) of Council Directive 2006/112/EC',\n /**\n * @description The supply of goods or services to international bodies, other than those referred to in point (aa), recognised as such by the public authorities\n * of the host Member States, and to members of such bodies, within the limits and under the conditions laid down by the international conventions\n * establishing the bodies or by headquarters agreements.\n */\n 'VATEX-EU-151-1B': 'Exempt based on article 151, section 1 (b) of Council Directive 2006/112/EC',\n /**\n * @description The supply of goods or services within a Member State which is a party to the North Atlantic Treaty, intended either for the armed forces of\n * other States party to that Treaty for the use of those forces, or of the civilian staff accompanying them, or for supplying their messes or\n * canteens when such forces take part in the common defence effort.\n */\n 'VATEX-EU-151-1C': 'Exempt based on article 151, section 1 (c) of Council Directive 2006/112/EC',\n /**\n * @description The supply of goods or services to another Member State, intended for the armed forces of any State which is a party to the North Atlantic\n * Treaty, other than the Member State of destination itself, for the use of those forces, or of the civilian staff accompanying them, or for\n * supplying their messes or canteens when such forces take part in the common defence effort.\n */\n 'VATEX-EU-151-1D': 'Exempt based on article 151, section 1 (d) of Council Directive 2006/112/EC',\n /**\n * @description The supply of goods or services to the armed forces of the United Kingdom stationed in the island of Cyprus pursuant to the Treaty of\n * Establishment concerning the Republic of Cyprus, dated 16 August 1960, which are for the use of those forces, or of the civilian staff\n * accompanying them, or for supplying their messes or canteens.\n */\n 'VATEX-EU-151-1E': 'Exempt based on article 151, section 1 (e) of Council Directive 2006/112/EC',\n /**\n * @description Exemptions for services linked to supplies of goods intended to be placed under customs warehouses, warehouses other than customs warehouses and\n * similar arrangements.\n */\n 'VATEX-EU-159': 'Exempt based on article 159 of Council Directive 2006/112/EC',\n /**\n * @description Travel agents performed outside of EU.\n */\n 'VATEX-EU-309': 'Exempt based on article 309 of Council Directive 2006/112/EC',\n /**\n * @description Supports EN 16931-1 rule BR-AE-10 - Only use with VAT category code AE.\n */\n 'VATEX-EU-AE': 'Reverse charge',\n /**\n * @description Second-hand means of transport - Indication that VAT has been paid according to the relevant transitional arrangements - Only use with VAT\n * category code E.\n */\n 'VATEX-EU-D': 'Intra-Community acquisition from second hand means of transport',\n /**\n * @description Second-hand goods - Indication that the VAT margin scheme for second-hand goods has been applied. - Only use with VAT category code E.\n */\n 'VATEX-EU-F': 'Intra-Community acquisition of second hand goods',\n /**\n * @description Supports EN 16931-1 rule BR-G-10 - Only use with VAT category code G.\n */\n 'VATEX-EU-G': 'Export outside the EU',\n /**\n * @description Works of art - Indication that the VAT margin scheme for works of art has been applied. - Only use with VAT category code E.\n */\n 'VATEX-EU-I': 'Intra-Community acquisition of works of art',\n /**\n * @description Supports EN 16931-1 rule BR-IC-10 - Only use with VAT category code K.\n */\n 'VATEX-EU-IC': 'Intra-Community supply',\n /**\n * @description Supports EN 16931-1 rule BR-O-10 - Only use with VAT category code O.\n */\n 'VATEX-EU-O': 'Not subject to VAT',\n /**\n * @description Collectors' items and antiques - Indication that the VAT margin scheme for collector’s items and antiques has been applied. - Only use with VAT\n * category code E.\n */\n 'VATEX-EU-J': 'Intra-Community acquisition of collectors items and antiques',\n /**\n * @description For domestic invoicing in France.\n */\n 'VATEX-FR-FRANCHISE': 'France domestic VAT franchise in base',\n /**\n * @description For domestic Credit Notes only in France.\n */\n 'VATEX-FR-CNWVAT': 'France domestic Credit Notes without VAT, due to supplier forfeit of VAT for discount',\n\n 'VATEX-EU-153': 'Exempt based on article 153 of Council Directive 2006/112/EC',\n\n 'VATEX-FR-CGI261-1': 'Exempt based on 1 of article 261 of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261-2': 'Exempt based on 2 of article 261 of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261-3': 'Exempt based on 3 of article 261 of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261-4': 'Exempt based on 4 of article 261 of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261-5': 'Exempt based on 5 of article 261 of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261-7': 'Exempt based on 7 of article 261 of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261-8': 'Exempt based on 8 of article 261 of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261A': 'Exempt based on article 261 A of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261B': 'Exempt based on article 261 B of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261C-1': 'Exempt based on 1° of article 261 C of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261C-2': 'Exempt based on 2° of article 261 C of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261C-3': 'Exempt based on 3° of article 261 C of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261D-1': 'Exempt based on 1° of article 261 D of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261D-1BIS': 'Exempt based on 1°bis of article 261 D of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261D-2': 'Exempt based on 2° of article 261 D of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261D-3':\n 'Exempt based on 3° of article 261 D of the Code Général des Impôts (CGI ; General tax code)Exonération de TVA - Article 261 D-3° du Code Général des Impôts',\n\n 'VATEX-FR-CGI261D-4': 'Exempt based on 4° of article 261 D of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261E-1': 'Exempt based on 1° of article 261 E of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI261E-2': 'Exempt based on 2° of article 261 E of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI277A': 'Exempt based on article 277 A of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI275': 'Exempt based on article 275 of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-298SEXDECIESA': 'Exempt based on article 298 sexdecies A of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-CGI295': 'Exempt based on article 295 of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-FR-AE': 'Exempt based on 2 of article 283 of the Code Général des Impôts (CGI ; General tax code)',\n\n 'VATEX-EU-135-1': 'Exempt based on article 135, section 1 of Council Directive 2006/112/EC',\n};\n\n/**\n * @description Keys of {@link vatexCodes}.\n */\nexport type VatexCodesKeys =\n | 'VATEX-EU-79-C'\n | 'VATEX-EU-132'\n | 'VATEX-EU-132-1A'\n | 'VATEX-EU-132-1B'\n | 'VATEX-EU-132-1C'\n | 'VATEX-EU-132-1D'\n | 'VATEX-EU-132-1E'\n | 'VATEX-EU-132-1F'\n | 'VATEX-EU-132-1G'\n | 'VATEX-EU-132-1H'\n | 'VATEX-EU-132-1I'\n | 'VATEX-EU-132-1J'\n | 'VATEX-EU-132-1K'\n | 'VATEX-EU-132-1L'\n | 'VATEX-EU-132-1M'\n | 'VATEX-EU-132-1N'\n | 'VATEX-EU-132-1O'\n | 'VATEX-EU-132-1P'\n | 'VATEX-EU-132-1Q'\n | 'VATEX-EU-143'\n | 'VATEX-EU-143-1A'\n | 'VATEX-EU-143-1B'\n | 'VATEX-EU-143-1C'\n | 'VATEX-EU-143-1D'\n | 'VATEX-EU-143-1E'\n | 'VATEX-EU-143-1F'\n | 'VATEX-EU-143-1FA'\n | 'VATEX-EU-143-1G'\n | 'VATEX-EU-143-1H'\n | 'VATEX-EU-143-1I'\n | 'VATEX-EU-143-1J'\n | 'VATEX-EU-143-1K'\n | 'VATEX-EU-143-1L'\n | 'VATEX-EU-144'\n | 'VATEX-EU-146-1E'\n | 'VATEX-EU-148'\n | 'VATEX-EU-148-A'\n | 'VATEX-EU-148-B'\n | 'VATEX-EU-148-C'\n | 'VATEX-EU-148-D'\n | 'VATEX-EU-148-E'\n | 'VATEX-EU-148-F'\n | 'VATEX-EU-148-G'\n | 'VATEX-EU-151'\n | 'VATEX-EU-151-1A'\n | 'VATEX-EU-151-1AA'\n | 'VATEX-EU-151-1B'\n | 'VATEX-EU-151-1C'\n | 'VATEX-EU-151-1D'\n | 'VATEX-EU-151-1E'\n | 'VATEX-EU-159'\n | 'VATEX-EU-309'\n | 'VATEX-EU-AE'\n | 'VATEX-EU-D'\n | 'VATEX-EU-F'\n | 'VATEX-EU-G'\n | 'VATEX-EU-I'\n | 'VATEX-EU-IC'\n | 'VATEX-EU-O'\n | 'VATEX-EU-J'\n | 'VATEX-FR-FRANCHISE'\n | 'VATEX-FR-CNWVAT'\n | 'VATEX-EU-153'\n | 'VATEX-FR-CGI261-1'\n | 'VATEX-FR-CGI261-2'\n | 'VATEX-FR-CGI261-3'\n | 'VATEX-FR-CGI261-4'\n | 'VATEX-FR-CGI261-5'\n | 'VATEX-FR-CGI261-7'\n | 'VATEX-FR-CGI261-8'\n | 'VATEX-FR-CGI261A'\n | 'VATEX-FR-CGI261B'\n | 'VATEX-FR-CGI261C-1'\n | 'VATEX-FR-CGI261C-2'\n | 'VATEX-FR-CGI261C-3'\n | 'VATEX-FR-CGI261D-1'\n | 'VATEX-FR-CGI261D-1BIS'\n | 'VATEX-FR-CGI261D-2'\n | 'VATEX-FR-CGI261D-3'\n | 'VATEX-FR-CGI261D-4'\n | 'VATEX-FR-CGI261E-1'\n | 'VATEX-FR-CGI261E-2'\n | 'VATEX-FR-CGI277A'\n | 'VATEX-FR-CGI275'\n | 'VATEX-FR-298SEXDECIESA'\n | 'VATEX-FR-CGI295'\n | 'VATEX-FR-AE'\n | 'VATEX-EU-135-1';\n\n/**\n * @description Keys of {@link vatexCodes}.\n */\nexport const vatexCodesKeys = [\n 'VATEX-EU-79-C',\n 'VATEX-EU-132',\n 'VATEX-EU-132-1A',\n 'VATEX-EU-132-1B',\n 'VATEX-EU-132-1C',\n 'VATEX-EU-132-1D',\n 'VATEX-EU-132-1E',\n 'VATEX-EU-132-1F',\n 'VATEX-EU-132-1G',\n 'VATEX-EU-132-1H',\n 'VATEX-EU-132-1I',\n 'VATEX-EU-132-1J',\n 'VATEX-EU-132-1K',\n 'VATEX-EU-132-1L',\n 'VATEX-EU-132-1M',\n 'VATEX-EU-132-1N',\n 'VATEX-EU-132-1O',\n 'VATEX-EU-132-1P',\n 'VATEX-EU-132-1Q',\n 'VATEX-EU-143',\n 'VATEX-EU-143-1A',\n 'VATEX-EU-143-1B',\n 'VATEX-EU-143-1C',\n 'VATEX-EU-143-1D',\n 'VATEX-EU-143-1E',\n 'VATEX-EU-143-1F',\n 'VATEX-EU-143-1FA',\n 'VATEX-EU-143-1G',\n 'VATEX-EU-143-1H',\n 'VATEX-EU-143-1I',\n 'VATEX-EU-143-1J',\n 'VATEX-EU-143-1K',\n 'VATEX-EU-143-1L',\n 'VATEX-EU-144',\n 'VATEX-EU-146-1E',\n 'VATEX-EU-148',\n 'VATEX-EU-148-A',\n 'VATEX-EU-148-B',\n 'VATEX-EU-148-C',\n 'VATEX-EU-148-D',\n 'VATEX-EU-148-E',\n 'VATEX-EU-148-F',\n 'VATEX-EU-148-G',\n 'VATEX-EU-151',\n 'VATEX-EU-151-1A',\n 'VATEX-EU-151-1AA',\n 'VATEX-EU-151-1B',\n 'VATEX-EU-151-1C',\n 'VATEX-EU-151-1D',\n 'VATEX-EU-151-1E',\n 'VATEX-EU-159',\n 'VATEX-EU-309',\n 'VATEX-EU-AE',\n 'VATEX-EU-D',\n 'VATEX-EU-F',\n 'VATEX-EU-G',\n 'VATEX-EU-I',\n 'VATEX-EU-IC',\n 'VATEX-EU-O',\n 'VATEX-EU-J',\n 'VATEX-FR-FRANCHISE',\n 'VATEX-FR-CNWVAT',\n 'VATEX-EU-153',\n 'VATEX-FR-CGI261-1',\n 'VATEX-FR-CGI261-2',\n 'VATEX-FR-CGI261-3',\n 'VATEX-FR-CGI261-4',\n 'VATEX-FR-CGI261-5',\n 'VATEX-FR-CGI261-7',\n 'VATEX-FR-CGI261-8',\n 'VATEX-FR-CGI261A',\n 'VATEX-FR-CGI261B',\n 'VATEX-FR-CGI261C-1',\n 'VATEX-FR-CGI261C-2',\n 'VATEX-FR-CGI261C-3',\n 'VATEX-FR-CGI261D-1',\n 'VATEX-FR-CGI261D-1BIS',\n 'VATEX-FR-CGI261D-2',\n 'VATEX-FR-CGI261D-3',\n 'VATEX-FR-CGI261D-4',\n 'VATEX-FR-CGI261E-1',\n 'VATEX-FR-CGI261E-2',\n 'VATEX-FR-CGI277A',\n 'VATEX-FR-CGI275',\n 'VATEX-FR-298SEXDECIESA',\n 'VATEX-FR-CGI295',\n 'VATEX-FR-AE',\n 'VATEX-EU-135-1',\n] as [string, ...string[]];\n"],"mappings":";;;;;;;;;;;;AAcA,MAAa,mCAAmC;;;;CAI9C,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;;CAML,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;;CAKJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;;CAML,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;;CAKJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;;CAKJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;;CAKJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;;CAKL,IAAI;;;;;CAKJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;;CAKL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;;CAKL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;AACP;;;;AA4zBA,MAAa,uCAAuC;CAClD;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;;;;;;;;;;;;AC71JA,MAAa,uBAAuB;;;;CAIlC,IAAI;;;;CAIJ,GAAG;;;;CAIH,GAAG;;;;CAIH,GAAG;;;;CAIH,GAAG;;;;CAIH,GAAG;;;;CAIH,GAAG;;;;;CAKH,GAAG;;;;;;CAMH,GAAG;;;;;CAKH,GAAG;AACL;;;;AAUA,MAAa,2BAA2B;CAAC;CAAM;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;CAAK;AAAG;;;;;;;;;;;;ACzD1F,MAAa,WAAW;;;;;;CAMtB,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;;;;CAOR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;;CAMR,QAAQ;;;;;;;CAOR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;;;CAOR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;;;CAOR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;;;CAMR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;CAIR,QAAQ;;;;;;CAMR,QAAQ;;;;;;CAMR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;;;CAOR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QACE;;;;CAIF,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;CAKR,QAAQ;;;;;;;;;CASR,QAAQ;;;;;;;;;;;;CAYR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;CAMR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;;;CAMR,QAAQ;;;;;;;CAOR,QAAQ;;;;;;;CAOR,QAAQ;;;;;;;CAOR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;CAKR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;CAKR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;CAKR,QAAQ;;;;;;;CAOR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;CAKR,QAAQ;;;;;;CAMR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;CAMR,QAAQ;;;;;;;CAOR,QAAQ;;;;;;CAMR,QAAQ;;;;;;;CAOR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;CAMR,QAAQ;;;;;;CAMR,QAAQ;;;;;;;CAOR,QAAQ;;;;;;CAMR,QAAQ;;;;CAIR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;;;CAOR,QAAQ;;;;;CAKR,QAAQ;;;;;;;;;;;CAWR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;;;;;;;CAUR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;;CAMR,QAAQ;;;;;CAKR,QAAQ;;;;;;;;;;CAUR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;;;;;CAKR,QAAQ;;;;CAIR,QAAQ;;;;CAIR,QAAQ;;;;;CAKR,QAAQ;CAER,QAAQ;CAER,QAAQ;CAER,QAAQ;CAER,QAAQ;CAER,QAAQ;CAER,QAAQ;CAER,QAAQ;AACV;;;;AA0PA,MAAa,eAAe;CAC1B;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;;;;;;;;;;;;ACzqDA,MAAa,oBAAoB;;;;CAI/B,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;;CAMN,MAAM;;;;;CAKN,KAAK;CAEL,MAAM;AACR;;;;AA8FA,MAAa,wBAAwB;CACnC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;;;;;;;;;;;;ACphBA,MAAa,0BAA0B;;;;CAIrC,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;;;CAMJ,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;AACP;;;;AAmMA,MAAa,8BAA8B;CACzC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;;;;;;;;;;;;AC1mCA,MAAa,oBAAoB;;;;CAI/B,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;CAEN,MAAM;CAEN,MAAM;;;;CAIN,MAAM;CAEN,MAAM;;;;CAIN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;CAEN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;;;;CAIN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;;;;CAIN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;;;;CAIN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;CAEN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;CAEN,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;;;;;CAKL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;;CAKL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;CAEJ,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;CAEJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;CAEJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;CAEJ,IAAI;CAEJ,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;;CAKL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;;CAKL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;CAEJ,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;CAEL,IAAI;CAEJ,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;;;;;CAKL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;;CAKL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;CAEJ,IAAI;;;;;CAKJ,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,IAAI;CAEJ,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;;;;CAIL,KAAK;CAEL,IAAI;CAEJ,IAAI;;;;;CAKJ,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;CAEJ,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,IAAI;CAEJ,IAAI;CAEJ,IAAI;CAEJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;CAEL,KAAK;;;;;CAKL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;;;;CAIJ,IAAI;CAEJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,IAAI;CAEJ,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;;CAKL,IAAI;CAEJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;CAEJ,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;;CAKL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;;CAKJ,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;CAEL,IAAI;;;;;CAKJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,IAAI;CAEJ,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;;CAML,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;;CAKJ,KAAK;;;;;CAKL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;CAEL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;CAEJ,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;;CAKL,IAAI;;;;CAIJ,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;;CAKL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;;CAKJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;CAEJ,KAAK;;;;;CAKL,KAAK;CAEL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;CAEJ,IAAI;CAEJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,IAAI;CAEJ,IAAI;;;;CAIJ,IAAI;;;;CAIJ,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;;;;CAIL,IAAI;;;;CAIJ,KAAK;CAEL,KAAK;;;;CAIL,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,IAAI;;;;CAIJ,IAAI;;;;CAIJ,IAAI;CAEJ,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;;CAKL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;;CAKL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;CAIL,KAAK;CAEL,KAAK;;;;;CAKL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;CAEL,KAAK;AACP;;;;AA4nEA,MAAa,wBAAwB;CACnC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;;;;;;;;;;;;ACvhUA,MAAa,mBAAmB;;;;CAI9B,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;AACT;;;;AAqCA,MAAa,uBAAuB;CAClC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;;;;;;;;;;;;ACnLA,MAAa,sBAAsB;;;;CAIjC,MAAM;;;;CAIN,MAAM;;;;CAIN,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;AACT;;;;AAUA,MAAa,0BAA0B;CAAC;CAAM;CAAM;CAAO;CAAO;AAAK;;;;;;;;;;;;;;AC/BvE,MAAa,oBAAoB;;;;CAI/B,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;;CAKL,KAAK;;;;CAIL,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;;CAKN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;CAIN,MAAM;;;;;CAKN,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;CAEP,QAAQ;;;;;CAKR,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;;;;CAOP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;;CAMP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;;;CAMP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;;CAKP,OAAO;;;;;;CAMP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;;;CAOP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;;CAKP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;;;;CAIP,OAAO;AACT;;;;AAkuBA,MAAa,wBAAwB;CACnC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;;;;;;;;;;;;ACzgJA,MAAa,+BAA+B;CAC1C,IAAI;CAEJ,IAAI;CAEJ,IAAI;AACN;;;;AAUA,MAAa,mCAAmC;CAAC;CAAM;CAAM;AAAI;;;;;;;;;;;;;;AChBjE,MAAa,iBAAiB;;;;CAI5B,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;AACP;;;;AAUA,MAAa,qBAAqB;CAAC;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;AAAK;;;;;;;;;;;;;;ACvClF,MAAa,iBAAiB;;;;CAI5B,KAAK;;;;;CAKL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;;;;CAIL,KAAK;AACP;;;;AAUA,MAAa,qBAAqB;CAAC;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;AAAK;;;;;;;;;;;;ACtEnI,MAAa,YAAY;CACvB,qBAAqB;EACnB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;CACF;CACA,qBAAqB,CAAC,yBAAyB,8BAA8B;AAC/E;;;;AAUA,MAAa,gBAAgB,CAAC,qBAAqB,mBAAmB;AAEtE,MAAa,kBAAkB,CAAC,qBAAqB,mBAAmB;AAExE,MAAa,gBAAgB;CAC3B;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;;AAKA,MAAa,sBAAsB;CACjC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;AC5QA,MAAa,qBAAqB;CAChC,oBAAoB;EAClB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;CACF;CACA,2BAA2B;EACzB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;CACF;AACF;;;;AAUA,MAAa,yBAAyB,CAAC,oBAAoB,yBAAyB;AAEpF,MAAa,sBAAsB,CAAC,oBAAoB,yBAAyB;AAEjF,MAAa,0BAA0B;CACrC,oMACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAO,CAAC;CACjD,kNACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAO,CAAC;CACjD,4LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAO,CAAC;CACjD,0LACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAyC,GAC/E;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CACjF;CACF,8MACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,8MACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAyC,GAC/E;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CACjF;CACF,8LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,kLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,uLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,sLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,sLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,0LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,sLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,4LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,sLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,0LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,gMACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,kLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,8MACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,8MACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,sLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,4LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,sLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,uNACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,iOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,uLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,+LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,uMACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,yMACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,mNACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,sKACE;EACE;GAAE,QAAQ;GAAqB,OAAO;EAA8C;EACpF;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACF,4KACE;EACE;GAAE,QAAQ;GAAqB,OAAO;EAA8C;EACpF;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACF,oPACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,4PACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,oQACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,0LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,qOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA2C,CAAC;CACrF,uOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA2C,CAAC;CACrF,qNACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA2C,CAAC;CACrF,2MACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA2C,CAAC;CACrF,yMACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA2C,CAAC;CACrF,2LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA2C,CAAC;CACrF,sKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,4KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,0LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,6HAA6H,CAC3H;EAAE,QAAQ;EAAqB,OAAO;CAAwB,CAChE;CACA,yGAAyG,CACvG;EAAE,QAAQ;EAAqB,OAAO;CAA+B,CACvE;CACA,wJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,8JACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,mKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAAC;CACpF,wIAAwI,CACtI;EAAE,QAAQ;EAAqB,OAAO;CAA+C,GACrF;EAAE,QAAQ;EAAqB,OAAO;CAAsD,CAC9F;CACA,qKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA+C,CAAC;CACzF,4HAA4H;EAC1H;GAAE,QAAQ;GAAqB,OAAO;EAAyC;EAC/E;GAAE,QAAQ;GAAqB,OAAO;EAA2C;EACjF;GAAE,QAAQ;GAAqB,OAAO;EAAkD;CAC1F;CACA,mKACE;EACE;GAAE,QAAQ;GAAqB,OAAO;EAAiD;EACvF;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACF,wIAAwI,CACtI;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACA,qJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,wJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAgD,CAAC;CAC1F,sJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAgD,CAAC;CAC1F,sJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAoC,CAAC;CAC9E,wJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,8JACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,wLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,2LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,8LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,sKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,4KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,0LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,6JACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyD,CAAC;CACnG,wNACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAqD,CAAC;CAC/F,qKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA2D,CAAC;CACrG,0LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,gMACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,8LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAkD,CAAC;CAC5F,oMACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAkD,CAAC;CAC5F,iPACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,6OACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,sKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,4KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,yLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,sKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,4KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,yLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,0LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,2NACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,iOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,8OACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,gMACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,+KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,8JACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,gLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,wMACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,mHAAmH,CACjH;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,yHAAyH,CACvH;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,uIAAuI,CACrI;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,2NACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,iOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,8OACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,+OACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,4KACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAA2C,GACjF;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CACjF;CACF,8MACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,kMACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAgD,CAAC;CAC1F,0GAA0G,CACxG;EAAE,QAAQ;EAAqB,OAAO;CAAkC,CAC1E;CACA,+KACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAuD,GAC7F;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAC/F;CACF,8JACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,gLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,wMACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAuD,GAC7F;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAC/F;CACF,qHAAqH,CACnH;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,qOACE;EACE;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;CAC9E;CACF,8NACE;EACE;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;CAC9E;CACF,qOACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACF,8NACE;EACE;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;CAC9E;CACF,qOACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACF,8NACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACF,qHAAqH;EACnH;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;CAC9E;CACA,qHAAqH;EACnH;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;CAC9E;CACA,qHAAqH,CACnH;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,qOACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACF,8NACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACF,qOACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACF,8NACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACF,qHAAqH,CACnH;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,yOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,qHAAqH,CACnH;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,qOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,8NACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,qHAAqH,CACnH;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,qOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,8NACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,gIAAgI,CAC9H;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,gJAAgJ,CAC9I;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,gIAAgI,CAC9H;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,gJAAgJ,CAC9I;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,0OACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,0NACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,iOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,4PACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,wPACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,0NACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyC,CAAC;CACnF,2LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,wNACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,yMACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,2MACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,+NACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,qJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,sOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,4OACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuD,CAAC;CACjG,sKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,4KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,0LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,2NACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,iOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,+OACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,kNACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAkD,CAAC;CAC5F,wNACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAqD,CAAC;CAC/F,4OACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAiD,CAAC;CAC3F,wKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,0KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,wJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,8IAA8I,CAC5I;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,8HAA8H,CAC5H;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,4IAA4I,CAC1I;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,gIAAgI,CAC9H;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,gJAAgJ,CAC9I;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,gIAAgI,CAC9H;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,gJAAgJ,CAC9I;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,4HAA4H,CAC1H;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,6HAA6H,CAC3H;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,kJAAkJ,CAChJ;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,4IAA4I,CAC1I;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,kIAAkI,CAChI;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,wJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,wJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,wJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,sKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,4KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,0LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,2NACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,iOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,+OACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,4HAA4H,CAC1H;EAAE,QAAQ;EAAqB,OAAO;CAAuC,CAC/E;CACA,yKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuC,CAAC;CACjF,qKACE;EACE;GAAE,QAAQ;GAAqB,OAAO;EAAyD;EAC/F;GAAE,QAAQ;GAAqB,OAAO;EAA+D;EACrG;GAAE,QAAQ;GAAqB,OAAO;EAAqE;CAC7G;CACF,+KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA+D,CAAC;CACzG,+JACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAqD,CAAC;CAC/F,+JACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA+C,CAAC;CACzF,+LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,yHAAyH,CACvH;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CACtF;CACA,+IAA+I,CAC7I;EAAE,QAAQ;EAAqB,OAAO;CAAkD,CAC1F;CACA,iKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAkD,CAAC;CAC5F,8JACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAkD,CAAC;CAC5F,sKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,4KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,0LACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,2NACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,iOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,+OACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,8HAA8H,CAC5H;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,wKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,0KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,wKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,0KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,wJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,8IAA8I,CAC5I;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,8HAA8H,CAC5H;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,4IAA4I,CAC1I;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,4HAA4H,CAC1H;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,6HAA6H,CAC3H;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,kIAAkI,CAChI;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,wJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,wJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAAC;CAChF,4IAA4I,CAC1I;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,4IAA4I,CAC1I;EAAE,QAAQ;EAAqB,OAAO;CAAsC,CAC9E;CACA,2MACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAuE,CAAC;CACjH,qLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAkE,CAAC;CAC5G,sIAAsI,CACpI;EAAE,QAAQ;EAAqB,OAAO;CAA4C,CACpF;CACA,oMACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAoE,GAC1G;EAAE,QAAQ;EAAqB,OAAO;CAAsE,CAC9G;CACF,8KACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAA+D,GACrG;EAAE,QAAQ;EAAqB,OAAO;CAAsE,CAC9G;CACF,yJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAqE,CAAC;CAC/G,mFAAmF,CACjF;EAAE,QAAQ;EAAqB,OAAO;CAAoC,CAC5E;CACA,6JACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA2C,CAAC;CACrF,0KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA2C,CAAC;CACrF,0HAA0H,CACxH;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,gIAAgI,CAC9H;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,4HAA4H,CAC1H;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,kIAAkI,CAChI;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,gIAAgI,CAC9H;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,sIAAsI,CACpI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,iKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,uKACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,qLACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,0NACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,gOACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,8OACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,0HAA0H,CACxH;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,gIAAgI,CAC9H;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,8HAA8H,CAC5H;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,oIAAoI,CAClI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,wFAAwF,CACtF;EAAE,QAAQ;EAAqB,OAAO;CAAwC,CAChF;CACA,+FAA+F,CAC7F;EAAE,QAAQ;EAAqB,OAAO;CAAwC,CAChF;CACA,wFAAwF,CACtF;EAAE,QAAQ;EAAqB,OAAO;CAAwC,CAChF;CACA,+FAA+F,CAC7F;EAAE,QAAQ;EAAqB,OAAO;CAAwC,CAChF;CACA,uFAAuF,CACrF;EAAE,QAAQ;EAAqB,OAAO;CAAqC,CAC7E;CACA,4FAA4F,CAC1F;EAAE,QAAQ;EAAqB,OAAO;CAAqC,CAC7E;CACA,uIAAuI,CACrI;EAAE,QAAQ;EAAqB,OAAO;CAA0E,CAClH;CACA,wIAAwI,CACtI;EAAE,QAAQ;EAAqB,OAAO;CAA2E,CACnH;CACA,uIAAuI,CACrI;EAAE,QAAQ;EAAqB,OAAO;CAA0E,CAClH;CACA,mJAAmJ;EACjJ;GAAE,QAAQ;GAAqB,OAAO;EAA0E;EAChH;GAAE,QAAQ;GAAqB,OAAO;EAA2E;EACjH;GAAE,QAAQ;GAAqB,OAAO;EAA0E;CAClH;CACA,oIAAoI;EAClI;GAAE,QAAQ;GAAqB,OAAO;EAA0E;EAChH;GAAE,QAAQ;GAAqB,OAAO;EAA2E;EACjH;GAAE,QAAQ;GAAqB,OAAO;EAA0E;CAClH;CACA,kJAAkJ,CAChJ;EAAE,QAAQ;EAAqB,OAAO;CAA0E,CAClH;CACA,iJAAiJ,CAC/I;EAAE,QAAQ;EAAqB,OAAO;CAA2E,CACnH;CACA,wJACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA0E,CAAC;CACpH,mJAAmJ,CACjJ;EAAE,QAAQ;EAAqB,OAAO;CAA2E,CACnH;CACA,0KACE;EACE;GAAE,QAAQ;GAAqB,OAAO;EAAkD;EACxF;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACF,gLACE;EACE;GAAE,QAAQ;GAAqB,OAAO;EAAkD;EACxF;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAAsC;EAC5E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACF,gJAAgJ,CAC9I;EAAE,QAAQ;EAAqB,OAAO;CAAoC,CAC5E;CACA,iIAAiI,CAC/H;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACA,gKACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACF,qKACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACF,oLACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACF,yLACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACF,mLACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACF,sKACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACF,2KACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAsC,GAC5E;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACF,kJAAkJ;EAChJ;GAAE,QAAQ;GAAqB,OAAO;EAA0B;EAChE;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACA,wJACE;EACE;GAAE,QAAQ;GAAqB,OAAO;EAA0B;EAChE;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACF,gEAAgE;EAC9D;GAAE,QAAQ;GAAqB,OAAO;EAAwB;EAC9D;GAAE,QAAQ;GAAqB,OAAO;EAA2B;EACjE;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACA,gEAAgE,CAC9D;EAAE,QAAQ;EAAqB,OAAO;CAA2B,GACjE;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACA,gEAAgE,CAC9D;EAAE,QAAQ;EAAqB,OAAO;CAAuC,GAC7E;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACA,gEAAgE;EAC9D;GAAE,QAAQ;GAAqB,OAAO;EAA0B;EAChE;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACA,yDAAyD;EACvD;GAAE,QAAQ;GAAqB,OAAO;EAAwB;EAC9D;GAAE,QAAQ;GAAqB,OAAO;EAA2B;EACjE;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACA,yDAAyD,CACvD;EAAE,QAAQ;EAAqB,OAAO;CAA2B,GACjE;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACA,yDAAyD,CACvD;EAAE,QAAQ;EAAqB,OAAO;CAAuC,GAC7E;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACA,yDAAyD;EACvD;GAAE,QAAQ;GAAqB,OAAO;EAA0B;EAChE;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACA,qEAAqE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAwB,CAAC;CACrI,sEAAsE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA0B,CAAC;CACxI,iEAAiE;EAC/D;GAAE,QAAQ;GAAqB,OAAO;EAAwB;EAC9D;GAAE,QAAQ;GAAqB,OAAO;EAA2B;EACjE;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACA,0EAA0E,CACxE;EAAE,QAAQ;EAAqB,OAAO;CAA2B,GACjE;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACA,2EAA2E,CACzE;EAAE,QAAQ;EAAqB,OAAO;CAAuC,GAC7E;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACA,mEAAmE;EACjE;GAAE,QAAQ;GAAqB,OAAO;EAA0B;EAChE;GAAE,QAAQ;GAAqB,OAAO;EAAuC;EAC7E;GAAE,QAAQ;GAAqB,OAAO;EAA0C;CAClF;CACA,qEAAqE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CAAC;CACtI,oIAAoI,CAClI;EAAE,QAAQ;EAAqB,OAAO;CAAoC,CAC5E;CACA,2IAA2I,CACzI;EAAE,QAAQ;EAAqB,OAAO;CAAsB,CAC9D;CACA,gIAAgI,CAC9H;EAAE,QAAQ;EAAqB,OAAO;CAA0C,CAClF;CACA,2KACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAAsE,CAAC;CAChH,2MACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAuE,GAC7G;EAAE,QAAQ;EAAqB,OAAO;CAAsE,CAC9G;CACF,qLACE,CACE;EAAE,QAAQ;EAAqB,OAAO;CAAkE,GACxG;EAAE,QAAQ;EAAqB,OAAO;CAAsE,CAC9G;CACF,0FAA0F,CACxF;EAAE,QAAQ;EAAqB,OAAO;CAA0B,CAClE;CACA,6FAA6F,CAC3F;EAAE,QAAQ;EAAqB,OAAO;CAA0B,CAClE;CACA,6FAA6F,CAC3F;EAAE,QAAQ;EAAqB,OAAO;CAA0B,CAClE;CACA,4MACE,CAAC;EAAE,QAAQ;EAAqB,OAAO;CAA8C,CAAC;CACxF,4HAA4H,CAC1H;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,kIAAkI,CAChI;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,iIAAiI,CAC/H;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,qIAAqI,CACnI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,uIAAuI,CACrI;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,mIAAmI,CACjI;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,yIAAyI,CACvI;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,uIAAuI,CACrI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,6IAA6I,CAC3I;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,iIAAiI,CAC/H;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,uIAAuI,CACrI;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,iIAAiI,CAC/H;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,uIAAuI,CACrI;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,qIAAqI,CACnI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,2IAA2I,CACzI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,iIAAiI,CAC/H;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,uIAAuI,CACrI;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,qIAAqI,CACnI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,2IAA2I,CACzI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,+GAA+G,CAC7G;EAAE,QAAQ;EAAqB,OAAO;CAA8B,CACtE;CACA,yHAAyH,CACvH;EAAE,QAAQ;EAAqB,OAAO;CAA8B,CACtE;CACA,iIAAiI,CAC/H;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,uIAAuI,CACrI;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,iIAAiI,CAC/H;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,uIAAuI,CACrI;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,qIAAqI,CACnI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,2IAA2I,CACzI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,iIAAiI,CAC/H;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,uIAAuI,CACrI;EAAE,QAAQ;EAAqB,OAAO;CAAyB,CACjE;CACA,qIAAqI,CACnI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;CACA,2IAA2I,CACzI;EAAE,QAAQ;EAAqB,OAAO;CAA6B,CACrE;AACF;AAEA,MAAa,oBAAoB;CAC/B;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;;AAKA,MAAa,0BAA0B;CACrC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;;;;;;;;;;;;ACvpDA,MAAa,qBAAqB;;;;;CAKhC,IAAI;;;;;CAKJ,IAAI;;;;;;CAMJ,IAAI;;;;;CAKJ,IAAI;;;;;CAKJ,IAAI;;;;;;CAMJ,IAAI;;;;CAIJ,IAAI;AACN;;;;AAUA,MAAa,yBAAyB;CAAC;CAAM;CAAM;CAAM;CAAM;CAAM;CAAM;AAAI;;;;;;;;;;;;ACjD/E,MAAa,+BAA+B;;;;;;;;;;;;;;;;;CAiB1C,QAAQ;;;;;;;;;;;;;;;;;CAiBR,QAAQ;;;;;;;;;;;;;;;;CAgBR,QAAQ;;;;;;;;;;;;;;;;;;;CAmBR,QAAQ;;;;;;;;;;;;;;;;CAgBR,QAAQ;;;;;;;;;;;;;;;;;CAiBR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;;;;CAcR,QAAQ;;;;;;;;;;;;;;CAcR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;;;;;;;;;;;;;;;;CAuBR,QAAQ;;;;;;;;;;;;;;CAcR,QAAQ;;;;;;;;;;;;;;CAcR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;;;;;;;;;CAgBR,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BR,QAAQ;;;;;;;;;;;;;;;;;CAiBR,QAAQ;;;;;;;;;;;;;;;CAeR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;;;;CAcR,QAAQ;;;;;;;;;;;;;;CAcR,QAAQ;;;;;;;;;;;;;;CAcR,QAAQ;;;;;;;;;;;;;;;;;CAiBR,QAAQ;;;;;;;;;;;;;;CAcR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;;;;;;;;CAeR,QAAQ;;;;;;;;;;;;;;CAcR,QAAQ;;;;;;;;;;;CAWR,QAAQ;;;;;;;;;;;;;;;;;CAiBR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;CAWR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;;;;;;CAgBR,QAAQ;;;;;;;;;;CAUR,QAAQ;;;;;;;;;;;;;;;;;;;CAmBR,QAAQ;;;;;;;;;;;;;;;;;;;CAmBR,QAAQ;;;;;;;;;;;;;CAaR,QAAQ;;;;;;;;;;;;;;;;;;;;;;CAsBR,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BR,QAAQ;;;;;;;;;;;;;;;;CAgBR,QAAQ;;;;;;;;;;;;;;;;;;;CAmBR,QAAQ;;;;;;;;;;;;;;CAcR,QAAQ;;;;;;;;;;;;;;;CAeR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;;;;CAWR,QAAQ;;;;;;;;;;;;;;;;CAgBR,QAAQ;;;;;;;;;;CAUR,QAAQ;;;;;;;;;;;;;;;;CAgBR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;;;CAUR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;;;CAUR,QAAQ;;;;;;;;;;CAUR,QAAQ;;;;;;;;;;;;;;;;;;;;CAoBR,QAAQ;;;;;;;;CAQR,QAAQ;;;;;;;;;;CAUR,QAAQ;;;;;;;;CAQR,QAAQ;AACV;;;;AAmHA,MAAa,mCAAmC;CAC9C;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AAEA,MAAa,0CAA0C;CACrD,QAAQ,CAAC,sBAAsB;CAC/B,QAAQ,CAAC,YAAY;CACrB,QAAQ,CAAC,YAAY;CACrB,QAAQ,CAAC,sCAAsC;CAC/C,QAAQ,CAAC,WAAW;CACpB,QAAQ,CAAC,YAAY;CACrB,QAAQ,CAAC,YAAY;CACrB,QAAQ,CAAC,eAAe;CACxB,QAAQ,CAAC,YAAY;CACrB,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,CAAC,YAAY;CACrB,QAAQ,CAAC,WAAW;CACpB,QAAQ,CAAC,cAAc;CACvB,QAAQ,CAAC,gBAAgB;CACzB,QAAQ,KAAA;CACR,QAAQ,CAAC,YAAY;CACrB,QAAQ,CAAC,iBAAiB;CAC1B,QAAQ,CAAC,WAAW;CACpB,QAAQ,CAAC,UAAU;CACnB,QAAQ,CAAC,4EAA4E;CACrF,QAAQ,CAAC,YAAY;CACrB,QAAQ,CAAC,aAAa;CACtB,QAAQ,CAAC,uBAAuB;CAChC,QAAQ,CAAC,WAAW;CACpB,QAAQ,CAAC,iBAAiB;CAC1B,QAAQ,CAAC,2CAA2C;CACpD,QAAQ,KAAA;CACR,QAAQ,CAAC,eAAe;CACxB,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,CAAC,cAAc;CACvB,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,CAAC,sBAAsB;CAC/B,QAAQ,KAAA;CACR,QAAQ,CAAC,yBAAyB;CAClC,QAAQ,KAAA;CACR,QAAQ,CAAC,YAAY;CACrB,QAAQ,CAAC,YAAY;CACrB,QAAQ,CAAC,uDAAuD;CAChE,QAAQ,CAAC,YAAY;CACrB,QAAQ,CAAC,YAAY;CACrB,QAAQ,CAAC,2CAA2C;CACpD,QAAQ,CAAC,cAAc;CACvB,QAAQ,KAAA;CACR,QAAQ,CAAC,gBAAgB;CACzB,QAAQ,CAAC,aAAa;CACtB,QAAQ,KAAA;CACR,QAAQ,CAAC,cAAc;CACvB,QAAQ,CACN,uCACA,mHACF;CACA,QAAQ,CAAC,WAAW;CACpB,QAAQ,CAAC,gBAAgB;CACzB,QAAQ,CAAC,aAAa;CACtB,QAAQ,CAAC,wBAAwB;CACjC,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,CAAC,iBAAiB;CAC1B,QAAQ,KAAA;CACR,QAAQ,CAAC,YAAY;CACrB,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,CAAC,YAAY;CACrB,QAAQ,KAAA;CACR,QAAQ,KAAA;CACR,QAAQ,KAAA;AACV;;;;AAKA,MAAa,yCAAyC;CACpD;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;;;;;;;;;;;;AC9kDA,MAAa,aAAa;;;;;CAKxB,iBAAiB;;;;CAIjB,gBAAgB;;;;;CAKhB,mBAAmB;;;;;;CAMnB,mBAAmB;;;;CAInB,mBAAmB;;;;CAInB,mBAAmB;;;;;CAKnB,mBAAmB;;;;;;;CAOnB,mBAAmB;;;;;CAKnB,mBAAmB;;;;;CAKnB,mBAAmB;;;;;;CAMnB,mBAAmB;;;;CAInB,mBAAmB;;;;;CAKnB,mBAAmB;;;;;;CAMnB,mBAAmB;;;;;CAKnB,mBAAmB;;;;;CAKnB,mBAAmB;;;;;;CAMnB,mBAAmB;;;;CAInB,mBAAmB;;;;CAInB,mBAAmB;;;;CAInB,gBAAgB;;;;CAIhB,mBAAmB;;;;CAInB,mBAAmB;;;;;CAKnB,mBAAmB;;;;;;CAMnB,mBAAmB;;;;;CAKnB,mBAAmB;;;;CAInB,mBAAmB;;;;;;;CAOnB,oBAAoB;;;;;;CAMpB,mBAAmB;;;;;;CAMnB,mBAAmB;;;;;;CAMnB,mBAAmB;;;;;CAKnB,mBAAmB;;;;CAInB,mBAAmB;;;;;CAKnB,mBAAmB;;;;CAInB,gBAAgB;;;;CAIhB,mBAAmB;;;;CAInB,gBAAgB;;;;CAIhB,kBAAkB;;;;CAIlB,kBAAkB;;;;CAIlB,kBAAkB;;;;CAIlB,kBAAkB;;;;CAIlB,kBAAkB;;;;CAIlB,kBAAkB;;;;CAIlB,kBAAkB;;;;CAIlB,gBAAgB;;;;CAIhB,mBAAmB;;;;;;;CAOnB,oBAAoB;;;;;;CAMpB,mBAAmB;;;;;;CAMnB,mBAAmB;;;;;;CAMnB,mBAAmB;;;;;;CAMnB,mBAAmB;;;;;CAKnB,gBAAgB;;;;CAIhB,gBAAgB;;;;CAIhB,eAAe;;;;;CAKf,cAAc;;;;CAId,cAAc;;;;CAId,cAAc;;;;CAId,cAAc;;;;CAId,eAAe;;;;CAIf,cAAc;;;;;CAKd,cAAc;;;;CAId,sBAAsB;;;;CAItB,mBAAmB;CAEnB,gBAAgB;CAEhB,qBAAqB;CAErB,qBAAqB;CAErB,qBAAqB;CAErB,qBAAqB;CAErB,qBAAqB;CAErB,qBAAqB;CAErB,qBAAqB;CAErB,oBAAoB;CAEpB,oBAAoB;CAEpB,sBAAsB;CAEtB,sBAAsB;CAEtB,sBAAsB;CAEtB,sBAAsB;CAEtB,yBAAyB;CAEzB,sBAAsB;CAEtB,sBACE;CAEF,sBAAsB;CAEtB,sBAAsB;CAEtB,sBAAsB;CAEtB,oBAAoB;CAEpB,mBAAmB;CAEnB,0BAA0B;CAE1B,mBAAmB;CAEnB,eAAe;CAEf,kBAAkB;AACpB;;;;AAkGA,MAAa,iBAAiB;CAC5B;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF"}
|