@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
|
@@ -1,1468 +0,0 @@
|
|
|
1
|
-
//#region src/values/icd-codes.generated.ts
|
|
2
|
-
/**
|
|
3
|
-
* @category Peppol Values
|
|
4
|
-
*
|
|
5
|
-
* @title ISO 6523 ICD list
|
|
6
|
-
*
|
|
7
|
-
* @enum
|
|
8
|
-
*
|
|
9
|
-
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
|
|
10
|
-
*/
|
|
11
|
-
const icdCodes = {
|
|
12
|
-
/**
|
|
13
|
-
* @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
|
|
14
|
-
* between authorities and organizations, and between authorities when dealing with data interchange on organizations. Issuing agency: Institut
|
|
15
|
-
* National de la Statistique et des Etudes Economiques, (I.N.S.E.E.), France.
|
|
16
|
-
*/
|
|
17
|
-
"0002": "System Information et Repertoire des Entreprise et des Etablissements: SIRENE",
|
|
18
|
-
/**
|
|
19
|
-
* @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
|
|
20
|
-
* reallocated over the time (mostly in the case where a financial institution terminates its activity). Some code numbers are currently unused.
|
|
21
|
-
* Code numbers 990 through 999 are reserved. Issuing agency: Association Belge des Banques, Belgium.
|
|
22
|
-
*/
|
|
23
|
-
"0003": "Codification Numerique des Etablissments Financiers En Belgique",
|
|
24
|
-
/**
|
|
25
|
-
* @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.
|
|
26
|
-
* Issuing agency: National Bureau of Standards, USA.
|
|
27
|
-
*/
|
|
28
|
-
"0004": "NBS/OSI NETWORK",
|
|
29
|
-
/**
|
|
30
|
-
* @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.
|
|
31
|
-
* Issuing agency: National Bureau of Standards, USA.
|
|
32
|
-
*/
|
|
33
|
-
"0005": "USA FED GOV OSI NETWORK",
|
|
34
|
-
/**
|
|
35
|
-
* @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.
|
|
36
|
-
* Issuing agency: Defense Communication Agency, USA.
|
|
37
|
-
*/
|
|
38
|
-
"0006": "USA DOD OSI NETWORK",
|
|
39
|
-
/**
|
|
40
|
-
* @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.
|
|
41
|
-
* Issuing agency: The National Tax Board, SWEDEN.
|
|
42
|
-
*/
|
|
43
|
-
"0007": "Organisationsnummer",
|
|
44
|
-
/**
|
|
45
|
-
* @description Issuing agency: Ministere De L'interieur et de la Fonction Publique, Belgium.
|
|
46
|
-
*/
|
|
47
|
-
"0008": "LE NUMERO NATIONAL",
|
|
48
|
-
/**
|
|
49
|
-
* @description Issuing agency: DU PONT DE NEMOURS (FRANCE) S.A. France.
|
|
50
|
-
*/
|
|
51
|
-
"0009": "SIRET-CODE",
|
|
52
|
-
/**
|
|
53
|
-
* @description Notes on Use of Code: The organizational codes established under this coding systems constitute the registered organizational identifiers
|
|
54
|
-
* 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
|
|
55
|
-
* the ICD and the organization name are generally omitted, from the SIO, and thus only the organization code portion of the SIO is interchanged.
|
|
56
|
-
* Issuing agency: Association for Font Information Interchange, USA.
|
|
57
|
-
*/
|
|
58
|
-
"0010": "Organizational Identifiers for Structured Names under ISO 9541 Part 2",
|
|
59
|
-
/**
|
|
60
|
-
* @description Notes on Use of Code: Specific object and attribute naming conventions are currently being defined. Issuing agency: The Radio Amateur
|
|
61
|
-
* Telecommunications Society, USA.
|
|
62
|
-
*/
|
|
63
|
-
"0011": "International Code Designator for the Identification of OSI-based, Amateur Radio Organizations, Network Objects and Application Services.",
|
|
64
|
-
/**
|
|
65
|
-
* @description Issuing agency: European Computer Manufacturers Association, SWITZERLAND.
|
|
66
|
-
*/
|
|
67
|
-
"0012": "European Computer Manufacturers Association: ECMA",
|
|
68
|
-
/**
|
|
69
|
-
* @description Notes on Use of Code: The code serves the addressing between the communicating partners. Issuing agency: Verband der Automobilindustrie e.V.,
|
|
70
|
-
* GERMANY.
|
|
71
|
-
*/
|
|
72
|
-
"0013": "VSA FTP CODE (FTP = File Transfer Protocol)",
|
|
73
|
-
/**
|
|
74
|
-
* @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
|
|
75
|
-
* Commerce, National Institute of Standards and Technology, Gaithersburg, USA.
|
|
76
|
-
*/
|
|
77
|
-
"0014": "NIST/OSI Implememts' Workshop",
|
|
78
|
-
/**
|
|
79
|
-
* @description Issuing agency: Avon Rubber p.l.c. UK.
|
|
80
|
-
*/
|
|
81
|
-
"0015": "Electronic Data Interchange: EDI",
|
|
82
|
-
/**
|
|
83
|
-
* @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
|
|
84
|
-
* Objects Identifiers according to ISO 8824: Level 1: iso (1), Level 2: identified-organization (3), Level 3: ewos (0016), Level 4: and higher:
|
|
85
|
-
* (defined by EWOS conventions) Issuing agency: EWOS (European Workshop for Open Systems), BELGIUM.
|
|
86
|
-
*/
|
|
87
|
-
"0016": "EWOS Object Identifiers",
|
|
88
|
-
/**
|
|
89
|
-
* @description Notes on Use of Code: Codes for named populated places, geographic places, geopolitical places, outlaying areas, and other related entities of
|
|
90
|
-
* the state of the United States, provinces and territories of Canada, countries of the world, and other, unique areas. Also for the identification
|
|
91
|
-
* of organizations, places, equipment and governmental entities by the telecommunication industry. Issuing agency: Data Communications Technology
|
|
92
|
-
* Planning, USA.
|
|
93
|
-
*/
|
|
94
|
-
"0017": "COMMON LANGUAGE",
|
|
95
|
-
/**
|
|
96
|
-
* @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
|
|
97
|
-
* 8348. Issuing agency: International Business Machines Corporation, USA.
|
|
98
|
-
*/
|
|
99
|
-
"0018": "SNA/OSI Network",
|
|
100
|
-
/**
|
|
101
|
-
* @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:
|
|
102
|
-
* International Air Transport Association, Switzerland.
|
|
103
|
-
*/
|
|
104
|
-
"0019": "Air Transport Industry Services Communications Network",
|
|
105
|
-
/**
|
|
106
|
-
* @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.
|
|
107
|
-
* Issuing agency: European Laboratory for Particle Physics, Switzerland.
|
|
108
|
-
*/
|
|
109
|
-
"0020": "European Laboratory for Particle Physics: CERN",
|
|
110
|
-
/**
|
|
111
|
-
* @description Notes on Use of Code: To be used for assignment of object identifiers (ISO 8824/8825) Issuing agency: SOCIETY FOR WORLDWIDE INTERBANK FINANCIAL,
|
|
112
|
-
* TELECOMMUNICATION S.W.I.F.T. BELGIUM.
|
|
113
|
-
*/
|
|
114
|
-
"0021": "SOCIETY FOR WORLDWIDE INTERBANK FINANCIAL, TELECOMMUNICATION S.W.I.F.T.",
|
|
115
|
-
/**
|
|
116
|
-
* @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
|
|
117
|
-
* identifying the following objects in OSF's distributed computing environment: the attributes of entries in the distributed directory, the object
|
|
118
|
-
* class of each entry in the directory, the type of name components (RDNs), the communication protocol profiles, the interfaces offered by. Issuing
|
|
119
|
-
* agency: Open Software Foundation, USA.
|
|
120
|
-
*/
|
|
121
|
-
"0022": "OSF Distributed Computing Object Identification",
|
|
122
|
-
/**
|
|
123
|
-
* @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
|
|
124
|
-
* agency: NORDUnet, c/o SICS, Sweden.
|
|
125
|
-
*/
|
|
126
|
-
"0023": "Nordic University and Research Network: NORDUnet",
|
|
127
|
-
/**
|
|
128
|
-
* @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:
|
|
129
|
-
* Digital Equipment (Europe) S.A.R.L. France.
|
|
130
|
-
*/
|
|
131
|
-
"0024": "Digital Equipment Corporation: DEC",
|
|
132
|
-
/**
|
|
133
|
-
* @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
|
|
134
|
-
* Standardized Profiles) that AOW is working on. Issuing agency: OSI ASIA-OCEANIA WORKSHOP, JAPAN.
|
|
135
|
-
*/
|
|
136
|
-
"0025": "OSI ASIA-OCEANIA WORKSHOP",
|
|
137
|
-
/**
|
|
138
|
-
* @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.
|
|
139
|
-
* Issuing agency: North Atlantic Treaty Organisation (NATO), Belgium.
|
|
140
|
-
*/
|
|
141
|
-
"0026": "NATO ISO 6523 ICDE coding scheme",
|
|
142
|
-
/**
|
|
143
|
-
* @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
|
|
144
|
-
* Issuing agency: International Civil Aviation Organization (ICAO), CANADA.
|
|
145
|
-
*/
|
|
146
|
-
"0027": "Aeronautical Telecommunications Network (ATN)",
|
|
147
|
-
/**
|
|
148
|
-
* @description Issuing agency: Styria Federn GmbH, AUSTRIA.
|
|
149
|
-
*/
|
|
150
|
-
"0028": "International Standard ISO 6523",
|
|
151
|
-
/**
|
|
152
|
-
* @description Issuing agency: General Computing Centre of the State, Committee of the USSR on Statistics, U S S R.
|
|
153
|
-
*/
|
|
154
|
-
"0029": "The All-Union Classifier of Enterprises and Organisations",
|
|
155
|
-
/**
|
|
156
|
-
* @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
|
|
157
|
-
* 2 to ISO 8348. Issuing agency: AT&T, Standards and Regulatory Support, UNITED STATES OF AMERICA.
|
|
158
|
-
*/
|
|
159
|
-
"0030": "AT&T/OSI Network",
|
|
160
|
-
/**
|
|
161
|
-
* @description Notes on Use of Code: To identify EDI partners. Issuing agency: Odette NL, The Netherlands.
|
|
162
|
-
*/
|
|
163
|
-
"0031": "EDI Partner Identification Code",
|
|
164
|
-
/**
|
|
165
|
-
* @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
|
|
166
|
-
* shall be used as an element of NSAP addressing. Issuing agency: Australia Telecommunications Corporation, AUSTRALIA.
|
|
167
|
-
*/
|
|
168
|
-
"0032": "Telecom Australia",
|
|
169
|
-
/**
|
|
170
|
-
* @description Notes on Use of Code: Exclusive use by S G W .Issuing agency: S G Warburg Group Management Ltd, UK.
|
|
171
|
-
*/
|
|
172
|
-
"0033": "S G W OSI Internetwork",
|
|
173
|
-
/**
|
|
174
|
-
* @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.
|
|
175
|
-
*/
|
|
176
|
-
"0034": "Reuter Open Address Standard",
|
|
177
|
-
/**
|
|
178
|
-
* @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
|
|
179
|
-
* Co Plc, UK.
|
|
180
|
-
*/
|
|
181
|
-
"0035": "ISO 6523 - ICD",
|
|
182
|
-
/**
|
|
183
|
-
* @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
|
|
184
|
-
* Object Identifiers for security related objects according to ISO/IEC 8824, Level 1: iso(1), Level 2: identified-organization(3), Level 3:
|
|
185
|
-
* teletrust(0036), Level 4 and higher: (defined by TeleTrust conventions) Issuing agency: TeleTrust Deutschland e.V., GERMANY.
|
|
186
|
-
*/
|
|
187
|
-
"0036": "TeleTrust Object Identifiers",
|
|
188
|
-
/**
|
|
189
|
-
* @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
|
|
190
|
-
* capital letter. Issuing agency: National Board of Taxes, FINLAND.
|
|
191
|
-
*/
|
|
192
|
-
"0037": "LY-tunnus",
|
|
193
|
-
/**
|
|
194
|
-
* @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.
|
|
195
|
-
*/
|
|
196
|
-
"0038": "The Australian GOSIP Network",
|
|
197
|
-
/**
|
|
198
|
-
* @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
|
|
199
|
-
* described in the Australian GOSIP Manuals and used globally. Issuing agency: The Australian Department of Defence, AUSTRALIA.
|
|
200
|
-
*/
|
|
201
|
-
"0039": "The OZ DOD OSI Network",
|
|
202
|
-
/**
|
|
203
|
-
* @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
|
|
204
|
-
* with Binary syntax will be used. Issuing agency: Information Technology Group, Unilever Plc, UK.
|
|
205
|
-
*/
|
|
206
|
-
"0040": "Unilever Group Companies",
|
|
207
|
-
/**
|
|
208
|
-
* @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
|
|
209
|
-
* depicted in Addendum 2 to ISO 8348. Issuing agency: Citicorp Global Information Network, USA.
|
|
210
|
-
*/
|
|
211
|
-
"0041": "Citicorp Global Information Network",
|
|
212
|
-
/**
|
|
213
|
-
* @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
|
|
214
|
-
* for the identification resp. registration of: - application layer protocols, - file & document formats, - information objects, - local/remote
|
|
215
|
-
* procedures. The OID structure and the inclusion of the ICD therein is given below: level 1: iso(1), level 2: identifiedOrganisation(3), level 3
|
|
216
|
-
* (ICD): dbpt(0042), level 4 to n: (defined by Telekom). Issuing agency: DBP Telekom, GERMANY.
|
|
217
|
-
*/
|
|
218
|
-
"0042": "DBP Telekom Object Identifiers",
|
|
219
|
-
/**
|
|
220
|
-
* @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
|
|
221
|
-
* a.s., Norway.
|
|
222
|
-
*/
|
|
223
|
-
"0043": "HydroNETT",
|
|
224
|
-
/**
|
|
225
|
-
* @description Notes on Use of Code: The ICD code forms the initial part of international addressing for Thailand. Issuing agency: Thai Industrial Standards
|
|
226
|
-
* Institute (TISI), THAILAND.
|
|
227
|
-
*/
|
|
228
|
-
"0044": "Thai Industrial Standards Institute (TISI)",
|
|
229
|
-
/**
|
|
230
|
-
* @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
|
|
231
|
-
* used Worldwide by ICI application systems to identify ICI registered companies in machine to machine communications. Issuing agency: ICI PLC,
|
|
232
|
-
* UK.
|
|
233
|
-
*/
|
|
234
|
-
"0045": "ICI Company Identification System",
|
|
235
|
-
/**
|
|
236
|
-
* @description Notes on Use of Code: Current applications are Philips accounting and logistic systems; new application is the identification of objects in the
|
|
237
|
-
* open network environment according to ISO 8824 which starts with a party identification Issuing agency: Royal Philips Electronics N.V., The
|
|
238
|
-
* Netherlands.
|
|
239
|
-
*/
|
|
240
|
-
"0046": "FUNLOC",
|
|
241
|
-
/**
|
|
242
|
-
* @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
|
|
243
|
-
* be used. Issuing agency: BULL S.A. FRANCE.
|
|
244
|
-
*/
|
|
245
|
-
"0047": "BULL ODI/DSA/UNIX Network",
|
|
246
|
-
/**
|
|
247
|
-
* @description Notes on Use of Code: ISO 6523 ICD IDI format with binary syntax will be used. Issuing agency: OSINZ, New Zealand.
|
|
248
|
-
*/
|
|
249
|
-
"0048": "OSINZ",
|
|
250
|
-
/**
|
|
251
|
-
* @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,
|
|
252
|
-
* Greenlane/National Women's Hospital, New Zealand.
|
|
253
|
-
*/
|
|
254
|
-
"0049": "Auckland Area Health",
|
|
255
|
-
/**
|
|
256
|
-
* @description Notes on Use of Code: Interconnect the plants by an OSI network essentially over X.25 carrier. Issuing agency: Firmenich S A, Switzerland.
|
|
257
|
-
*/
|
|
258
|
-
"0050": "Firmenich",
|
|
259
|
-
/**
|
|
260
|
-
* @description Notes on Use of Code: Medical Communication Issuing agency: AGFA N.V. BELGIUM.
|
|
261
|
-
*/
|
|
262
|
-
"0051": "AGFA-DIS",
|
|
263
|
-
/**
|
|
264
|
-
* @description Notes on Use of Code: The ICD code will also be used to identify SMPTE constituent organizations (committees, working groups, task forces,
|
|
265
|
-
* 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
|
|
266
|
-
* specified in Addendum 2 tot ISO 8348 Issuing agency: Society of Motion Picture and Television Engineers (SMPTE), USA.
|
|
267
|
-
*/
|
|
268
|
-
"0052": "Society of Motion Picture and Television Engineers (SMPTE)",
|
|
269
|
-
/**
|
|
270
|
-
* @description Issuing agency: Migros-Genossenschafts-Bund, Switzerland.
|
|
271
|
-
*/
|
|
272
|
-
"0053": "Migros_Network M_NETOPZ",
|
|
273
|
-
/**
|
|
274
|
-
* @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
|
|
275
|
-
* of the OSI network addressing and naming tree depicted in Addendum 2 of ISO 8348. Issuing agency: Pfizer Central Research, UK.
|
|
276
|
-
*/
|
|
277
|
-
"0054": "ISO6523 - ICDPCR",
|
|
278
|
-
/**
|
|
279
|
-
* @description Issuing agency: ABB Asea Brown Boveri Ltd, Switzerland.
|
|
280
|
-
*/
|
|
281
|
-
"0055": "Energy Net",
|
|
282
|
-
/**
|
|
283
|
-
* @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
|
|
284
|
-
* 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
|
|
285
|
-
* by Nokia conventions Issuing agency: Nokia Corporation, FINLAND.
|
|
286
|
-
*/
|
|
287
|
-
"0056": "Nokia Object Identifiers (NOI)",
|
|
288
|
-
/**
|
|
289
|
-
* @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
|
|
290
|
-
* 8824/8825) Issuing agency: Saint Gobain, France.
|
|
291
|
-
*/
|
|
292
|
-
"0057": "Saint Gobain",
|
|
293
|
-
/**
|
|
294
|
-
* @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
|
|
295
|
-
* (Network layer addressing). These addresses will uniquely identify systems within SCN and to the outside world. Issuing agency: Siemens AG,
|
|
296
|
-
* Germany.
|
|
297
|
-
*/
|
|
298
|
-
"0058": "Siemens Corporate Network",
|
|
299
|
-
/**
|
|
300
|
-
* @description Issuing agency: DANZAS AG, Switzerland.
|
|
301
|
-
*/
|
|
302
|
-
"0059": "DANZNET",
|
|
303
|
-
/**
|
|
304
|
-
* @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
|
|
305
|
-
* transactions but it is now widely used for other purposes also. The number has world wide recognition as a means of identifying businesses and
|
|
306
|
-
* institutions. Issuing agency: Dun and Bradstreet Ltd, UK.
|
|
307
|
-
*/
|
|
308
|
-
"0060": "Data Universal Numbering System (D-U-N-S Number)",
|
|
309
|
-
/**
|
|
310
|
-
* @description Notes on Use of Code: This code is to assist in uniquely identifying data network node addresses in an international supporting network for
|
|
311
|
-
* financial applications. This supporting network may have operational interfaces to other (private) data networks. Issuing agency: SOFFEX Swiss
|
|
312
|
-
* Options and Financial Futures Exchange AG. Switzerland.
|
|
313
|
-
*/
|
|
314
|
-
"0061": "SOFFEX OSI",
|
|
315
|
-
/**
|
|
316
|
-
* @description Notes on Use of Code: This code is used in the VTOA network of KPN OVN. Issuing agency: Koninklijke KPN, The Netherlands.
|
|
317
|
-
*/
|
|
318
|
-
"0062": "KPN OVN",
|
|
319
|
-
/**
|
|
320
|
-
* @description Issuing agency: Ascom AG, Switzerland.
|
|
321
|
-
*/
|
|
322
|
-
"0063": "ascomOSINet",
|
|
323
|
-
/**
|
|
324
|
-
* @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
|
|
325
|
-
* unit may have an international destination. Issuing agency: Foundation UTC, The Netherlands.
|
|
326
|
-
*/
|
|
327
|
-
"0064": "UTC: Uniforme Transport Code",
|
|
328
|
-
/**
|
|
329
|
-
* @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
|
|
330
|
-
* 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.
|
|
331
|
-
* Issuing agency: Direction Centrale Technique (Informatique Scientifique), Belgium.
|
|
332
|
-
*/
|
|
333
|
-
"0065": "SOLVAY OSI CODING",
|
|
334
|
-
/**
|
|
335
|
-
* @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,
|
|
336
|
-
* Switzerland.
|
|
337
|
-
*/
|
|
338
|
-
"0066": "Roche Corporate Network",
|
|
339
|
-
/**
|
|
340
|
-
* @description Notes on Use of Code: BAKOM - Switzerland. Issuing agency: Zellweger Uster AG, Switzerland.
|
|
341
|
-
*/
|
|
342
|
-
"0067": "ZellwegerOSINet",
|
|
343
|
-
/**
|
|
344
|
-
* @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
|
|
345
|
-
* in ISO 8348 Addendum 2 for OSI NSAP addressing. Issuing agency: Intel Corporation, USA.
|
|
346
|
-
*/
|
|
347
|
-
"0068": "Intel Corporation OSI",
|
|
348
|
-
/**
|
|
349
|
-
* @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).
|
|
350
|
-
* Issuing agency: SITA, France.
|
|
351
|
-
*/
|
|
352
|
-
"0069": "SITA Object Identifier Tree",
|
|
353
|
-
/**
|
|
354
|
-
* @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
|
|
355
|
-
* (Network Layer addressing). These addresses will uniquely identify systems within DBCN and to the outside world. Issuing agency: DaimlerChrysler
|
|
356
|
-
* AG, GERMANY.
|
|
357
|
-
*/
|
|
358
|
-
"0070": "DaimlerChrysler Corporate Network",
|
|
359
|
-
/**
|
|
360
|
-
* @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
|
|
361
|
-
* 2 to ISO 8348. Issuing agency: LEGO Systems Inc, USA.
|
|
362
|
-
*/
|
|
363
|
-
"0071": "LEGO /OSI NETWORK",
|
|
364
|
-
/**
|
|
365
|
-
* @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
|
|
366
|
-
* 2 to ISO 8348. Issuing agency: International Truck & Engine Corp, USA.
|
|
367
|
-
*/
|
|
368
|
-
"0072": "NAVISTAR/OSI Network",
|
|
369
|
-
/**
|
|
370
|
-
* @description Notes on Use of Code: Used as an ATM address prefix by, 1) Newbridge ATM terminal equipment: a) when performing user - network address
|
|
371
|
-
* registration, b) transparently initiating signalled ATM connections on behalf of other non-ATM (LAN) devices, c) directly initiating signalled
|
|
372
|
-
* ATM connections, 2) Newbridge ATM switching equipment used to: a) perform network - user address registration, b) perform routing of Switched
|
|
373
|
-
* Virtual Connections across a private ATM cell switching network. Issuing agency: Newbridge Networks Corporation, CANADA.
|
|
374
|
-
*/
|
|
375
|
-
"0073": "ICD Formatted ATM address",
|
|
376
|
-
/**
|
|
377
|
-
* @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
|
|
378
|
-
* within the Aeronautical industry. Issuing agency: ARINC Incorporated, USA.
|
|
379
|
-
*/
|
|
380
|
-
"0074": "ARINC",
|
|
381
|
-
/**
|
|
382
|
-
* @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
|
|
383
|
-
* agency: Alcatel Network Services Deutschland GmbH, GERMANY.
|
|
384
|
-
*/
|
|
385
|
-
"0075": "Alcanet/Alcatel-Alsthom Corporate Network",
|
|
386
|
-
/**
|
|
387
|
-
* @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.
|
|
388
|
-
*/
|
|
389
|
-
"0076": "Sistema Italiano di Identificazione di ogetti gestito da UNINFO",
|
|
390
|
-
/**
|
|
391
|
-
* @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.
|
|
392
|
-
* Issuing agency: UNINFO, ITALY.
|
|
393
|
-
*/
|
|
394
|
-
"0077": "Sistema Italiano di Indirizzamento di Reti OSI Gestito da UNINFO",
|
|
395
|
-
/**
|
|
396
|
-
* @description Notes on Use of Code: The ICD code will form the initial part of the naming tree for: 1 - Private Integrated Services Network
|
|
397
|
-
* manufacturer-specific information as the Organization identifier forming the initial part of the OBJECT IDENTIFIER tree. 2 - OSI Application
|
|
398
|
-
* Layer such as CSTA (ECMA 179). Issuing agency: Mitel Corporation, Canada.
|
|
399
|
-
*/
|
|
400
|
-
"0078": "Mitel terminal or switching equipment",
|
|
401
|
-
/**
|
|
402
|
-
* @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
|
|
403
|
-
* 8348. Issuing agency: The ATM Forum, USA.
|
|
404
|
-
*/
|
|
405
|
-
"0079": "ATM Forum",
|
|
406
|
-
/**
|
|
407
|
-
* @description Notes on Use of Code: EDIRA recommendations for coding in EDIFACT and other EDI systems. Issuing agency: National Health Service, UK.
|
|
408
|
-
*/
|
|
409
|
-
"0080": "UK National Health Service Scheme, (EDIRA compliant)",
|
|
410
|
-
/**
|
|
411
|
-
* @description Issuing agency: Federal Office for Communications, Switzerland.
|
|
412
|
-
*/
|
|
413
|
-
"0081": "International NSAP",
|
|
414
|
-
/**
|
|
415
|
-
* @description Notes on Use of Code: For use in EDIFACT messages in accordance with current national recommendation on identification of EDI objects. (EDIRA
|
|
416
|
-
* compliant). Issuing agency: Norwegian Telecommunications Authority, NORWAY.
|
|
417
|
-
*/
|
|
418
|
-
"0082": "Norwegian Telecommunications Authority's, NTA'S, EDI, identifier scheme (EDIRA compliant)",
|
|
419
|
-
/**
|
|
420
|
-
* @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
|
|
421
|
-
* 8348. Issuing agency: ATM Ltd, ENGLAND.
|
|
422
|
-
*/
|
|
423
|
-
"0083": "Advanced Telecommunications Modules Limited, Corporate Network",
|
|
424
|
-
/**
|
|
425
|
-
* @description Notes on Use of Code : EDIRA recommendations for coding in EDIFACT and other EDI syntaxes. Issuing agency: Athens Chamber of Commerce & Industry,
|
|
426
|
-
* Greece.
|
|
427
|
-
*/
|
|
428
|
-
"0084": "Athens Chamber of Commerce & Industry Scheme (EDIRA compliant)",
|
|
429
|
-
/**
|
|
430
|
-
* @description Intended Purpose/App. Area Numerical identifiers of organizations. Issuing agency: Zurich Chamber of Commerce on behalf of Swiss Chambers, of
|
|
431
|
-
* Commerce, Switzerland.
|
|
432
|
-
*/
|
|
433
|
-
"0085": "Swiss Chambers of Commerce Scheme (EDIRA) compliant",
|
|
434
|
-
/**
|
|
435
|
-
* @description EDIRA recommendations for coding in EDIFACT and other EDI syntaxes. Issuing agency: United States Council for Internationa Business (USCIB), 1212
|
|
436
|
-
* Avenue of the Americas, USA.
|
|
437
|
-
*/
|
|
438
|
-
"0086": "United States Council for International Business (USCIB) Scheme, (EDIRA compliant)",
|
|
439
|
-
/**
|
|
440
|
-
* @description Issuing agency: National Federartion of Chambers of Commerce & Industry of, Belgium, Belgium.
|
|
441
|
-
*/
|
|
442
|
-
"0087": "National Federation of Chambers of Commerce & Industry of Belgium, Scheme (EDIRA compliant)",
|
|
443
|
-
/**
|
|
444
|
-
* @description Issuing agency: EAN International, Belgium.
|
|
445
|
-
*/
|
|
446
|
-
"0088": "EAN Location Code",
|
|
447
|
-
/**
|
|
448
|
-
* @description Issuing agency: The Association of British Chambers of Commerce Ltd., UK.
|
|
449
|
-
*/
|
|
450
|
-
"0089": "The Association of British Chambers of Commerce Ltd. Scheme, (EDIRA compliant)",
|
|
451
|
-
/**
|
|
452
|
-
* @description Issuing agency: Internet Assigned Numbers Authority, USA.
|
|
453
|
-
*/
|
|
454
|
-
"0090": "Internet IP addressing - ISO 6523 ICD encoding",
|
|
455
|
-
/**
|
|
456
|
-
* @description Issuing agency: Cisco Systems, USA.
|
|
457
|
-
*/
|
|
458
|
-
"0091": "Cisco Sysytems / OSI Network",
|
|
459
|
-
/**
|
|
460
|
-
* @description Issuing agency: Revenue Canada, CANADA.
|
|
461
|
-
*/
|
|
462
|
-
"0093": "Revenue Canada Business Number Registration (EDIRA compliant)",
|
|
463
|
-
/**
|
|
464
|
-
* @description Issuing agency: Deutscher Industrie -und Handelstag (DIHT), Germany.
|
|
465
|
-
*/
|
|
466
|
-
"0094": "DEUTSCHER INDUSTRIE- UND HANDELSTAG (DIHT) Scheme (EDIRA compliant)",
|
|
467
|
-
/**
|
|
468
|
-
* @description Issuing agency: Hewlett - Packard Company, USA.
|
|
469
|
-
*/
|
|
470
|
-
"0095": "Hewlett - Packard Company Internal AM Network",
|
|
471
|
-
/**
|
|
472
|
-
* @description Issuing agency: Danish Chamber of Commerce, Denmark.
|
|
473
|
-
*/
|
|
474
|
-
"0096": "DANISH CHAMBER OF COMMERCE Scheme (EDIRA compliant)",
|
|
475
|
-
/**
|
|
476
|
-
* @description Issuing agency: FTI - Ediforum Italia, ITALY.
|
|
477
|
-
*/
|
|
478
|
-
"0097": "FTI - Ediforum Italia, (EDIRA compliant)",
|
|
479
|
-
/**
|
|
480
|
-
* @description Issuing agency: Chamber of Commerce Tel Aviv-Jaffa, ISRAEL.
|
|
481
|
-
*/
|
|
482
|
-
"0098": "CHAMBER OF COMMERCE TEL AVIV-JAFFA Scheme (EDIRA compliant)",
|
|
483
|
-
/**
|
|
484
|
-
* @description Issuing agency: Siemens AG, Germany.
|
|
485
|
-
*/
|
|
486
|
-
"0099": "Siemens Supervisory Systems Network",
|
|
487
|
-
/**
|
|
488
|
-
* @description Issuing agency: GPT Limited, UK.
|
|
489
|
-
*/
|
|
490
|
-
"0100": "PNG_ICD Scheme",
|
|
491
|
-
/**
|
|
492
|
-
* @description Issuing agency: Thawte Consulting, 33 Protea Way, Durbanville 7550, South Africa.
|
|
493
|
-
*/
|
|
494
|
-
"0101": "South African Code Allocation",
|
|
495
|
-
/**
|
|
496
|
-
* @description Issuing agency: Hessische Elektrizitats-AG, Germany.
|
|
497
|
-
*/
|
|
498
|
-
"0102": "HEAG",
|
|
499
|
-
/**
|
|
500
|
-
* @description Issuing agency: Tony Holmes, UK.
|
|
501
|
-
*/
|
|
502
|
-
"0104": "BT - ICD Coding System",
|
|
503
|
-
/**
|
|
504
|
-
* @description Issuing agency: Portuguese Chamber of Commerce and Industry, Portugal.
|
|
505
|
-
*/
|
|
506
|
-
"0105": "Portuguese Chamber of Commerce and Industry Scheme (EDIRA compliant)",
|
|
507
|
-
/**
|
|
508
|
-
* @description Issuing agency: Vereniging van Kamers van Koophandel en Fabrieken in Nederland Watermolenlaan, The Netherlands.
|
|
509
|
-
*/
|
|
510
|
-
"0106": "Vereniging van Kamers van Koophandel en Fabrieken in Nederland (Association of Chambers of Commerce and Industry in the Netherlands), Scheme (EDIRA compliant)",
|
|
511
|
-
/**
|
|
512
|
-
* @description Issuing agency: Association of Swedish Chambers of Commerce and Industry, Sweden.
|
|
513
|
-
*/
|
|
514
|
-
"0107": "Association of Swedish Chambers of Commerce and Industry Scheme (EDIRA compliant)",
|
|
515
|
-
/**
|
|
516
|
-
* @description Issuing agency: Australian Chambers of Commerce and Industry, Australia.
|
|
517
|
-
*/
|
|
518
|
-
"0108": "Australian Chambers of Commerce and Industry Scheme (EDIRA compliant)",
|
|
519
|
-
/**
|
|
520
|
-
* @description Issuing agency: BellSouth Corporation, USA.
|
|
521
|
-
*/
|
|
522
|
-
"0109": "BellSouth ICD AESA (ATM End System Address)",
|
|
523
|
-
/**
|
|
524
|
-
* @description Issuing agency: Bell Atlantic, USA.
|
|
525
|
-
*/
|
|
526
|
-
"0110": "Bell Atlantic",
|
|
527
|
-
/**
|
|
528
|
-
* @description Issuing agency: Institute of Electrical and Electronics Engineers, USA.
|
|
529
|
-
*/
|
|
530
|
-
"0111": "Object Identifiers",
|
|
531
|
-
/**
|
|
532
|
-
* @description Issuing agency: International Organization for Standardization (ISO), SWITZERLAND.
|
|
533
|
-
*/
|
|
534
|
-
"0112": "ISO register for Standards producing Organizations",
|
|
535
|
-
/**
|
|
536
|
-
* @description Issuing agency: Origin BV, The Netherlands.
|
|
537
|
-
*/
|
|
538
|
-
"0113": "OriginNet",
|
|
539
|
-
/**
|
|
540
|
-
* @description Issuing agency: Check Point Software Technologies Ltd, ISRAEL.
|
|
541
|
-
*/
|
|
542
|
-
"0114": "Check Point Software Technologies",
|
|
543
|
-
/**
|
|
544
|
-
* @description Issuing agency: Pacific Bell, USA.
|
|
545
|
-
*/
|
|
546
|
-
"0115": "Pacific Bell Data Communications Network",
|
|
547
|
-
/**
|
|
548
|
-
* @description Issuing agency: PSS (Postal Security Services), FINLAND.
|
|
549
|
-
*/
|
|
550
|
-
"0116": "PSS Object Identifiers",
|
|
551
|
-
/**
|
|
552
|
-
* @description Issuing agency: Stentor Resource Centre Inc., Canada.
|
|
553
|
-
*/
|
|
554
|
-
"0117": "STENTOR-ICD CODING SYSTEM",
|
|
555
|
-
/**
|
|
556
|
-
* @description Issuing agency: Deutsche Telekom AG, Germany.
|
|
557
|
-
*/
|
|
558
|
-
"0118": "ATM-Network ZN'96",
|
|
559
|
-
/**
|
|
560
|
-
* @description Issuing agency: MCI Telecommunications Corporation, Technical Standards Management, USA.
|
|
561
|
-
*/
|
|
562
|
-
"0119": "MCI / OSI Network",
|
|
563
|
-
/**
|
|
564
|
-
* @description Issuing agency: Advantis, USA.
|
|
565
|
-
*/
|
|
566
|
-
"0120": "Advantis",
|
|
567
|
-
/**
|
|
568
|
-
* @description Issuing agency: Affable Software Corporation, Canada.
|
|
569
|
-
*/
|
|
570
|
-
"0121": "Affable Software Data Interchange Codes",
|
|
571
|
-
/**
|
|
572
|
-
* @description Issuing agency: BB-DATA GmbH, Germany.
|
|
573
|
-
*/
|
|
574
|
-
"0122": "BB-DATA GmbH",
|
|
575
|
-
/**
|
|
576
|
-
* @description Issuing agency: BASF Computer Services GmbH, Germany.
|
|
577
|
-
*/
|
|
578
|
-
"0123": "BASF Company ATM-Network",
|
|
579
|
-
/**
|
|
580
|
-
* @description Issuing agency: DISC, British Standards Institution, UK.
|
|
581
|
-
*/
|
|
582
|
-
"0124": "IOTA Identifiers for Organizations for Telecommunications Addressing using the ICD system format defined in ISO/IEC 8348",
|
|
583
|
-
/**
|
|
584
|
-
* @description Issuing agency: Henkel KgaA, Germany.
|
|
585
|
-
*/
|
|
586
|
-
"0125": "Henkel Corporate Network (H-Net)",
|
|
587
|
-
/**
|
|
588
|
-
* @description Issuing agency: GTE, Industry Standards, USA.
|
|
589
|
-
*/
|
|
590
|
-
"0126": "GTE/OSI Network",
|
|
591
|
-
/**
|
|
592
|
-
* @description Issuing agency: Dresdner Bank AG, Germany.
|
|
593
|
-
*/
|
|
594
|
-
"0127": "Dresdner Bank Corporate Network",
|
|
595
|
-
/**
|
|
596
|
-
* @description Issuing agency: Telekurs AG, Switzerland.
|
|
597
|
-
*/
|
|
598
|
-
"0128": "BCNR (Swiss Clearing Bank Number)",
|
|
599
|
-
/**
|
|
600
|
-
* @description Issuing agency: Telekurs AG, Switzerland.
|
|
601
|
-
*/
|
|
602
|
-
"0129": "BPI (Swiss Business Partner Identification) code",
|
|
603
|
-
/**
|
|
604
|
-
* @description Issuing agency: European Commission, Belgium.
|
|
605
|
-
*/
|
|
606
|
-
"0130": "Directorates of the European Commission",
|
|
607
|
-
/**
|
|
608
|
-
* @description Issuing agency: China National Organization Code Registration Authority, P.R. of China.
|
|
609
|
-
*/
|
|
610
|
-
"0131": "Code for the Identification of National Organizations",
|
|
611
|
-
/**
|
|
612
|
-
* @description Issuing agency: Certicom Corp, U.S.A.
|
|
613
|
-
*/
|
|
614
|
-
"0132": "Certicom Object Identifiers",
|
|
615
|
-
/**
|
|
616
|
-
* @description Issuing agency: ISO TC68, Banking and Related Financial Services, USA.
|
|
617
|
-
*/
|
|
618
|
-
"0133": "TC68 OID",
|
|
619
|
-
/**
|
|
620
|
-
* @description Issuing agency: Infonet NV/SA, Belgium.
|
|
621
|
-
*/
|
|
622
|
-
"0134": "Infonet Services Corporation",
|
|
623
|
-
/**
|
|
624
|
-
* @description Issuing agency: SIA-Società Interbancaria per l'Automazione S.p.A., ITALIA.
|
|
625
|
-
*/
|
|
626
|
-
"0135": "SIA Object Identifiers",
|
|
627
|
-
/**
|
|
628
|
-
* @description Issuing agency: Cable & Wireless Global Business Inc., USA.
|
|
629
|
-
*/
|
|
630
|
-
"0136": "Cable & Wireless Global ATM End-System Address Plan",
|
|
631
|
-
/**
|
|
632
|
-
* @description Construct and Administer AESAs, Routing of ATM switched connections Use to from globally unique Global One ICD AESAs. Issuing agency: Global One,
|
|
633
|
-
* Belgium.
|
|
634
|
-
*/
|
|
635
|
-
"0137": "Global AESA scheme",
|
|
636
|
-
/**
|
|
637
|
-
* @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
|
|
638
|
-
* identify User Network. Interfaces to ATM networks as specified by the ATM Forum UNI specifications. France telecom will also use these addresses
|
|
639
|
-
* Internally and to provide worldwide customers with non- Geographic private AESAs. These global addresses should be Reachable by non-France
|
|
640
|
-
* 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
|
|
641
|
-
* specified in Addendum 2 to ISO 8348. Issuing agency: France Telecom, France.
|
|
642
|
-
*/
|
|
643
|
-
"0138": "France Telecom ATM End System Address Plan",
|
|
644
|
-
/**
|
|
645
|
-
* @description Global Addressing of Savvis ATM Switches and any direct customer ATM networks for implementation of PNNI Used to form a globally unique Savvis
|
|
646
|
-
* ICD ATM End System Address. Issuing agency: Savvis Communications,USA.
|
|
647
|
-
*/
|
|
648
|
-
"0139": "Savvis Communications AESA:.",
|
|
649
|
-
/**
|
|
650
|
-
* @description The purpose of this coding system is to identify organizations world-wide that have business or technical transactions with Toshiba Corporation
|
|
651
|
-
* in terms of ISO 13584 Parts Library standard based electronic catalogue interchange service. The interchange is not limited to those between a
|
|
652
|
-
* member organization and Toshiba Corporation. Interchanges between member organizations based on the organization identifier of this coding system
|
|
653
|
-
* are also in scope. Reference to this organization identification code in other business transactions is also allowed Reference to this
|
|
654
|
-
* organization identifier in other business transactions is also possible provided the organizations concerned are registered as members of the.
|
|
655
|
-
* Issuing agency: Toshiba Corporation, Japan.
|
|
656
|
-
*/
|
|
657
|
-
"0140": "Toshiba Organizations, Partners, And Suppliers' (TOPAS) Code",
|
|
658
|
-
/**
|
|
659
|
-
* @description To identify all Commercial and Governmental entities that provide material and/or services to the Armed Forces of the NATO nations and several
|
|
660
|
-
* non-NATO nations (Sponsored) around the world. This information is used by NATO and Sponsored nations' Logisticians to identify Commercial and
|
|
661
|
-
* Government Entities they deal with. This Information is used by all functions of Logistics support such as Acquisition, Sourcing, EDI,
|
|
662
|
-
* Re-Provisioning, Material Management, etc. Determination of the real source for an item of supply is one of the most important prerequisites for
|
|
663
|
-
* proper application of the Uniform System of Item Identification within NATO. It is the source where documentation will be obtained from and its
|
|
664
|
-
* location normally gives advice for codification responsibility. Within the NATO Codification System the term Manufacturer covers the whole range
|
|
665
|
-
* of possible sources of technical data for items entering the supply chains or participating, countries. The primary use of manufacturers coding
|
|
666
|
-
* is in ADP operations related to support management programs such as material management codification, standardization, etc. Issuing agency: NATO
|
|
667
|
-
* Group of National Director on Codification (AC/135), Luxembourg.
|
|
668
|
-
*/
|
|
669
|
-
"0141": "NATO Commercial and Government Entity system",
|
|
670
|
-
/**
|
|
671
|
-
* @description The function as the 'Application Centre' for the Italian National Interbank Network, having been authorized by the Bank of Italy, and the Italian
|
|
672
|
-
* Banking Association to operate in that capacity. The scheme is intended for the registration of object identifiers according to ISO 8824 and ISO
|
|
673
|
-
* 8825 The code is primarily intended for the registration of Object Identifiers according to ISO 8824/8825, Level 1: ISO (), Level 2: identified
|
|
674
|
-
* -organization (), Level 3: SECETI S.p.A. (), Level 4: and higher: (defined by SECETI conventions).Issuing agency: Servizi Centralizzati SECETI
|
|
675
|
-
* S.p.A., ITALY.
|
|
676
|
-
*/
|
|
677
|
-
"0142": "SECETI Object Identifiers",
|
|
678
|
-
/**
|
|
679
|
-
* @description Initially the Network covers the geographical area of Germany with the intention of expanding into all the European countries EINSTEINet's goal
|
|
680
|
-
* is to provide Application Services using an ATM network to customers located throughout Europe. The need for the international ATM address
|
|
681
|
-
* structure is to serve EINSTENet's customers with consistent ATM addresses from end-to-end. Issuing agency: EINSTEINet AG, Germany.
|
|
682
|
-
*/
|
|
683
|
-
"0143": "EINESTEINet AG",
|
|
684
|
-
/**
|
|
685
|
-
* @description A code assigned to uniquely identify all military units in the United States Department of Defense. Issuing agency: DoD (Unites States Department
|
|
686
|
-
* of Defense), USA.
|
|
687
|
-
*/
|
|
688
|
-
"0144": "DoDAAC (Department of Defense Activity Address Code)",
|
|
689
|
-
/**
|
|
690
|
-
* @description De assigned by the French public accounting office. Issuing agency: DGCP (Direction Générale de la Comptabilité Publique), 139 Rue de Bercy,
|
|
691
|
-
* 75572 Paris Cedex 12, France.
|
|
692
|
-
*/
|
|
693
|
-
"0145": "DGCP (Direction Générale de la Comptabilité Publique)administrative accounting identification scheme",
|
|
694
|
-
/**
|
|
695
|
-
* @description French taxation authority. Issuing agency: DGI (Direction Générale des Impots), France.
|
|
696
|
-
*/
|
|
697
|
-
"0146": "DGI (Direction Générale des Impots) code",
|
|
698
|
-
/**
|
|
699
|
-
* @description Partner identification code which is registered with JIPDEC/ECPC. Issuing agency: JIPDEC, Japan.
|
|
700
|
-
*/
|
|
701
|
-
"0147": "Standard Company Code",
|
|
702
|
-
/**
|
|
703
|
-
* @description Data Network Identification Codes assigned by the ITU. Issuing agency: ITU (International Telecommunications Union), Switzerland.
|
|
704
|
-
*/
|
|
705
|
-
"0148": "ITU (International Telecommunications Union)Data Network Identification Codes (DNIC)",
|
|
706
|
-
/**
|
|
707
|
-
* @description For a company's ability to obtain complete and accurate information about potential suppliers Used to identify and designate in electronic
|
|
708
|
-
* commerce Issuing agency: ResolveNet (IOM) Ltd, UK.
|
|
709
|
-
*/
|
|
710
|
-
"0149": "Global Business Identifier",
|
|
711
|
-
/**
|
|
712
|
-
* @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
|
|
713
|
-
* global ATM network and the connections of any Madge Customers requiring the allocation of ATM addresses from Madge Networks. Issuing agency:
|
|
714
|
-
* Madge Networks, UK.
|
|
715
|
-
*/
|
|
716
|
-
"0150": "Madge Networks Ltd- ICD ATM Addressing Scheme",
|
|
717
|
-
/**
|
|
718
|
-
* @description The ABN will be a unique identifier for a business to interact with Government (Commonwealth, State and Local) throughout, Australia and is the
|
|
719
|
-
* supporting number for the Goods and Service Tax (GST). The Legislation covering the use of ABN, (see notes on use) will have application
|
|
720
|
-
* throughout the Commonwealth of The ABN is established by: A New Tax System (Australian, Business Number) Act 1999, enacted by the Australian
|
|
721
|
-
* Parliament. The scheme is expected to last for at least 100 Years without reallocation of identification numbers. The ABN is specified in
|
|
722
|
-
* English. Issuing agency: Australian Taxation Office, AUSTRALIA.
|
|
723
|
-
*/
|
|
724
|
-
"0151": "Australian Business Number (ABN) Scheme",
|
|
725
|
-
/**
|
|
726
|
-
* @description For the unambiguous identification of registration scheme used in e-commerce (not to be used for the identification of organizations). The code
|
|
727
|
-
* is used to designate unambiguously schemes used in e-commerce to specify any entity but organizations. Issuing agency: EDIRA Association, c/o
|
|
728
|
-
* Zurich chamber of commerce, Switzerland.
|
|
729
|
-
*/
|
|
730
|
-
"0152": "Edira Scheme Identifier Code",
|
|
731
|
-
/**
|
|
732
|
-
* @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
|
|
733
|
-
* attached carrier ATM networks. Used to form globally unique Concert ICD ATM End System Addresses (AESA's). Issuing agency: Concert Global Network
|
|
734
|
-
* Services Ltd, Bermuda.
|
|
735
|
-
*/
|
|
736
|
-
"0153": "Concert Global Network Services ICD AESA",
|
|
737
|
-
/**
|
|
738
|
-
* @description Unique identification of economic subjects for all administrative purposes The identification number ICO is used in the Czech Republic mainly in
|
|
739
|
-
* all administrative acts (tax system, banking system, statistics. etc.) Issuing agency: Czech Statistical Office, Czech Republic.
|
|
740
|
-
*/
|
|
741
|
-
"0154": "Identification number of economic subjects: (ICO)",
|
|
742
|
-
/**
|
|
743
|
-
* @description Construction, administration and implementation of a scalable AESA schema for routing if ATM switched connections. ICD will be used as a
|
|
744
|
-
* component of the IDP (Initial Domain Part) for OSI addressing. Issuing agency: Global Crossing Ltd, Bermuda.
|
|
745
|
-
*/
|
|
746
|
-
"0155": "Global Crossing AESA (ATM End System Address)",
|
|
747
|
-
/**
|
|
748
|
-
* @description Telecommunication network of operators in the AUNA Group. This code shall be used as an element of NSAP addressing Issuing agency: AUNA, Spain.
|
|
749
|
-
*/
|
|
750
|
-
"0156": "AUNA",
|
|
751
|
-
/**
|
|
752
|
-
* @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
|
|
753
|
-
* en Communicatie Technologie Organisatie, The Netherlands.
|
|
754
|
-
*/
|
|
755
|
-
"0157": "ATM interconnection with the Dutch KPN Telecom",
|
|
756
|
-
/**
|
|
757
|
-
* @description The unique identification of economic subjects (legal persons and natural persons-entrepreneurs) used for registration The identification number
|
|
758
|
-
* ICO is used in Slovakia in almost all administrative acts (tax system, banking system, statistics, etc.) Issuing agency: Slovak Statistical
|
|
759
|
-
* Office, Slovak Republic.
|
|
760
|
-
*/
|
|
761
|
-
"0158": "Identification number of economic subject (ICO) Act on State Statistics of 29 November 2001, § 27",
|
|
762
|
-
/**
|
|
763
|
-
* @description The code is primarily intended for the registration of Object Identifiers (OIDs) according to ISO 8824/8825: Level 1: iso (1), Level 2:
|
|
764
|
-
* identified-organization (3), Level 3: ACTALIS SpA (0159), Level 4 and higher: (defined by ACTALIS) See "Intended purpose/application area"
|
|
765
|
-
* Issuing agency: ACTALIS S.p.A., ITALY.
|
|
766
|
-
*/
|
|
767
|
-
"0159": "ACTALIS Object Identifiers",
|
|
768
|
-
/**
|
|
769
|
-
* @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
|
|
770
|
-
* pre-defined information and that may be priced, ordered or invoiced at any point in any supply chain. The GTIN identification scheme is currently
|
|
771
|
-
* (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
|
|
772
|
-
* packages. The GTIN can be represented in a standard bar code format. Issuing agency: EAN Inernational.
|
|
773
|
-
*/
|
|
774
|
-
"0160": "GTIN - Global Trade Item Number",
|
|
775
|
-
/**
|
|
776
|
-
* @description A centralized dictionary of names and definitions of trading concepts, essentially goods and services that are bought, sold or exchanged. This is
|
|
777
|
-
* a classification neutral dictionary of names and attributes (also referred to as characteristics or properties). The eOTD will help improve the
|
|
778
|
-
* speed and accuracy of Internet searches and can be imported into sourcing, procurement and ERP systems with minimal data transformation costs.
|
|
779
|
-
* Issuing agency: Electronic Commerce Code Management Association, USA.
|
|
780
|
-
*/
|
|
781
|
-
"0161": "ECCMA Open Technical Directory",
|
|
782
|
-
/**
|
|
783
|
-
* @description To allocate OIDs to objects defined in the standards and specifications developed in CEN’s technical bodies (TCs, Workshops, etc) The code is
|
|
784
|
-
* primarily intended for the registration ofObject Identifiers according to ISO 8824-1 Annex BLevel 1: iso (1)Level 2: identified-organization
|
|
785
|
-
* (3)Level 3: CEN (nnnn –the ICD allocated)Level 4: and higher: (defined by CEN conventions). Issuing agency: Comité Européen de Normalization,
|
|
786
|
-
* Belgium.
|
|
787
|
-
*/
|
|
788
|
-
"0162": "CEN/ISSS Object Identifier Scheme",
|
|
789
|
-
/**
|
|
790
|
-
* @description To provide for the unique identification of facilities regulated or monitored by the United States Environmental Protection Agency (EPA).A
|
|
791
|
-
* facility is a distinct real property entity (i.e., a man-made object and its surrounding real estate). Facilities incorporate the characteristics
|
|
792
|
-
* of being: (1) objects, established at (2) specific places, for (3) specific purposes. A facility can include monitoring stations, waste sites,
|
|
793
|
-
* and other entities of environmental interest that cannot be classified as single facilities. This is maintained within the U.S. Environmental
|
|
794
|
-
* Protection Agency Facility Registration System (FRS). Issuing agency: U.S. Environmental Protection Agency, USA.
|
|
795
|
-
*/
|
|
796
|
-
"0163": "US-EPA Facility Identifier",
|
|
797
|
-
/**
|
|
798
|
-
* @description SA Addressing Scheme for ATM PNNI Implementation ICD is required for PNNI implementation on TELUS’ ATM network in order to establish an
|
|
799
|
-
* addressing scheme for SPVC connections within and between regions Issuing agency: TELUS Corporation, Canada.
|
|
800
|
-
*/
|
|
801
|
-
"0164": "TELUS Corporation",
|
|
802
|
-
/**
|
|
803
|
-
* @description To provide identifiers for international enterprises and organizations operating in fields of business served by the Jaakko Poyry Group. On the
|
|
804
|
-
* date of the application, these fields include Forest industry, Energy, Infrastructure and Environment. To provide an internationally unambiguous
|
|
805
|
-
* framework for existing coding practices in this The code is primarily intended for the registration of Object Identifiers according to ISO/IEC
|
|
806
|
-
* 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:
|
|
807
|
-
* (defined by FIEIE conventions). Issuing agency: Jaakko Poyry Group Oyj, Finland.
|
|
808
|
-
*/
|
|
809
|
-
"0165": "FIEIE Object identifiers",
|
|
810
|
-
/**
|
|
811
|
-
* @description To uniquely identify objects, esp. companies and professionals in directories/databases The code is used to uniquely identify the objects in the
|
|
812
|
-
* Swissguide directory. Issuing agency: Swissguide AG, Switzerland.
|
|
813
|
-
*/
|
|
814
|
-
"0166": "Swissguide Identifier Scheme",
|
|
815
|
-
/**
|
|
816
|
-
* @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
|
|
817
|
-
* implementation. These addresses will be used to uniquely identify User Network interfaces to Priority Telecom ATM Networks as specified by the
|
|
818
|
-
* ATM Forum UNI specifications. PT plans to use these addresses to connect to other public ATM networks in the countries PT is operating (The
|
|
819
|
-
* Netherlands, Norway and Austria) Used to form a globally unique Priority Telecom ATM End System Address. PT customers and interconnect with
|
|
820
|
-
* public ATM networks requires the use of unique AESA Issuing agency: Priority Telecom Netherlands, The Netherlands.
|
|
821
|
-
*/
|
|
822
|
-
"0167": "Priority Telecom ATM End System Address Plan",
|
|
823
|
-
/**
|
|
824
|
-
* @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
|
|
825
|
-
* network. Issuing agency: Vodafone Ireland Limited, Ireland.
|
|
826
|
-
*/
|
|
827
|
-
"0168": "Vodafone Ireland OSI Addressing",
|
|
828
|
-
/**
|
|
829
|
-
* @description To uniquely identify all companies/organizations registered in the Swiss Register of Commerce and the Swiss Central Business Names Index To
|
|
830
|
-
* uniquely identify entries in Swiss Central Business Names Index (zefix). The principle purpose of the zefix on internet is to provide a swisswide
|
|
831
|
-
* search function, and thus provide the public with a service to determine the legal domicile, the cantonal office for the register of commerce in
|
|
832
|
-
* charge, and the latter’s address. Issuing agency: Swiss Federal Office of Justice, Switzerland.
|
|
833
|
-
*/
|
|
834
|
-
"0169": "Swiss Federal Business Identification Number. Central Business names Index (zefix) Identification Number",
|
|
835
|
-
/**
|
|
836
|
-
* @description Teikoku Company Code is allocated to all incorporations, business owners, government organizations and other public offices in Japan. TDB
|
|
837
|
-
* (Teikoku Databank Ltd.) retains company codes of approximately 1.7 million companies within Japan. Teikoku Company Code, a unique company ID, has
|
|
838
|
-
* already been adopted by many companies both as a standard company code in customer data managements and as an identification code for online
|
|
839
|
-
* electronic commerce transactions. Since every company trades with companies abroad, they need to use it in their international business
|
|
840
|
-
* transaction. Therefore, it is desired to register TDB as an ICD to RA of the ISO/IEC 6523. Issuing agency: TEIKOKU DATABANK LTD., JAPAN.
|
|
841
|
-
*/
|
|
842
|
-
"0170": "Teikoku Company Code",
|
|
843
|
-
/**
|
|
844
|
-
* @description Index of the Certification Policies and Certification Practice Statement issued by Luxembourg PKI Issuing agency: Ministry of The Economy and
|
|
845
|
-
* Foreign Trade, Luxembourg.
|
|
846
|
-
*/
|
|
847
|
-
"0171": "Luxembourg CP & CPS (Certification Policy and Certification Practice Statement) Index",
|
|
848
|
-
/**
|
|
849
|
-
* @description To uniquely identify properties, blocks and lists of properties (LOP) for products and services in the process industry. The products are
|
|
850
|
-
* electrical and process control devices. The code is used to uniquely identify the objects in the PROLIST online dictionary. Issuing agency:
|
|
851
|
-
* Project Group “Lists of Properties” (PROLIST®) c/o Bayer Technology Services GmbH Geb., Germany.
|
|
852
|
-
*/
|
|
853
|
-
"0172": "Project Group “Lists of Properties” (PROLIST®)",
|
|
854
|
-
/**
|
|
855
|
-
* @description To uniquely identify properties, classes and list of characteristics (LoC) for products and services available in the eCI@ss classification
|
|
856
|
-
* system The code is used to uniquely identify objects in the eCI@ss classification system. Issuing agency: eCI@ss, Germany.
|
|
857
|
-
*/
|
|
858
|
-
"0173": "eCI@ss",
|
|
859
|
-
/**
|
|
860
|
-
* @description To provide identifiers within StepNexus loader objects. These addresses will be used to uniquely identify StepNexu key usage fields within X509
|
|
861
|
-
* certificates for use in the StepNexus loader scheme. Used to define unique certificate attributes within X509 certificates Issuing agency:
|
|
862
|
-
* StepNexus, UK.
|
|
863
|
-
*/
|
|
864
|
-
"0174": "StepNexus",
|
|
865
|
-
/**
|
|
866
|
-
* @description To uniquely identify properties, blocks, classes and lists of properties used or specified by Siemens AG - Power Generation The code is used to
|
|
867
|
-
* uniquely identify objects in the Siemens AG - Power Generation corporate dictionary Issuing agency: Siemens AG, Germany.
|
|
868
|
-
*/
|
|
869
|
-
"0175": "Siemens AG",
|
|
870
|
-
/**
|
|
871
|
-
* @description To uniquely identify properties, classes,and list of properties (LoP) for products and services available in Paradine Reference Dictionary
|
|
872
|
-
* Systems The code is used to uniquely identify objects in Paradine Reference Dictionary Systems. Issuing agency: Paradine GmbH, Austria.
|
|
873
|
-
*/
|
|
874
|
-
"0176": "Paradine GmbH",
|
|
875
|
-
/**
|
|
876
|
-
* @description For use in EDI and other B2B exchanges in the European automotive industry to identify business entities (organisations). The scheme is used to
|
|
877
|
-
* identify organisations, and parts of organisations which are parties to or are referenced in automotive supply chain transactions such as EDI
|
|
878
|
-
* messaging and other B2B exchanges. Issuing agency: Odette International Limited, UK.
|
|
879
|
-
*/
|
|
880
|
-
"0177": "Odette International Limited",
|
|
881
|
-
/**
|
|
882
|
-
* @description For rooting OIDs defined by Route1 Security Corporation for Route1 MobiNET. Intended to cover MobiNET connected organizations, Route1 Security
|
|
883
|
-
* Corporation, its subdivisions, customers and any organization using MobiNET or Route1's services and products For rooting OIDs defined by Route1
|
|
884
|
-
* Security Corporation for Route1 MobiNET. Intended to cover MobiNET connected organizations, Route1 Security Corporation, its subdivisions,
|
|
885
|
-
* customers and any organization using MobiNET or Route1's services and products. The OID structure and the inclusion therein of the ICS is as
|
|
886
|
-
* follows: ISO.Identifiedorganization.ICD(Route1 MobiNET).AFI.PCI.Org_ID.OPI.MC Issuing agency: Route1 Security Corporation,Canada.
|
|
887
|
-
*/
|
|
888
|
-
"0178": "Route1 MobiNET",
|
|
889
|
-
/**
|
|
890
|
-
* @description To identify objects, policies, and data related to Penango’s products and services. The ICD is primarily intended for registration of Object
|
|
891
|
-
* Identifiers in accordance with ISO/IEC 8824 (ASN.1). Issuing agency: Penango, Inc., Canada.
|
|
892
|
-
*/
|
|
893
|
-
"0179": "Penango Object Identifiers",
|
|
894
|
-
/**
|
|
895
|
-
* @description Dex of the Certification Policies and Certification Practices Statements issued by Lithuanian military PKI The code is used to uniquely identify
|
|
896
|
-
* Certification Policies and Certification Practice Statements in Lithuanian military PKI Issuing agency: The Ministry of National Defence of the
|
|
897
|
-
* Republic of Lithuania, Lithuania.
|
|
898
|
-
*/
|
|
899
|
-
"0180": "Lithuanian military PKI",
|
|
900
|
-
/**
|
|
901
|
-
* @description Intended Purpose/App. Area: To uniquely identify all companies/organizations registered in Switzerland in all official register (Swiss Register
|
|
902
|
-
* of Commerce, VAT register, Canton register, etc) The UIDB shall make lt possible to identify an enterprise quickly, unambiguously and on a
|
|
903
|
-
* permanent basis. The UIDB and the other identification characteristics associated with it shall be managed via a specific UIDB register. The main
|
|
904
|
-
* identification characteristics (status, address, etc.) shall be accessible to the public. Issuing agency: Swiss Federal Statistical Office (FSO),
|
|
905
|
-
* Switzerland).
|
|
906
|
-
*/
|
|
907
|
-
"0183": "Numéro d'identification suisse des enterprises (IDE), Swiss Unique Business Identification Number (UIDB)",
|
|
908
|
-
/**
|
|
909
|
-
* @description Intended Purpose/App. Area: To be used for identifying Danish companies included juridical persons and associations in international trade It is
|
|
910
|
-
* possible to add 0-4 characters set to the code for more detailed use of one organization. Characters are digits or capital letter. Issuing
|
|
911
|
-
* agency: The Danish Agency for Digitisation, Denmark.
|
|
912
|
-
*/
|
|
913
|
-
"0184": "DIGSTORG",
|
|
914
|
-
/**
|
|
915
|
-
* @description Intended Purpose/App. Area: Intended to uniquely identify in an international context any physical and or abstract entities related to Perceval
|
|
916
|
-
* products and services using Abstract Syntax Notation One in accordance with ISO/IEC 8824 The ICD is primarily intended for registration and
|
|
917
|
-
* resolution of Object Identifiers in accordance with ISO/IEC 8824 with reduced encoding size and non-geographic context Issuing agency: Perceval
|
|
918
|
-
* SA, Tenbosch, Belgium.
|
|
919
|
-
*/
|
|
920
|
-
"0185": "Perceval Object Code",
|
|
921
|
-
/**
|
|
922
|
-
* @description Intended Purpose/App. Area: To uniquely identify objects and mechanisms globally throughout communications networks using TrustPoint security
|
|
923
|
-
* products and services Issuing agency: TrustPoint Innovation Technologies, Attn: Sherry Shannon-Vanstone, 816 Hideaway Circle East, Unit 244 Marco
|
|
924
|
-
* Island, FL 34145 USA http://www.trustpointinnovation.com Tel: +1 905 302 6929 Email: sviconsulting@aol.com.
|
|
925
|
-
*/
|
|
926
|
-
"0186": "TrustPoint Object Identifiers",
|
|
927
|
-
/**
|
|
928
|
-
* @description Intended Purpose/App. Area: To provide identifiers for properties, classes, groups, or lists of data and objects specified by or used by
|
|
929
|
-
* Amazon.com, Inc. and its Affiliates Identifiers assigned under this scheme may be usable as Object Identifiers in accordance with ISO/IEC 8824,
|
|
930
|
-
* usable with Directories in accordance with ISO/IEC 9594, usable in accordance with ISO/IEC 8348, or usable in other contexts as defined by
|
|
931
|
-
* Amazon. Issuing agency: Amazon Technologies, Inc. in the United States.
|
|
932
|
-
*/
|
|
933
|
-
"0187": "Amazon Unique Identification Scheme",
|
|
934
|
-
/**
|
|
935
|
-
* @description Intended Purpose/App. Area: The number system of Japan is a social infrastructure to improve efficiency and the transparency of the social
|
|
936
|
-
* security and the tax system, and to achieve a highly convenient, impartial, and fair society. Additionally, the profit of the number system can
|
|
937
|
-
* be free usage for various purposes, so we want to use the Corporate Number as identifiers in various fields, like in electronic commerce,
|
|
938
|
-
* transportation, etc. The preliminary work, numbering the identifiers for the beginning of usage in January 2016, is being done. Issuing agency:
|
|
939
|
-
* National Tax Agency Japan.
|
|
940
|
-
*/
|
|
941
|
-
"0188": "Corporate Number of The Social Security and Tax Number System",
|
|
942
|
-
/**
|
|
943
|
-
* @description Intended Purpose/App. Area: For use in EDI or other B2B exchanges to identify business entities (organizations). The scheme is used to identify
|
|
944
|
-
* organisations, and parts of organisations which are parties to or are referenced in electronic transactions such as EDI messaging or other B2B
|
|
945
|
-
* exchanges. Issuing agency: EBID Service AG CAS-Weg in Germany.
|
|
946
|
-
*/
|
|
947
|
-
"0189": "European Business Identifier (EBID)",
|
|
948
|
-
/**
|
|
949
|
-
* @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
|
|
950
|
-
* electronic message exchange with the Dutch Government. The OIN must also be included in the PKIo certificate. Issuing agency: Logius in the
|
|
951
|
-
* Netherlands.
|
|
952
|
-
*/
|
|
953
|
-
"0190": "Organisatie Indentificatie Nummer (OIN)",
|
|
954
|
-
/**
|
|
955
|
-
* @description Intended Purpose/App. Area: Company code is major and only unique identifier of all institutions and organisations in Estonia. This code is
|
|
956
|
-
* widely used for various purposes, including electronic commerce. Usage of company code is required in communication between institutions and also
|
|
957
|
-
* in communication between private and public organisations. For use in EDI or other B2B (B2C) exchanges to identify private and public
|
|
958
|
-
* organisations. Issuing agency: Centre of Registers and Information Systems of the Ministry of Justice in Estonia.
|
|
959
|
-
*/
|
|
960
|
-
"0191": "Company Code (Estonia)",
|
|
961
|
-
/**
|
|
962
|
-
* @description Intended Purpose/App. Area: Identify entities registered in the Central Coordinating Register for Legal Entities in Norway. The scheme with ICD
|
|
963
|
-
* code + organization number will be used to identify organisations that are parties to or referenced in electronic transactions such as electronic
|
|
964
|
-
* invoicing or other B2B exchanges. Issuing agency: The Brønnøysund Register Centre in Norway.
|
|
965
|
-
*/
|
|
966
|
-
"0192": "Organisasjonsnummer",
|
|
967
|
-
/**
|
|
968
|
-
* @description Intended Purpose/App. Area: Identification and addressing of different parties involved in invoicing. Issuing agency: UBL.BE in Belgium.
|
|
969
|
-
*/
|
|
970
|
-
"0193": "UBL.BE Party Identifier",
|
|
971
|
-
/**
|
|
972
|
-
* @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
|
|
973
|
-
* other groups that have a consensus process for developing terminology. The KOIOS OTD contains terms, definitions, and images of concepts used to
|
|
974
|
-
* describe individuals, organizations, locations, goods and services. The KOIOS OTD conforms to ISO 22745 (all parts) and is designed to enable the
|
|
975
|
-
* exchange of characteristic data in all stages of the life-cycle of an item, and to ensure that the resulting specifications conform to ISO
|
|
976
|
-
* 8000-110. Issuing agency: KOIOS Master Data Limited in UK.
|
|
977
|
-
*/
|
|
978
|
-
"0194": "KOIOS Open Technical Dictionary",
|
|
979
|
-
/**
|
|
980
|
-
* @description Intended Purpose/App. Area: For use in electronic messages in accordance to the Singapore nationwide e-invoice framework on Identification of
|
|
981
|
-
* organization. Issuing agency: Infocomm Media Development Authority in Singapore.
|
|
982
|
-
*/
|
|
983
|
-
"0195": "Singapore Nationwide E-lnvoice Framework",
|
|
984
|
-
/**
|
|
985
|
-
* @description Intended Purpose/App. Area: Identification of Icelandic individuals and legal entities. Issuing agency: For individual, Icelandic National
|
|
986
|
-
* Registry, www.skra.is. For legal entities, Directorate of Internal Revenue, www.rsk.is in Iceland.
|
|
987
|
-
*/
|
|
988
|
-
"0196": "Icelandic identifier - Íslensk kennitala",
|
|
989
|
-
/**
|
|
990
|
-
* @description Intended Purpose/App. Area: Through their European industry association APPLiA (Home Appliance Europe), manufacturers of home appliances have
|
|
991
|
-
* launched the Product Information (Pl) initiative. The initiative introduces a standard structure for product information. Pl Standard helps
|
|
992
|
-
* retailers to take full advantage of electronic communication and data processing, as the Internet and ICT are fundamentally changing how products
|
|
993
|
-
* and services are offered, bought, and sold.. Issuing agency: APPLiA Home Appliance Europe, in Belgium.
|
|
994
|
-
*/
|
|
995
|
-
"0197": "APPLiA Pl Standard",
|
|
996
|
-
/**
|
|
997
|
-
* @description Intended Purpose/App. Area: To be used for identifying Danish companies based on VAT numbers included juridical. Issuing agency: The Danish
|
|
998
|
-
* Business Authority in Denmark.
|
|
999
|
-
*/
|
|
1000
|
-
"0198": "ERSTORG",
|
|
1001
|
-
/**
|
|
1002
|
-
* @description Intended Purpose/App. Area: The LEI is the global, open identifier established at the urging of the Financial Stability Board and the
|
|
1003
|
-
* recommendation of the G20. The LEI is established as the ISO 17442 standard, is governed by the LEI Regulatory Oversight Committee (LEI-ROC) and
|
|
1004
|
-
* has been implemented by the Global Legal Entity Identifier Foundation (GLEIF). The LEI code connects to key reference information that enables
|
|
1005
|
-
* clear and unique identification of legal entities participating in financial transactions. Each LEI contains information about an entity's
|
|
1006
|
-
* 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
|
|
1007
|
-
* regarded as a global directory, which greatly enhances transparency in the global marketplace. Already applied very broadly within financial
|
|
1008
|
-
* 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
|
|
1009
|
-
* fields, including trade facilitation, business reporting and supply chain management. Issuing agency: GLEIF, a global organization.
|
|
1010
|
-
*/
|
|
1011
|
-
"0199": "Legal Entity Identifier (LEI)",
|
|
1012
|
-
/**
|
|
1013
|
-
* @description Intended Purpose/App. Area: For use in EDI (electronic data interchange) for C2B and others exchanges to identify legal entities. Issuing agency:
|
|
1014
|
-
* State Enterprise Centre of Registers in Lithuania.
|
|
1015
|
-
*/
|
|
1016
|
-
"0200": "Legal entity code (Lithuania)",
|
|
1017
|
-
/**
|
|
1018
|
-
* @description Intended Purpose/App. Area: Used to identify uniquely all organizational units of public bodies, authorities and public services in Italy.
|
|
1019
|
-
* Issuing agency: Agenzia per l’Italia digitale in Italy.
|
|
1020
|
-
*/
|
|
1021
|
-
"0201": "Codice Univoco Unità Organizzativa iPA",
|
|
1022
|
-
/**
|
|
1023
|
-
* @description Intended Purpose/App. Area: Used to identify senders and receivers of certified electronic mail as defined by Italian law. Issuing agency:
|
|
1024
|
-
* Agenzia per l’Italia digitale in Italy.
|
|
1025
|
-
*/
|
|
1026
|
-
"0202": "Indirizzo di Posta Elettronica Certificata",
|
|
1027
|
-
/**
|
|
1028
|
-
* @description Intended Purpose/App. Area: Used as an electronic address identifier for participants within a secure data communication network. Issuing agency:
|
|
1029
|
-
* Agency for Digital Government in Sweden.
|
|
1030
|
-
*/
|
|
1031
|
-
"0203": "eDelivery Network Participant identifier",
|
|
1032
|
-
/**
|
|
1033
|
-
* @description Intended Purpose/App. Area: Identification of Public Authorities. Issuing agency: Koordinierungsstelle für IT-Standards (KoSIT) in Germany.
|
|
1034
|
-
*/
|
|
1035
|
-
"0204": "Leitweg-ID",
|
|
1036
|
-
/**
|
|
1037
|
-
* @description Intended Purpose/App. Area: Electronic Invoicing trough Sdl, the Exchange System used in Italy where the electronic invoices are transmitted to
|
|
1038
|
-
* the Public Administration (Article 1, paragraph 211, of Italian Law no. 244 of 24 December 2007) or to private entities (Article 1, paragraph 2,
|
|
1039
|
-
* of Legislative Decree 127/2015). Issuing agency: Agenzia delle Entrate in Italy.
|
|
1040
|
-
*/
|
|
1041
|
-
"0205": "CODDEST",
|
|
1042
|
-
/**
|
|
1043
|
-
* @description Intended Purpose/App. Area: To provide identifiers for organizations at national level in Monaco. Issuing agency: Agence Monégasque de Sécurité
|
|
1044
|
-
* Numérique (AMSN) in Monaco.
|
|
1045
|
-
*/
|
|
1046
|
-
"0206": "Registre du Commerce et de l’Industrie : RCI",
|
|
1047
|
-
/**
|
|
1048
|
-
* @description Intended Purpose/App. Area: A repository of concepts pertaining to any entity such as products, services, business partners, assets,
|
|
1049
|
-
* organizations, locations, persons, addresses, languages, records etc along with the terminologies to describe each entity using class,
|
|
1050
|
-
* characteristics, values, JoMs, QoMs, groups, definitions, guidelines, images, drawings, pictures. codes and any classification thereof. The
|
|
1051
|
-
* codification will help exchange/integrate the data between operational, ERP, CRM, SRM or any other systems without any human interpretation and
|
|
1052
|
-
* interaction without losing the meaning of the information in multiple languages, this will help organizations achieve their digital
|
|
1053
|
-
* transformation goals more precisely in order to assess the real value-proposition of the underlying data that is driving their businesses.
|
|
1054
|
-
* Issuing agency: PiLog Group in South Africa.
|
|
1055
|
-
*/
|
|
1056
|
-
"0207": "PiLog Ontology Codification Identifier (POCI)",
|
|
1057
|
-
/**
|
|
1058
|
-
* @description Intended Purpose/App. Area: Identification number attributed by the BCE/KBO/ZDU (the Belgian register) to identify entities and establishment
|
|
1059
|
-
* units operating in Belgium. Issuing agency: Banque-Carrefour des Entreprises (BCE) / Kruispuntbank van Ondernemingen (KBO) / Zentrale Datenbank
|
|
1060
|
-
* der Unternehmen (ZOU) Service public fédéral Economie, P.M.E.in Belgium.Classes moyennes et Energie.
|
|
1061
|
-
*/
|
|
1062
|
-
"0208": "Numero d'entreprise / ondernemingsnummer / Unternehmensnummer",
|
|
1063
|
-
/**
|
|
1064
|
-
* @description Intended Purpose/App. Area: GS1 identification keys and key qualifiers may be used by an information system to refer unambiguously to an entity
|
|
1065
|
-
* such as a trade item, logistics unit, physical location, document, or service relationship. Issuing agency: GS1, a global organization.
|
|
1066
|
-
*/
|
|
1067
|
-
"0209": "GS1 identification keys",
|
|
1068
|
-
/**
|
|
1069
|
-
* @description Intended Purpose/App. Area: Electronic Invoicing and e-procurement. Issuing agency: Agenzia delle Entrate, Italy.
|
|
1070
|
-
*/
|
|
1071
|
-
"0210": "CODICE FISCALE",
|
|
1072
|
-
/**
|
|
1073
|
-
* @description Intended Purpose/App. Area: Electronic Invoicing and e-procurement. Issuing agency: Agenzia delle Entrate, Italy.
|
|
1074
|
-
*/
|
|
1075
|
-
"0211": "PARTITA IVA",
|
|
1076
|
-
/**
|
|
1077
|
-
* @description Intended Purpose/App. Area: Identification scheme will be used for electronic trade purposes in e-invoicing, purchasing, electronic receipts.
|
|
1078
|
-
* Issuing agency: State Treasury of Finland / Valtiokonttor.
|
|
1079
|
-
*/
|
|
1080
|
-
"0212": "Finnish Organization Identifier",
|
|
1081
|
-
/**
|
|
1082
|
-
* @description Intended Purpose/App. Area: Identification scheme will be used for electronic trade purposes in e-invoicing, purchasing, electronic receipts.
|
|
1083
|
-
* Issuing agency: State Treasury of Finland / Valtiokonttor.
|
|
1084
|
-
*/
|
|
1085
|
-
"0213": "Finnish Organization Value Add Tax Identifier",
|
|
1086
|
-
/**
|
|
1087
|
-
* @description Intended Purpose/App. Area: Tradeplace is an independent company, set up as a joint venture of several Home Appliance- and Consumer Electronics
|
|
1088
|
-
* manufacturers. Tradeplace has launched their TradePI (Product Information) initiative for home appliances, consumer electronics, DIY and
|
|
1089
|
-
* affiliated industries that are connected to Tradeplace. The initiative introduces an enhanced standard structure for product information. The
|
|
1090
|
-
* TradePI Standard helps retailers to take full advantage of electronic communication and data processing, as the Internet and ICT are
|
|
1091
|
-
* fundamentally changing how products and services are offered, bought, and sold. Issuing agency: Tradeplace B.V., The Netherlands.
|
|
1092
|
-
*/
|
|
1093
|
-
"0214": "Tradeplace TradePI Standard",
|
|
1094
|
-
/**
|
|
1095
|
-
* @description Intended Purpose/App. Area: Identification scheme will be used for electronic trade purposes in e-invoicing, purchasing, electronic receipts.
|
|
1096
|
-
* Issuing agency: Tieto Finland Oy, FINLAND.
|
|
1097
|
-
*/
|
|
1098
|
-
"0215": "Net service ID",
|
|
1099
|
-
/**
|
|
1100
|
-
* @description Intended Purpose/App. Area: Identification scheme will be used for electronic trade purposes in e-invoicing, purchasing, electronic receipts.
|
|
1101
|
-
* Issuing agency: TIEKE- Tietoyhteiskunnan kehittamiskeskus, FINLAND.
|
|
1102
|
-
*/
|
|
1103
|
-
"0216": "OVTcode",
|
|
1104
|
-
/**
|
|
1105
|
-
* @description Intended Purpose/App. Area: Electronic invoicing. Issuing agency: Nederlands Normalisatie Instituut (NEN)
|
|
1106
|
-
*/
|
|
1107
|
-
"0217": "The Netherlands Chamber of Commerce and Industry establishment number",
|
|
1108
|
-
/**
|
|
1109
|
-
* @description Intended Purpose/App. Area: Each legal entity registered with the Register of Enterprises of the Republic of Latvia is assigned a unique unified
|
|
1110
|
-
* registration number. This unique unified registration number is used to identify legal subjects for every purpose where it might be necessary,
|
|
1111
|
-
* including for the use of the tax authority. Issuing agency: The Register of Enterprises of the Republic of Latvia.
|
|
1112
|
-
*/
|
|
1113
|
-
"0218": "Unified registration number (Latvia)",
|
|
1114
|
-
/**
|
|
1115
|
-
* @description Intended Purpose/App. Area: For use in Electronic data interchange (EDI) to identify private and public organizations. Issuing agency: State
|
|
1116
|
-
* Revenue Service of the Republic of Latvia.
|
|
1117
|
-
*/
|
|
1118
|
-
"0219": "Taxpayer registration code (Latvia)",
|
|
1119
|
-
/**
|
|
1120
|
-
* @description Intended Purpose/App. Area: The Register combines the functionality of the current information system of the Population Register and Civil
|
|
1121
|
-
* Register. The Register is a uniform state registration and recording system of information and natural persons that provides identification of
|
|
1122
|
-
* natural persons, data processing and accumulation, and includes and updates information about civil entries. The data included in the Register is
|
|
1123
|
-
* used for statistical surveys, tax forecasting and calculation, organizing of elections and other processes of national importance. When entering
|
|
1124
|
-
* information regarding a person in the Register, the Office of Citizenship and Migration Affairs of the Republic of Latvia shall assign an
|
|
1125
|
-
* automatically generated individual personal identity number thereto. Issuing agency: Office of Citizenship and Migration Affairs of the Republic
|
|
1126
|
-
* of Latvia.
|
|
1127
|
-
*/
|
|
1128
|
-
"0220": "The Register of Natural Persons (Latvia)",
|
|
1129
|
-
/**
|
|
1130
|
-
* @description Intended Purpose/App. Area: The registered number of the qualified invoice issuer is used on the invoice-based method for Japanese consumption
|
|
1131
|
-
* tax, which will be implemented on 1 October 2023. Issuing agency: National Tax Agency Japan.
|
|
1132
|
-
*/
|
|
1133
|
-
"0221": "The registered number of the qualified invoice issuer",
|
|
1134
|
-
/**
|
|
1135
|
-
* @description Intended Purpose/App. Area: Database of metadata supporting description of object-data-information-etc. Issuing agency: Farance Inc.
|
|
1136
|
-
*/
|
|
1137
|
-
"0222": "Metadata Registry Support",
|
|
1138
|
-
/**
|
|
1139
|
-
* @description Intended Purpose/App. Area: To provide identifiers for organizations based in EU. Issuing agency: AIFE (Agence pour l’Informatique Financière de
|
|
1140
|
-
* l’Etat)
|
|
1141
|
-
*/
|
|
1142
|
-
"0223": "EU based company",
|
|
1143
|
-
/**
|
|
1144
|
-
* @description Intended Purpose/App. Area: To provide identifiers used in electronic invoices for routing among accredited platforms for the French Continuous
|
|
1145
|
-
* Transactional Control reform on e-invoicing. Issuing agency: AIFE (Agence pour l’Informatique Financière de l’Etat)
|
|
1146
|
-
*/
|
|
1147
|
-
"0224": "FTCTC CODE ROUTAGE",
|
|
1148
|
-
/**
|
|
1149
|
-
* @description Intended Purpose/App. Area: To provide identifiers used as electronic addresses in the context of the French Continuous Transactional Control
|
|
1150
|
-
* reform on e-invoicing. Issuing agency: AIFE (Agence pour l’Informatique Financière de l’Etat)
|
|
1151
|
-
*/
|
|
1152
|
-
"0225": "FRCTC ELECTRONIC ADDRESS",
|
|
1153
|
-
/**
|
|
1154
|
-
* @description Intended Purpose/App. Area: To provide identifiers for French citizen sending invoices to the French Public Sector. Issuing agency: AIFE (Agence
|
|
1155
|
-
* pour l’Informatique Financière de l’Etat)
|
|
1156
|
-
*/
|
|
1157
|
-
"0226": "FRCTC Particulier",
|
|
1158
|
-
/**
|
|
1159
|
-
* @description Intended Purpose/App. Area: NON - EU based company. Issuing agency: AIFE (Agence pour l’Informatique Financière de l’Etat)
|
|
1160
|
-
*/
|
|
1161
|
-
"0227": "NON - EU based company",
|
|
1162
|
-
/**
|
|
1163
|
-
* @description Intended Purpose/App. Area: To provide identifiers for organizations at national level in Nouvelle Caledonie (French). Issuing agency: AIFE
|
|
1164
|
-
* (Agence pour l’Informatique Financière de l’Etat)
|
|
1165
|
-
*/
|
|
1166
|
-
"0228": "Répertoire des Entreprises et des Etablissements (RIDET)",
|
|
1167
|
-
/**
|
|
1168
|
-
* @description Intended Purpose/App. Area: To provide identifiers for organizations at national level in TAHITI (French). Issuing agency: AIFE (Agence pour
|
|
1169
|
-
* l’Informatique Financière de l’Etat)
|
|
1170
|
-
*/
|
|
1171
|
-
"0229": "T.A.H.I.T.I (traitement automatique hiérarchisé des institutions de Tahiti et des îles)",
|
|
1172
|
-
/**
|
|
1173
|
-
* @description Intended Purpose/App. Area: Identifier for organizations. Issuing agency: Malaysia Digital Economy Corporation Sdn Bhd (MDEC)
|
|
1174
|
-
*/
|
|
1175
|
-
"0230": "National e-Invoicing Framework",
|
|
1176
|
-
/**
|
|
1177
|
-
* @description 'Intended Purpose/App. Area: Provide identifiers to companies in a single taxable company regime. Issuing agency: AIFE (Agence pour
|
|
1178
|
-
* l’Informatique Financière de l’Etat)'
|
|
1179
|
-
*/
|
|
1180
|
-
"0231": "Single taxable company (France)",
|
|
1181
|
-
/**
|
|
1182
|
-
* @description Intended Purpose/App. Area: . Issuing agency: '
|
|
1183
|
-
*/
|
|
1184
|
-
"0232": "NOBB product number",
|
|
1185
|
-
/**
|
|
1186
|
-
* @description Elnummer.
|
|
1187
|
-
*/
|
|
1188
|
-
"0233": "Elnummer",
|
|
1189
|
-
/**
|
|
1190
|
-
* @description 'Intended Purpose/App. Area: Identification scheme is used to identify delivery locations of the Finnish government accounting units. Issuing
|
|
1191
|
-
* agency: Toimitusosoite ID'
|
|
1192
|
-
*/
|
|
1193
|
-
"0234": "Toimitusosoite ID",
|
|
1194
|
-
/**
|
|
1195
|
-
* @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
|
|
1196
|
-
* Tax Authority'
|
|
1197
|
-
*/
|
|
1198
|
-
"0235": "UAE Tax Identification Number (TIN)",
|
|
1199
|
-
/**
|
|
1200
|
-
* @description ToimipaikkalD.
|
|
1201
|
-
*/
|
|
1202
|
-
"0236": "ToimipaikkalD",
|
|
1203
|
-
/**
|
|
1204
|
-
* @description 'Intended Purpose/App. Area: . Issuing agency: '
|
|
1205
|
-
*/
|
|
1206
|
-
"0237": "CPR (Danish person civil registration number)",
|
|
1207
|
-
/**
|
|
1208
|
-
* @description 'Intended Purpose/App. Area: To provide identifiers for E-invoicing Public Platform and Partner Dematerialisation Platform. Issuing agency: AIFE
|
|
1209
|
-
* (Agence pour l’Informatique Financière de l’Etat)'
|
|
1210
|
-
*/
|
|
1211
|
-
"0238": "Plateforme.s agréée.s à la facturation électronique (PPF/PDP)",
|
|
1212
|
-
"0239": "EAEU",
|
|
1213
|
-
"0240": "Register of legal persons (in French : Répertoire des personnes morales)",
|
|
1214
|
-
"0241": "Name unknown",
|
|
1215
|
-
"0242": "OpenPeppol Service Provider Identification Scheme (SPIS)",
|
|
1216
|
-
"0243": "Name unknown",
|
|
1217
|
-
"0244": "Tax Identification (Tax ID), Nigeria",
|
|
1218
|
-
"0245": "Tax identification number (DIČ), Slovakia"
|
|
1219
|
-
};
|
|
1220
|
-
/**
|
|
1221
|
-
* @description Keys of {@link icdCodes}.
|
|
1222
|
-
*/
|
|
1223
|
-
const icdCodesKeys = [
|
|
1224
|
-
"0002",
|
|
1225
|
-
"0003",
|
|
1226
|
-
"0004",
|
|
1227
|
-
"0005",
|
|
1228
|
-
"0006",
|
|
1229
|
-
"0007",
|
|
1230
|
-
"0008",
|
|
1231
|
-
"0009",
|
|
1232
|
-
"0010",
|
|
1233
|
-
"0011",
|
|
1234
|
-
"0012",
|
|
1235
|
-
"0013",
|
|
1236
|
-
"0014",
|
|
1237
|
-
"0015",
|
|
1238
|
-
"0016",
|
|
1239
|
-
"0017",
|
|
1240
|
-
"0018",
|
|
1241
|
-
"0019",
|
|
1242
|
-
"0020",
|
|
1243
|
-
"0021",
|
|
1244
|
-
"0022",
|
|
1245
|
-
"0023",
|
|
1246
|
-
"0024",
|
|
1247
|
-
"0025",
|
|
1248
|
-
"0026",
|
|
1249
|
-
"0027",
|
|
1250
|
-
"0028",
|
|
1251
|
-
"0029",
|
|
1252
|
-
"0030",
|
|
1253
|
-
"0031",
|
|
1254
|
-
"0032",
|
|
1255
|
-
"0033",
|
|
1256
|
-
"0034",
|
|
1257
|
-
"0035",
|
|
1258
|
-
"0036",
|
|
1259
|
-
"0037",
|
|
1260
|
-
"0038",
|
|
1261
|
-
"0039",
|
|
1262
|
-
"0040",
|
|
1263
|
-
"0041",
|
|
1264
|
-
"0042",
|
|
1265
|
-
"0043",
|
|
1266
|
-
"0044",
|
|
1267
|
-
"0045",
|
|
1268
|
-
"0046",
|
|
1269
|
-
"0047",
|
|
1270
|
-
"0048",
|
|
1271
|
-
"0049",
|
|
1272
|
-
"0050",
|
|
1273
|
-
"0051",
|
|
1274
|
-
"0052",
|
|
1275
|
-
"0053",
|
|
1276
|
-
"0054",
|
|
1277
|
-
"0055",
|
|
1278
|
-
"0056",
|
|
1279
|
-
"0057",
|
|
1280
|
-
"0058",
|
|
1281
|
-
"0059",
|
|
1282
|
-
"0060",
|
|
1283
|
-
"0061",
|
|
1284
|
-
"0062",
|
|
1285
|
-
"0063",
|
|
1286
|
-
"0064",
|
|
1287
|
-
"0065",
|
|
1288
|
-
"0066",
|
|
1289
|
-
"0067",
|
|
1290
|
-
"0068",
|
|
1291
|
-
"0069",
|
|
1292
|
-
"0070",
|
|
1293
|
-
"0071",
|
|
1294
|
-
"0072",
|
|
1295
|
-
"0073",
|
|
1296
|
-
"0074",
|
|
1297
|
-
"0075",
|
|
1298
|
-
"0076",
|
|
1299
|
-
"0077",
|
|
1300
|
-
"0078",
|
|
1301
|
-
"0079",
|
|
1302
|
-
"0080",
|
|
1303
|
-
"0081",
|
|
1304
|
-
"0082",
|
|
1305
|
-
"0083",
|
|
1306
|
-
"0084",
|
|
1307
|
-
"0085",
|
|
1308
|
-
"0086",
|
|
1309
|
-
"0087",
|
|
1310
|
-
"0088",
|
|
1311
|
-
"0089",
|
|
1312
|
-
"0090",
|
|
1313
|
-
"0091",
|
|
1314
|
-
"0093",
|
|
1315
|
-
"0094",
|
|
1316
|
-
"0095",
|
|
1317
|
-
"0096",
|
|
1318
|
-
"0097",
|
|
1319
|
-
"0098",
|
|
1320
|
-
"0099",
|
|
1321
|
-
"0100",
|
|
1322
|
-
"0101",
|
|
1323
|
-
"0102",
|
|
1324
|
-
"0104",
|
|
1325
|
-
"0105",
|
|
1326
|
-
"0106",
|
|
1327
|
-
"0107",
|
|
1328
|
-
"0108",
|
|
1329
|
-
"0109",
|
|
1330
|
-
"0110",
|
|
1331
|
-
"0111",
|
|
1332
|
-
"0112",
|
|
1333
|
-
"0113",
|
|
1334
|
-
"0114",
|
|
1335
|
-
"0115",
|
|
1336
|
-
"0116",
|
|
1337
|
-
"0117",
|
|
1338
|
-
"0118",
|
|
1339
|
-
"0119",
|
|
1340
|
-
"0120",
|
|
1341
|
-
"0121",
|
|
1342
|
-
"0122",
|
|
1343
|
-
"0123",
|
|
1344
|
-
"0124",
|
|
1345
|
-
"0125",
|
|
1346
|
-
"0126",
|
|
1347
|
-
"0127",
|
|
1348
|
-
"0128",
|
|
1349
|
-
"0129",
|
|
1350
|
-
"0130",
|
|
1351
|
-
"0131",
|
|
1352
|
-
"0132",
|
|
1353
|
-
"0133",
|
|
1354
|
-
"0134",
|
|
1355
|
-
"0135",
|
|
1356
|
-
"0136",
|
|
1357
|
-
"0137",
|
|
1358
|
-
"0138",
|
|
1359
|
-
"0139",
|
|
1360
|
-
"0140",
|
|
1361
|
-
"0141",
|
|
1362
|
-
"0142",
|
|
1363
|
-
"0143",
|
|
1364
|
-
"0144",
|
|
1365
|
-
"0145",
|
|
1366
|
-
"0146",
|
|
1367
|
-
"0147",
|
|
1368
|
-
"0148",
|
|
1369
|
-
"0149",
|
|
1370
|
-
"0150",
|
|
1371
|
-
"0151",
|
|
1372
|
-
"0152",
|
|
1373
|
-
"0153",
|
|
1374
|
-
"0154",
|
|
1375
|
-
"0155",
|
|
1376
|
-
"0156",
|
|
1377
|
-
"0157",
|
|
1378
|
-
"0158",
|
|
1379
|
-
"0159",
|
|
1380
|
-
"0160",
|
|
1381
|
-
"0161",
|
|
1382
|
-
"0162",
|
|
1383
|
-
"0163",
|
|
1384
|
-
"0164",
|
|
1385
|
-
"0165",
|
|
1386
|
-
"0166",
|
|
1387
|
-
"0167",
|
|
1388
|
-
"0168",
|
|
1389
|
-
"0169",
|
|
1390
|
-
"0170",
|
|
1391
|
-
"0171",
|
|
1392
|
-
"0172",
|
|
1393
|
-
"0173",
|
|
1394
|
-
"0174",
|
|
1395
|
-
"0175",
|
|
1396
|
-
"0176",
|
|
1397
|
-
"0177",
|
|
1398
|
-
"0178",
|
|
1399
|
-
"0179",
|
|
1400
|
-
"0180",
|
|
1401
|
-
"0183",
|
|
1402
|
-
"0184",
|
|
1403
|
-
"0185",
|
|
1404
|
-
"0186",
|
|
1405
|
-
"0187",
|
|
1406
|
-
"0188",
|
|
1407
|
-
"0189",
|
|
1408
|
-
"0190",
|
|
1409
|
-
"0191",
|
|
1410
|
-
"0192",
|
|
1411
|
-
"0193",
|
|
1412
|
-
"0194",
|
|
1413
|
-
"0195",
|
|
1414
|
-
"0196",
|
|
1415
|
-
"0197",
|
|
1416
|
-
"0198",
|
|
1417
|
-
"0199",
|
|
1418
|
-
"0200",
|
|
1419
|
-
"0201",
|
|
1420
|
-
"0202",
|
|
1421
|
-
"0203",
|
|
1422
|
-
"0204",
|
|
1423
|
-
"0205",
|
|
1424
|
-
"0206",
|
|
1425
|
-
"0207",
|
|
1426
|
-
"0208",
|
|
1427
|
-
"0209",
|
|
1428
|
-
"0210",
|
|
1429
|
-
"0211",
|
|
1430
|
-
"0212",
|
|
1431
|
-
"0213",
|
|
1432
|
-
"0214",
|
|
1433
|
-
"0215",
|
|
1434
|
-
"0216",
|
|
1435
|
-
"0217",
|
|
1436
|
-
"0218",
|
|
1437
|
-
"0219",
|
|
1438
|
-
"0220",
|
|
1439
|
-
"0221",
|
|
1440
|
-
"0222",
|
|
1441
|
-
"0223",
|
|
1442
|
-
"0224",
|
|
1443
|
-
"0225",
|
|
1444
|
-
"0226",
|
|
1445
|
-
"0227",
|
|
1446
|
-
"0228",
|
|
1447
|
-
"0229",
|
|
1448
|
-
"0230",
|
|
1449
|
-
"0231",
|
|
1450
|
-
"0232",
|
|
1451
|
-
"0233",
|
|
1452
|
-
"0234",
|
|
1453
|
-
"0235",
|
|
1454
|
-
"0236",
|
|
1455
|
-
"0237",
|
|
1456
|
-
"0238",
|
|
1457
|
-
"0239",
|
|
1458
|
-
"0240",
|
|
1459
|
-
"0241",
|
|
1460
|
-
"0242",
|
|
1461
|
-
"0243",
|
|
1462
|
-
"0244",
|
|
1463
|
-
"0245"
|
|
1464
|
-
];
|
|
1465
|
-
//#endregion
|
|
1466
|
-
export { icdCodes, icdCodesKeys };
|
|
1467
|
-
|
|
1468
|
-
//# sourceMappingURL=icd-codes.generated.js.map
|