@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.
Files changed (2773) hide show
  1. package/LICENSE +202 -0
  2. package/NOTICE +17 -0
  3. package/README.md +7 -4
  4. package/dist/all-union-fields-CxoyKBpI.d.ts +445 -0
  5. package/dist/all-union-fields-CxoyKBpI.d.ts.map +1 -0
  6. package/dist/{document-parser.d.ts → document-DCcObB-a.d.ts} +443 -52
  7. package/dist/document-DCcObB-a.d.ts.map +1 -0
  8. package/dist/eas-codes.generated-D8jjHFij.js +2136 -0
  9. package/dist/eas-codes.generated-D8jjHFij.js.map +1 -0
  10. package/dist/effect.d.ts +6291 -93
  11. package/dist/effect.d.ts.map +1 -0
  12. package/dist/effect.js +3240 -93
  13. package/dist/effect.js.map +1 -0
  14. package/dist/index.d.ts +2613 -135
  15. package/dist/index.d.ts.map +1 -0
  16. package/dist/index.js +3373 -134
  17. package/dist/index.js.map +1 -0
  18. package/dist/is-valid-abn-160i38PG.js +162 -0
  19. package/dist/is-valid-abn-160i38PG.js.map +1 -0
  20. package/dist/is-valid-mod97-0208-CzMOXMO-.js +27 -0
  21. package/dist/is-valid-mod97-0208-CzMOXMO-.js.map +1 -0
  22. package/dist/is-valid-process-CSWL-q9f.js +1590 -0
  23. package/dist/is-valid-process-CSWL-q9f.js.map +1 -0
  24. package/dist/parser-options-mbqEQPSY.js +27 -0
  25. package/dist/parser-options-mbqEQPSY.js.map +1 -0
  26. package/dist/quantity-unit-code-to-intl-unit-15EykjMe.d.ts +168 -0
  27. package/dist/quantity-unit-code-to-intl-unit-15EykjMe.d.ts.map +1 -0
  28. package/dist/schematron.d.ts +1113 -363
  29. package/dist/schematron.d.ts.map +1 -0
  30. package/dist/schematron.js +4882 -360
  31. package/dist/schematron.js.map +1 -0
  32. package/dist/validations.d.ts +91 -14
  33. package/dist/validations.d.ts.map +1 -0
  34. package/dist/validations.js +25 -13
  35. package/dist/validations.js.map +1 -0
  36. package/dist/values.d.ts +13567 -0
  37. package/dist/values.d.ts.map +1 -0
  38. package/dist/values.js +3 -0
  39. package/dist/{values/quantity-unit-codes.generated.d.ts → vat-dates.generated-DTVWQAdn.d.ts} +265 -4
  40. package/dist/vat-dates.generated-DTVWQAdn.d.ts.map +1 -0
  41. package/dist/vatex-codes.generated-BSgP3n5t.js +22762 -0
  42. package/dist/vatex-codes.generated-BSgP3n5t.js.map +1 -0
  43. package/dist/xml.d.ts +31 -3
  44. package/dist/xml.d.ts.map +1 -0
  45. package/dist/xml.js +1 -2
  46. package/package.json +17 -6
  47. package/src/decoders/decode-billing.ts +32 -30
  48. package/src/decoders/decode-credit-note.ts +9 -6
  49. package/src/decoders/decode-invoice-response.ts +83 -59
  50. package/src/decoders/decode-invoice.ts +11 -8
  51. package/src/decoders/decode-message-level-response.ts +64 -46
  52. package/src/decoders/encode-credit-note.ts +23 -21
  53. package/src/decoders/encode-invoice-response.ts +17 -15
  54. package/src/decoders/encode-invoice.ts +24 -22
  55. package/src/decoders/encode-message-level-response.ts +15 -7
  56. package/src/decoders/errors.ts +11 -0
  57. package/src/decoders/fields/decode-additional-document-references.ts +32 -25
  58. package/src/decoders/fields/decode-address.ts +32 -21
  59. package/src/decoders/fields/decode-allowance-charges.ts +16 -11
  60. package/src/decoders/fields/decode-amount.ts +12 -8
  61. package/src/decoders/fields/decode-base-allowance-charge.ts +10 -8
  62. package/src/decoders/fields/decode-billing-references.ts +20 -12
  63. package/src/decoders/fields/decode-contact.ts +12 -7
  64. package/src/decoders/fields/decode-credit-note-lines.ts +17 -8
  65. package/src/decoders/fields/decode-delivery.ts +29 -18
  66. package/src/decoders/fields/decode-electronic-address.ts +9 -4
  67. package/src/decoders/fields/decode-identifier.ts +11 -9
  68. package/src/decoders/fields/decode-invoice-line-period.ts +11 -6
  69. package/src/decoders/fields/decode-invoice-lines.ts +17 -8
  70. package/src/decoders/fields/decode-invoice-message-document-party.ts +10 -8
  71. package/src/decoders/fields/decode-invoice-message-party.ts +13 -8
  72. package/src/decoders/fields/decode-invoice-period.ts +12 -9
  73. package/src/decoders/fields/decode-legal-monetary-total.ts +17 -12
  74. package/src/decoders/fields/decode-line-allowance-charges.ts +14 -6
  75. package/src/decoders/fields/decode-line-price.ts +13 -7
  76. package/src/decoders/fields/decode-line-shared.ts +66 -45
  77. package/src/decoders/fields/decode-message-level-party.ts +10 -5
  78. package/src/decoders/fields/decode-order-reference.ts +10 -5
  79. package/src/decoders/fields/decode-parties-tax-scheme.ts +16 -11
  80. package/src/decoders/fields/decode-party-legal-entity.ts +12 -7
  81. package/src/decoders/fields/decode-party-tax-scheme.ts +10 -5
  82. package/src/decoders/fields/decode-party.ts +32 -23
  83. package/src/decoders/fields/decode-payee-party.ts +32 -24
  84. package/src/decoders/fields/decode-payment-means.ts +60 -44
  85. package/src/decoders/fields/decode-payment-terms.ts +11 -6
  86. package/src/decoders/fields/decode-price-allowance-charge.ts +11 -8
  87. package/src/decoders/fields/decode-quantity.ts +12 -9
  88. package/src/decoders/fields/decode-simple-identifier.ts +10 -5
  89. package/src/decoders/fields/decode-tax-category.ts +12 -7
  90. package/src/decoders/fields/decode-tax-representative-party.ts +12 -7
  91. package/src/decoders/fields/decode-tax-totals.ts +44 -23
  92. package/src/decoders/fields/encode-additional-document-references.ts +21 -13
  93. package/src/decoders/fields/encode-address.ts +5 -3
  94. package/src/decoders/fields/encode-allowance-charges.ts +19 -11
  95. package/src/decoders/fields/encode-amount.ts +5 -3
  96. package/src/decoders/fields/encode-billing-references.ts +4 -2
  97. package/src/decoders/fields/encode-contact.ts +5 -3
  98. package/src/decoders/fields/encode-credit-note-lines.ts +6 -4
  99. package/src/decoders/fields/encode-delivery.ts +11 -9
  100. package/src/decoders/fields/encode-identifier.ts +6 -4
  101. package/src/decoders/fields/encode-invoice-line-period.ts +5 -3
  102. package/src/decoders/fields/encode-invoice-lines.ts +6 -4
  103. package/src/decoders/fields/encode-invoice-period.ts +5 -3
  104. package/src/decoders/fields/encode-legal-monetary-total.ts +12 -10
  105. package/src/decoders/fields/encode-line-allowance-charges.ts +19 -10
  106. package/src/decoders/fields/encode-line-price.ts +8 -6
  107. package/src/decoders/fields/encode-line-shared.ts +22 -16
  108. package/src/decoders/fields/encode-message-party.ts +14 -8
  109. package/src/decoders/fields/encode-order-reference.ts +5 -3
  110. package/src/decoders/fields/encode-parties-tax-scheme.ts +11 -4
  111. package/src/decoders/fields/encode-party-legal-entity.ts +5 -3
  112. package/src/decoders/fields/encode-party-tax-scheme.ts +6 -4
  113. package/src/decoders/fields/encode-party.ts +19 -17
  114. package/src/decoders/fields/encode-payee-party.ts +18 -16
  115. package/src/decoders/fields/encode-payment-means.ts +36 -27
  116. package/src/decoders/fields/encode-payment-terms.ts +5 -3
  117. package/src/decoders/fields/encode-price-allowance-charges.ts +7 -5
  118. package/src/decoders/fields/encode-quantity.ts +5 -3
  119. package/src/decoders/fields/encode-simple-identifier.ts +7 -3
  120. package/src/decoders/fields/encode-tax-category.ts +6 -4
  121. package/src/decoders/fields/encode-tax-representative-party.ts +9 -5
  122. package/src/decoders/fields/encode-tax-totals.ts +32 -16
  123. package/src/document-parser.ts +15 -10
  124. package/src/effect/fields/peppol-additional-document-reference-schema.ts +5 -6
  125. package/src/effect/fields/peppol-allowance-charge-schema.ts +8 -10
  126. package/src/effect/fields/peppol-amount-schema.ts +4 -3
  127. package/src/effect/fields/peppol-base-line-schema.ts +7 -7
  128. package/src/effect/fields/peppol-binary-object-schema.ts +1 -1
  129. package/src/effect/fields/peppol-credit-note-line-schema.ts +5 -5
  130. package/src/effect/fields/peppol-delivery-schema.ts +3 -3
  131. package/src/effect/fields/{identifier-schema.ts → peppol-identifier-schema.ts} +7 -11
  132. package/src/effect/fields/peppol-invoice-line-schema.ts +5 -5
  133. package/src/effect/fields/peppol-invoice-period-schema.ts +2 -3
  134. package/src/effect/fields/peppol-item-classification-schema.ts +1 -1
  135. package/src/effect/fields/peppol-legal-monetary-total-schema.ts +1 -1
  136. package/src/effect/fields/peppol-line-allowance-charge-schema.ts +5 -7
  137. package/src/effect/fields/peppol-line-item-schema.ts +5 -6
  138. package/src/effect/fields/peppol-line-price-allowance-charge-schema.ts +1 -1
  139. package/src/effect/fields/peppol-line-price-schema.ts +3 -3
  140. package/src/effect/fields/peppol-party-base-schema.ts +31 -30
  141. package/src/effect/fields/peppol-party-legal-entity-schema.ts +2 -2
  142. package/src/effect/fields/peppol-payee-party-schema.ts +4 -5
  143. package/src/effect/fields/peppol-payment-means-schema.ts +1 -1
  144. package/src/effect/fields/peppol-quantity-schema.ts +2 -2
  145. package/src/effect/fields/peppol-tax-category-schema.ts +2 -2
  146. package/src/effect/fields/peppol-tax-representative-schema.ts +2 -2
  147. package/src/effect/fields/peppol-tax-subtotal-category-schema.ts +3 -2
  148. package/src/effect/fields/peppol-tax-subtotal-schema.ts +2 -2
  149. package/src/effect/fields/peppol-tax-totals-base-schema.ts +2 -2
  150. package/src/effect/index.ts +1 -1
  151. package/src/effect/peppol-billing-base-schema.ts +24 -26
  152. package/src/effect/peppol-credit-note-schema.ts +22 -23
  153. package/src/effect/peppol-document-response-document-reference-schema.ts +2 -2
  154. package/src/effect/peppol-document-response-document-schema.ts +2 -2
  155. package/src/effect/peppol-document-response-line-response-content-schema.ts +2 -2
  156. package/src/effect/peppol-document-response-line-response-schema.ts +1 -1
  157. package/src/effect/peppol-document-schema.ts +91 -56
  158. package/src/effect/peppol-invoice-response-document-actual-response-schema.ts +2 -3
  159. package/src/effect/peppol-invoice-response-document-actual-response-status-schema.ts +1 -1
  160. package/src/effect/peppol-invoice-response-schema.ts +11 -12
  161. package/src/effect/peppol-invoice-response-status-reason-code-schema.ts +4 -4
  162. package/src/effect/peppol-invoice-schema.ts +38 -44
  163. package/src/effect/peppol-iso-date-string-schema.ts +9 -3
  164. package/src/effect/peppol-message-level-response-document-response-schema.ts +3 -3
  165. package/src/effect/peppol-message-level-response-party-schema.ts +2 -2
  166. package/src/effect/peppol-message-level-response-schema.ts +4 -5
  167. package/src/effect/values/additional-document-reference-code-schema.ts +4 -7
  168. package/src/effect/values/allowance-charge-reason-code-schema.ts +4 -8
  169. package/src/effect/values/application-response-type-code-schema.ts +1 -4
  170. package/src/effect/values/charge-reason-code-schema.ts +4 -8
  171. package/src/effect/values/credit-note-type-code-schema.ts +1 -4
  172. package/src/effect/values/currency-code-schema.ts +8 -7
  173. package/src/effect/values/document-type-schemes-schema.ts +1 -3
  174. package/src/effect/values/document-type-values-schema.ts +4 -5
  175. package/src/effect/values/duty-tax-fee-category-schema.ts +3 -7
  176. package/src/effect/values/electronic-codes-schema.ts +2 -7
  177. package/src/effect/values/icd-codes-schema.ts +2 -6
  178. package/src/effect/values/index.ts +0 -1
  179. package/src/effect/values/invoice-status-code-schema.ts +2 -4
  180. package/src/effect/values/invoice-type-code-schema.ts +2 -7
  181. package/src/effect/values/item-classification-codes-schema.ts +2 -7
  182. package/src/effect/values/mime-codes-schema.ts +4 -7
  183. package/src/effect/values/op-status-action-schema.ts +2 -7
  184. package/src/effect/values/op-status-reason-schema.ts +2 -7
  185. package/src/effect/values/participant-identifier-code-schema.ts +4 -7
  186. package/src/effect/values/payment-means-code-schema.ts +2 -7
  187. package/src/effect/values/peppol-country-code-schema.ts +2 -4
  188. package/src/effect/values/peppol-document-type-code-schema.ts +2 -7
  189. package/src/effect/values/quantity-unit-codes-schema.ts +2 -7
  190. package/src/effect/values/vat-date-code-schema.ts +1 -4
  191. package/src/effect/values/vatex-code-schema.ts +2 -7
  192. package/src/helpers/bool.ts +15 -7
  193. package/src/helpers/errors.ts +6 -0
  194. package/src/helpers/get-array.ts +15 -7
  195. package/src/helpers/get-prop.ts +7 -5
  196. package/src/helpers/num-or-und.ts +6 -6
  197. package/src/helpers/str-or-array.ts +12 -7
  198. package/src/helpers/str-or-und.ts +12 -8
  199. package/src/helpers/str.ts +8 -7
  200. package/src/schemas/values/document-type-schema.ts +2 -2
  201. package/src/schemas/values/document-type-values-schema.ts +2 -2
  202. package/src/schemas/values/process-schema.ts +2 -2
  203. package/src/schemas/values/process-xml-identifier-schema.ts +2 -2
  204. package/dist/constants/credit-note-doctype-id.d.ts +0 -4
  205. package/dist/constants/credit-note-doctype-id.d.ts.map +0 -1
  206. package/dist/constants/credit-note-doctype-id.js +0 -7
  207. package/dist/constants/credit-note-doctype-id.js.map +0 -1
  208. package/dist/constants/credit-note-process-id.d.ts +0 -4
  209. package/dist/constants/credit-note-process-id.d.ts.map +0 -1
  210. package/dist/constants/credit-note-process-id.js +0 -7
  211. package/dist/constants/credit-note-process-id.js.map +0 -1
  212. package/dist/constants/document-scheme.d.ts +0 -4
  213. package/dist/constants/document-scheme.d.ts.map +0 -1
  214. package/dist/constants/document-scheme.js +0 -6
  215. package/dist/constants/document-scheme.js.map +0 -1
  216. package/dist/constants/index.js +0 -15
  217. package/dist/constants/invoice-doctype-id.d.ts +0 -4
  218. package/dist/constants/invoice-doctype-id.d.ts.map +0 -1
  219. package/dist/constants/invoice-doctype-id.js +0 -7
  220. package/dist/constants/invoice-doctype-id.js.map +0 -1
  221. package/dist/constants/invoice-process-id.d.ts +0 -4
  222. package/dist/constants/invoice-process-id.d.ts.map +0 -1
  223. package/dist/constants/invoice-process-id.js +0 -7
  224. package/dist/constants/invoice-process-id.js.map +0 -1
  225. package/dist/constants/invoice-response-doctype-id.d.ts +0 -4
  226. package/dist/constants/invoice-response-doctype-id.d.ts.map +0 -1
  227. package/dist/constants/invoice-response-doctype-id.js +0 -7
  228. package/dist/constants/invoice-response-doctype-id.js.map +0 -1
  229. package/dist/constants/invoice-response-process-id.d.ts +0 -4
  230. package/dist/constants/invoice-response-process-id.d.ts.map +0 -1
  231. package/dist/constants/invoice-response-process-id.js +0 -8
  232. package/dist/constants/invoice-response-process-id.js.map +0 -1
  233. package/dist/constants/invoice-response-profile-id.d.ts +0 -4
  234. package/dist/constants/invoice-response-profile-id.d.ts.map +0 -1
  235. package/dist/constants/invoice-response-profile-id.js +0 -6
  236. package/dist/constants/invoice-response-profile-id.js.map +0 -1
  237. package/dist/constants/message-level-response-doctype-id.d.ts +0 -4
  238. package/dist/constants/message-level-response-doctype-id.d.ts.map +0 -1
  239. package/dist/constants/message-level-response-doctype-id.js +0 -7
  240. package/dist/constants/message-level-response-doctype-id.js.map +0 -1
  241. package/dist/constants/message-level-response-process-id.d.ts +0 -4
  242. package/dist/constants/message-level-response-process-id.d.ts.map +0 -1
  243. package/dist/constants/message-level-response-process-id.js +0 -8
  244. package/dist/constants/message-level-response-process-id.js.map +0 -1
  245. package/dist/constants/message-level-response-profile-id.d.ts +0 -4
  246. package/dist/constants/message-level-response-profile-id.d.ts.map +0 -1
  247. package/dist/constants/message-level-response-profile-id.js +0 -6
  248. package/dist/constants/message-level-response-profile-id.js.map +0 -1
  249. package/dist/constants/participant-scheme.d.ts +0 -8
  250. package/dist/constants/participant-scheme.d.ts.map +0 -1
  251. package/dist/constants/participant-scheme.js +0 -10
  252. package/dist/constants/participant-scheme.js.map +0 -1
  253. package/dist/constants/process-scheme.d.ts +0 -4
  254. package/dist/constants/process-scheme.d.ts.map +0 -1
  255. package/dist/constants/process-scheme.js +0 -6
  256. package/dist/constants/process-scheme.js.map +0 -1
  257. package/dist/constants/transport-profile.d.ts +0 -4
  258. package/dist/constants/transport-profile.d.ts.map +0 -1
  259. package/dist/constants/transport-profile.js +0 -6
  260. package/dist/constants/transport-profile.js.map +0 -1
  261. package/dist/decoders/decode-billing.js +0 -52
  262. package/dist/decoders/decode-billing.js.map +0 -1
  263. package/dist/decoders/decode-credit-note.js +0 -18
  264. package/dist/decoders/decode-credit-note.js.map +0 -1
  265. package/dist/decoders/decode-invoice-response.js +0 -82
  266. package/dist/decoders/decode-invoice-response.js.map +0 -1
  267. package/dist/decoders/decode-invoice.js +0 -21
  268. package/dist/decoders/decode-invoice.js.map +0 -1
  269. package/dist/decoders/decode-message-level-response.js +0 -66
  270. package/dist/decoders/decode-message-level-response.js.map +0 -1
  271. package/dist/decoders/encode-credit-note.js +0 -65
  272. package/dist/decoders/encode-credit-note.js.map +0 -1
  273. package/dist/decoders/encode-invoice-response.js +0 -61
  274. package/dist/decoders/encode-invoice-response.js.map +0 -1
  275. package/dist/decoders/encode-invoice.js +0 -66
  276. package/dist/decoders/encode-invoice.js.map +0 -1
  277. package/dist/decoders/encode-message-level-response.js +0 -50
  278. package/dist/decoders/encode-message-level-response.js.map +0 -1
  279. package/dist/decoders/fields/decode-additional-document-references.js +0 -31
  280. package/dist/decoders/fields/decode-additional-document-references.js.map +0 -1
  281. package/dist/decoders/fields/decode-address.js +0 -30
  282. package/dist/decoders/fields/decode-address.js.map +0 -1
  283. package/dist/decoders/fields/decode-allowance-charges.js +0 -16
  284. package/dist/decoders/fields/decode-allowance-charges.js.map +0 -1
  285. package/dist/decoders/fields/decode-amount.js +0 -18
  286. package/dist/decoders/fields/decode-amount.js.map +0 -1
  287. package/dist/decoders/fields/decode-base-allowance-charge.js +0 -19
  288. package/dist/decoders/fields/decode-base-allowance-charge.js.map +0 -1
  289. package/dist/decoders/fields/decode-billing-references.js +0 -15
  290. package/dist/decoders/fields/decode-billing-references.js.map +0 -1
  291. package/dist/decoders/fields/decode-contact.js +0 -16
  292. package/dist/decoders/fields/decode-contact.js.map +0 -1
  293. package/dist/decoders/fields/decode-credit-note-lines.js +0 -18
  294. package/dist/decoders/fields/decode-credit-note-lines.js.map +0 -1
  295. package/dist/decoders/fields/decode-delivery.js +0 -33
  296. package/dist/decoders/fields/decode-delivery.js.map +0 -1
  297. package/dist/decoders/fields/decode-electronic-address.js +0 -11
  298. package/dist/decoders/fields/decode-electronic-address.js.map +0 -1
  299. package/dist/decoders/fields/decode-identifier.js +0 -18
  300. package/dist/decoders/fields/decode-identifier.js.map +0 -1
  301. package/dist/decoders/fields/decode-invoice-line-period.js +0 -14
  302. package/dist/decoders/fields/decode-invoice-line-period.js.map +0 -1
  303. package/dist/decoders/fields/decode-invoice-lines.js +0 -18
  304. package/dist/decoders/fields/decode-invoice-lines.js.map +0 -1
  305. package/dist/decoders/fields/decode-invoice-message-document-party.js +0 -17
  306. package/dist/decoders/fields/decode-invoice-message-document-party.js.map +0 -1
  307. package/dist/decoders/fields/decode-invoice-message-party.js +0 -20
  308. package/dist/decoders/fields/decode-invoice-message-party.js.map +0 -1
  309. package/dist/decoders/fields/decode-invoice-period.js +0 -15
  310. package/dist/decoders/fields/decode-invoice-period.js.map +0 -1
  311. package/dist/decoders/fields/decode-legal-monetary-total.js +0 -21
  312. package/dist/decoders/fields/decode-legal-monetary-total.js.map +0 -1
  313. package/dist/decoders/fields/decode-line-allowance-charges.js +0 -12
  314. package/dist/decoders/fields/decode-line-allowance-charges.js.map +0 -1
  315. package/dist/decoders/fields/decode-line-price.js +0 -18
  316. package/dist/decoders/fields/decode-line-price.js.map +0 -1
  317. package/dist/decoders/fields/decode-line-shared.js +0 -62
  318. package/dist/decoders/fields/decode-line-shared.js.map +0 -1
  319. package/dist/decoders/fields/decode-message-level-party.js +0 -12
  320. package/dist/decoders/fields/decode-message-level-party.js.map +0 -1
  321. package/dist/decoders/fields/decode-order-reference.js +0 -15
  322. package/dist/decoders/fields/decode-order-reference.js.map +0 -1
  323. package/dist/decoders/fields/decode-parties-tax-scheme.js +0 -16
  324. package/dist/decoders/fields/decode-parties-tax-scheme.js.map +0 -1
  325. package/dist/decoders/fields/decode-party-legal-entity.js +0 -17
  326. package/dist/decoders/fields/decode-party-legal-entity.js.map +0 -1
  327. package/dist/decoders/fields/decode-party-tax-scheme.js +0 -16
  328. package/dist/decoders/fields/decode-party-tax-scheme.js.map +0 -1
  329. package/dist/decoders/fields/decode-party.js +0 -36
  330. package/dist/decoders/fields/decode-party.js.map +0 -1
  331. package/dist/decoders/fields/decode-payee-party.js +0 -32
  332. package/dist/decoders/fields/decode-payee-party.js.map +0 -1
  333. package/dist/decoders/fields/decode-payment-means.js +0 -56
  334. package/dist/decoders/fields/decode-payment-means.js.map +0 -1
  335. package/dist/decoders/fields/decode-payment-terms.js +0 -13
  336. package/dist/decoders/fields/decode-payment-terms.js.map +0 -1
  337. package/dist/decoders/fields/decode-price-allowance-charge.js +0 -17
  338. package/dist/decoders/fields/decode-price-allowance-charge.js.map +0 -1
  339. package/dist/decoders/fields/decode-quantity.js +0 -16
  340. package/dist/decoders/fields/decode-quantity.js.map +0 -1
  341. package/dist/decoders/fields/decode-simple-identifier.js +0 -12
  342. package/dist/decoders/fields/decode-simple-identifier.js.map +0 -1
  343. package/dist/decoders/fields/decode-tax-category.js +0 -18
  344. package/dist/decoders/fields/decode-tax-category.js.map +0 -1
  345. package/dist/decoders/fields/decode-tax-representative-party.js +0 -18
  346. package/dist/decoders/fields/decode-tax-representative-party.js.map +0 -1
  347. package/dist/decoders/fields/decode-tax-totals.js +0 -39
  348. package/dist/decoders/fields/decode-tax-totals.js.map +0 -1
  349. package/dist/decoders/fields/encode-additional-document-references.js +0 -25
  350. package/dist/decoders/fields/encode-additional-document-references.js.map +0 -1
  351. package/dist/decoders/fields/encode-address.js +0 -17
  352. package/dist/decoders/fields/encode-address.js.map +0 -1
  353. package/dist/decoders/fields/encode-allowance-charges.js +0 -18
  354. package/dist/decoders/fields/encode-allowance-charges.js.map +0 -1
  355. package/dist/decoders/fields/encode-amount.js +0 -12
  356. package/dist/decoders/fields/encode-amount.js.map +0 -1
  357. package/dist/decoders/fields/encode-billing-references.js +0 -11
  358. package/dist/decoders/fields/encode-billing-references.js.map +0 -1
  359. package/dist/decoders/fields/encode-contact.js +0 -13
  360. package/dist/decoders/fields/encode-contact.js.map +0 -1
  361. package/dist/decoders/fields/encode-credit-note-lines.js +0 -10
  362. package/dist/decoders/fields/encode-credit-note-lines.js.map +0 -1
  363. package/dist/decoders/fields/encode-delivery.js +0 -22
  364. package/dist/decoders/fields/encode-delivery.js.map +0 -1
  365. package/dist/decoders/fields/encode-identifier.js +0 -13
  366. package/dist/decoders/fields/encode-identifier.js.map +0 -1
  367. package/dist/decoders/fields/encode-invoice-line-period.js +0 -11
  368. package/dist/decoders/fields/encode-invoice-line-period.js.map +0 -1
  369. package/dist/decoders/fields/encode-invoice-lines.js +0 -10
  370. package/dist/decoders/fields/encode-invoice-lines.js.map +0 -1
  371. package/dist/decoders/fields/encode-invoice-period.js +0 -12
  372. package/dist/decoders/fields/encode-invoice-period.js.map +0 -1
  373. package/dist/decoders/fields/encode-legal-monetary-total.js +0 -18
  374. package/dist/decoders/fields/encode-legal-monetary-total.js.map +0 -1
  375. package/dist/decoders/fields/encode-line-allowance-charges.js +0 -16
  376. package/dist/decoders/fields/encode-line-allowance-charges.js.map +0 -1
  377. package/dist/decoders/fields/encode-line-price.js +0 -16
  378. package/dist/decoders/fields/encode-line-price.js.map +0 -1
  379. package/dist/decoders/fields/encode-line-shared.js +0 -49
  380. package/dist/decoders/fields/encode-line-shared.js.map +0 -1
  381. package/dist/decoders/fields/encode-message-party.js +0 -18
  382. package/dist/decoders/fields/encode-message-party.js.map +0 -1
  383. package/dist/decoders/fields/encode-order-reference.js +0 -12
  384. package/dist/decoders/fields/encode-order-reference.js.map +0 -1
  385. package/dist/decoders/fields/encode-parties-tax-scheme.js +0 -10
  386. package/dist/decoders/fields/encode-parties-tax-scheme.js.map +0 -1
  387. package/dist/decoders/fields/encode-party-legal-entity.js +0 -13
  388. package/dist/decoders/fields/encode-party-legal-entity.js.map +0 -1
  389. package/dist/decoders/fields/encode-party-tax-scheme.js +0 -13
  390. package/dist/decoders/fields/encode-party-tax-scheme.js.map +0 -1
  391. package/dist/decoders/fields/encode-party.js +0 -30
  392. package/dist/decoders/fields/encode-party.js.map +0 -1
  393. package/dist/decoders/fields/encode-payee-party.js +0 -25
  394. package/dist/decoders/fields/encode-payee-party.js.map +0 -1
  395. package/dist/decoders/fields/encode-payment-means.js +0 -42
  396. package/dist/decoders/fields/encode-payment-means.js.map +0 -1
  397. package/dist/decoders/fields/encode-payment-terms.js +0 -9
  398. package/dist/decoders/fields/encode-payment-terms.js.map +0 -1
  399. package/dist/decoders/fields/encode-price-allowance-charges.js +0 -14
  400. package/dist/decoders/fields/encode-price-allowance-charges.js.map +0 -1
  401. package/dist/decoders/fields/encode-quantity.js +0 -12
  402. package/dist/decoders/fields/encode-quantity.js.map +0 -1
  403. package/dist/decoders/fields/encode-simple-identifier.js +0 -9
  404. package/dist/decoders/fields/encode-simple-identifier.js.map +0 -1
  405. package/dist/decoders/fields/encode-tax-category.js +0 -14
  406. package/dist/decoders/fields/encode-tax-category.js.map +0 -1
  407. package/dist/decoders/fields/encode-tax-representative-party.js +0 -15
  408. package/dist/decoders/fields/encode-tax-representative-party.js.map +0 -1
  409. package/dist/decoders/fields/encode-tax-totals.js +0 -23
  410. package/dist/decoders/fields/encode-tax-totals.js.map +0 -1
  411. package/dist/document-parser.d.ts.map +0 -1
  412. package/dist/document-parser.js +0 -56
  413. package/dist/document-parser.js.map +0 -1
  414. package/dist/document.d.ts +0 -20
  415. package/dist/document.d.ts.map +0 -1
  416. package/dist/effect/fields/default-customization-id.d.ts +0 -4
  417. package/dist/effect/fields/default-customization-id.d.ts.map +0 -1
  418. package/dist/effect/fields/default-customization-id.js +0 -6
  419. package/dist/effect/fields/default-customization-id.js.map +0 -1
  420. package/dist/effect/fields/default-profile-id.d.ts +0 -4
  421. package/dist/effect/fields/default-profile-id.d.ts.map +0 -1
  422. package/dist/effect/fields/default-profile-id.js +0 -6
  423. package/dist/effect/fields/default-profile-id.js.map +0 -1
  424. package/dist/effect/fields/identifier-schema.d.ts +0 -30
  425. package/dist/effect/fields/identifier-schema.d.ts.map +0 -1
  426. package/dist/effect/fields/identifier-schema.js +0 -24
  427. package/dist/effect/fields/identifier-schema.js.map +0 -1
  428. package/dist/effect/fields/peppol-additional-document-reference-schema.d.ts +0 -76
  429. package/dist/effect/fields/peppol-additional-document-reference-schema.d.ts.map +0 -1
  430. package/dist/effect/fields/peppol-additional-document-reference-schema.js +0 -108
  431. package/dist/effect/fields/peppol-additional-document-reference-schema.js.map +0 -1
  432. package/dist/effect/fields/peppol-address-schema.d.ts +0 -102
  433. package/dist/effect/fields/peppol-address-schema.d.ts.map +0 -1
  434. package/dist/effect/fields/peppol-address-schema.js +0 -102
  435. package/dist/effect/fields/peppol-address-schema.js.map +0 -1
  436. package/dist/effect/fields/peppol-allowance-charge-schema.d.ts +0 -61
  437. package/dist/effect/fields/peppol-allowance-charge-schema.d.ts.map +0 -1
  438. package/dist/effect/fields/peppol-allowance-charge-schema.js +0 -75
  439. package/dist/effect/fields/peppol-allowance-charge-schema.js.map +0 -1
  440. package/dist/effect/fields/peppol-amount-schema.d.ts +0 -20
  441. package/dist/effect/fields/peppol-amount-schema.d.ts.map +0 -1
  442. package/dist/effect/fields/peppol-amount-schema.js +0 -22
  443. package/dist/effect/fields/peppol-amount-schema.js.map +0 -1
  444. package/dist/effect/fields/peppol-base-line-schema.d.ts +0 -213
  445. package/dist/effect/fields/peppol-base-line-schema.d.ts.map +0 -1
  446. package/dist/effect/fields/peppol-base-line-schema.js +0 -132
  447. package/dist/effect/fields/peppol-base-line-schema.js.map +0 -1
  448. package/dist/effect/fields/peppol-billing-reference-schema.d.ts +0 -46
  449. package/dist/effect/fields/peppol-billing-reference-schema.d.ts.map +0 -1
  450. package/dist/effect/fields/peppol-billing-reference-schema.js +0 -47
  451. package/dist/effect/fields/peppol-billing-reference-schema.js.map +0 -1
  452. package/dist/effect/fields/peppol-binary-object-schema.d.ts +0 -45
  453. package/dist/effect/fields/peppol-binary-object-schema.d.ts.map +0 -1
  454. package/dist/effect/fields/peppol-binary-object-schema.js +0 -49
  455. package/dist/effect/fields/peppol-binary-object-schema.js.map +0 -1
  456. package/dist/effect/fields/peppol-contact-schema.d.ts +0 -19
  457. package/dist/effect/fields/peppol-contact-schema.d.ts.map +0 -1
  458. package/dist/effect/fields/peppol-contact-schema.js +0 -20
  459. package/dist/effect/fields/peppol-contact-schema.js.map +0 -1
  460. package/dist/effect/fields/peppol-credit-note-line-schema.d.ts +0 -118
  461. package/dist/effect/fields/peppol-credit-note-line-schema.d.ts.map +0 -1
  462. package/dist/effect/fields/peppol-credit-note-line-schema.js +0 -36
  463. package/dist/effect/fields/peppol-credit-note-line-schema.js.map +0 -1
  464. package/dist/effect/fields/peppol-delivery-schema.d.ts +0 -81
  465. package/dist/effect/fields/peppol-delivery-schema.d.ts.map +0 -1
  466. package/dist/effect/fields/peppol-delivery-schema.js +0 -89
  467. package/dist/effect/fields/peppol-delivery-schema.js.map +0 -1
  468. package/dist/effect/fields/peppol-invoice-line-period-schema.d.ts +0 -33
  469. package/dist/effect/fields/peppol-invoice-line-period-schema.d.ts.map +0 -1
  470. package/dist/effect/fields/peppol-invoice-line-period-schema.js +0 -35
  471. package/dist/effect/fields/peppol-invoice-line-period-schema.js.map +0 -1
  472. package/dist/effect/fields/peppol-invoice-line-schema.d.ts +0 -120
  473. package/dist/effect/fields/peppol-invoice-line-schema.d.ts.map +0 -1
  474. package/dist/effect/fields/peppol-invoice-line-schema.js +0 -40
  475. package/dist/effect/fields/peppol-invoice-line-schema.js.map +0 -1
  476. package/dist/effect/fields/peppol-invoice-period-schema.d.ts +0 -18
  477. package/dist/effect/fields/peppol-invoice-period-schema.d.ts.map +0 -1
  478. package/dist/effect/fields/peppol-invoice-period-schema.js +0 -28
  479. package/dist/effect/fields/peppol-invoice-period-schema.js.map +0 -1
  480. package/dist/effect/fields/peppol-item-classification-schema.d.ts +0 -44
  481. package/dist/effect/fields/peppol-item-classification-schema.d.ts.map +0 -1
  482. package/dist/effect/fields/peppol-item-classification-schema.js +0 -46
  483. package/dist/effect/fields/peppol-item-classification-schema.js.map +0 -1
  484. package/dist/effect/fields/peppol-legal-monetary-total-schema.d.ts +0 -149
  485. package/dist/effect/fields/peppol-legal-monetary-total-schema.d.ts.map +0 -1
  486. package/dist/effect/fields/peppol-legal-monetary-total-schema.js +0 -127
  487. package/dist/effect/fields/peppol-legal-monetary-total-schema.js.map +0 -1
  488. package/dist/effect/fields/peppol-line-allowance-charge-schema.d.ts +0 -46
  489. package/dist/effect/fields/peppol-line-allowance-charge-schema.d.ts.map +0 -1
  490. package/dist/effect/fields/peppol-line-allowance-charge-schema.js +0 -48
  491. package/dist/effect/fields/peppol-line-allowance-charge-schema.js.map +0 -1
  492. package/dist/effect/fields/peppol-line-item-schema.d.ts +0 -158
  493. package/dist/effect/fields/peppol-line-item-schema.d.ts.map +0 -1
  494. package/dist/effect/fields/peppol-line-item-schema.js +0 -163
  495. package/dist/effect/fields/peppol-line-item-schema.js.map +0 -1
  496. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.d.ts +0 -45
  497. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.d.ts.map +0 -1
  498. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.js +0 -30
  499. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.js.map +0 -1
  500. package/dist/effect/fields/peppol-line-price-schema.d.ts +0 -44
  501. package/dist/effect/fields/peppol-line-price-schema.d.ts.map +0 -1
  502. package/dist/effect/fields/peppol-line-price-schema.js +0 -32
  503. package/dist/effect/fields/peppol-line-price-schema.js.map +0 -1
  504. package/dist/effect/fields/peppol-order-reference-schema.d.ts +0 -37
  505. package/dist/effect/fields/peppol-order-reference-schema.d.ts.map +0 -1
  506. package/dist/effect/fields/peppol-order-reference-schema.js +0 -38
  507. package/dist/effect/fields/peppol-order-reference-schema.js.map +0 -1
  508. package/dist/effect/fields/peppol-party-base-schema.d.ts +0 -115
  509. package/dist/effect/fields/peppol-party-base-schema.d.ts.map +0 -1
  510. package/dist/effect/fields/peppol-party-base-schema.js +0 -127
  511. package/dist/effect/fields/peppol-party-base-schema.js.map +0 -1
  512. package/dist/effect/fields/peppol-party-legal-entity-schema.d.ts +0 -31
  513. package/dist/effect/fields/peppol-party-legal-entity-schema.d.ts.map +0 -1
  514. package/dist/effect/fields/peppol-party-legal-entity-schema.js +0 -30
  515. package/dist/effect/fields/peppol-party-legal-entity-schema.js.map +0 -1
  516. package/dist/effect/fields/peppol-party-tax-scheme-schema.d.ts +0 -34
  517. package/dist/effect/fields/peppol-party-tax-scheme-schema.d.ts.map +0 -1
  518. package/dist/effect/fields/peppol-party-tax-scheme-schema.js +0 -34
  519. package/dist/effect/fields/peppol-party-tax-scheme-schema.js.map +0 -1
  520. package/dist/effect/fields/peppol-payee-party-schema.d.ts +0 -68
  521. package/dist/effect/fields/peppol-payee-party-schema.d.ts.map +0 -1
  522. package/dist/effect/fields/peppol-payee-party-schema.js +0 -99
  523. package/dist/effect/fields/peppol-payee-party-schema.js.map +0 -1
  524. package/dist/effect/fields/peppol-payment-means-schema.d.ts +0 -198
  525. package/dist/effect/fields/peppol-payment-means-schema.d.ts.map +0 -1
  526. package/dist/effect/fields/peppol-payment-means-schema.js +0 -199
  527. package/dist/effect/fields/peppol-payment-means-schema.js.map +0 -1
  528. package/dist/effect/fields/peppol-payment-terms-schema.d.ts +0 -24
  529. package/dist/effect/fields/peppol-payment-terms-schema.d.ts.map +0 -1
  530. package/dist/effect/fields/peppol-payment-terms-schema.js +0 -24
  531. package/dist/effect/fields/peppol-payment-terms-schema.js.map +0 -1
  532. package/dist/effect/fields/peppol-quantity-schema.d.ts +0 -20
  533. package/dist/effect/fields/peppol-quantity-schema.d.ts.map +0 -1
  534. package/dist/effect/fields/peppol-quantity-schema.js +0 -22
  535. package/dist/effect/fields/peppol-quantity-schema.js.map +0 -1
  536. package/dist/effect/fields/peppol-reference-schema.d.ts +0 -8
  537. package/dist/effect/fields/peppol-reference-schema.d.ts.map +0 -1
  538. package/dist/effect/fields/peppol-reference-schema.js +0 -7
  539. package/dist/effect/fields/peppol-reference-schema.js.map +0 -1
  540. package/dist/effect/fields/peppol-tax-category-schema.d.ts +0 -41
  541. package/dist/effect/fields/peppol-tax-category-schema.d.ts.map +0 -1
  542. package/dist/effect/fields/peppol-tax-category-schema.js +0 -42
  543. package/dist/effect/fields/peppol-tax-category-schema.js.map +0 -1
  544. package/dist/effect/fields/peppol-tax-representative-schema.d.ts +0 -38
  545. package/dist/effect/fields/peppol-tax-representative-schema.d.ts.map +0 -1
  546. package/dist/effect/fields/peppol-tax-representative-schema.js +0 -24
  547. package/dist/effect/fields/peppol-tax-representative-schema.js.map +0 -1
  548. package/dist/effect/fields/peppol-tax-subtotal-category-schema.d.ts +0 -21
  549. package/dist/effect/fields/peppol-tax-subtotal-category-schema.d.ts.map +0 -1
  550. package/dist/effect/fields/peppol-tax-subtotal-category-schema.js +0 -28
  551. package/dist/effect/fields/peppol-tax-subtotal-category-schema.js.map +0 -1
  552. package/dist/effect/fields/peppol-tax-subtotal-schema.d.ts +0 -44
  553. package/dist/effect/fields/peppol-tax-subtotal-schema.d.ts.map +0 -1
  554. package/dist/effect/fields/peppol-tax-subtotal-schema.js +0 -33
  555. package/dist/effect/fields/peppol-tax-subtotal-schema.js.map +0 -1
  556. package/dist/effect/fields/peppol-tax-totals-base-schema.d.ts +0 -44
  557. package/dist/effect/fields/peppol-tax-totals-base-schema.d.ts.map +0 -1
  558. package/dist/effect/fields/peppol-tax-totals-base-schema.js +0 -26
  559. package/dist/effect/fields/peppol-tax-totals-base-schema.js.map +0 -1
  560. package/dist/effect/peppol-billing-base-schema.d.ts +0 -619
  561. package/dist/effect/peppol-billing-base-schema.d.ts.map +0 -1
  562. package/dist/effect/peppol-billing-base-schema.js +0 -324
  563. package/dist/effect/peppol-billing-base-schema.js.map +0 -1
  564. package/dist/effect/peppol-credit-note-schema.d.ts +0 -467
  565. package/dist/effect/peppol-credit-note-schema.d.ts.map +0 -1
  566. package/dist/effect/peppol-credit-note-schema.js +0 -30
  567. package/dist/effect/peppol-credit-note-schema.js.map +0 -1
  568. package/dist/effect/peppol-document-response-document-reference-schema.d.ts +0 -37
  569. package/dist/effect/peppol-document-response-document-reference-schema.d.ts.map +0 -1
  570. package/dist/effect/peppol-document-response-document-reference-schema.js +0 -39
  571. package/dist/effect/peppol-document-response-document-reference-schema.js.map +0 -1
  572. package/dist/effect/peppol-document-response-document-schema.d.ts +0 -34
  573. package/dist/effect/peppol-document-response-document-schema.d.ts.map +0 -1
  574. package/dist/effect/peppol-document-response-document-schema.js +0 -36
  575. package/dist/effect/peppol-document-response-document-schema.js.map +0 -1
  576. package/dist/effect/peppol-document-response-line-response-content-schema.d.ts +0 -43
  577. package/dist/effect/peppol-document-response-line-response-content-schema.d.ts.map +0 -1
  578. package/dist/effect/peppol-document-response-line-response-content-schema.js +0 -48
  579. package/dist/effect/peppol-document-response-line-response-content-schema.js.map +0 -1
  580. package/dist/effect/peppol-document-response-line-response-schema.d.ts +0 -38
  581. package/dist/effect/peppol-document-response-line-response-schema.d.ts.map +0 -1
  582. package/dist/effect/peppol-document-response-line-response-schema.js +0 -33
  583. package/dist/effect/peppol-document-response-line-response-schema.js.map +0 -1
  584. package/dist/effect/peppol-document-schema.d.ts +0 -1090
  585. package/dist/effect/peppol-document-schema.d.ts.map +0 -1
  586. package/dist/effect/peppol-document-schema.js +0 -64
  587. package/dist/effect/peppol-document-schema.js.map +0 -1
  588. package/dist/effect/peppol-invoice-response-document-actual-response-schema.d.ts +0 -89
  589. package/dist/effect/peppol-invoice-response-document-actual-response-schema.d.ts.map +0 -1
  590. package/dist/effect/peppol-invoice-response-document-actual-response-schema.js +0 -70
  591. package/dist/effect/peppol-invoice-response-document-actual-response-schema.js.map +0 -1
  592. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.d.ts +0 -86
  593. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.d.ts.map +0 -1
  594. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.js +0 -58
  595. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.js.map +0 -1
  596. package/dist/effect/peppol-invoice-response-schema.d.ts +0 -431
  597. package/dist/effect/peppol-invoice-response-schema.d.ts.map +0 -1
  598. package/dist/effect/peppol-invoice-response-schema.js +0 -148
  599. package/dist/effect/peppol-invoice-response-schema.js.map +0 -1
  600. package/dist/effect/peppol-invoice-response-status-reason-code-schema.d.ts +0 -26
  601. package/dist/effect/peppol-invoice-response-status-reason-code-schema.d.ts.map +0 -1
  602. package/dist/effect/peppol-invoice-response-status-reason-code-schema.js +0 -29
  603. package/dist/effect/peppol-invoice-response-status-reason-code-schema.js.map +0 -1
  604. package/dist/effect/peppol-invoice-schema.d.ts +0 -472
  605. package/dist/effect/peppol-invoice-schema.d.ts.map +0 -1
  606. package/dist/effect/peppol-invoice-schema.js +0 -47
  607. package/dist/effect/peppol-invoice-schema.js.map +0 -1
  608. package/dist/effect/peppol-iso-date-string-schema.d.ts +0 -14
  609. package/dist/effect/peppol-iso-date-string-schema.d.ts.map +0 -1
  610. package/dist/effect/peppol-iso-date-string-schema.js +0 -15
  611. package/dist/effect/peppol-iso-date-string-schema.js.map +0 -1
  612. package/dist/effect/peppol-message-level-response-document-response-schema.d.ts +0 -48
  613. package/dist/effect/peppol-message-level-response-document-response-schema.d.ts.map +0 -1
  614. package/dist/effect/peppol-message-level-response-document-response-schema.js +0 -34
  615. package/dist/effect/peppol-message-level-response-document-response-schema.js.map +0 -1
  616. package/dist/effect/peppol-message-level-response-party-schema.d.ts +0 -21
  617. package/dist/effect/peppol-message-level-response-party-schema.d.ts.map +0 -1
  618. package/dist/effect/peppol-message-level-response-party-schema.js +0 -19
  619. package/dist/effect/peppol-message-level-response-party-schema.js.map +0 -1
  620. package/dist/effect/peppol-message-level-response-schema.d.ts +0 -124
  621. package/dist/effect/peppol-message-level-response-schema.d.ts.map +0 -1
  622. package/dist/effect/peppol-message-level-response-schema.js +0 -98
  623. package/dist/effect/peppol-message-level-response-schema.js.map +0 -1
  624. package/dist/effect/utils/get-credit-note-type-code-description.d.ts +0 -2
  625. package/dist/effect/utils/get-invoice-type-code-description.d.ts +0 -2
  626. package/dist/effect/utils/index.d.ts +0 -17
  627. package/dist/effect/utils/index.js +0 -11
  628. package/dist/effect/utils/is-valid-credit-note-type-code.d.ts +0 -2
  629. package/dist/effect/utils/is-valid-invoice-type-code.d.ts +0 -2
  630. package/dist/effect/utils/is-valid-process.d.ts +0 -2
  631. package/dist/effect/utils/peppol-base-64-schema.d.ts +0 -10
  632. package/dist/effect/utils/peppol-base-64-schema.d.ts.map +0 -1
  633. package/dist/effect/utils/peppol-base-64-schema.js +0 -12
  634. package/dist/effect/utils/peppol-base-64-schema.js.map +0 -1
  635. package/dist/effect/utils/peppol-vat-regex-schema.d.ts +0 -10
  636. package/dist/effect/utils/peppol-vat-regex-schema.d.ts.map +0 -1
  637. package/dist/effect/utils/peppol-vat-regex-schema.js +0 -46
  638. package/dist/effect/utils/peppol-vat-regex-schema.js.map +0 -1
  639. package/dist/effect/utils/peppol-xsd-time-schema.d.ts +0 -10
  640. package/dist/effect/utils/peppol-xsd-time-schema.d.ts.map +0 -1
  641. package/dist/effect/utils/peppol-xsd-time-schema.js +0 -11
  642. package/dist/effect/utils/peppol-xsd-time-schema.js.map +0 -1
  643. package/dist/effect/utils/quantity-unit-code-to-intl-unit.d.ts +0 -2
  644. package/dist/effect/values/additional-document-reference-code-schema.d.ts +0 -23
  645. package/dist/effect/values/additional-document-reference-code-schema.d.ts.map +0 -1
  646. package/dist/effect/values/additional-document-reference-code-schema.js +0 -21
  647. package/dist/effect/values/additional-document-reference-code-schema.js.map +0 -1
  648. package/dist/effect/values/allowance-charge-reason-code-schema.d.ts +0 -24
  649. package/dist/effect/values/allowance-charge-reason-code-schema.d.ts.map +0 -1
  650. package/dist/effect/values/allowance-charge-reason-code-schema.js +0 -23
  651. package/dist/effect/values/allowance-charge-reason-code-schema.js.map +0 -1
  652. package/dist/effect/values/application-response-type-code-schema.d.ts +0 -21
  653. package/dist/effect/values/application-response-type-code-schema.d.ts.map +0 -1
  654. package/dist/effect/values/application-response-type-code-schema.js +0 -20
  655. package/dist/effect/values/application-response-type-code-schema.js.map +0 -1
  656. package/dist/effect/values/charge-reason-code-schema.d.ts +0 -24
  657. package/dist/effect/values/charge-reason-code-schema.d.ts.map +0 -1
  658. package/dist/effect/values/charge-reason-code-schema.js +0 -23
  659. package/dist/effect/values/charge-reason-code-schema.js.map +0 -1
  660. package/dist/effect/values/credit-note-type-code-schema.d.ts +0 -21
  661. package/dist/effect/values/credit-note-type-code-schema.d.ts.map +0 -1
  662. package/dist/effect/values/credit-note-type-code-schema.js +0 -20
  663. package/dist/effect/values/credit-note-type-code-schema.js.map +0 -1
  664. package/dist/effect/values/currency-code-schema.d.ts +0 -24
  665. package/dist/effect/values/currency-code-schema.d.ts.map +0 -1
  666. package/dist/effect/values/currency-code-schema.js +0 -29
  667. package/dist/effect/values/currency-code-schema.js.map +0 -1
  668. package/dist/effect/values/document-type-schemes-schema.d.ts +0 -14
  669. package/dist/effect/values/document-type-schemes-schema.d.ts.map +0 -1
  670. package/dist/effect/values/document-type-schemes-schema.js +0 -19
  671. package/dist/effect/values/document-type-schemes-schema.js.map +0 -1
  672. package/dist/effect/values/document-type-values-schema.d.ts +0 -14
  673. package/dist/effect/values/document-type-values-schema.d.ts.map +0 -1
  674. package/dist/effect/values/document-type-values-schema.js +0 -20
  675. package/dist/effect/values/document-type-values-schema.js.map +0 -1
  676. package/dist/effect/values/duty-tax-fee-category-schema.d.ts +0 -24
  677. package/dist/effect/values/duty-tax-fee-category-schema.d.ts.map +0 -1
  678. package/dist/effect/values/duty-tax-fee-category-schema.js +0 -23
  679. package/dist/effect/values/duty-tax-fee-category-schema.js.map +0 -1
  680. package/dist/effect/values/electronic-codes-schema.d.ts +0 -24
  681. package/dist/effect/values/electronic-codes-schema.d.ts.map +0 -1
  682. package/dist/effect/values/electronic-codes-schema.js +0 -30
  683. package/dist/effect/values/electronic-codes-schema.js.map +0 -1
  684. package/dist/effect/values/icd-codes-schema.d.ts +0 -24
  685. package/dist/effect/values/icd-codes-schema.d.ts.map +0 -1
  686. package/dist/effect/values/icd-codes-schema.js +0 -22
  687. package/dist/effect/values/icd-codes-schema.js.map +0 -1
  688. package/dist/effect/values/index.d.ts +0 -29
  689. package/dist/effect/values/index.js +0 -29
  690. package/dist/effect/values/invoice-status-code-schema.d.ts +0 -21
  691. package/dist/effect/values/invoice-status-code-schema.d.ts.map +0 -1
  692. package/dist/effect/values/invoice-status-code-schema.js +0 -17
  693. package/dist/effect/values/invoice-status-code-schema.js.map +0 -1
  694. package/dist/effect/values/invoice-type-code-schema.d.ts +0 -21
  695. package/dist/effect/values/invoice-type-code-schema.d.ts.map +0 -1
  696. package/dist/effect/values/invoice-type-code-schema.js +0 -20
  697. package/dist/effect/values/invoice-type-code-schema.js.map +0 -1
  698. package/dist/effect/values/item-classification-codes-schema.d.ts +0 -24
  699. package/dist/effect/values/item-classification-codes-schema.d.ts.map +0 -1
  700. package/dist/effect/values/item-classification-codes-schema.js +0 -23
  701. package/dist/effect/values/item-classification-codes-schema.js.map +0 -1
  702. package/dist/effect/values/mime-codes-schema.d.ts +0 -24
  703. package/dist/effect/values/mime-codes-schema.d.ts.map +0 -1
  704. package/dist/effect/values/mime-codes-schema.js +0 -23
  705. package/dist/effect/values/mime-codes-schema.js.map +0 -1
  706. package/dist/effect/values/op-status-action-schema.d.ts +0 -21
  707. package/dist/effect/values/op-status-action-schema.d.ts.map +0 -1
  708. package/dist/effect/values/op-status-action-schema.js +0 -20
  709. package/dist/effect/values/op-status-action-schema.js.map +0 -1
  710. package/dist/effect/values/op-status-reason-schema.d.ts +0 -21
  711. package/dist/effect/values/op-status-reason-schema.d.ts.map +0 -1
  712. package/dist/effect/values/op-status-reason-schema.js +0 -20
  713. package/dist/effect/values/op-status-reason-schema.js.map +0 -1
  714. package/dist/effect/values/participant-identifier-code-schema.d.ts +0 -19
  715. package/dist/effect/values/participant-identifier-code-schema.d.ts.map +0 -1
  716. package/dist/effect/values/participant-identifier-code-schema.js +0 -18
  717. package/dist/effect/values/participant-identifier-code-schema.js.map +0 -1
  718. package/dist/effect/values/payment-means-code-schema.d.ts +0 -24
  719. package/dist/effect/values/payment-means-code-schema.d.ts.map +0 -1
  720. package/dist/effect/values/payment-means-code-schema.js +0 -30
  721. package/dist/effect/values/payment-means-code-schema.js.map +0 -1
  722. package/dist/effect/values/peppol-country-code-schema.d.ts +0 -21
  723. package/dist/effect/values/peppol-country-code-schema.d.ts.map +0 -1
  724. package/dist/effect/values/peppol-country-code-schema.js +0 -25
  725. package/dist/effect/values/peppol-country-code-schema.js.map +0 -1
  726. package/dist/effect/values/peppol-document-type-code-schema.d.ts +0 -21
  727. package/dist/effect/values/peppol-document-type-code-schema.d.ts.map +0 -1
  728. package/dist/effect/values/peppol-document-type-code-schema.js +0 -20
  729. package/dist/effect/values/peppol-document-type-code-schema.js.map +0 -1
  730. package/dist/effect/values/peppol-document-type-schema.d.ts +0 -21
  731. package/dist/effect/values/peppol-document-type-schema.d.ts.map +0 -1
  732. package/dist/effect/values/peppol-document-type-schema.js +0 -27
  733. package/dist/effect/values/peppol-document-type-schema.js.map +0 -1
  734. package/dist/effect/values/peppol-process-schema.d.ts +0 -20
  735. package/dist/effect/values/peppol-process-schema.d.ts.map +0 -1
  736. package/dist/effect/values/peppol-process-schema.js +0 -26
  737. package/dist/effect/values/peppol-process-schema.js.map +0 -1
  738. package/dist/effect/values/process-from-document-type-schema.d.ts +0 -17
  739. package/dist/effect/values/process-from-document-type-schema.d.ts.map +0 -1
  740. package/dist/effect/values/process-from-document-type-schema.js +0 -25
  741. package/dist/effect/values/process-from-document-type-schema.js.map +0 -1
  742. package/dist/effect/values/process-xml-identifier-schema.d.ts +0 -20
  743. package/dist/effect/values/process-xml-identifier-schema.d.ts.map +0 -1
  744. package/dist/effect/values/process-xml-identifier-schema.js +0 -26
  745. package/dist/effect/values/process-xml-identifier-schema.js.map +0 -1
  746. package/dist/effect/values/quantity-unit-codes-schema.d.ts +0 -24
  747. package/dist/effect/values/quantity-unit-codes-schema.d.ts.map +0 -1
  748. package/dist/effect/values/quantity-unit-codes-schema.js +0 -23
  749. package/dist/effect/values/quantity-unit-codes-schema.js.map +0 -1
  750. package/dist/effect/values/vat-date-code-schema.d.ts +0 -11
  751. package/dist/effect/values/vat-date-code-schema.d.ts.map +0 -1
  752. package/dist/effect/values/vat-date-code-schema.js +0 -15
  753. package/dist/effect/values/vat-date-code-schema.js.map +0 -1
  754. package/dist/effect/values/vatex-code-schema.d.ts +0 -24
  755. package/dist/effect/values/vatex-code-schema.d.ts.map +0 -1
  756. package/dist/effect/values/vatex-code-schema.js +0 -23
  757. package/dist/effect/values/vatex-code-schema.js.map +0 -1
  758. package/dist/helpers/bool.js +0 -14
  759. package/dist/helpers/bool.js.map +0 -1
  760. package/dist/helpers/get-array.js +0 -17
  761. package/dist/helpers/get-array.js.map +0 -1
  762. package/dist/helpers/get-prop.js +0 -24
  763. package/dist/helpers/get-prop.js.map +0 -1
  764. package/dist/helpers/is-defined.js +0 -8
  765. package/dist/helpers/is-defined.js.map +0 -1
  766. package/dist/helpers/num-or-und.js +0 -10
  767. package/dist/helpers/num-or-und.js.map +0 -1
  768. package/dist/helpers/str-or-und.js +0 -14
  769. package/dist/helpers/str-or-und.js.map +0 -1
  770. package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts +0 -4
  771. package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts.map +0 -1
  772. package/dist/invoice-response-codes/invoice-response-code-needs-schema.js +0 -10
  773. package/dist/invoice-response-codes/invoice-response-code-needs-schema.js.map +0 -1
  774. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts +0 -4
  775. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts.map +0 -1
  776. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.js +0 -11
  777. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.js.map +0 -1
  778. package/dist/invoice-response-codes/invoice-response-codes-order.d.ts +0 -5
  779. package/dist/invoice-response-codes/invoice-response-codes-order.d.ts.map +0 -1
  780. package/dist/invoice-response-codes/invoice-response-codes-order.js +0 -31
  781. package/dist/invoice-response-codes/invoice-response-codes-order.js.map +0 -1
  782. package/dist/node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js +0 -26
  783. package/dist/node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js.map +0 -1
  784. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/all-union-fields.d.ts +0 -82
  785. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/all-union-fields.d.ts.map +0 -1
  786. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/object.d.ts +0 -36
  787. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/object.d.ts.map +0 -1
  788. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts +0 -12
  789. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts.map +0 -1
  790. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-equal.d.ts +0 -32
  791. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-equal.d.ts.map +0 -1
  792. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-never.d.ts +0 -57
  793. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-never.d.ts.map +0 -1
  794. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/keys-of-union.d.ts +0 -44
  795. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/keys-of-union.d.ts.map +0 -1
  796. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/primitive.d.ts +0 -9
  797. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/primitive.d.ts.map +0 -1
  798. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/shared-union-fields.d.ts +0 -71
  799. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/shared-union-fields.d.ts.map +0 -1
  800. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/simplify.d.ts +0 -62
  801. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/simplify.d.ts.map +0 -1
  802. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/union-to-intersection.d.ts +0 -35
  803. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/union-to-intersection.d.ts.map +0 -1
  804. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/unknown-array.d.ts +0 -28
  805. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/unknown-array.d.ts.map +0 -1
  806. package/dist/peppol-validations/add-piva.d.ts +0 -7
  807. package/dist/peppol-validations/add-piva.d.ts.map +0 -1
  808. package/dist/peppol-validations/add-piva.js +0 -15
  809. package/dist/peppol-validations/add-piva.js.map +0 -1
  810. package/dist/peppol-validations/check-cf.d.ts +0 -7
  811. package/dist/peppol-validations/check-cf.d.ts.map +0 -1
  812. package/dist/peppol-validations/check-cf.js +0 -16
  813. package/dist/peppol-validations/check-cf.js.map +0 -1
  814. package/dist/peppol-validations/check-cf16.d.ts +0 -7
  815. package/dist/peppol-validations/check-cf16.d.ts.map +0 -1
  816. package/dist/peppol-validations/check-cf16.js +0 -15
  817. package/dist/peppol-validations/check-cf16.js.map +0 -1
  818. package/dist/peppol-validations/check-piva-se-it.d.ts +0 -7
  819. package/dist/peppol-validations/check-piva-se-it.d.ts.map +0 -1
  820. package/dist/peppol-validations/check-piva-se-it.js +0 -15
  821. package/dist/peppol-validations/check-piva-se-it.js.map +0 -1
  822. package/dist/peppol-validations/check-piva.d.ts +0 -7
  823. package/dist/peppol-validations/check-piva.d.ts.map +0 -1
  824. package/dist/peppol-validations/check-piva.js +0 -13
  825. package/dist/peppol-validations/check-piva.js.map +0 -1
  826. package/dist/peppol-validations/check-se-orgnr.d.ts +0 -7
  827. package/dist/peppol-validations/check-se-orgnr.d.ts.map +0 -1
  828. package/dist/peppol-validations/check-se-orgnr.js +0 -24
  829. package/dist/peppol-validations/check-se-orgnr.js.map +0 -1
  830. package/dist/peppol-validations/greek-tin-verification.d.ts +0 -7
  831. package/dist/peppol-validations/greek-tin-verification.d.ts.map +0 -1
  832. package/dist/peppol-validations/greek-tin-verification.js +0 -13
  833. package/dist/peppol-validations/greek-tin-verification.js.map +0 -1
  834. package/dist/peppol-validations/is-valid-abn.d.ts +0 -7
  835. package/dist/peppol-validations/is-valid-abn.d.ts.map +0 -1
  836. package/dist/peppol-validations/is-valid-abn.js +0 -29
  837. package/dist/peppol-validations/is-valid-abn.js.map +0 -1
  838. package/dist/peppol-validations/is-valid-gln.d.ts +0 -13
  839. package/dist/peppol-validations/is-valid-gln.d.ts.map +0 -1
  840. package/dist/peppol-validations/is-valid-gln.js +0 -19
  841. package/dist/peppol-validations/is-valid-gln.js.map +0 -1
  842. package/dist/peppol-validations/is-valid-iban.d.ts +0 -7
  843. package/dist/peppol-validations/is-valid-iban.d.ts.map +0 -1
  844. package/dist/peppol-validations/is-valid-iban.js +0 -20
  845. package/dist/peppol-validations/is-valid-iban.js.map +0 -1
  846. package/dist/peppol-validations/is-valid-mod11.d.ts +0 -7
  847. package/dist/peppol-validations/is-valid-mod11.d.ts.map +0 -1
  848. package/dist/peppol-validations/is-valid-mod11.js +0 -21
  849. package/dist/peppol-validations/is-valid-mod11.js.map +0 -1
  850. package/dist/peppol-validations/is-valid-mod97-0208.d.ts +0 -13
  851. package/dist/peppol-validations/is-valid-mod97-0208.d.ts.map +0 -1
  852. package/dist/peppol-validations/is-valid-mod97-0208.js +0 -20
  853. package/dist/peppol-validations/is-valid-mod97-0208.js.map +0 -1
  854. package/dist/peppol-validations/luhn-check.d.ts +0 -7
  855. package/dist/peppol-validations/luhn-check.d.ts.map +0 -1
  856. package/dist/peppol-validations/luhn-check.js +0 -25
  857. package/dist/peppol-validations/luhn-check.js.map +0 -1
  858. package/dist/peppol-validations/normalize-space.js +0 -11
  859. package/dist/peppol-validations/normalize-space.js.map +0 -1
  860. package/dist/schemas/billing-base.js +0 -321
  861. package/dist/schemas/billing-base.js.map +0 -1
  862. package/dist/schemas/credit-note.d.ts +0 -466
  863. package/dist/schemas/credit-note.d.ts.map +0 -1
  864. package/dist/schemas/credit-note.js +0 -29
  865. package/dist/schemas/credit-note.js.map +0 -1
  866. package/dist/schemas/document-response-document-reference-schema.d.ts +0 -10
  867. package/dist/schemas/document-response-document-reference-schema.d.ts.map +0 -1
  868. package/dist/schemas/document-response-document-reference-schema.js +0 -39
  869. package/dist/schemas/document-response-document-reference-schema.js.map +0 -1
  870. package/dist/schemas/document-response-document-schema.d.ts +0 -18
  871. package/dist/schemas/document-response-document-schema.d.ts.map +0 -1
  872. package/dist/schemas/document-response-document-schema.js +0 -36
  873. package/dist/schemas/document-response-document-schema.js.map +0 -1
  874. package/dist/schemas/document-response-line-response-content.d.ts +0 -16
  875. package/dist/schemas/document-response-line-response-content.d.ts.map +0 -1
  876. package/dist/schemas/document-response-line-response-content.js +0 -48
  877. package/dist/schemas/document-response-line-response-content.js.map +0 -1
  878. package/dist/schemas/document-response-line-response-schema.d.ts +0 -21
  879. package/dist/schemas/document-response-line-response-schema.d.ts.map +0 -1
  880. package/dist/schemas/document-response-line-response-schema.js +0 -33
  881. package/dist/schemas/document-response-line-response-schema.js.map +0 -1
  882. package/dist/schemas/fields/additional-document-reference-schema.d.ts +0 -33
  883. package/dist/schemas/fields/additional-document-reference-schema.d.ts.map +0 -1
  884. package/dist/schemas/fields/additional-document-reference-schema.js +0 -108
  885. package/dist/schemas/fields/additional-document-reference-schema.js.map +0 -1
  886. package/dist/schemas/fields/address-schema.d.ts +0 -23
  887. package/dist/schemas/fields/address-schema.d.ts.map +0 -1
  888. package/dist/schemas/fields/address-schema.js +0 -102
  889. package/dist/schemas/fields/address-schema.js.map +0 -1
  890. package/dist/schemas/fields/allowance-charge-schema.d.ts +0 -51
  891. package/dist/schemas/fields/allowance-charge-schema.d.ts.map +0 -1
  892. package/dist/schemas/fields/allowance-charge-schema.js +0 -75
  893. package/dist/schemas/fields/allowance-charge-schema.js.map +0 -1
  894. package/dist/schemas/fields/amount-schema.d.ts +0 -14
  895. package/dist/schemas/fields/amount-schema.d.ts.map +0 -1
  896. package/dist/schemas/fields/amount-schema.js +0 -22
  897. package/dist/schemas/fields/amount-schema.js.map +0 -1
  898. package/dist/schemas/fields/base-line-schema.d.ts +0 -114
  899. package/dist/schemas/fields/base-line-schema.d.ts.map +0 -1
  900. package/dist/schemas/fields/base-line-schema.js +0 -132
  901. package/dist/schemas/fields/base-line-schema.js.map +0 -1
  902. package/dist/schemas/fields/billing-references-schema.d.ts +0 -16
  903. package/dist/schemas/fields/billing-references-schema.d.ts.map +0 -1
  904. package/dist/schemas/fields/billing-references-schema.js +0 -46
  905. package/dist/schemas/fields/billing-references-schema.js.map +0 -1
  906. package/dist/schemas/fields/binary-object-schema.d.ts +0 -14
  907. package/dist/schemas/fields/binary-object-schema.d.ts.map +0 -1
  908. package/dist/schemas/fields/binary-object-schema.js +0 -52
  909. package/dist/schemas/fields/binary-object-schema.js.map +0 -1
  910. package/dist/schemas/fields/contact-schema.d.ts +0 -10
  911. package/dist/schemas/fields/contact-schema.d.ts.map +0 -1
  912. package/dist/schemas/fields/contact-schema.js +0 -20
  913. package/dist/schemas/fields/contact-schema.js.map +0 -1
  914. package/dist/schemas/fields/credit-note-line-schema.d.ts +0 -118
  915. package/dist/schemas/fields/credit-note-line-schema.d.ts.map +0 -1
  916. package/dist/schemas/fields/credit-note-line-schema.js +0 -36
  917. package/dist/schemas/fields/credit-note-line-schema.js.map +0 -1
  918. package/dist/schemas/fields/date-only-fn.d.ts +0 -8
  919. package/dist/schemas/fields/date-only-fn.d.ts.map +0 -1
  920. package/dist/schemas/fields/date-only-fn.js +0 -10
  921. package/dist/schemas/fields/date-only-fn.js.map +0 -1
  922. package/dist/schemas/fields/date-only-parser.d.ts +0 -5
  923. package/dist/schemas/fields/date-only-parser.d.ts.map +0 -1
  924. package/dist/schemas/fields/date-only-parser.js +0 -20
  925. package/dist/schemas/fields/date-only-parser.js.map +0 -1
  926. package/dist/schemas/fields/default-customization-id.d.ts +0 -4
  927. package/dist/schemas/fields/default-customization-id.d.ts.map +0 -1
  928. package/dist/schemas/fields/default-customization-id.js +0 -6
  929. package/dist/schemas/fields/default-customization-id.js.map +0 -1
  930. package/dist/schemas/fields/default-profile-id.d.ts +0 -4
  931. package/dist/schemas/fields/default-profile-id.d.ts.map +0 -1
  932. package/dist/schemas/fields/default-profile-id.js +0 -6
  933. package/dist/schemas/fields/default-profile-id.js.map +0 -1
  934. package/dist/schemas/fields/delivery-schema.d.ts +0 -32
  935. package/dist/schemas/fields/delivery-schema.d.ts.map +0 -1
  936. package/dist/schemas/fields/delivery-schema.js +0 -88
  937. package/dist/schemas/fields/delivery-schema.js.map +0 -1
  938. package/dist/schemas/fields/identifier-schema.d.ts +0 -14
  939. package/dist/schemas/fields/identifier-schema.d.ts.map +0 -1
  940. package/dist/schemas/fields/identifier-schema.js +0 -23
  941. package/dist/schemas/fields/identifier-schema.js.map +0 -1
  942. package/dist/schemas/fields/invoice-line-period-schema.d.ts +0 -9
  943. package/dist/schemas/fields/invoice-line-period-schema.d.ts.map +0 -1
  944. package/dist/schemas/fields/invoice-line-period-schema.js +0 -34
  945. package/dist/schemas/fields/invoice-line-period-schema.js.map +0 -1
  946. package/dist/schemas/fields/invoice-line-schema.d.ts +0 -120
  947. package/dist/schemas/fields/invoice-line-schema.d.ts.map +0 -1
  948. package/dist/schemas/fields/invoice-line-schema.js +0 -40
  949. package/dist/schemas/fields/invoice-line-schema.js.map +0 -1
  950. package/dist/schemas/fields/invoice-period-schema.d.ts +0 -18
  951. package/dist/schemas/fields/invoice-period-schema.d.ts.map +0 -1
  952. package/dist/schemas/fields/invoice-period-schema.js +0 -28
  953. package/dist/schemas/fields/invoice-period-schema.js.map +0 -1
  954. package/dist/schemas/fields/legal-monetary-total-schema.d.ts +0 -46
  955. package/dist/schemas/fields/legal-monetary-total-schema.d.ts.map +0 -1
  956. package/dist/schemas/fields/legal-monetary-total-schema.js +0 -127
  957. package/dist/schemas/fields/legal-monetary-total-schema.js.map +0 -1
  958. package/dist/schemas/fields/line-allowance-charge-schema.d.ts +0 -46
  959. package/dist/schemas/fields/line-allowance-charge-schema.d.ts.map +0 -1
  960. package/dist/schemas/fields/line-allowance-charge-schema.js +0 -48
  961. package/dist/schemas/fields/line-allowance-charge-schema.js.map +0 -1
  962. package/dist/schemas/fields/line-item-schema.d.ts +0 -47
  963. package/dist/schemas/fields/line-item-schema.d.ts.map +0 -1
  964. package/dist/schemas/fields/line-item-schema.js +0 -163
  965. package/dist/schemas/fields/line-item-schema.js.map +0 -1
  966. package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts +0 -28
  967. package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts.map +0 -1
  968. package/dist/schemas/fields/line-price-allowance-charge-schema.js +0 -30
  969. package/dist/schemas/fields/line-price-allowance-charge-schema.js.map +0 -1
  970. package/dist/schemas/fields/list-identifier-schema.d.ts +0 -19
  971. package/dist/schemas/fields/list-identifier-schema.d.ts.map +0 -1
  972. package/dist/schemas/fields/list-identifier-schema.js +0 -46
  973. package/dist/schemas/fields/list-identifier-schema.js.map +0 -1
  974. package/dist/schemas/fields/order-reference-schema.d.ts +0 -14
  975. package/dist/schemas/fields/order-reference-schema.d.ts.map +0 -1
  976. package/dist/schemas/fields/order-reference-schema.js +0 -38
  977. package/dist/schemas/fields/order-reference-schema.js.map +0 -1
  978. package/dist/schemas/fields/party-base-schema.d.ts +0 -57
  979. package/dist/schemas/fields/party-base-schema.d.ts.map +0 -1
  980. package/dist/schemas/fields/party-base-schema.js +0 -127
  981. package/dist/schemas/fields/party-base-schema.js.map +0 -1
  982. package/dist/schemas/fields/party-legal-entity-schema.d.ts +0 -13
  983. package/dist/schemas/fields/party-legal-entity-schema.d.ts.map +0 -1
  984. package/dist/schemas/fields/party-legal-entity-schema.js +0 -30
  985. package/dist/schemas/fields/party-legal-entity-schema.js.map +0 -1
  986. package/dist/schemas/fields/party-tax-schema.d.ts +0 -14
  987. package/dist/schemas/fields/party-tax-schema.d.ts.map +0 -1
  988. package/dist/schemas/fields/party-tax-schema.js +0 -34
  989. package/dist/schemas/fields/party-tax-schema.js.map +0 -1
  990. package/dist/schemas/fields/payee-party.d.ts +0 -30
  991. package/dist/schemas/fields/payee-party.d.ts.map +0 -1
  992. package/dist/schemas/fields/payee-party.js +0 -99
  993. package/dist/schemas/fields/payee-party.js.map +0 -1
  994. package/dist/schemas/fields/payment-means-schema.d.ts +0 -38
  995. package/dist/schemas/fields/payment-means-schema.d.ts.map +0 -1
  996. package/dist/schemas/fields/payment-means-schema.js +0 -198
  997. package/dist/schemas/fields/payment-means-schema.js.map +0 -1
  998. package/dist/schemas/fields/payment-terms-schema.d.ts +0 -13
  999. package/dist/schemas/fields/payment-terms-schema.d.ts.map +0 -1
  1000. package/dist/schemas/fields/payment-terms-schema.js +0 -24
  1001. package/dist/schemas/fields/payment-terms-schema.js.map +0 -1
  1002. package/dist/schemas/fields/price-schema.d.ts +0 -31
  1003. package/dist/schemas/fields/price-schema.d.ts.map +0 -1
  1004. package/dist/schemas/fields/price-schema.js +0 -32
  1005. package/dist/schemas/fields/price-schema.js.map +0 -1
  1006. package/dist/schemas/fields/quantity-schema.d.ts +0 -14
  1007. package/dist/schemas/fields/quantity-schema.d.ts.map +0 -1
  1008. package/dist/schemas/fields/quantity-schema.js +0 -22
  1009. package/dist/schemas/fields/quantity-schema.js.map +0 -1
  1010. package/dist/schemas/fields/reference-schema.d.ts +0 -8
  1011. package/dist/schemas/fields/reference-schema.d.ts.map +0 -1
  1012. package/dist/schemas/fields/reference-schema.js +0 -7
  1013. package/dist/schemas/fields/reference-schema.js.map +0 -1
  1014. package/dist/schemas/fields/tax-category-schema.d.ts +0 -19
  1015. package/dist/schemas/fields/tax-category-schema.d.ts.map +0 -1
  1016. package/dist/schemas/fields/tax-category-schema.js +0 -41
  1017. package/dist/schemas/fields/tax-category-schema.js.map +0 -1
  1018. package/dist/schemas/fields/tax-representative-party-schema.d.ts +0 -32
  1019. package/dist/schemas/fields/tax-representative-party-schema.d.ts.map +0 -1
  1020. package/dist/schemas/fields/tax-representative-party-schema.js +0 -24
  1021. package/dist/schemas/fields/tax-representative-party-schema.js.map +0 -1
  1022. package/dist/schemas/fields/tax-subtotal-category-schema.d.ts +0 -21
  1023. package/dist/schemas/fields/tax-subtotal-category-schema.d.ts.map +0 -1
  1024. package/dist/schemas/fields/tax-subtotal-category-schema.js +0 -28
  1025. package/dist/schemas/fields/tax-subtotal-category-schema.js.map +0 -1
  1026. package/dist/schemas/fields/tax-subtotal-schema.d.ts +0 -29
  1027. package/dist/schemas/fields/tax-subtotal-schema.d.ts.map +0 -1
  1028. package/dist/schemas/fields/tax-subtotal-schema.js +0 -33
  1029. package/dist/schemas/fields/tax-subtotal-schema.js.map +0 -1
  1030. package/dist/schemas/fields/tax-totals.d.ts +0 -35
  1031. package/dist/schemas/fields/tax-totals.d.ts.map +0 -1
  1032. package/dist/schemas/fields/tax-totals.js +0 -26
  1033. package/dist/schemas/fields/tax-totals.js.map +0 -1
  1034. package/dist/schemas/fields/time-only.d.ts +0 -8
  1035. package/dist/schemas/fields/time-only.d.ts.map +0 -1
  1036. package/dist/schemas/fields/time-only.js +0 -23
  1037. package/dist/schemas/fields/time-only.js.map +0 -1
  1038. package/dist/schemas/invoice-response-document-actual-response-status.d.ts +0 -24
  1039. package/dist/schemas/invoice-response-document-actual-response-status.d.ts.map +0 -1
  1040. package/dist/schemas/invoice-response-document-actual-response-status.js +0 -58
  1041. package/dist/schemas/invoice-response-document-actual-response-status.js.map +0 -1
  1042. package/dist/schemas/invoice-response-document-actual-response.d.ts +0 -49
  1043. package/dist/schemas/invoice-response-document-actual-response.d.ts.map +0 -1
  1044. package/dist/schemas/invoice-response-document-actual-response.js +0 -70
  1045. package/dist/schemas/invoice-response-document-actual-response.js.map +0 -1
  1046. package/dist/schemas/invoice-response-schema.d.ts +0 -237
  1047. package/dist/schemas/invoice-response-schema.d.ts.map +0 -1
  1048. package/dist/schemas/invoice-response-schema.js +0 -145
  1049. package/dist/schemas/invoice-response-schema.js.map +0 -1
  1050. package/dist/schemas/invoice-response-status-reason-code.d.ts +0 -12
  1051. package/dist/schemas/invoice-response-status-reason-code.d.ts.map +0 -1
  1052. package/dist/schemas/invoice-response-status-reason-code.js +0 -29
  1053. package/dist/schemas/invoice-response-status-reason-code.js.map +0 -1
  1054. package/dist/schemas/invoice.d.ts +0 -470
  1055. package/dist/schemas/invoice.d.ts.map +0 -1
  1056. package/dist/schemas/invoice.js +0 -44
  1057. package/dist/schemas/invoice.js.map +0 -1
  1058. package/dist/schemas/message-level-response-document-response-schema.d.ts +0 -32
  1059. package/dist/schemas/message-level-response-document-response-schema.d.ts.map +0 -1
  1060. package/dist/schemas/message-level-response-document-response-schema.js +0 -34
  1061. package/dist/schemas/message-level-response-document-response-schema.js.map +0 -1
  1062. package/dist/schemas/message-level-response-party-schema.d.ts +0 -11
  1063. package/dist/schemas/message-level-response-party-schema.d.ts.map +0 -1
  1064. package/dist/schemas/message-level-response-party-schema.js +0 -19
  1065. package/dist/schemas/message-level-response-party-schema.js.map +0 -1
  1066. package/dist/schemas/message-level-response-schema.d.ts +0 -51
  1067. package/dist/schemas/message-level-response-schema.d.ts.map +0 -1
  1068. package/dist/schemas/message-level-response-schema.js +0 -97
  1069. package/dist/schemas/message-level-response-schema.js.map +0 -1
  1070. package/dist/schemas/utils/base-64.d.ts +0 -5
  1071. package/dist/schemas/utils/base-64.d.ts.map +0 -1
  1072. package/dist/schemas/utils/base-64.js +0 -11
  1073. package/dist/schemas/utils/base-64.js.map +0 -1
  1074. package/dist/schemas/utils/format-quantity-with-unit.d.ts +0 -4
  1075. package/dist/schemas/utils/format-quantity-with-unit.d.ts.map +0 -1
  1076. package/dist/schemas/utils/format-quantity-with-unit.js +0 -18
  1077. package/dist/schemas/utils/format-quantity-with-unit.js.map +0 -1
  1078. package/dist/schemas/utils/get-credit-note-type-code-description.d.ts +0 -5
  1079. package/dist/schemas/utils/get-credit-note-type-code-description.d.ts.map +0 -1
  1080. package/dist/schemas/utils/get-credit-note-type-code-description.js +0 -9
  1081. package/dist/schemas/utils/get-credit-note-type-code-description.js.map +0 -1
  1082. package/dist/schemas/utils/get-invoice-type-code-description.d.ts +0 -5
  1083. package/dist/schemas/utils/get-invoice-type-code-description.d.ts.map +0 -1
  1084. package/dist/schemas/utils/get-invoice-type-code-description.js +0 -9
  1085. package/dist/schemas/utils/get-invoice-type-code-description.js.map +0 -1
  1086. package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts +0 -5
  1087. package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts.map +0 -1
  1088. package/dist/schemas/utils/is-valid-credit-note-type-code.js +0 -9
  1089. package/dist/schemas/utils/is-valid-credit-note-type-code.js.map +0 -1
  1090. package/dist/schemas/utils/is-valid-invoice-type-code.d.ts +0 -5
  1091. package/dist/schemas/utils/is-valid-invoice-type-code.d.ts.map +0 -1
  1092. package/dist/schemas/utils/is-valid-invoice-type-code.js +0 -9
  1093. package/dist/schemas/utils/is-valid-invoice-type-code.js.map +0 -1
  1094. package/dist/schemas/utils/is-valid-process.d.ts +0 -5
  1095. package/dist/schemas/utils/is-valid-process.d.ts.map +0 -1
  1096. package/dist/schemas/utils/is-valid-process.js +0 -9
  1097. package/dist/schemas/utils/is-valid-process.js.map +0 -1
  1098. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts +0 -73
  1099. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts.map +0 -1
  1100. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.js +0 -73
  1101. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.js.map +0 -1
  1102. package/dist/schemas/utils/vat-regex.d.ts +0 -5
  1103. package/dist/schemas/utils/vat-regex.d.ts.map +0 -1
  1104. package/dist/schemas/utils/vat-regex.js +0 -52
  1105. package/dist/schemas/utils/vat-regex.js.map +0 -1
  1106. package/dist/schemas/utils/xsd-time.d.ts +0 -5
  1107. package/dist/schemas/utils/xsd-time.d.ts.map +0 -1
  1108. package/dist/schemas/utils/xsd-time.js +0 -7
  1109. package/dist/schemas/utils/xsd-time.js.map +0 -1
  1110. package/dist/schemas/values/additional-document-reference-code.d.ts +0 -23
  1111. package/dist/schemas/values/additional-document-reference-code.d.ts.map +0 -1
  1112. package/dist/schemas/values/additional-document-reference-code.js +0 -20
  1113. package/dist/schemas/values/additional-document-reference-code.js.map +0 -1
  1114. package/dist/schemas/values/allowance-charge-reason-code.d.ts +0 -24
  1115. package/dist/schemas/values/allowance-charge-reason-code.d.ts.map +0 -1
  1116. package/dist/schemas/values/allowance-charge-reason-code.js +0 -22
  1117. package/dist/schemas/values/allowance-charge-reason-code.js.map +0 -1
  1118. package/dist/schemas/values/application-response-type-codes.d.ts +0 -21
  1119. package/dist/schemas/values/application-response-type-codes.d.ts.map +0 -1
  1120. package/dist/schemas/values/application-response-type-codes.js +0 -19
  1121. package/dist/schemas/values/application-response-type-codes.js.map +0 -1
  1122. package/dist/schemas/values/charge-reason-code.d.ts +0 -24
  1123. package/dist/schemas/values/charge-reason-code.d.ts.map +0 -1
  1124. package/dist/schemas/values/charge-reason-code.js +0 -22
  1125. package/dist/schemas/values/charge-reason-code.js.map +0 -1
  1126. package/dist/schemas/values/country-code.d.ts +0 -22
  1127. package/dist/schemas/values/country-code.d.ts.map +0 -1
  1128. package/dist/schemas/values/country-code.js +0 -26
  1129. package/dist/schemas/values/country-code.js.map +0 -1
  1130. package/dist/schemas/values/credit-note-type-code-schema.d.ts +0 -21
  1131. package/dist/schemas/values/credit-note-type-code-schema.d.ts.map +0 -1
  1132. package/dist/schemas/values/credit-note-type-code-schema.js +0 -19
  1133. package/dist/schemas/values/credit-note-type-code-schema.js.map +0 -1
  1134. package/dist/schemas/values/currency-codes.d.ts +0 -24
  1135. package/dist/schemas/values/currency-codes.d.ts.map +0 -1
  1136. package/dist/schemas/values/currency-codes.js +0 -28
  1137. package/dist/schemas/values/currency-codes.js.map +0 -1
  1138. package/dist/schemas/values/document-type-codes.d.ts +0 -21
  1139. package/dist/schemas/values/document-type-codes.d.ts.map +0 -1
  1140. package/dist/schemas/values/document-type-codes.js +0 -19
  1141. package/dist/schemas/values/document-type-codes.js.map +0 -1
  1142. package/dist/schemas/values/document-type-schema.d.ts +0 -21
  1143. package/dist/schemas/values/document-type-schema.d.ts.map +0 -1
  1144. package/dist/schemas/values/document-type-schema.js +0 -29
  1145. package/dist/schemas/values/document-type-schema.js.map +0 -1
  1146. package/dist/schemas/values/document-type-schemes-schema.d.ts +0 -14
  1147. package/dist/schemas/values/document-type-schemes-schema.d.ts.map +0 -1
  1148. package/dist/schemas/values/document-type-schemes-schema.js +0 -19
  1149. package/dist/schemas/values/document-type-schemes-schema.js.map +0 -1
  1150. package/dist/schemas/values/document-type-values-schema.d.ts +0 -14
  1151. package/dist/schemas/values/document-type-values-schema.d.ts.map +0 -1
  1152. package/dist/schemas/values/document-type-values-schema.js +0 -21
  1153. package/dist/schemas/values/document-type-values-schema.js.map +0 -1
  1154. package/dist/schemas/values/duty-tax-fee-cateogries.d.ts +0 -24
  1155. package/dist/schemas/values/duty-tax-fee-cateogries.d.ts.map +0 -1
  1156. package/dist/schemas/values/duty-tax-fee-cateogries.js +0 -22
  1157. package/dist/schemas/values/duty-tax-fee-cateogries.js.map +0 -1
  1158. package/dist/schemas/values/eas-codes.d.ts +0 -24
  1159. package/dist/schemas/values/eas-codes.d.ts.map +0 -1
  1160. package/dist/schemas/values/eas-codes.js +0 -29
  1161. package/dist/schemas/values/eas-codes.js.map +0 -1
  1162. package/dist/schemas/values/icd-codes.d.ts +0 -24
  1163. package/dist/schemas/values/icd-codes.d.ts.map +0 -1
  1164. package/dist/schemas/values/icd-codes.js +0 -22
  1165. package/dist/schemas/values/icd-codes.js.map +0 -1
  1166. package/dist/schemas/values/invoice-status-codes.d.ts +0 -21
  1167. package/dist/schemas/values/invoice-status-codes.d.ts.map +0 -1
  1168. package/dist/schemas/values/invoice-status-codes.js +0 -19
  1169. package/dist/schemas/values/invoice-status-codes.js.map +0 -1
  1170. package/dist/schemas/values/invoice-type-code-schema.d.ts +0 -21
  1171. package/dist/schemas/values/invoice-type-code-schema.d.ts.map +0 -1
  1172. package/dist/schemas/values/invoice-type-code-schema.js +0 -19
  1173. package/dist/schemas/values/invoice-type-code-schema.js.map +0 -1
  1174. package/dist/schemas/values/item-classification-code-schema.d.ts +0 -24
  1175. package/dist/schemas/values/item-classification-code-schema.d.ts.map +0 -1
  1176. package/dist/schemas/values/item-classification-code-schema.js +0 -22
  1177. package/dist/schemas/values/item-classification-code-schema.js.map +0 -1
  1178. package/dist/schemas/values/mime-code.d.ts +0 -24
  1179. package/dist/schemas/values/mime-code.d.ts.map +0 -1
  1180. package/dist/schemas/values/mime-code.js +0 -22
  1181. package/dist/schemas/values/mime-code.js.map +0 -1
  1182. package/dist/schemas/values/op-status-action.d.ts +0 -21
  1183. package/dist/schemas/values/op-status-action.d.ts.map +0 -1
  1184. package/dist/schemas/values/op-status-action.js +0 -19
  1185. package/dist/schemas/values/op-status-action.js.map +0 -1
  1186. package/dist/schemas/values/op-status-reason.d.ts +0 -21
  1187. package/dist/schemas/values/op-status-reason.d.ts.map +0 -1
  1188. package/dist/schemas/values/op-status-reason.js +0 -19
  1189. package/dist/schemas/values/op-status-reason.js.map +0 -1
  1190. package/dist/schemas/values/participant-identifier-code.d.ts +0 -19
  1191. package/dist/schemas/values/participant-identifier-code.d.ts.map +0 -1
  1192. package/dist/schemas/values/participant-identifier-code.js +0 -17
  1193. package/dist/schemas/values/participant-identifier-code.js.map +0 -1
  1194. package/dist/schemas/values/payment-means-codes-schema.d.ts +0 -24
  1195. package/dist/schemas/values/payment-means-codes-schema.d.ts.map +0 -1
  1196. package/dist/schemas/values/payment-means-codes-schema.js +0 -29
  1197. package/dist/schemas/values/payment-means-codes-schema.js.map +0 -1
  1198. package/dist/schemas/values/process-from-document-type-schema.d.ts +0 -17
  1199. package/dist/schemas/values/process-from-document-type-schema.d.ts.map +0 -1
  1200. package/dist/schemas/values/process-from-document-type-schema.js +0 -28
  1201. package/dist/schemas/values/process-from-document-type-schema.js.map +0 -1
  1202. package/dist/schemas/values/process-schema.d.ts +0 -21
  1203. package/dist/schemas/values/process-schema.d.ts.map +0 -1
  1204. package/dist/schemas/values/process-schema.js +0 -28
  1205. package/dist/schemas/values/process-schema.js.map +0 -1
  1206. package/dist/schemas/values/process-xml-identifier-schema.d.ts +0 -17
  1207. package/dist/schemas/values/process-xml-identifier-schema.d.ts.map +0 -1
  1208. package/dist/schemas/values/process-xml-identifier-schema.js +0 -24
  1209. package/dist/schemas/values/process-xml-identifier-schema.js.map +0 -1
  1210. package/dist/schemas/values/quantity-unit-codes-schema.d.ts +0 -24
  1211. package/dist/schemas/values/quantity-unit-codes-schema.d.ts.map +0 -1
  1212. package/dist/schemas/values/quantity-unit-codes-schema.js +0 -22
  1213. package/dist/schemas/values/quantity-unit-codes-schema.js.map +0 -1
  1214. package/dist/schemas/values/vat-date-code.d.ts +0 -11
  1215. package/dist/schemas/values/vat-date-code.d.ts.map +0 -1
  1216. package/dist/schemas/values/vat-date-code.js +0 -14
  1217. package/dist/schemas/values/vat-date-code.js.map +0 -1
  1218. package/dist/schemas/values/vatex-code.d.ts +0 -24
  1219. package/dist/schemas/values/vatex-code.d.ts.map +0 -1
  1220. package/dist/schemas/values/vatex-code.js +0 -22
  1221. package/dist/schemas/values/vatex-code.js.map +0 -1
  1222. package/dist/schemas.d.ts +0 -91
  1223. package/dist/schemas.js +0 -91
  1224. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts +0 -6
  1225. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts.map +0 -1
  1226. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.js +0 -15
  1227. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.js.map +0 -1
  1228. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts +0 -6
  1229. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts.map +0 -1
  1230. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.js +0 -15
  1231. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.js.map +0 -1
  1232. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts +0 -6
  1233. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts.map +0 -1
  1234. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.js +0 -15
  1235. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.js.map +0 -1
  1236. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts +0 -6
  1237. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts.map +0 -1
  1238. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.js +0 -15
  1239. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.js.map +0 -1
  1240. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts +0 -6
  1241. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts.map +0 -1
  1242. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.js +0 -15
  1243. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.js.map +0 -1
  1244. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts +0 -6
  1245. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts.map +0 -1
  1246. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.js +0 -15
  1247. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.js.map +0 -1
  1248. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts +0 -6
  1249. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts.map +0 -1
  1250. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.js +0 -15
  1251. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.js.map +0 -1
  1252. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts +0 -6
  1253. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts.map +0 -1
  1254. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.js +0 -15
  1255. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.js.map +0 -1
  1256. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts +0 -6
  1257. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts.map +0 -1
  1258. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.js +0 -15
  1259. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.js.map +0 -1
  1260. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts +0 -6
  1261. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts.map +0 -1
  1262. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.js +0 -15
  1263. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.js.map +0 -1
  1264. package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts +0 -6
  1265. package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts.map +0 -1
  1266. package/dist/schematron/cen/af/cen-en16931-br-af-01.js +0 -15
  1267. package/dist/schematron/cen/af/cen-en16931-br-af-01.js.map +0 -1
  1268. package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts +0 -6
  1269. package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts.map +0 -1
  1270. package/dist/schematron/cen/af/cen-en16931-br-af-02.js +0 -15
  1271. package/dist/schematron/cen/af/cen-en16931-br-af-02.js.map +0 -1
  1272. package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts +0 -6
  1273. package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts.map +0 -1
  1274. package/dist/schematron/cen/af/cen-en16931-br-af-03.js +0 -15
  1275. package/dist/schematron/cen/af/cen-en16931-br-af-03.js.map +0 -1
  1276. package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts +0 -6
  1277. package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts.map +0 -1
  1278. package/dist/schematron/cen/af/cen-en16931-br-af-04.js +0 -15
  1279. package/dist/schematron/cen/af/cen-en16931-br-af-04.js.map +0 -1
  1280. package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts +0 -6
  1281. package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts.map +0 -1
  1282. package/dist/schematron/cen/af/cen-en16931-br-af-05.js +0 -15
  1283. package/dist/schematron/cen/af/cen-en16931-br-af-05.js.map +0 -1
  1284. package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts +0 -6
  1285. package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts.map +0 -1
  1286. package/dist/schematron/cen/af/cen-en16931-br-af-06.js +0 -15
  1287. package/dist/schematron/cen/af/cen-en16931-br-af-06.js.map +0 -1
  1288. package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts +0 -6
  1289. package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts.map +0 -1
  1290. package/dist/schematron/cen/af/cen-en16931-br-af-07.js +0 -15
  1291. package/dist/schematron/cen/af/cen-en16931-br-af-07.js.map +0 -1
  1292. package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts +0 -6
  1293. package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts.map +0 -1
  1294. package/dist/schematron/cen/af/cen-en16931-br-af-08.js +0 -15
  1295. package/dist/schematron/cen/af/cen-en16931-br-af-08.js.map +0 -1
  1296. package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts +0 -6
  1297. package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts.map +0 -1
  1298. package/dist/schematron/cen/af/cen-en16931-br-af-09.js +0 -15
  1299. package/dist/schematron/cen/af/cen-en16931-br-af-09.js.map +0 -1
  1300. package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts +0 -6
  1301. package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts.map +0 -1
  1302. package/dist/schematron/cen/af/cen-en16931-br-af-10.js +0 -15
  1303. package/dist/schematron/cen/af/cen-en16931-br-af-10.js.map +0 -1
  1304. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts +0 -6
  1305. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts.map +0 -1
  1306. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.js +0 -15
  1307. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.js.map +0 -1
  1308. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts +0 -6
  1309. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts.map +0 -1
  1310. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.js +0 -15
  1311. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.js.map +0 -1
  1312. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts +0 -6
  1313. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts.map +0 -1
  1314. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.js +0 -15
  1315. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.js.map +0 -1
  1316. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts +0 -6
  1317. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts.map +0 -1
  1318. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.js +0 -15
  1319. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.js.map +0 -1
  1320. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts +0 -6
  1321. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts.map +0 -1
  1322. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.js +0 -15
  1323. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.js.map +0 -1
  1324. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts +0 -6
  1325. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts.map +0 -1
  1326. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.js +0 -15
  1327. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.js.map +0 -1
  1328. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts +0 -6
  1329. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts.map +0 -1
  1330. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.js +0 -15
  1331. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.js.map +0 -1
  1332. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts +0 -6
  1333. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts.map +0 -1
  1334. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.js +0 -15
  1335. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.js.map +0 -1
  1336. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts +0 -6
  1337. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts.map +0 -1
  1338. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.js +0 -15
  1339. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.js.map +0 -1
  1340. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts +0 -6
  1341. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts.map +0 -1
  1342. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.js +0 -15
  1343. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.js.map +0 -1
  1344. package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts +0 -6
  1345. package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts.map +0 -1
  1346. package/dist/schematron/cen/b/cen-en16931-br-b-01.js +0 -15
  1347. package/dist/schematron/cen/b/cen-en16931-br-b-01.js.map +0 -1
  1348. package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts +0 -6
  1349. package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts.map +0 -1
  1350. package/dist/schematron/cen/b/cen-en16931-br-b-02.js +0 -15
  1351. package/dist/schematron/cen/b/cen-en16931-br-b-02.js.map +0 -1
  1352. package/dist/schematron/cen/cen-en16931-br-01.d.ts +0 -6
  1353. package/dist/schematron/cen/cen-en16931-br-01.d.ts.map +0 -1
  1354. package/dist/schematron/cen/cen-en16931-br-01.js +0 -15
  1355. package/dist/schematron/cen/cen-en16931-br-01.js.map +0 -1
  1356. package/dist/schematron/cen/cen-en16931-br-02.d.ts +0 -6
  1357. package/dist/schematron/cen/cen-en16931-br-02.d.ts.map +0 -1
  1358. package/dist/schematron/cen/cen-en16931-br-02.js +0 -15
  1359. package/dist/schematron/cen/cen-en16931-br-02.js.map +0 -1
  1360. package/dist/schematron/cen/cen-en16931-br-03.d.ts +0 -6
  1361. package/dist/schematron/cen/cen-en16931-br-03.d.ts.map +0 -1
  1362. package/dist/schematron/cen/cen-en16931-br-03.js +0 -15
  1363. package/dist/schematron/cen/cen-en16931-br-03.js.map +0 -1
  1364. package/dist/schematron/cen/cen-en16931-br-04.d.ts +0 -6
  1365. package/dist/schematron/cen/cen-en16931-br-04.d.ts.map +0 -1
  1366. package/dist/schematron/cen/cen-en16931-br-04.js +0 -15
  1367. package/dist/schematron/cen/cen-en16931-br-04.js.map +0 -1
  1368. package/dist/schematron/cen/cen-en16931-br-05.d.ts +0 -6
  1369. package/dist/schematron/cen/cen-en16931-br-05.d.ts.map +0 -1
  1370. package/dist/schematron/cen/cen-en16931-br-05.js +0 -15
  1371. package/dist/schematron/cen/cen-en16931-br-05.js.map +0 -1
  1372. package/dist/schematron/cen/cen-en16931-br-06.d.ts +0 -6
  1373. package/dist/schematron/cen/cen-en16931-br-06.d.ts.map +0 -1
  1374. package/dist/schematron/cen/cen-en16931-br-06.js +0 -15
  1375. package/dist/schematron/cen/cen-en16931-br-06.js.map +0 -1
  1376. package/dist/schematron/cen/cen-en16931-br-07.d.ts +0 -6
  1377. package/dist/schematron/cen/cen-en16931-br-07.d.ts.map +0 -1
  1378. package/dist/schematron/cen/cen-en16931-br-07.js +0 -15
  1379. package/dist/schematron/cen/cen-en16931-br-07.js.map +0 -1
  1380. package/dist/schematron/cen/cen-en16931-br-08.d.ts +0 -6
  1381. package/dist/schematron/cen/cen-en16931-br-08.d.ts.map +0 -1
  1382. package/dist/schematron/cen/cen-en16931-br-08.js +0 -15
  1383. package/dist/schematron/cen/cen-en16931-br-08.js.map +0 -1
  1384. package/dist/schematron/cen/cen-en16931-br-09.d.ts +0 -6
  1385. package/dist/schematron/cen/cen-en16931-br-09.d.ts.map +0 -1
  1386. package/dist/schematron/cen/cen-en16931-br-09.js +0 -15
  1387. package/dist/schematron/cen/cen-en16931-br-09.js.map +0 -1
  1388. package/dist/schematron/cen/cen-en16931-br-10.d.ts +0 -6
  1389. package/dist/schematron/cen/cen-en16931-br-10.d.ts.map +0 -1
  1390. package/dist/schematron/cen/cen-en16931-br-10.js +0 -15
  1391. package/dist/schematron/cen/cen-en16931-br-10.js.map +0 -1
  1392. package/dist/schematron/cen/cen-en16931-br-11.d.ts +0 -6
  1393. package/dist/schematron/cen/cen-en16931-br-11.d.ts.map +0 -1
  1394. package/dist/schematron/cen/cen-en16931-br-11.js +0 -15
  1395. package/dist/schematron/cen/cen-en16931-br-11.js.map +0 -1
  1396. package/dist/schematron/cen/cen-en16931-br-12.d.ts +0 -6
  1397. package/dist/schematron/cen/cen-en16931-br-12.d.ts.map +0 -1
  1398. package/dist/schematron/cen/cen-en16931-br-12.js +0 -15
  1399. package/dist/schematron/cen/cen-en16931-br-12.js.map +0 -1
  1400. package/dist/schematron/cen/cen-en16931-br-13.d.ts +0 -6
  1401. package/dist/schematron/cen/cen-en16931-br-13.d.ts.map +0 -1
  1402. package/dist/schematron/cen/cen-en16931-br-13.js +0 -15
  1403. package/dist/schematron/cen/cen-en16931-br-13.js.map +0 -1
  1404. package/dist/schematron/cen/cen-en16931-br-14.d.ts +0 -6
  1405. package/dist/schematron/cen/cen-en16931-br-14.d.ts.map +0 -1
  1406. package/dist/schematron/cen/cen-en16931-br-14.js +0 -15
  1407. package/dist/schematron/cen/cen-en16931-br-14.js.map +0 -1
  1408. package/dist/schematron/cen/cen-en16931-br-15.d.ts +0 -6
  1409. package/dist/schematron/cen/cen-en16931-br-15.d.ts.map +0 -1
  1410. package/dist/schematron/cen/cen-en16931-br-15.js +0 -15
  1411. package/dist/schematron/cen/cen-en16931-br-15.js.map +0 -1
  1412. package/dist/schematron/cen/cen-en16931-br-16.d.ts +0 -6
  1413. package/dist/schematron/cen/cen-en16931-br-16.d.ts.map +0 -1
  1414. package/dist/schematron/cen/cen-en16931-br-16.js +0 -15
  1415. package/dist/schematron/cen/cen-en16931-br-16.js.map +0 -1
  1416. package/dist/schematron/cen/cen-en16931-br-17.d.ts +0 -6
  1417. package/dist/schematron/cen/cen-en16931-br-17.d.ts.map +0 -1
  1418. package/dist/schematron/cen/cen-en16931-br-17.js +0 -15
  1419. package/dist/schematron/cen/cen-en16931-br-17.js.map +0 -1
  1420. package/dist/schematron/cen/cen-en16931-br-18.d.ts +0 -6
  1421. package/dist/schematron/cen/cen-en16931-br-18.d.ts.map +0 -1
  1422. package/dist/schematron/cen/cen-en16931-br-18.js +0 -15
  1423. package/dist/schematron/cen/cen-en16931-br-18.js.map +0 -1
  1424. package/dist/schematron/cen/cen-en16931-br-19.d.ts +0 -6
  1425. package/dist/schematron/cen/cen-en16931-br-19.d.ts.map +0 -1
  1426. package/dist/schematron/cen/cen-en16931-br-19.js +0 -15
  1427. package/dist/schematron/cen/cen-en16931-br-19.js.map +0 -1
  1428. package/dist/schematron/cen/cen-en16931-br-20.d.ts +0 -6
  1429. package/dist/schematron/cen/cen-en16931-br-20.d.ts.map +0 -1
  1430. package/dist/schematron/cen/cen-en16931-br-20.js +0 -15
  1431. package/dist/schematron/cen/cen-en16931-br-20.js.map +0 -1
  1432. package/dist/schematron/cen/cen-en16931-br-21.d.ts +0 -6
  1433. package/dist/schematron/cen/cen-en16931-br-21.d.ts.map +0 -1
  1434. package/dist/schematron/cen/cen-en16931-br-21.js +0 -15
  1435. package/dist/schematron/cen/cen-en16931-br-21.js.map +0 -1
  1436. package/dist/schematron/cen/cen-en16931-br-22.d.ts +0 -6
  1437. package/dist/schematron/cen/cen-en16931-br-22.d.ts.map +0 -1
  1438. package/dist/schematron/cen/cen-en16931-br-22.js +0 -15
  1439. package/dist/schematron/cen/cen-en16931-br-22.js.map +0 -1
  1440. package/dist/schematron/cen/cen-en16931-br-23.d.ts +0 -6
  1441. package/dist/schematron/cen/cen-en16931-br-23.d.ts.map +0 -1
  1442. package/dist/schematron/cen/cen-en16931-br-23.js +0 -15
  1443. package/dist/schematron/cen/cen-en16931-br-23.js.map +0 -1
  1444. package/dist/schematron/cen/cen-en16931-br-24.d.ts +0 -6
  1445. package/dist/schematron/cen/cen-en16931-br-24.d.ts.map +0 -1
  1446. package/dist/schematron/cen/cen-en16931-br-24.js +0 -15
  1447. package/dist/schematron/cen/cen-en16931-br-24.js.map +0 -1
  1448. package/dist/schematron/cen/cen-en16931-br-25.d.ts +0 -6
  1449. package/dist/schematron/cen/cen-en16931-br-25.d.ts.map +0 -1
  1450. package/dist/schematron/cen/cen-en16931-br-25.js +0 -15
  1451. package/dist/schematron/cen/cen-en16931-br-25.js.map +0 -1
  1452. package/dist/schematron/cen/cen-en16931-br-26.d.ts +0 -6
  1453. package/dist/schematron/cen/cen-en16931-br-26.d.ts.map +0 -1
  1454. package/dist/schematron/cen/cen-en16931-br-26.js +0 -15
  1455. package/dist/schematron/cen/cen-en16931-br-26.js.map +0 -1
  1456. package/dist/schematron/cen/cen-en16931-br-27.d.ts +0 -6
  1457. package/dist/schematron/cen/cen-en16931-br-27.d.ts.map +0 -1
  1458. package/dist/schematron/cen/cen-en16931-br-27.js +0 -15
  1459. package/dist/schematron/cen/cen-en16931-br-27.js.map +0 -1
  1460. package/dist/schematron/cen/cen-en16931-br-28.d.ts +0 -6
  1461. package/dist/schematron/cen/cen-en16931-br-28.d.ts.map +0 -1
  1462. package/dist/schematron/cen/cen-en16931-br-28.js +0 -15
  1463. package/dist/schematron/cen/cen-en16931-br-28.js.map +0 -1
  1464. package/dist/schematron/cen/cen-en16931-br-29.d.ts +0 -6
  1465. package/dist/schematron/cen/cen-en16931-br-29.d.ts.map +0 -1
  1466. package/dist/schematron/cen/cen-en16931-br-29.js +0 -15
  1467. package/dist/schematron/cen/cen-en16931-br-29.js.map +0 -1
  1468. package/dist/schematron/cen/cen-en16931-br-30.d.ts +0 -6
  1469. package/dist/schematron/cen/cen-en16931-br-30.d.ts.map +0 -1
  1470. package/dist/schematron/cen/cen-en16931-br-30.js +0 -15
  1471. package/dist/schematron/cen/cen-en16931-br-30.js.map +0 -1
  1472. package/dist/schematron/cen/cen-en16931-br-31.d.ts +0 -6
  1473. package/dist/schematron/cen/cen-en16931-br-31.d.ts.map +0 -1
  1474. package/dist/schematron/cen/cen-en16931-br-31.js +0 -15
  1475. package/dist/schematron/cen/cen-en16931-br-31.js.map +0 -1
  1476. package/dist/schematron/cen/cen-en16931-br-32.d.ts +0 -6
  1477. package/dist/schematron/cen/cen-en16931-br-32.d.ts.map +0 -1
  1478. package/dist/schematron/cen/cen-en16931-br-32.js +0 -15
  1479. package/dist/schematron/cen/cen-en16931-br-32.js.map +0 -1
  1480. package/dist/schematron/cen/cen-en16931-br-33.d.ts +0 -6
  1481. package/dist/schematron/cen/cen-en16931-br-33.d.ts.map +0 -1
  1482. package/dist/schematron/cen/cen-en16931-br-33.js +0 -15
  1483. package/dist/schematron/cen/cen-en16931-br-33.js.map +0 -1
  1484. package/dist/schematron/cen/cen-en16931-br-36.d.ts +0 -6
  1485. package/dist/schematron/cen/cen-en16931-br-36.d.ts.map +0 -1
  1486. package/dist/schematron/cen/cen-en16931-br-36.js +0 -15
  1487. package/dist/schematron/cen/cen-en16931-br-36.js.map +0 -1
  1488. package/dist/schematron/cen/cen-en16931-br-37.d.ts +0 -6
  1489. package/dist/schematron/cen/cen-en16931-br-37.d.ts.map +0 -1
  1490. package/dist/schematron/cen/cen-en16931-br-37.js +0 -15
  1491. package/dist/schematron/cen/cen-en16931-br-37.js.map +0 -1
  1492. package/dist/schematron/cen/cen-en16931-br-38.d.ts +0 -6
  1493. package/dist/schematron/cen/cen-en16931-br-38.d.ts.map +0 -1
  1494. package/dist/schematron/cen/cen-en16931-br-38.js +0 -15
  1495. package/dist/schematron/cen/cen-en16931-br-38.js.map +0 -1
  1496. package/dist/schematron/cen/cen-en16931-br-41.d.ts +0 -6
  1497. package/dist/schematron/cen/cen-en16931-br-41.d.ts.map +0 -1
  1498. package/dist/schematron/cen/cen-en16931-br-41.js +0 -15
  1499. package/dist/schematron/cen/cen-en16931-br-41.js.map +0 -1
  1500. package/dist/schematron/cen/cen-en16931-br-42.d.ts +0 -6
  1501. package/dist/schematron/cen/cen-en16931-br-42.d.ts.map +0 -1
  1502. package/dist/schematron/cen/cen-en16931-br-42.js +0 -15
  1503. package/dist/schematron/cen/cen-en16931-br-42.js.map +0 -1
  1504. package/dist/schematron/cen/cen-en16931-br-43.d.ts +0 -6
  1505. package/dist/schematron/cen/cen-en16931-br-43.d.ts.map +0 -1
  1506. package/dist/schematron/cen/cen-en16931-br-43.js +0 -15
  1507. package/dist/schematron/cen/cen-en16931-br-43.js.map +0 -1
  1508. package/dist/schematron/cen/cen-en16931-br-44.d.ts +0 -6
  1509. package/dist/schematron/cen/cen-en16931-br-44.d.ts.map +0 -1
  1510. package/dist/schematron/cen/cen-en16931-br-44.js +0 -15
  1511. package/dist/schematron/cen/cen-en16931-br-44.js.map +0 -1
  1512. package/dist/schematron/cen/cen-en16931-br-45.d.ts +0 -6
  1513. package/dist/schematron/cen/cen-en16931-br-45.d.ts.map +0 -1
  1514. package/dist/schematron/cen/cen-en16931-br-45.js +0 -15
  1515. package/dist/schematron/cen/cen-en16931-br-45.js.map +0 -1
  1516. package/dist/schematron/cen/cen-en16931-br-46.d.ts +0 -6
  1517. package/dist/schematron/cen/cen-en16931-br-46.d.ts.map +0 -1
  1518. package/dist/schematron/cen/cen-en16931-br-46.js +0 -15
  1519. package/dist/schematron/cen/cen-en16931-br-46.js.map +0 -1
  1520. package/dist/schematron/cen/cen-en16931-br-47.d.ts +0 -6
  1521. package/dist/schematron/cen/cen-en16931-br-47.d.ts.map +0 -1
  1522. package/dist/schematron/cen/cen-en16931-br-47.js +0 -15
  1523. package/dist/schematron/cen/cen-en16931-br-47.js.map +0 -1
  1524. package/dist/schematron/cen/cen-en16931-br-48.d.ts +0 -6
  1525. package/dist/schematron/cen/cen-en16931-br-48.d.ts.map +0 -1
  1526. package/dist/schematron/cen/cen-en16931-br-48.js +0 -15
  1527. package/dist/schematron/cen/cen-en16931-br-48.js.map +0 -1
  1528. package/dist/schematron/cen/cen-en16931-br-49.d.ts +0 -6
  1529. package/dist/schematron/cen/cen-en16931-br-49.d.ts.map +0 -1
  1530. package/dist/schematron/cen/cen-en16931-br-49.js +0 -15
  1531. package/dist/schematron/cen/cen-en16931-br-49.js.map +0 -1
  1532. package/dist/schematron/cen/cen-en16931-br-50.d.ts +0 -6
  1533. package/dist/schematron/cen/cen-en16931-br-50.d.ts.map +0 -1
  1534. package/dist/schematron/cen/cen-en16931-br-50.js +0 -15
  1535. package/dist/schematron/cen/cen-en16931-br-50.js.map +0 -1
  1536. package/dist/schematron/cen/cen-en16931-br-51.d.ts +0 -6
  1537. package/dist/schematron/cen/cen-en16931-br-51.d.ts.map +0 -1
  1538. package/dist/schematron/cen/cen-en16931-br-51.js +0 -15
  1539. package/dist/schematron/cen/cen-en16931-br-51.js.map +0 -1
  1540. package/dist/schematron/cen/cen-en16931-br-52.d.ts +0 -6
  1541. package/dist/schematron/cen/cen-en16931-br-52.d.ts.map +0 -1
  1542. package/dist/schematron/cen/cen-en16931-br-52.js +0 -15
  1543. package/dist/schematron/cen/cen-en16931-br-52.js.map +0 -1
  1544. package/dist/schematron/cen/cen-en16931-br-53.d.ts +0 -6
  1545. package/dist/schematron/cen/cen-en16931-br-53.d.ts.map +0 -1
  1546. package/dist/schematron/cen/cen-en16931-br-53.js +0 -15
  1547. package/dist/schematron/cen/cen-en16931-br-53.js.map +0 -1
  1548. package/dist/schematron/cen/cen-en16931-br-54.d.ts +0 -6
  1549. package/dist/schematron/cen/cen-en16931-br-54.d.ts.map +0 -1
  1550. package/dist/schematron/cen/cen-en16931-br-54.js +0 -15
  1551. package/dist/schematron/cen/cen-en16931-br-54.js.map +0 -1
  1552. package/dist/schematron/cen/cen-en16931-br-55.d.ts +0 -6
  1553. package/dist/schematron/cen/cen-en16931-br-55.d.ts.map +0 -1
  1554. package/dist/schematron/cen/cen-en16931-br-55.js +0 -15
  1555. package/dist/schematron/cen/cen-en16931-br-55.js.map +0 -1
  1556. package/dist/schematron/cen/cen-en16931-br-56.d.ts +0 -6
  1557. package/dist/schematron/cen/cen-en16931-br-56.d.ts.map +0 -1
  1558. package/dist/schematron/cen/cen-en16931-br-56.js +0 -15
  1559. package/dist/schematron/cen/cen-en16931-br-56.js.map +0 -1
  1560. package/dist/schematron/cen/cen-en16931-br-57.d.ts +0 -6
  1561. package/dist/schematron/cen/cen-en16931-br-57.d.ts.map +0 -1
  1562. package/dist/schematron/cen/cen-en16931-br-57.js +0 -15
  1563. package/dist/schematron/cen/cen-en16931-br-57.js.map +0 -1
  1564. package/dist/schematron/cen/cen-en16931-br-61.d.ts +0 -6
  1565. package/dist/schematron/cen/cen-en16931-br-61.d.ts.map +0 -1
  1566. package/dist/schematron/cen/cen-en16931-br-61.js +0 -15
  1567. package/dist/schematron/cen/cen-en16931-br-61.js.map +0 -1
  1568. package/dist/schematron/cen/cen-en16931-br-62.d.ts +0 -6
  1569. package/dist/schematron/cen/cen-en16931-br-62.d.ts.map +0 -1
  1570. package/dist/schematron/cen/cen-en16931-br-62.js +0 -15
  1571. package/dist/schematron/cen/cen-en16931-br-62.js.map +0 -1
  1572. package/dist/schematron/cen/cen-en16931-br-63.d.ts +0 -6
  1573. package/dist/schematron/cen/cen-en16931-br-63.d.ts.map +0 -1
  1574. package/dist/schematron/cen/cen-en16931-br-63.js +0 -15
  1575. package/dist/schematron/cen/cen-en16931-br-63.js.map +0 -1
  1576. package/dist/schematron/cen/cen-en16931-br-64.d.ts +0 -6
  1577. package/dist/schematron/cen/cen-en16931-br-64.d.ts.map +0 -1
  1578. package/dist/schematron/cen/cen-en16931-br-64.js +0 -15
  1579. package/dist/schematron/cen/cen-en16931-br-64.js.map +0 -1
  1580. package/dist/schematron/cen/cen-en16931-br-65.d.ts +0 -6
  1581. package/dist/schematron/cen/cen-en16931-br-65.d.ts.map +0 -1
  1582. package/dist/schematron/cen/cen-en16931-br-65.js +0 -15
  1583. package/dist/schematron/cen/cen-en16931-br-65.js.map +0 -1
  1584. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts +0 -6
  1585. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts.map +0 -1
  1586. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.js +0 -15
  1587. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.js.map +0 -1
  1588. package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts +0 -6
  1589. package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts.map +0 -1
  1590. package/dist/schematron/cen/co/cen-en16931-br-co-03.js +0 -15
  1591. package/dist/schematron/cen/co/cen-en16931-br-co-03.js.map +0 -1
  1592. package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts +0 -6
  1593. package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts.map +0 -1
  1594. package/dist/schematron/cen/co/cen-en16931-br-co-04.js +0 -15
  1595. package/dist/schematron/cen/co/cen-en16931-br-co-04.js.map +0 -1
  1596. package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts +0 -6
  1597. package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts.map +0 -1
  1598. package/dist/schematron/cen/co/cen-en16931-br-co-05.js +0 -14
  1599. package/dist/schematron/cen/co/cen-en16931-br-co-05.js.map +0 -1
  1600. package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts +0 -6
  1601. package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts.map +0 -1
  1602. package/dist/schematron/cen/co/cen-en16931-br-co-06.js +0 -14
  1603. package/dist/schematron/cen/co/cen-en16931-br-co-06.js.map +0 -1
  1604. package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts +0 -6
  1605. package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts.map +0 -1
  1606. package/dist/schematron/cen/co/cen-en16931-br-co-07.js +0 -14
  1607. package/dist/schematron/cen/co/cen-en16931-br-co-07.js.map +0 -1
  1608. package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts +0 -6
  1609. package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts.map +0 -1
  1610. package/dist/schematron/cen/co/cen-en16931-br-co-08.js +0 -14
  1611. package/dist/schematron/cen/co/cen-en16931-br-co-08.js.map +0 -1
  1612. package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts +0 -6
  1613. package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts.map +0 -1
  1614. package/dist/schematron/cen/co/cen-en16931-br-co-09.js +0 -15
  1615. package/dist/schematron/cen/co/cen-en16931-br-co-09.js.map +0 -1
  1616. package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts +0 -6
  1617. package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts.map +0 -1
  1618. package/dist/schematron/cen/co/cen-en16931-br-co-10.js +0 -15
  1619. package/dist/schematron/cen/co/cen-en16931-br-co-10.js.map +0 -1
  1620. package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts +0 -6
  1621. package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts.map +0 -1
  1622. package/dist/schematron/cen/co/cen-en16931-br-co-11.js +0 -19
  1623. package/dist/schematron/cen/co/cen-en16931-br-co-11.js.map +0 -1
  1624. package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts +0 -6
  1625. package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts.map +0 -1
  1626. package/dist/schematron/cen/co/cen-en16931-br-co-12.js +0 -19
  1627. package/dist/schematron/cen/co/cen-en16931-br-co-12.js.map +0 -1
  1628. package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts +0 -6
  1629. package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts.map +0 -1
  1630. package/dist/schematron/cen/co/cen-en16931-br-co-13.js +0 -20
  1631. package/dist/schematron/cen/co/cen-en16931-br-co-13.js.map +0 -1
  1632. package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts +0 -6
  1633. package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts.map +0 -1
  1634. package/dist/schematron/cen/co/cen-en16931-br-co-14.js +0 -15
  1635. package/dist/schematron/cen/co/cen-en16931-br-co-14.js.map +0 -1
  1636. package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts +0 -6
  1637. package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts.map +0 -1
  1638. package/dist/schematron/cen/co/cen-en16931-br-co-15.js +0 -20
  1639. package/dist/schematron/cen/co/cen-en16931-br-co-15.js.map +0 -1
  1640. package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts +0 -6
  1641. package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts.map +0 -1
  1642. package/dist/schematron/cen/co/cen-en16931-br-co-16.js +0 -20
  1643. package/dist/schematron/cen/co/cen-en16931-br-co-16.js.map +0 -1
  1644. package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts +0 -6
  1645. package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts.map +0 -1
  1646. package/dist/schematron/cen/co/cen-en16931-br-co-17.js +0 -15
  1647. package/dist/schematron/cen/co/cen-en16931-br-co-17.js.map +0 -1
  1648. package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts +0 -6
  1649. package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts.map +0 -1
  1650. package/dist/schematron/cen/co/cen-en16931-br-co-18.js +0 -15
  1651. package/dist/schematron/cen/co/cen-en16931-br-co-18.js.map +0 -1
  1652. package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts +0 -6
  1653. package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts.map +0 -1
  1654. package/dist/schematron/cen/co/cen-en16931-br-co-19.js +0 -15
  1655. package/dist/schematron/cen/co/cen-en16931-br-co-19.js.map +0 -1
  1656. package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts +0 -6
  1657. package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts.map +0 -1
  1658. package/dist/schematron/cen/co/cen-en16931-br-co-20.js +0 -15
  1659. package/dist/schematron/cen/co/cen-en16931-br-co-20.js.map +0 -1
  1660. package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts +0 -6
  1661. package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts.map +0 -1
  1662. package/dist/schematron/cen/co/cen-en16931-br-co-21.js +0 -15
  1663. package/dist/schematron/cen/co/cen-en16931-br-co-21.js.map +0 -1
  1664. package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts +0 -6
  1665. package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts.map +0 -1
  1666. package/dist/schematron/cen/co/cen-en16931-br-co-22.js +0 -15
  1667. package/dist/schematron/cen/co/cen-en16931-br-co-22.js.map +0 -1
  1668. package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts +0 -6
  1669. package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts.map +0 -1
  1670. package/dist/schematron/cen/co/cen-en16931-br-co-23.js +0 -15
  1671. package/dist/schematron/cen/co/cen-en16931-br-co-23.js.map +0 -1
  1672. package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts +0 -6
  1673. package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts.map +0 -1
  1674. package/dist/schematron/cen/co/cen-en16931-br-co-24.js +0 -15
  1675. package/dist/schematron/cen/co/cen-en16931-br-co-24.js.map +0 -1
  1676. package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts +0 -6
  1677. package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts.map +0 -1
  1678. package/dist/schematron/cen/co/cen-en16931-br-co-25.js +0 -15
  1679. package/dist/schematron/cen/co/cen-en16931-br-co-25.js.map +0 -1
  1680. package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts +0 -6
  1681. package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts.map +0 -1
  1682. package/dist/schematron/cen/co/cen-en16931-br-co-26.js +0 -15
  1683. package/dist/schematron/cen/co/cen-en16931-br-co-26.js.map +0 -1
  1684. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts +0 -6
  1685. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts.map +0 -1
  1686. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.js +0 -15
  1687. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.js.map +0 -1
  1688. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts +0 -6
  1689. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts.map +0 -1
  1690. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.js +0 -15
  1691. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.js.map +0 -1
  1692. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts +0 -6
  1693. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts.map +0 -1
  1694. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.js +0 -15
  1695. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.js.map +0 -1
  1696. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts +0 -6
  1697. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts.map +0 -1
  1698. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.js +0 -15
  1699. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.js.map +0 -1
  1700. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts +0 -6
  1701. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts.map +0 -1
  1702. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.js +0 -15
  1703. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.js.map +0 -1
  1704. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts +0 -6
  1705. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts.map +0 -1
  1706. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.js +0 -15
  1707. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.js.map +0 -1
  1708. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts +0 -6
  1709. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts.map +0 -1
  1710. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.js +0 -15
  1711. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.js.map +0 -1
  1712. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts +0 -6
  1713. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts.map +0 -1
  1714. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.js +0 -15
  1715. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.js.map +0 -1
  1716. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts +0 -6
  1717. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts.map +0 -1
  1718. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.js +0 -15
  1719. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.js.map +0 -1
  1720. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts +0 -6
  1721. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts.map +0 -1
  1722. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.js +0 -15
  1723. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.js.map +0 -1
  1724. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts +0 -6
  1725. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts.map +0 -1
  1726. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.js +0 -15
  1727. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.js.map +0 -1
  1728. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts +0 -6
  1729. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts.map +0 -1
  1730. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.js +0 -15
  1731. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.js.map +0 -1
  1732. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts +0 -6
  1733. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts.map +0 -1
  1734. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.js +0 -15
  1735. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.js.map +0 -1
  1736. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts +0 -6
  1737. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts.map +0 -1
  1738. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.js +0 -15
  1739. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.js.map +0 -1
  1740. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts +0 -6
  1741. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts.map +0 -1
  1742. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.js +0 -15
  1743. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.js.map +0 -1
  1744. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts +0 -6
  1745. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts.map +0 -1
  1746. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.js +0 -15
  1747. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.js.map +0 -1
  1748. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts +0 -6
  1749. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts.map +0 -1
  1750. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.js +0 -15
  1751. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.js.map +0 -1
  1752. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts +0 -6
  1753. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts.map +0 -1
  1754. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.js +0 -15
  1755. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.js.map +0 -1
  1756. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts +0 -6
  1757. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts.map +0 -1
  1758. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.js +0 -15
  1759. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.js.map +0 -1
  1760. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts +0 -6
  1761. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts.map +0 -1
  1762. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.js +0 -15
  1763. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.js.map +0 -1
  1764. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts +0 -6
  1765. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts.map +0 -1
  1766. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.js +0 -15
  1767. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.js.map +0 -1
  1768. package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts +0 -6
  1769. package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts.map +0 -1
  1770. package/dist/schematron/cen/e/cen-en16931-br-e-01.js +0 -15
  1771. package/dist/schematron/cen/e/cen-en16931-br-e-01.js.map +0 -1
  1772. package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts +0 -6
  1773. package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts.map +0 -1
  1774. package/dist/schematron/cen/e/cen-en16931-br-e-02.js +0 -15
  1775. package/dist/schematron/cen/e/cen-en16931-br-e-02.js.map +0 -1
  1776. package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts +0 -6
  1777. package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts.map +0 -1
  1778. package/dist/schematron/cen/e/cen-en16931-br-e-03.js +0 -15
  1779. package/dist/schematron/cen/e/cen-en16931-br-e-03.js.map +0 -1
  1780. package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts +0 -6
  1781. package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts.map +0 -1
  1782. package/dist/schematron/cen/e/cen-en16931-br-e-04.js +0 -15
  1783. package/dist/schematron/cen/e/cen-en16931-br-e-04.js.map +0 -1
  1784. package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts +0 -6
  1785. package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts.map +0 -1
  1786. package/dist/schematron/cen/e/cen-en16931-br-e-05.js +0 -15
  1787. package/dist/schematron/cen/e/cen-en16931-br-e-05.js.map +0 -1
  1788. package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts +0 -6
  1789. package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts.map +0 -1
  1790. package/dist/schematron/cen/e/cen-en16931-br-e-06.js +0 -15
  1791. package/dist/schematron/cen/e/cen-en16931-br-e-06.js.map +0 -1
  1792. package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts +0 -6
  1793. package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts.map +0 -1
  1794. package/dist/schematron/cen/e/cen-en16931-br-e-07.js +0 -15
  1795. package/dist/schematron/cen/e/cen-en16931-br-e-07.js.map +0 -1
  1796. package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts +0 -6
  1797. package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts.map +0 -1
  1798. package/dist/schematron/cen/e/cen-en16931-br-e-08.js +0 -15
  1799. package/dist/schematron/cen/e/cen-en16931-br-e-08.js.map +0 -1
  1800. package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts +0 -6
  1801. package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts.map +0 -1
  1802. package/dist/schematron/cen/e/cen-en16931-br-e-09.js +0 -15
  1803. package/dist/schematron/cen/e/cen-en16931-br-e-09.js.map +0 -1
  1804. package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts +0 -6
  1805. package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts.map +0 -1
  1806. package/dist/schematron/cen/e/cen-en16931-br-e-10.js +0 -15
  1807. package/dist/schematron/cen/e/cen-en16931-br-e-10.js.map +0 -1
  1808. package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts +0 -6
  1809. package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts.map +0 -1
  1810. package/dist/schematron/cen/g/cen-en16931-br-g-01.js +0 -15
  1811. package/dist/schematron/cen/g/cen-en16931-br-g-01.js.map +0 -1
  1812. package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts +0 -6
  1813. package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts.map +0 -1
  1814. package/dist/schematron/cen/g/cen-en16931-br-g-02.js +0 -15
  1815. package/dist/schematron/cen/g/cen-en16931-br-g-02.js.map +0 -1
  1816. package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts +0 -6
  1817. package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts.map +0 -1
  1818. package/dist/schematron/cen/g/cen-en16931-br-g-03.js +0 -15
  1819. package/dist/schematron/cen/g/cen-en16931-br-g-03.js.map +0 -1
  1820. package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts +0 -6
  1821. package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts.map +0 -1
  1822. package/dist/schematron/cen/g/cen-en16931-br-g-04.js +0 -15
  1823. package/dist/schematron/cen/g/cen-en16931-br-g-04.js.map +0 -1
  1824. package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts +0 -6
  1825. package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts.map +0 -1
  1826. package/dist/schematron/cen/g/cen-en16931-br-g-05.js +0 -15
  1827. package/dist/schematron/cen/g/cen-en16931-br-g-05.js.map +0 -1
  1828. package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts +0 -6
  1829. package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts.map +0 -1
  1830. package/dist/schematron/cen/g/cen-en16931-br-g-06.js +0 -15
  1831. package/dist/schematron/cen/g/cen-en16931-br-g-06.js.map +0 -1
  1832. package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts +0 -6
  1833. package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts.map +0 -1
  1834. package/dist/schematron/cen/g/cen-en16931-br-g-07.js +0 -15
  1835. package/dist/schematron/cen/g/cen-en16931-br-g-07.js.map +0 -1
  1836. package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts +0 -6
  1837. package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts.map +0 -1
  1838. package/dist/schematron/cen/g/cen-en16931-br-g-08.js +0 -15
  1839. package/dist/schematron/cen/g/cen-en16931-br-g-08.js.map +0 -1
  1840. package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts +0 -6
  1841. package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts.map +0 -1
  1842. package/dist/schematron/cen/g/cen-en16931-br-g-09.js +0 -15
  1843. package/dist/schematron/cen/g/cen-en16931-br-g-09.js.map +0 -1
  1844. package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts +0 -6
  1845. package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts.map +0 -1
  1846. package/dist/schematron/cen/g/cen-en16931-br-g-10.js +0 -15
  1847. package/dist/schematron/cen/g/cen-en16931-br-g-10.js.map +0 -1
  1848. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts +0 -6
  1849. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts.map +0 -1
  1850. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.js +0 -15
  1851. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.js.map +0 -1
  1852. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts +0 -6
  1853. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts.map +0 -1
  1854. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.js +0 -15
  1855. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.js.map +0 -1
  1856. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts +0 -6
  1857. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts.map +0 -1
  1858. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.js +0 -15
  1859. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.js.map +0 -1
  1860. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts +0 -6
  1861. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts.map +0 -1
  1862. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.js +0 -15
  1863. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.js.map +0 -1
  1864. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts +0 -6
  1865. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts.map +0 -1
  1866. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.js +0 -15
  1867. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.js.map +0 -1
  1868. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts +0 -6
  1869. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts.map +0 -1
  1870. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.js +0 -15
  1871. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.js.map +0 -1
  1872. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts +0 -6
  1873. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts.map +0 -1
  1874. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.js +0 -15
  1875. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.js.map +0 -1
  1876. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts +0 -6
  1877. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts.map +0 -1
  1878. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.js +0 -15
  1879. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.js.map +0 -1
  1880. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts +0 -6
  1881. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts.map +0 -1
  1882. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.js +0 -15
  1883. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.js.map +0 -1
  1884. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts +0 -6
  1885. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts.map +0 -1
  1886. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.js +0 -15
  1887. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.js.map +0 -1
  1888. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts +0 -6
  1889. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts.map +0 -1
  1890. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.js +0 -15
  1891. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.js.map +0 -1
  1892. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts +0 -6
  1893. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts.map +0 -1
  1894. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.js +0 -15
  1895. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.js.map +0 -1
  1896. package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts +0 -6
  1897. package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts.map +0 -1
  1898. package/dist/schematron/cen/o/cen-en16931-br-o-01.js +0 -15
  1899. package/dist/schematron/cen/o/cen-en16931-br-o-01.js.map +0 -1
  1900. package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts +0 -6
  1901. package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts.map +0 -1
  1902. package/dist/schematron/cen/o/cen-en16931-br-o-02.js +0 -15
  1903. package/dist/schematron/cen/o/cen-en16931-br-o-02.js.map +0 -1
  1904. package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts +0 -6
  1905. package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts.map +0 -1
  1906. package/dist/schematron/cen/o/cen-en16931-br-o-03.js +0 -15
  1907. package/dist/schematron/cen/o/cen-en16931-br-o-03.js.map +0 -1
  1908. package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts +0 -6
  1909. package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts.map +0 -1
  1910. package/dist/schematron/cen/o/cen-en16931-br-o-04.js +0 -15
  1911. package/dist/schematron/cen/o/cen-en16931-br-o-04.js.map +0 -1
  1912. package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts +0 -6
  1913. package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts.map +0 -1
  1914. package/dist/schematron/cen/o/cen-en16931-br-o-05.js +0 -15
  1915. package/dist/schematron/cen/o/cen-en16931-br-o-05.js.map +0 -1
  1916. package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts +0 -6
  1917. package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts.map +0 -1
  1918. package/dist/schematron/cen/o/cen-en16931-br-o-06.js +0 -15
  1919. package/dist/schematron/cen/o/cen-en16931-br-o-06.js.map +0 -1
  1920. package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts +0 -6
  1921. package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts.map +0 -1
  1922. package/dist/schematron/cen/o/cen-en16931-br-o-07.js +0 -15
  1923. package/dist/schematron/cen/o/cen-en16931-br-o-07.js.map +0 -1
  1924. package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts +0 -6
  1925. package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts.map +0 -1
  1926. package/dist/schematron/cen/o/cen-en16931-br-o-08.js +0 -15
  1927. package/dist/schematron/cen/o/cen-en16931-br-o-08.js.map +0 -1
  1928. package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts +0 -6
  1929. package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts.map +0 -1
  1930. package/dist/schematron/cen/o/cen-en16931-br-o-09.js +0 -15
  1931. package/dist/schematron/cen/o/cen-en16931-br-o-09.js.map +0 -1
  1932. package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts +0 -6
  1933. package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts.map +0 -1
  1934. package/dist/schematron/cen/o/cen-en16931-br-o-10.js +0 -15
  1935. package/dist/schematron/cen/o/cen-en16931-br-o-10.js.map +0 -1
  1936. package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts +0 -6
  1937. package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts.map +0 -1
  1938. package/dist/schematron/cen/o/cen-en16931-br-o-11.js +0 -15
  1939. package/dist/schematron/cen/o/cen-en16931-br-o-11.js.map +0 -1
  1940. package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts +0 -6
  1941. package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts.map +0 -1
  1942. package/dist/schematron/cen/o/cen-en16931-br-o-12.js +0 -15
  1943. package/dist/schematron/cen/o/cen-en16931-br-o-12.js.map +0 -1
  1944. package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts +0 -6
  1945. package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts.map +0 -1
  1946. package/dist/schematron/cen/o/cen-en16931-br-o-13.js +0 -15
  1947. package/dist/schematron/cen/o/cen-en16931-br-o-13.js.map +0 -1
  1948. package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts +0 -6
  1949. package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts.map +0 -1
  1950. package/dist/schematron/cen/o/cen-en16931-br-o-14.js +0 -15
  1951. package/dist/schematron/cen/o/cen-en16931-br-o-14.js.map +0 -1
  1952. package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts +0 -6
  1953. package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts.map +0 -1
  1954. package/dist/schematron/cen/s/cen-en16931-br-s-01.js +0 -15
  1955. package/dist/schematron/cen/s/cen-en16931-br-s-01.js.map +0 -1
  1956. package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts +0 -6
  1957. package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts.map +0 -1
  1958. package/dist/schematron/cen/s/cen-en16931-br-s-02.js +0 -15
  1959. package/dist/schematron/cen/s/cen-en16931-br-s-02.js.map +0 -1
  1960. package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts +0 -6
  1961. package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts.map +0 -1
  1962. package/dist/schematron/cen/s/cen-en16931-br-s-03.js +0 -15
  1963. package/dist/schematron/cen/s/cen-en16931-br-s-03.js.map +0 -1
  1964. package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts +0 -6
  1965. package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts.map +0 -1
  1966. package/dist/schematron/cen/s/cen-en16931-br-s-04.js +0 -15
  1967. package/dist/schematron/cen/s/cen-en16931-br-s-04.js.map +0 -1
  1968. package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts +0 -6
  1969. package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts.map +0 -1
  1970. package/dist/schematron/cen/s/cen-en16931-br-s-05.js +0 -15
  1971. package/dist/schematron/cen/s/cen-en16931-br-s-05.js.map +0 -1
  1972. package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts +0 -6
  1973. package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts.map +0 -1
  1974. package/dist/schematron/cen/s/cen-en16931-br-s-06.js +0 -15
  1975. package/dist/schematron/cen/s/cen-en16931-br-s-06.js.map +0 -1
  1976. package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts +0 -6
  1977. package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts.map +0 -1
  1978. package/dist/schematron/cen/s/cen-en16931-br-s-07.js +0 -15
  1979. package/dist/schematron/cen/s/cen-en16931-br-s-07.js.map +0 -1
  1980. package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts +0 -6
  1981. package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts.map +0 -1
  1982. package/dist/schematron/cen/s/cen-en16931-br-s-08.js +0 -15
  1983. package/dist/schematron/cen/s/cen-en16931-br-s-08.js.map +0 -1
  1984. package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts +0 -6
  1985. package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts.map +0 -1
  1986. package/dist/schematron/cen/s/cen-en16931-br-s-09.js +0 -15
  1987. package/dist/schematron/cen/s/cen-en16931-br-s-09.js.map +0 -1
  1988. package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts +0 -6
  1989. package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts.map +0 -1
  1990. package/dist/schematron/cen/s/cen-en16931-br-s-10.js +0 -15
  1991. package/dist/schematron/cen/s/cen-en16931-br-s-10.js.map +0 -1
  1992. package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts +0 -6
  1993. package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts.map +0 -1
  1994. package/dist/schematron/cen/z/cen-en16931-br-z-01.js +0 -15
  1995. package/dist/schematron/cen/z/cen-en16931-br-z-01.js.map +0 -1
  1996. package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts +0 -6
  1997. package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts.map +0 -1
  1998. package/dist/schematron/cen/z/cen-en16931-br-z-02.js +0 -15
  1999. package/dist/schematron/cen/z/cen-en16931-br-z-02.js.map +0 -1
  2000. package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts +0 -6
  2001. package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts.map +0 -1
  2002. package/dist/schematron/cen/z/cen-en16931-br-z-03.js +0 -15
  2003. package/dist/schematron/cen/z/cen-en16931-br-z-03.js.map +0 -1
  2004. package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts +0 -6
  2005. package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts.map +0 -1
  2006. package/dist/schematron/cen/z/cen-en16931-br-z-04.js +0 -15
  2007. package/dist/schematron/cen/z/cen-en16931-br-z-04.js.map +0 -1
  2008. package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts +0 -6
  2009. package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts.map +0 -1
  2010. package/dist/schematron/cen/z/cen-en16931-br-z-05.js +0 -15
  2011. package/dist/schematron/cen/z/cen-en16931-br-z-05.js.map +0 -1
  2012. package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts +0 -6
  2013. package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts.map +0 -1
  2014. package/dist/schematron/cen/z/cen-en16931-br-z-06.js +0 -15
  2015. package/dist/schematron/cen/z/cen-en16931-br-z-06.js.map +0 -1
  2016. package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts +0 -6
  2017. package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts.map +0 -1
  2018. package/dist/schematron/cen/z/cen-en16931-br-z-07.js +0 -15
  2019. package/dist/schematron/cen/z/cen-en16931-br-z-07.js.map +0 -1
  2020. package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts +0 -6
  2021. package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts.map +0 -1
  2022. package/dist/schematron/cen/z/cen-en16931-br-z-08.js +0 -15
  2023. package/dist/schematron/cen/z/cen-en16931-br-z-08.js.map +0 -1
  2024. package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts +0 -6
  2025. package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts.map +0 -1
  2026. package/dist/schematron/cen/z/cen-en16931-br-z-09.js +0 -15
  2027. package/dist/schematron/cen/z/cen-en16931-br-z-09.js.map +0 -1
  2028. package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts +0 -6
  2029. package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts.map +0 -1
  2030. package/dist/schematron/cen/z/cen-en16931-br-z-10.js +0 -15
  2031. package/dist/schematron/cen/z/cen-en16931-br-z-10.js.map +0 -1
  2032. package/dist/schematron/de/de-r-001.d.ts +0 -6
  2033. package/dist/schematron/de/de-r-001.d.ts.map +0 -1
  2034. package/dist/schematron/de/de-r-001.js +0 -15
  2035. package/dist/schematron/de/de-r-001.js.map +0 -1
  2036. package/dist/schematron/de/de-r-002.d.ts +0 -6
  2037. package/dist/schematron/de/de-r-002.d.ts.map +0 -1
  2038. package/dist/schematron/de/de-r-002.js +0 -15
  2039. package/dist/schematron/de/de-r-002.js.map +0 -1
  2040. package/dist/schematron/de/de-r-003.d.ts +0 -6
  2041. package/dist/schematron/de/de-r-003.d.ts.map +0 -1
  2042. package/dist/schematron/de/de-r-003.js +0 -16
  2043. package/dist/schematron/de/de-r-003.js.map +0 -1
  2044. package/dist/schematron/de/de-r-004.d.ts +0 -6
  2045. package/dist/schematron/de/de-r-004.d.ts.map +0 -1
  2046. package/dist/schematron/de/de-r-004.js +0 -16
  2047. package/dist/schematron/de/de-r-004.js.map +0 -1
  2048. package/dist/schematron/de/de-r-005.d.ts +0 -6
  2049. package/dist/schematron/de/de-r-005.d.ts.map +0 -1
  2050. package/dist/schematron/de/de-r-005.js +0 -16
  2051. package/dist/schematron/de/de-r-005.js.map +0 -1
  2052. package/dist/schematron/de/de-r-006.d.ts +0 -6
  2053. package/dist/schematron/de/de-r-006.d.ts.map +0 -1
  2054. package/dist/schematron/de/de-r-006.js +0 -16
  2055. package/dist/schematron/de/de-r-006.js.map +0 -1
  2056. package/dist/schematron/de/de-r-007.d.ts +0 -6
  2057. package/dist/schematron/de/de-r-007.d.ts.map +0 -1
  2058. package/dist/schematron/de/de-r-007.js +0 -16
  2059. package/dist/schematron/de/de-r-007.js.map +0 -1
  2060. package/dist/schematron/de/de-r-008.d.ts +0 -6
  2061. package/dist/schematron/de/de-r-008.d.ts.map +0 -1
  2062. package/dist/schematron/de/de-r-008.js +0 -16
  2063. package/dist/schematron/de/de-r-008.js.map +0 -1
  2064. package/dist/schematron/de/de-r-009.d.ts +0 -6
  2065. package/dist/schematron/de/de-r-009.d.ts.map +0 -1
  2066. package/dist/schematron/de/de-r-009.js +0 -16
  2067. package/dist/schematron/de/de-r-009.js.map +0 -1
  2068. package/dist/schematron/de/de-r-010.d.ts +0 -6
  2069. package/dist/schematron/de/de-r-010.d.ts.map +0 -1
  2070. package/dist/schematron/de/de-r-010.js +0 -18
  2071. package/dist/schematron/de/de-r-010.js.map +0 -1
  2072. package/dist/schematron/de/de-r-011.d.ts +0 -6
  2073. package/dist/schematron/de/de-r-011.d.ts.map +0 -1
  2074. package/dist/schematron/de/de-r-011.js +0 -18
  2075. package/dist/schematron/de/de-r-011.js.map +0 -1
  2076. package/dist/schematron/de/de-r-014.d.ts +0 -6
  2077. package/dist/schematron/de/de-r-014.d.ts.map +0 -1
  2078. package/dist/schematron/de/de-r-014.js +0 -16
  2079. package/dist/schematron/de/de-r-014.js.map +0 -1
  2080. package/dist/schematron/de/de-r-015.d.ts +0 -6
  2081. package/dist/schematron/de/de-r-015.d.ts.map +0 -1
  2082. package/dist/schematron/de/de-r-015.js +0 -16
  2083. package/dist/schematron/de/de-r-015.js.map +0 -1
  2084. package/dist/schematron/de/de-r-016.d.ts +0 -6
  2085. package/dist/schematron/de/de-r-016.d.ts.map +0 -1
  2086. package/dist/schematron/de/de-r-016.js +0 -30
  2087. package/dist/schematron/de/de-r-016.js.map +0 -1
  2088. package/dist/schematron/de/de-r-017.d.ts +0 -6
  2089. package/dist/schematron/de/de-r-017.d.ts.map +0 -1
  2090. package/dist/schematron/de/de-r-017.js +0 -26
  2091. package/dist/schematron/de/de-r-017.js.map +0 -1
  2092. package/dist/schematron/de/de-r-018.d.ts +0 -6
  2093. package/dist/schematron/de/de-r-018.d.ts.map +0 -1
  2094. package/dist/schematron/de/de-r-018.js +0 -21
  2095. package/dist/schematron/de/de-r-018.js.map +0 -1
  2096. package/dist/schematron/de/de-r-019.d.ts +0 -6
  2097. package/dist/schematron/de/de-r-019.d.ts.map +0 -1
  2098. package/dist/schematron/de/de-r-019.js +0 -21
  2099. package/dist/schematron/de/de-r-019.js.map +0 -1
  2100. package/dist/schematron/de/de-r-020.d.ts +0 -6
  2101. package/dist/schematron/de/de-r-020.d.ts.map +0 -1
  2102. package/dist/schematron/de/de-r-020.js +0 -21
  2103. package/dist/schematron/de/de-r-020.js.map +0 -1
  2104. package/dist/schematron/de/de-r-022.d.ts +0 -6
  2105. package/dist/schematron/de/de-r-022.d.ts.map +0 -1
  2106. package/dist/schematron/de/de-r-022.js +0 -16
  2107. package/dist/schematron/de/de-r-022.js.map +0 -1
  2108. package/dist/schematron/de/de-r-023-1.d.ts +0 -6
  2109. package/dist/schematron/de/de-r-023-1.d.ts.map +0 -1
  2110. package/dist/schematron/de/de-r-023-1.js +0 -20
  2111. package/dist/schematron/de/de-r-023-1.js.map +0 -1
  2112. package/dist/schematron/de/de-r-023-2.d.ts +0 -6
  2113. package/dist/schematron/de/de-r-023-2.d.ts.map +0 -1
  2114. package/dist/schematron/de/de-r-023-2.js +0 -20
  2115. package/dist/schematron/de/de-r-023-2.js.map +0 -1
  2116. package/dist/schematron/de/de-r-024-1.d.ts +0 -6
  2117. package/dist/schematron/de/de-r-024-1.d.ts.map +0 -1
  2118. package/dist/schematron/de/de-r-024-1.js +0 -24
  2119. package/dist/schematron/de/de-r-024-1.js.map +0 -1
  2120. package/dist/schematron/de/de-r-024-2.d.ts +0 -6
  2121. package/dist/schematron/de/de-r-024-2.d.ts.map +0 -1
  2122. package/dist/schematron/de/de-r-024-2.js +0 -24
  2123. package/dist/schematron/de/de-r-024-2.js.map +0 -1
  2124. package/dist/schematron/de/de-r-025-1.d.ts +0 -6
  2125. package/dist/schematron/de/de-r-025-1.d.ts.map +0 -1
  2126. package/dist/schematron/de/de-r-025-1.js +0 -19
  2127. package/dist/schematron/de/de-r-025-1.js.map +0 -1
  2128. package/dist/schematron/de/de-r-025-2.d.ts +0 -6
  2129. package/dist/schematron/de/de-r-025-2.d.ts.map +0 -1
  2130. package/dist/schematron/de/de-r-025-2.js +0 -19
  2131. package/dist/schematron/de/de-r-025-2.js.map +0 -1
  2132. package/dist/schematron/de/de-r-026.d.ts +0 -6
  2133. package/dist/schematron/de/de-r-026.d.ts.map +0 -1
  2134. package/dist/schematron/de/de-r-026.js +0 -19
  2135. package/dist/schematron/de/de-r-026.js.map +0 -1
  2136. package/dist/schematron/de/de-r-027.d.ts +0 -6
  2137. package/dist/schematron/de/de-r-027.d.ts.map +0 -1
  2138. package/dist/schematron/de/de-r-027.js +0 -17
  2139. package/dist/schematron/de/de-r-027.js.map +0 -1
  2140. package/dist/schematron/de/de-r-028.d.ts +0 -6
  2141. package/dist/schematron/de/de-r-028.d.ts.map +0 -1
  2142. package/dist/schematron/de/de-r-028.js +0 -17
  2143. package/dist/schematron/de/de-r-028.js.map +0 -1
  2144. package/dist/schematron/de/de-r-030.d.ts +0 -6
  2145. package/dist/schematron/de/de-r-030.d.ts.map +0 -1
  2146. package/dist/schematron/de/de-r-030.js +0 -17
  2147. package/dist/schematron/de/de-r-030.js.map +0 -1
  2148. package/dist/schematron/de/de-r-031.d.ts +0 -6
  2149. package/dist/schematron/de/de-r-031.d.ts.map +0 -1
  2150. package/dist/schematron/de/de-r-031.js +0 -19
  2151. package/dist/schematron/de/de-r-031.js.map +0 -1
  2152. package/dist/schematron/dk/dk-r-002.d.ts +0 -6
  2153. package/dist/schematron/dk/dk-r-002.d.ts.map +0 -1
  2154. package/dist/schematron/dk/dk-r-002.js +0 -16
  2155. package/dist/schematron/dk/dk-r-002.js.map +0 -1
  2156. package/dist/schematron/dk/dk-r-003.d.ts +0 -6
  2157. package/dist/schematron/dk/dk-r-003.d.ts.map +0 -1
  2158. package/dist/schematron/dk/dk-r-003.js +0 -25
  2159. package/dist/schematron/dk/dk-r-003.js.map +0 -1
  2160. package/dist/schematron/dk/dk-r-004.d.ts +0 -6
  2161. package/dist/schematron/dk/dk-r-004.d.ts.map +0 -1
  2162. package/dist/schematron/dk/dk-r-004.js +0 -23
  2163. package/dist/schematron/dk/dk-r-004.js.map +0 -1
  2164. package/dist/schematron/dk/dk-r-005.d.ts +0 -6
  2165. package/dist/schematron/dk/dk-r-005.d.ts.map +0 -1
  2166. package/dist/schematron/dk/dk-r-005.js +0 -29
  2167. package/dist/schematron/dk/dk-r-005.js.map +0 -1
  2168. package/dist/schematron/dk/dk-r-006.d.ts +0 -6
  2169. package/dist/schematron/dk/dk-r-006.d.ts.map +0 -1
  2170. package/dist/schematron/dk/dk-r-006.js +0 -22
  2171. package/dist/schematron/dk/dk-r-006.js.map +0 -1
  2172. package/dist/schematron/dk/dk-r-007.d.ts +0 -6
  2173. package/dist/schematron/dk/dk-r-007.d.ts.map +0 -1
  2174. package/dist/schematron/dk/dk-r-007.js +0 -21
  2175. package/dist/schematron/dk/dk-r-007.js.map +0 -1
  2176. package/dist/schematron/dk/dk-r-008.d.ts +0 -6
  2177. package/dist/schematron/dk/dk-r-008.d.ts.map +0 -1
  2178. package/dist/schematron/dk/dk-r-008.js +0 -25
  2179. package/dist/schematron/dk/dk-r-008.js.map +0 -1
  2180. package/dist/schematron/dk/dk-r-009.d.ts +0 -6
  2181. package/dist/schematron/dk/dk-r-009.d.ts.map +0 -1
  2182. package/dist/schematron/dk/dk-r-009.js +0 -21
  2183. package/dist/schematron/dk/dk-r-009.js.map +0 -1
  2184. package/dist/schematron/dk/dk-r-010.d.ts +0 -6
  2185. package/dist/schematron/dk/dk-r-010.d.ts.map +0 -1
  2186. package/dist/schematron/dk/dk-r-010.js +0 -26
  2187. package/dist/schematron/dk/dk-r-010.js.map +0 -1
  2188. package/dist/schematron/dk/dk-r-011.d.ts +0 -6
  2189. package/dist/schematron/dk/dk-r-011.d.ts.map +0 -1
  2190. package/dist/schematron/dk/dk-r-011.js +0 -21
  2191. package/dist/schematron/dk/dk-r-011.js.map +0 -1
  2192. package/dist/schematron/dk/dk-r-013.d.ts +0 -6
  2193. package/dist/schematron/dk/dk-r-013.d.ts.map +0 -1
  2194. package/dist/schematron/dk/dk-r-013.js +0 -19
  2195. package/dist/schematron/dk/dk-r-013.js.map +0 -1
  2196. package/dist/schematron/dk/dk-r-014.d.ts +0 -6
  2197. package/dist/schematron/dk/dk-r-014.d.ts.map +0 -1
  2198. package/dist/schematron/dk/dk-r-014.js +0 -17
  2199. package/dist/schematron/dk/dk-r-014.js.map +0 -1
  2200. package/dist/schematron/dk/dk-r-016.d.ts +0 -6
  2201. package/dist/schematron/dk/dk-r-016.d.ts.map +0 -1
  2202. package/dist/schematron/dk/dk-r-016.js +0 -15
  2203. package/dist/schematron/dk/dk-r-016.js.map +0 -1
  2204. package/dist/schematron/dk/dk-r-017.d.ts +0 -6
  2205. package/dist/schematron/dk/dk-r-017.d.ts.map +0 -1
  2206. package/dist/schematron/dk/dk-r-017.js +0 -17
  2207. package/dist/schematron/dk/dk-r-017.js.map +0 -1
  2208. package/dist/schematron/gr/gr-r-001-1.d.ts +0 -6
  2209. package/dist/schematron/gr/gr-r-001-1.d.ts.map +0 -1
  2210. package/dist/schematron/gr/gr-r-001-1.js +0 -16
  2211. package/dist/schematron/gr/gr-r-001-1.js.map +0 -1
  2212. package/dist/schematron/gr/gr-r-001-2.d.ts +0 -6
  2213. package/dist/schematron/gr/gr-r-001-2.d.ts.map +0 -1
  2214. package/dist/schematron/gr/gr-r-001-2.js +0 -21
  2215. package/dist/schematron/gr/gr-r-001-2.js.map +0 -1
  2216. package/dist/schematron/gr/gr-r-001-3.d.ts +0 -6
  2217. package/dist/schematron/gr/gr-r-001-3.d.ts.map +0 -1
  2218. package/dist/schematron/gr/gr-r-001-3.js +0 -22
  2219. package/dist/schematron/gr/gr-r-001-3.js.map +0 -1
  2220. package/dist/schematron/gr/gr-r-001-4.d.ts +0 -6
  2221. package/dist/schematron/gr/gr-r-001-4.d.ts.map +0 -1
  2222. package/dist/schematron/gr/gr-r-001-4.js +0 -17
  2223. package/dist/schematron/gr/gr-r-001-4.js.map +0 -1
  2224. package/dist/schematron/gr/gr-r-001-5.d.ts +0 -6
  2225. package/dist/schematron/gr/gr-r-001-5.d.ts.map +0 -1
  2226. package/dist/schematron/gr/gr-r-001-5.js +0 -25
  2227. package/dist/schematron/gr/gr-r-001-5.js.map +0 -1
  2228. package/dist/schematron/gr/gr-r-001-6.d.ts +0 -6
  2229. package/dist/schematron/gr/gr-r-001-6.d.ts.map +0 -1
  2230. package/dist/schematron/gr/gr-r-001-6.js +0 -16
  2231. package/dist/schematron/gr/gr-r-001-6.js.map +0 -1
  2232. package/dist/schematron/gr/gr-r-001-7.d.ts +0 -6
  2233. package/dist/schematron/gr/gr-r-001-7.d.ts.map +0 -1
  2234. package/dist/schematron/gr/gr-r-001-7.js +0 -16
  2235. package/dist/schematron/gr/gr-r-001-7.js.map +0 -1
  2236. package/dist/schematron/gr/gr-r-002.d.ts +0 -6
  2237. package/dist/schematron/gr/gr-r-002.d.ts.map +0 -1
  2238. package/dist/schematron/gr/gr-r-002.js +0 -16
  2239. package/dist/schematron/gr/gr-r-002.js.map +0 -1
  2240. package/dist/schematron/gr/gr-r-003.d.ts +0 -6
  2241. package/dist/schematron/gr/gr-r-003.d.ts.map +0 -1
  2242. package/dist/schematron/gr/gr-r-003.js +0 -18
  2243. package/dist/schematron/gr/gr-r-003.js.map +0 -1
  2244. package/dist/schematron/gr/gr-r-004-1.d.ts +0 -6
  2245. package/dist/schematron/gr/gr-r-004-1.d.ts.map +0 -1
  2246. package/dist/schematron/gr/gr-r-004-1.js +0 -16
  2247. package/dist/schematron/gr/gr-r-004-1.js.map +0 -1
  2248. package/dist/schematron/gr/gr-r-004-2.d.ts +0 -6
  2249. package/dist/schematron/gr/gr-r-004-2.d.ts.map +0 -1
  2250. package/dist/schematron/gr/gr-r-004-2.js +0 -16
  2251. package/dist/schematron/gr/gr-r-004-2.js.map +0 -1
  2252. package/dist/schematron/gr/gr-r-005.d.ts +0 -6
  2253. package/dist/schematron/gr/gr-r-005.d.ts.map +0 -1
  2254. package/dist/schematron/gr/gr-r-005.js +0 -16
  2255. package/dist/schematron/gr/gr-r-005.js.map +0 -1
  2256. package/dist/schematron/gr/gr-r-006.d.ts +0 -6
  2257. package/dist/schematron/gr/gr-r-006.d.ts.map +0 -1
  2258. package/dist/schematron/gr/gr-r-006.js +0 -21
  2259. package/dist/schematron/gr/gr-r-006.js.map +0 -1
  2260. package/dist/schematron/gr/gr-r-008-2.d.ts +0 -6
  2261. package/dist/schematron/gr/gr-r-008-2.d.ts.map +0 -1
  2262. package/dist/schematron/gr/gr-r-008-2.js +0 -16
  2263. package/dist/schematron/gr/gr-r-008-2.js.map +0 -1
  2264. package/dist/schematron/gr/gr-r-008-3.d.ts +0 -6
  2265. package/dist/schematron/gr/gr-r-008-3.d.ts.map +0 -1
  2266. package/dist/schematron/gr/gr-r-008-3.js +0 -19
  2267. package/dist/schematron/gr/gr-r-008-3.js.map +0 -1
  2268. package/dist/schematron/gr/gr-r-009.d.ts +0 -6
  2269. package/dist/schematron/gr/gr-r-009.d.ts.map +0 -1
  2270. package/dist/schematron/gr/gr-r-009.js +0 -18
  2271. package/dist/schematron/gr/gr-r-009.js.map +0 -1
  2272. package/dist/schematron/gr/gr-r-010.d.ts +0 -6
  2273. package/dist/schematron/gr/gr-r-010.d.ts.map +0 -1
  2274. package/dist/schematron/gr/gr-r-010.js +0 -19
  2275. package/dist/schematron/gr/gr-r-010.js.map +0 -1
  2276. package/dist/schematron/gr/gr-s-008-1.d.ts +0 -6
  2277. package/dist/schematron/gr/gr-s-008-1.d.ts.map +0 -1
  2278. package/dist/schematron/gr/gr-s-008-1.js +0 -16
  2279. package/dist/schematron/gr/gr-s-008-1.js.map +0 -1
  2280. package/dist/schematron/gr/gr-s-011.d.ts +0 -6
  2281. package/dist/schematron/gr/gr-s-011.d.ts.map +0 -1
  2282. package/dist/schematron/gr/gr-s-011.js +0 -18
  2283. package/dist/schematron/gr/gr-s-011.js.map +0 -1
  2284. package/dist/schematron/helpers.js +0 -382
  2285. package/dist/schematron/helpers.js.map +0 -1
  2286. package/dist/schematron/is/is-r-001.d.ts +0 -6
  2287. package/dist/schematron/is/is-r-001.d.ts.map +0 -1
  2288. package/dist/schematron/is/is-r-001.js +0 -17
  2289. package/dist/schematron/is/is-r-001.js.map +0 -1
  2290. package/dist/schematron/is/is-r-002.d.ts +0 -6
  2291. package/dist/schematron/is/is-r-002.d.ts.map +0 -1
  2292. package/dist/schematron/is/is-r-002.js +0 -16
  2293. package/dist/schematron/is/is-r-002.js.map +0 -1
  2294. package/dist/schematron/is/is-r-003.d.ts +0 -6
  2295. package/dist/schematron/is/is-r-003.d.ts.map +0 -1
  2296. package/dist/schematron/is/is-r-003.js +0 -16
  2297. package/dist/schematron/is/is-r-003.js.map +0 -1
  2298. package/dist/schematron/is/is-r-004.d.ts +0 -6
  2299. package/dist/schematron/is/is-r-004.d.ts.map +0 -1
  2300. package/dist/schematron/is/is-r-004.js +0 -16
  2301. package/dist/schematron/is/is-r-004.js.map +0 -1
  2302. package/dist/schematron/is/is-r-005.d.ts +0 -6
  2303. package/dist/schematron/is/is-r-005.d.ts.map +0 -1
  2304. package/dist/schematron/is/is-r-005.js +0 -16
  2305. package/dist/schematron/is/is-r-005.js.map +0 -1
  2306. package/dist/schematron/is/is-r-006.d.ts +0 -6
  2307. package/dist/schematron/is/is-r-006.d.ts.map +0 -1
  2308. package/dist/schematron/is/is-r-006.js +0 -21
  2309. package/dist/schematron/is/is-r-006.js.map +0 -1
  2310. package/dist/schematron/is/is-r-007.d.ts +0 -6
  2311. package/dist/schematron/is/is-r-007.d.ts.map +0 -1
  2312. package/dist/schematron/is/is-r-007.js +0 -21
  2313. package/dist/schematron/is/is-r-007.js.map +0 -1
  2314. package/dist/schematron/is/is-r-008.d.ts +0 -6
  2315. package/dist/schematron/is/is-r-008.d.ts.map +0 -1
  2316. package/dist/schematron/is/is-r-008.js +0 -22
  2317. package/dist/schematron/is/is-r-008.js.map +0 -1
  2318. package/dist/schematron/is/is-r-009.d.ts +0 -6
  2319. package/dist/schematron/is/is-r-009.d.ts.map +0 -1
  2320. package/dist/schematron/is/is-r-009.js +0 -16
  2321. package/dist/schematron/is/is-r-009.js.map +0 -1
  2322. package/dist/schematron/is/is-r-010.d.ts +0 -6
  2323. package/dist/schematron/is/is-r-010.d.ts.map +0 -1
  2324. package/dist/schematron/is/is-r-010.js +0 -22
  2325. package/dist/schematron/is/is-r-010.js.map +0 -1
  2326. package/dist/schematron/it/it-r-001.d.ts +0 -6
  2327. package/dist/schematron/it/it-r-001.d.ts.map +0 -1
  2328. package/dist/schematron/it/it-r-001.js +0 -16
  2329. package/dist/schematron/it/it-r-001.js.map +0 -1
  2330. package/dist/schematron/it/it-r-002.d.ts +0 -6
  2331. package/dist/schematron/it/it-r-002.d.ts.map +0 -1
  2332. package/dist/schematron/it/it-r-002.js +0 -16
  2333. package/dist/schematron/it/it-r-002.js.map +0 -1
  2334. package/dist/schematron/it/it-r-003.d.ts +0 -6
  2335. package/dist/schematron/it/it-r-003.d.ts.map +0 -1
  2336. package/dist/schematron/it/it-r-003.js +0 -16
  2337. package/dist/schematron/it/it-r-003.js.map +0 -1
  2338. package/dist/schematron/it/it-r-004.d.ts +0 -6
  2339. package/dist/schematron/it/it-r-004.d.ts.map +0 -1
  2340. package/dist/schematron/it/it-r-004.js +0 -16
  2341. package/dist/schematron/it/it-r-004.js.map +0 -1
  2342. package/dist/schematron/nl/nl-r-001.d.ts +0 -6
  2343. package/dist/schematron/nl/nl-r-001.d.ts.map +0 -1
  2344. package/dist/schematron/nl/nl-r-001.js +0 -16
  2345. package/dist/schematron/nl/nl-r-001.js.map +0 -1
  2346. package/dist/schematron/nl/nl-r-002.d.ts +0 -6
  2347. package/dist/schematron/nl/nl-r-002.d.ts.map +0 -1
  2348. package/dist/schematron/nl/nl-r-002.js +0 -16
  2349. package/dist/schematron/nl/nl-r-002.js.map +0 -1
  2350. package/dist/schematron/nl/nl-r-003.d.ts +0 -6
  2351. package/dist/schematron/nl/nl-r-003.d.ts.map +0 -1
  2352. package/dist/schematron/nl/nl-r-003.js +0 -18
  2353. package/dist/schematron/nl/nl-r-003.js.map +0 -1
  2354. package/dist/schematron/nl/nl-r-004.d.ts +0 -6
  2355. package/dist/schematron/nl/nl-r-004.d.ts.map +0 -1
  2356. package/dist/schematron/nl/nl-r-004.js +0 -16
  2357. package/dist/schematron/nl/nl-r-004.js.map +0 -1
  2358. package/dist/schematron/nl/nl-r-005.d.ts +0 -6
  2359. package/dist/schematron/nl/nl-r-005.d.ts.map +0 -1
  2360. package/dist/schematron/nl/nl-r-005.js +0 -18
  2361. package/dist/schematron/nl/nl-r-005.js.map +0 -1
  2362. package/dist/schematron/nl/nl-r-006.d.ts +0 -6
  2363. package/dist/schematron/nl/nl-r-006.d.ts.map +0 -1
  2364. package/dist/schematron/nl/nl-r-006.js +0 -18
  2365. package/dist/schematron/nl/nl-r-006.js.map +0 -1
  2366. package/dist/schematron/nl/nl-r-007.d.ts +0 -6
  2367. package/dist/schematron/nl/nl-r-007.d.ts.map +0 -1
  2368. package/dist/schematron/nl/nl-r-007.js +0 -19
  2369. package/dist/schematron/nl/nl-r-007.js.map +0 -1
  2370. package/dist/schematron/nl/nl-r-008.d.ts +0 -6
  2371. package/dist/schematron/nl/nl-r-008.d.ts.map +0 -1
  2372. package/dist/schematron/nl/nl-r-008.js +0 -24
  2373. package/dist/schematron/nl/nl-r-008.js.map +0 -1
  2374. package/dist/schematron/nl/nl-r-009.d.ts +0 -6
  2375. package/dist/schematron/nl/nl-r-009.d.ts.map +0 -1
  2376. package/dist/schematron/nl/nl-r-009.js +0 -16
  2377. package/dist/schematron/nl/nl-r-009.js.map +0 -1
  2378. package/dist/schematron/no/no-r-001.d.ts +0 -6
  2379. package/dist/schematron/no/no-r-001.d.ts.map +0 -1
  2380. package/dist/schematron/no/no-r-001.js +0 -20
  2381. package/dist/schematron/no/no-r-001.js.map +0 -1
  2382. package/dist/schematron/no/no-r-002.d.ts +0 -6
  2383. package/dist/schematron/no/no-r-002.d.ts.map +0 -1
  2384. package/dist/schematron/no/no-r-002.js +0 -16
  2385. package/dist/schematron/no/no-r-002.js.map +0 -1
  2386. package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts +0 -6
  2387. package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts.map +0 -1
  2388. package/dist/schematron/peppol/cl/peppol-en16931-cl001.js +0 -19
  2389. package/dist/schematron/peppol/cl/peppol-en16931-cl001.js.map +0 -1
  2390. package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts +0 -6
  2391. package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts.map +0 -1
  2392. package/dist/schematron/peppol/cl/peppol-en16931-cl002.js +0 -16
  2393. package/dist/schematron/peppol/cl/peppol-en16931-cl002.js.map +0 -1
  2394. package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts +0 -6
  2395. package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts.map +0 -1
  2396. package/dist/schematron/peppol/cl/peppol-en16931-cl003.js +0 -16
  2397. package/dist/schematron/peppol/cl/peppol-en16931-cl003.js.map +0 -1
  2398. package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts +0 -6
  2399. package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts.map +0 -1
  2400. package/dist/schematron/peppol/cl/peppol-en16931-cl006.js +0 -17
  2401. package/dist/schematron/peppol/cl/peppol-en16931-cl006.js.map +0 -1
  2402. package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts +0 -6
  2403. package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts.map +0 -1
  2404. package/dist/schematron/peppol/cl/peppol-en16931-cl007.js +0 -32
  2405. package/dist/schematron/peppol/cl/peppol-en16931-cl007.js.map +0 -1
  2406. package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts +0 -6
  2407. package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts.map +0 -1
  2408. package/dist/schematron/peppol/cl/peppol-en16931-cl008.js +0 -16
  2409. package/dist/schematron/peppol/cl/peppol-en16931-cl008.js.map +0 -1
  2410. package/dist/schematron/peppol/common/peppol-common-r040.d.ts +0 -6
  2411. package/dist/schematron/peppol/common/peppol-common-r040.d.ts.map +0 -1
  2412. package/dist/schematron/peppol/common/peppol-common-r040.js +0 -18
  2413. package/dist/schematron/peppol/common/peppol-common-r040.js.map +0 -1
  2414. package/dist/schematron/peppol/common/peppol-common-r041.d.ts +0 -6
  2415. package/dist/schematron/peppol/common/peppol-common-r041.d.ts.map +0 -1
  2416. package/dist/schematron/peppol/common/peppol-common-r041.js +0 -18
  2417. package/dist/schematron/peppol/common/peppol-common-r041.js.map +0 -1
  2418. package/dist/schematron/peppol/common/peppol-common-r042.d.ts +0 -6
  2419. package/dist/schematron/peppol/common/peppol-common-r042.d.ts.map +0 -1
  2420. package/dist/schematron/peppol/common/peppol-common-r042.js +0 -21
  2421. package/dist/schematron/peppol/common/peppol-common-r042.js.map +0 -1
  2422. package/dist/schematron/peppol/common/peppol-common-r043.d.ts +0 -6
  2423. package/dist/schematron/peppol/common/peppol-common-r043.d.ts.map +0 -1
  2424. package/dist/schematron/peppol/common/peppol-common-r043.js +0 -18
  2425. package/dist/schematron/peppol/common/peppol-common-r043.js.map +0 -1
  2426. package/dist/schematron/peppol/common/peppol-common-r044.d.ts +0 -6
  2427. package/dist/schematron/peppol/common/peppol-common-r044.d.ts.map +0 -1
  2428. package/dist/schematron/peppol/common/peppol-common-r044.js +0 -17
  2429. package/dist/schematron/peppol/common/peppol-common-r044.js.map +0 -1
  2430. package/dist/schematron/peppol/common/peppol-common-r045.d.ts +0 -6
  2431. package/dist/schematron/peppol/common/peppol-common-r045.d.ts.map +0 -1
  2432. package/dist/schematron/peppol/common/peppol-common-r045.js +0 -17
  2433. package/dist/schematron/peppol/common/peppol-common-r045.js.map +0 -1
  2434. package/dist/schematron/peppol/common/peppol-common-r046.d.ts +0 -6
  2435. package/dist/schematron/peppol/common/peppol-common-r046.d.ts.map +0 -1
  2436. package/dist/schematron/peppol/common/peppol-common-r046.js +0 -17
  2437. package/dist/schematron/peppol/common/peppol-common-r046.js.map +0 -1
  2438. package/dist/schematron/peppol/common/peppol-common-r047.d.ts +0 -6
  2439. package/dist/schematron/peppol/common/peppol-common-r047.d.ts.map +0 -1
  2440. package/dist/schematron/peppol/common/peppol-common-r047.js +0 -17
  2441. package/dist/schematron/peppol/common/peppol-common-r047.js.map +0 -1
  2442. package/dist/schematron/peppol/common/peppol-common-r049.d.ts +0 -6
  2443. package/dist/schematron/peppol/common/peppol-common-r049.d.ts.map +0 -1
  2444. package/dist/schematron/peppol/common/peppol-common-r049.js +0 -17
  2445. package/dist/schematron/peppol/common/peppol-common-r049.js.map +0 -1
  2446. package/dist/schematron/peppol/common/peppol-common-r050.d.ts +0 -6
  2447. package/dist/schematron/peppol/common/peppol-common-r050.d.ts.map +0 -1
  2448. package/dist/schematron/peppol/common/peppol-common-r050.js +0 -18
  2449. package/dist/schematron/peppol/common/peppol-common-r050.js.map +0 -1
  2450. package/dist/schematron/peppol/common/peppol-common-r052.d.ts +0 -6
  2451. package/dist/schematron/peppol/common/peppol-common-r052.d.ts.map +0 -1
  2452. package/dist/schematron/peppol/common/peppol-common-r052.js +0 -16
  2453. package/dist/schematron/peppol/common/peppol-common-r052.js.map +0 -1
  2454. package/dist/schematron/peppol/common/peppol-common-r053.d.ts +0 -6
  2455. package/dist/schematron/peppol/common/peppol-common-r053.d.ts.map +0 -1
  2456. package/dist/schematron/peppol/common/peppol-common-r053.js +0 -16
  2457. package/dist/schematron/peppol/common/peppol-common-r053.js.map +0 -1
  2458. package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts +0 -6
  2459. package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts.map +0 -1
  2460. package/dist/schematron/peppol/f/peppol-en16931-f001.js +0 -26
  2461. package/dist/schematron/peppol/f/peppol-en16931-f001.js.map +0 -1
  2462. package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts +0 -6
  2463. package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts.map +0 -1
  2464. package/dist/schematron/peppol/p/peppol-en16931-p0100.js +0 -46
  2465. package/dist/schematron/peppol/p/peppol-en16931-p0100.js.map +0 -1
  2466. package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts +0 -6
  2467. package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts.map +0 -1
  2468. package/dist/schematron/peppol/p/peppol-en16931-p0101.js +0 -25
  2469. package/dist/schematron/peppol/p/peppol-en16931-p0101.js.map +0 -1
  2470. package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts +0 -6
  2471. package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts.map +0 -1
  2472. package/dist/schematron/peppol/p/peppol-en16931-p0104.js +0 -15
  2473. package/dist/schematron/peppol/p/peppol-en16931-p0104.js.map +0 -1
  2474. package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts +0 -6
  2475. package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts.map +0 -1
  2476. package/dist/schematron/peppol/p/peppol-en16931-p0105.js +0 -15
  2477. package/dist/schematron/peppol/p/peppol-en16931-p0105.js.map +0 -1
  2478. package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts +0 -6
  2479. package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts.map +0 -1
  2480. package/dist/schematron/peppol/p/peppol-en16931-p0106.js +0 -15
  2481. package/dist/schematron/peppol/p/peppol-en16931-p0106.js.map +0 -1
  2482. package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts +0 -6
  2483. package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts.map +0 -1
  2484. package/dist/schematron/peppol/p/peppol-en16931-p0107.js +0 -15
  2485. package/dist/schematron/peppol/p/peppol-en16931-p0107.js.map +0 -1
  2486. package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts +0 -6
  2487. package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts.map +0 -1
  2488. package/dist/schematron/peppol/p/peppol-en16931-p0108.js +0 -15
  2489. package/dist/schematron/peppol/p/peppol-en16931-p0108.js.map +0 -1
  2490. package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts +0 -6
  2491. package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts.map +0 -1
  2492. package/dist/schematron/peppol/p/peppol-en16931-p0109.js +0 -15
  2493. package/dist/schematron/peppol/p/peppol-en16931-p0109.js.map +0 -1
  2494. package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts +0 -6
  2495. package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts.map +0 -1
  2496. package/dist/schematron/peppol/p/peppol-en16931-p0110.js +0 -15
  2497. package/dist/schematron/peppol/p/peppol-en16931-p0110.js.map +0 -1
  2498. package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts +0 -6
  2499. package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts.map +0 -1
  2500. package/dist/schematron/peppol/p/peppol-en16931-p0111.js +0 -15
  2501. package/dist/schematron/peppol/p/peppol-en16931-p0111.js.map +0 -1
  2502. package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts +0 -6
  2503. package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts.map +0 -1
  2504. package/dist/schematron/peppol/p/peppol-en16931-p0112.js +0 -19
  2505. package/dist/schematron/peppol/p/peppol-en16931-p0112.js.map +0 -1
  2506. package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts +0 -9
  2507. package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts.map +0 -1
  2508. package/dist/schematron/peppol/r/peppol-en16931-r001.js +0 -20
  2509. package/dist/schematron/peppol/r/peppol-en16931-r001.js.map +0 -1
  2510. package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts +0 -6
  2511. package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts.map +0 -1
  2512. package/dist/schematron/peppol/r/peppol-en16931-r002.js +0 -15
  2513. package/dist/schematron/peppol/r/peppol-en16931-r002.js.map +0 -1
  2514. package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts +0 -6
  2515. package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts.map +0 -1
  2516. package/dist/schematron/peppol/r/peppol-en16931-r003.js +0 -15
  2517. package/dist/schematron/peppol/r/peppol-en16931-r003.js.map +0 -1
  2518. package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts +0 -6
  2519. package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts.map +0 -1
  2520. package/dist/schematron/peppol/r/peppol-en16931-r004.js +0 -16
  2521. package/dist/schematron/peppol/r/peppol-en16931-r004.js.map +0 -1
  2522. package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts +0 -6
  2523. package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts.map +0 -1
  2524. package/dist/schematron/peppol/r/peppol-en16931-r005.js +0 -15
  2525. package/dist/schematron/peppol/r/peppol-en16931-r005.js.map +0 -1
  2526. package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts +0 -6
  2527. package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts.map +0 -1
  2528. package/dist/schematron/peppol/r/peppol-en16931-r007.js +0 -14
  2529. package/dist/schematron/peppol/r/peppol-en16931-r007.js.map +0 -1
  2530. package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts +0 -6
  2531. package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts.map +0 -1
  2532. package/dist/schematron/peppol/r/peppol-en16931-r008.js +0 -21
  2533. package/dist/schematron/peppol/r/peppol-en16931-r008.js.map +0 -1
  2534. package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts +0 -6
  2535. package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts.map +0 -1
  2536. package/dist/schematron/peppol/r/peppol-en16931-r010.js +0 -15
  2537. package/dist/schematron/peppol/r/peppol-en16931-r010.js.map +0 -1
  2538. package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts +0 -6
  2539. package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts.map +0 -1
  2540. package/dist/schematron/peppol/r/peppol-en16931-r020.js +0 -15
  2541. package/dist/schematron/peppol/r/peppol-en16931-r020.js.map +0 -1
  2542. package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts +0 -6
  2543. package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts.map +0 -1
  2544. package/dist/schematron/peppol/r/peppol-en16931-r040.js +0 -19
  2545. package/dist/schematron/peppol/r/peppol-en16931-r040.js.map +0 -1
  2546. package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts +0 -6
  2547. package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts.map +0 -1
  2548. package/dist/schematron/peppol/r/peppol-en16931-r041.js +0 -15
  2549. package/dist/schematron/peppol/r/peppol-en16931-r041.js.map +0 -1
  2550. package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts +0 -6
  2551. package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts.map +0 -1
  2552. package/dist/schematron/peppol/r/peppol-en16931-r042.js +0 -15
  2553. package/dist/schematron/peppol/r/peppol-en16931-r042.js.map +0 -1
  2554. package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts +0 -6
  2555. package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts.map +0 -1
  2556. package/dist/schematron/peppol/r/peppol-en16931-r043.js +0 -15
  2557. package/dist/schematron/peppol/r/peppol-en16931-r043.js.map +0 -1
  2558. package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts +0 -6
  2559. package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts.map +0 -1
  2560. package/dist/schematron/peppol/r/peppol-en16931-r044.js +0 -15
  2561. package/dist/schematron/peppol/r/peppol-en16931-r044.js.map +0 -1
  2562. package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts +0 -6
  2563. package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts.map +0 -1
  2564. package/dist/schematron/peppol/r/peppol-en16931-r046.js +0 -20
  2565. package/dist/schematron/peppol/r/peppol-en16931-r046.js.map +0 -1
  2566. package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts +0 -6
  2567. package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts.map +0 -1
  2568. package/dist/schematron/peppol/r/peppol-en16931-r051.js +0 -27
  2569. package/dist/schematron/peppol/r/peppol-en16931-r051.js.map +0 -1
  2570. package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts +0 -6
  2571. package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts.map +0 -1
  2572. package/dist/schematron/peppol/r/peppol-en16931-r053.js +0 -15
  2573. package/dist/schematron/peppol/r/peppol-en16931-r053.js.map +0 -1
  2574. package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts +0 -6
  2575. package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts.map +0 -1
  2576. package/dist/schematron/peppol/r/peppol-en16931-r054.js +0 -16
  2577. package/dist/schematron/peppol/r/peppol-en16931-r054.js.map +0 -1
  2578. package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts +0 -6
  2579. package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts.map +0 -1
  2580. package/dist/schematron/peppol/r/peppol-en16931-r055.js +0 -19
  2581. package/dist/schematron/peppol/r/peppol-en16931-r055.js.map +0 -1
  2582. package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts +0 -6
  2583. package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts.map +0 -1
  2584. package/dist/schematron/peppol/r/peppol-en16931-r061.js +0 -20
  2585. package/dist/schematron/peppol/r/peppol-en16931-r061.js.map +0 -1
  2586. package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts +0 -6
  2587. package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts.map +0 -1
  2588. package/dist/schematron/peppol/r/peppol-en16931-r100.js +0 -15
  2589. package/dist/schematron/peppol/r/peppol-en16931-r100.js.map +0 -1
  2590. package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts +0 -6
  2591. package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts.map +0 -1
  2592. package/dist/schematron/peppol/r/peppol-en16931-r101.js +0 -17
  2593. package/dist/schematron/peppol/r/peppol-en16931-r101.js.map +0 -1
  2594. package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts +0 -6
  2595. package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts.map +0 -1
  2596. package/dist/schematron/peppol/r/peppol-en16931-r110.js +0 -20
  2597. package/dist/schematron/peppol/r/peppol-en16931-r110.js.map +0 -1
  2598. package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts +0 -6
  2599. package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts.map +0 -1
  2600. package/dist/schematron/peppol/r/peppol-en16931-r111.js +0 -20
  2601. package/dist/schematron/peppol/r/peppol-en16931-r111.js.map +0 -1
  2602. package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts +0 -6
  2603. package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts.map +0 -1
  2604. package/dist/schematron/peppol/r/peppol-en16931-r120.js +0 -24
  2605. package/dist/schematron/peppol/r/peppol-en16931-r120.js.map +0 -1
  2606. package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts +0 -6
  2607. package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts.map +0 -1
  2608. package/dist/schematron/peppol/r/peppol-en16931-r121.js +0 -18
  2609. package/dist/schematron/peppol/r/peppol-en16931-r121.js.map +0 -1
  2610. package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts +0 -6
  2611. package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts.map +0 -1
  2612. package/dist/schematron/peppol/r/peppol-en16931-r130.js +0 -21
  2613. package/dist/schematron/peppol/r/peppol-en16931-r130.js.map +0 -1
  2614. package/dist/schematron/se/se-r-001.d.ts +0 -6
  2615. package/dist/schematron/se/se-r-001.d.ts.map +0 -1
  2616. package/dist/schematron/se/se-r-001.js +0 -16
  2617. package/dist/schematron/se/se-r-001.js.map +0 -1
  2618. package/dist/schematron/se/se-r-002.d.ts +0 -6
  2619. package/dist/schematron/se/se-r-002.d.ts.map +0 -1
  2620. package/dist/schematron/se/se-r-002.js +0 -16
  2621. package/dist/schematron/se/se-r-002.js.map +0 -1
  2622. package/dist/schematron/se/se-r-003.d.ts +0 -6
  2623. package/dist/schematron/se/se-r-003.d.ts.map +0 -1
  2624. package/dist/schematron/se/se-r-003.js +0 -16
  2625. package/dist/schematron/se/se-r-003.js.map +0 -1
  2626. package/dist/schematron/se/se-r-004.d.ts +0 -6
  2627. package/dist/schematron/se/se-r-004.d.ts.map +0 -1
  2628. package/dist/schematron/se/se-r-004.js +0 -16
  2629. package/dist/schematron/se/se-r-004.js.map +0 -1
  2630. package/dist/schematron/se/se-r-005.d.ts +0 -6
  2631. package/dist/schematron/se/se-r-005.d.ts.map +0 -1
  2632. package/dist/schematron/se/se-r-005.js +0 -17
  2633. package/dist/schematron/se/se-r-005.js.map +0 -1
  2634. package/dist/schematron/se/se-r-006.d.ts +0 -6
  2635. package/dist/schematron/se/se-r-006.d.ts.map +0 -1
  2636. package/dist/schematron/se/se-r-006.js +0 -24
  2637. package/dist/schematron/se/se-r-006.js.map +0 -1
  2638. package/dist/schematron/se/se-r-007.d.ts +0 -6
  2639. package/dist/schematron/se/se-r-007.d.ts.map +0 -1
  2640. package/dist/schematron/se/se-r-007.js +0 -20
  2641. package/dist/schematron/se/se-r-007.js.map +0 -1
  2642. package/dist/schematron/se/se-r-008.d.ts +0 -6
  2643. package/dist/schematron/se/se-r-008.d.ts.map +0 -1
  2644. package/dist/schematron/se/se-r-008.js +0 -20
  2645. package/dist/schematron/se/se-r-008.js.map +0 -1
  2646. package/dist/schematron/se/se-r-009.d.ts +0 -6
  2647. package/dist/schematron/se/se-r-009.d.ts.map +0 -1
  2648. package/dist/schematron/se/se-r-009.js +0 -20
  2649. package/dist/schematron/se/se-r-009.js.map +0 -1
  2650. package/dist/schematron/se/se-r-010.d.ts +0 -6
  2651. package/dist/schematron/se/se-r-010.d.ts.map +0 -1
  2652. package/dist/schematron/se/se-r-010.js +0 -20
  2653. package/dist/schematron/se/se-r-010.js.map +0 -1
  2654. package/dist/schematron/se/se-r-011.d.ts +0 -6
  2655. package/dist/schematron/se/se-r-011.d.ts.map +0 -1
  2656. package/dist/schematron/se/se-r-011.js +0 -19
  2657. package/dist/schematron/se/se-r-011.js.map +0 -1
  2658. package/dist/schematron/se/se-r-012.d.ts +0 -6
  2659. package/dist/schematron/se/se-r-012.d.ts.map +0 -1
  2660. package/dist/schematron/se/se-r-012.js +0 -16
  2661. package/dist/schematron/se/se-r-012.js.map +0 -1
  2662. package/dist/schematron/se/se-r-013.d.ts +0 -6
  2663. package/dist/schematron/se/se-r-013.d.ts.map +0 -1
  2664. package/dist/schematron/se/se-r-013.js +0 -17
  2665. package/dist/schematron/se/se-r-013.js.map +0 -1
  2666. package/dist/schematron/types.d.ts +0 -28
  2667. package/dist/schematron/types.d.ts.map +0 -1
  2668. package/dist/values/additional-document-reference-codes.generated.d.ts +0 -3332
  2669. package/dist/values/additional-document-reference-codes.generated.d.ts.map +0 -1
  2670. package/dist/values/additional-document-reference-codes.generated.js +0 -4149
  2671. package/dist/values/additional-document-reference-codes.generated.js.map +0 -1
  2672. package/dist/values/allowance-charge-reason-codes.generated.d.ts +0 -43
  2673. package/dist/values/allowance-charge-reason-codes.generated.d.ts.map +0 -1
  2674. package/dist/values/allowance-charge-reason-codes.generated.js +0 -61
  2675. package/dist/values/allowance-charge-reason-codes.generated.js.map +0 -1
  2676. package/dist/values/application-response-type-codes.generated.d.ts +0 -27
  2677. package/dist/values/application-response-type-codes.generated.d.ts.map +0 -1
  2678. package/dist/values/application-response-type-codes.generated.js +0 -29
  2679. package/dist/values/application-response-type-codes.generated.js.map +0 -1
  2680. package/dist/values/charge-reason-codes.generated.d.ts +0 -737
  2681. package/dist/values/charge-reason-codes.generated.d.ts.map +0 -1
  2682. package/dist/values/charge-reason-codes.generated.js +0 -914
  2683. package/dist/values/charge-reason-codes.generated.js.map +0 -1
  2684. package/dist/values/country-code.generated.d.ts +0 -275
  2685. package/dist/values/country-code.generated.d.ts.map +0 -1
  2686. package/dist/values/country-code.generated.js +0 -525
  2687. package/dist/values/country-code.generated.js.map +0 -1
  2688. package/dist/values/credit-notes-type-codes.generated.d.ts +0 -44
  2689. package/dist/values/credit-notes-type-codes.generated.d.ts.map +0 -1
  2690. package/dist/values/credit-notes-type-codes.generated.js +0 -48
  2691. package/dist/values/credit-notes-type-codes.generated.js.map +0 -1
  2692. package/dist/values/currency-code.generated.d.ts +0 -203
  2693. package/dist/values/currency-code.generated.d.ts.map +0 -1
  2694. package/dist/values/currency-code.generated.js +0 -381
  2695. package/dist/values/currency-code.generated.js.map +0 -1
  2696. package/dist/values/document-type-codes.generated.d.ts +0 -3172
  2697. package/dist/values/document-type-codes.generated.d.ts.map +0 -1
  2698. package/dist/values/document-type-codes.generated.js +0 -3899
  2699. package/dist/values/document-type-codes.generated.js.map +0 -1
  2700. package/dist/values/document-type.generated.d.ts +0 -1307
  2701. package/dist/values/document-type.generated.d.ts.map +0 -1
  2702. package/dist/values/document-type.generated.js +0 -2425
  2703. package/dist/values/document-type.generated.js.map +0 -1
  2704. package/dist/values/duty-tax-fee-categories.generated.d.ts +0 -68
  2705. package/dist/values/duty-tax-fee-categories.generated.d.ts.map +0 -1
  2706. package/dist/values/duty-tax-fee-categories.generated.js +0 -77
  2707. package/dist/values/duty-tax-fee-categories.generated.js.map +0 -1
  2708. package/dist/values/eas-codes.generated.d.ts +0 -116
  2709. package/dist/values/eas-codes.generated.d.ts.map +0 -1
  2710. package/dist/values/eas-codes.generated.js +0 -209
  2711. package/dist/values/eas-codes.generated.js.map +0 -1
  2712. package/dist/values/icd-codes.generated.d.ts +0 -1229
  2713. package/dist/values/icd-codes.generated.d.ts.map +0 -1
  2714. package/dist/values/icd-codes.generated.js +0 -1468
  2715. package/dist/values/icd-codes.generated.js.map +0 -1
  2716. package/dist/values/invoice-status-codes.generated.d.ts +0 -60
  2717. package/dist/values/invoice-status-codes.generated.d.ts.map +0 -1
  2718. package/dist/values/invoice-status-codes.generated.js +0 -66
  2719. package/dist/values/invoice-status-codes.generated.js.map +0 -1
  2720. package/dist/values/invoice-type-codes.generated.d.ts +0 -137
  2721. package/dist/values/invoice-type-codes.generated.d.ts.map +0 -1
  2722. package/dist/values/invoice-type-codes.generated.js +0 -163
  2723. package/dist/values/invoice-type-codes.generated.js.map +0 -1
  2724. package/dist/values/item-classification-code.generated.d.ts +0 -771
  2725. package/dist/values/item-classification-code.generated.d.ts.map +0 -1
  2726. package/dist/values/item-classification-code.generated.js +0 -955
  2727. package/dist/values/item-classification-code.generated.js.map +0 -1
  2728. package/dist/values/mime-codes.generated.d.ts +0 -30
  2729. package/dist/values/mime-codes.generated.d.ts.map +0 -1
  2730. package/dist/values/mime-codes.generated.js +0 -35
  2731. package/dist/values/mime-codes.generated.js.map +0 -1
  2732. package/dist/values/op-status-action.generated.d.ts +0 -52
  2733. package/dist/values/op-status-action.generated.d.ts.map +0 -1
  2734. package/dist/values/op-status-action.generated.js +0 -58
  2735. package/dist/values/op-status-action.generated.js.map +0 -1
  2736. package/dist/values/op-status-reason.generated.d.ts +0 -81
  2737. package/dist/values/op-status-reason.generated.d.ts.map +0 -1
  2738. package/dist/values/op-status-reason.generated.js +0 -94
  2739. package/dist/values/op-status-reason.generated.js.map +0 -1
  2740. package/dist/values/participant-identifier-schemes.generated.d.ts +0 -1387
  2741. package/dist/values/participant-identifier-schemes.generated.d.ts.map +0 -1
  2742. package/dist/values/participant-identifier-schemes.generated.js +0 -1513
  2743. package/dist/values/participant-identifier-schemes.generated.js.map +0 -1
  2744. package/dist/values/payment-means-codes.generated.d.ts +0 -375
  2745. package/dist/values/payment-means-codes.generated.d.ts.map +0 -1
  2746. package/dist/values/payment-means-codes.generated.js +0 -458
  2747. package/dist/values/payment-means-codes.generated.js.map +0 -1
  2748. package/dist/values/processes.generated.d.ts +0 -30
  2749. package/dist/values/processes.generated.d.ts.map +0 -1
  2750. package/dist/values/processes.generated.js +0 -265
  2751. package/dist/values/processes.generated.js.map +0 -1
  2752. package/dist/values/quantity-unit-codes.generated.d.ts.map +0 -1
  2753. package/dist/values/quantity-unit-codes.generated.js +0 -6712
  2754. package/dist/values/quantity-unit-codes.generated.js.map +0 -1
  2755. package/dist/values/vat-dates.generated.d.ts +0 -27
  2756. package/dist/values/vat-dates.generated.d.ts.map +0 -1
  2757. package/dist/values/vat-dates.generated.js +0 -29
  2758. package/dist/values/vat-dates.generated.js.map +0 -1
  2759. package/dist/values/vatex-codes.generated.d.ts +0 -344
  2760. package/dist/values/vatex-codes.generated.d.ts.map +0 -1
  2761. package/dist/values/vatex-codes.generated.js +0 -431
  2762. package/dist/values/vatex-codes.generated.js.map +0 -1
  2763. package/dist/xml/builder-options.d.ts +0 -16
  2764. package/dist/xml/builder-options.d.ts.map +0 -1
  2765. package/dist/xml/builder-options.js +0 -10
  2766. package/dist/xml/builder-options.js.map +0 -1
  2767. package/dist/xml/common-xml-options.js +0 -18
  2768. package/dist/xml/common-xml-options.js.map +0 -1
  2769. package/dist/xml/parser-options.d.ts +0 -16
  2770. package/dist/xml/parser-options.d.ts.map +0 -1
  2771. package/dist/xml/parser-options.js +0 -7
  2772. package/dist/xml/parser-options.js.map +0 -1
  2773. package/src/effect/values/process-xml-identifier-schema.ts +0 -21
@@ -1,1229 +0,0 @@
1
- //#region src/values/icd-codes.generated.d.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
- export declare 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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
44
- /**
45
- * @description Issuing agency: Ministere De L'interieur et de la Fonction Publique, Belgium.
46
- */
47
- '0008': string;
48
- /**
49
- * @description Issuing agency: DU PONT DE NEMOURS (FRANCE) S.A. France.
50
- */
51
- '0009': string;
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': string;
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': string;
64
- /**
65
- * @description Issuing agency: European Computer Manufacturers Association, SWITZERLAND.
66
- */
67
- '0012': string;
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': string;
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': string;
78
- /**
79
- * @description Issuing agency: Avon Rubber p.l.c. UK.
80
- */
81
- '0015': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
147
- /**
148
- * @description Issuing agency: Styria Federn GmbH, AUSTRIA.
149
- */
150
- '0028': string;
151
- /**
152
- * @description Issuing agency: General Computing Centre of the State, Committee of the USSR on Statistics, U S S R.
153
- */
154
- '0029': string;
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': string;
160
- /**
161
- * @description Notes on Use of Code: To identify EDI partners. Issuing agency: Odette NL, The Netherlands.
162
- */
163
- '0031': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
259
- /**
260
- * @description Notes on Use of Code: Medical Communication Issuing agency: AGFA N.V. BELGIUM.
261
- */
262
- '0051': string;
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': string;
269
- /**
270
- * @description Issuing agency: Migros-Genossenschafts-Bund, Switzerland.
271
- */
272
- '0053': string;
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': string;
278
- /**
279
- * @description Issuing agency: ABB Asea Brown Boveri Ltd, Switzerland.
280
- */
281
- '0055': string;
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': string;
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': string;
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': string;
299
- /**
300
- * @description Issuing agency: DANZAS AG, Switzerland.
301
- */
302
- '0059': string;
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': string;
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': string;
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': string;
319
- /**
320
- * @description Issuing agency: Ascom AG, Switzerland.
321
- */
322
- '0063': string;
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': string;
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': string;
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': string;
339
- /**
340
- * @description Notes on Use of Code: BAKOM - Switzerland. Issuing agency: Zellweger Uster AG, Switzerland.
341
- */
342
- '0067': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
410
- /**
411
- * @description Issuing agency: Federal Office for Communications, Switzerland.
412
- */
413
- '0081': string;
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': string;
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': string;
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': string;
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': string;
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': string;
439
- /**
440
- * @description Issuing agency: National Federartion of Chambers of Commerce & Industry of, Belgium, Belgium.
441
- */
442
- '0087': string;
443
- /**
444
- * @description Issuing agency: EAN International, Belgium.
445
- */
446
- '0088': string;
447
- /**
448
- * @description Issuing agency: The Association of British Chambers of Commerce Ltd., UK.
449
- */
450
- '0089': string;
451
- /**
452
- * @description Issuing agency: Internet Assigned Numbers Authority, USA.
453
- */
454
- '0090': string;
455
- /**
456
- * @description Issuing agency: Cisco Systems, USA.
457
- */
458
- '0091': string;
459
- /**
460
- * @description Issuing agency: Revenue Canada, CANADA.
461
- */
462
- '0093': string;
463
- /**
464
- * @description Issuing agency: Deutscher Industrie -und Handelstag (DIHT), Germany.
465
- */
466
- '0094': string;
467
- /**
468
- * @description Issuing agency: Hewlett - Packard Company, USA.
469
- */
470
- '0095': string;
471
- /**
472
- * @description Issuing agency: Danish Chamber of Commerce, Denmark.
473
- */
474
- '0096': string;
475
- /**
476
- * @description Issuing agency: FTI - Ediforum Italia, ITALY.
477
- */
478
- '0097': string;
479
- /**
480
- * @description Issuing agency: Chamber of Commerce Tel Aviv-Jaffa, ISRAEL.
481
- */
482
- '0098': string;
483
- /**
484
- * @description Issuing agency: Siemens AG, Germany.
485
- */
486
- '0099': string;
487
- /**
488
- * @description Issuing agency: GPT Limited, UK.
489
- */
490
- '0100': string;
491
- /**
492
- * @description Issuing agency: Thawte Consulting, 33 Protea Way, Durbanville 7550, South Africa.
493
- */
494
- '0101': string;
495
- /**
496
- * @description Issuing agency: Hessische Elektrizitats-AG, Germany.
497
- */
498
- '0102': string;
499
- /**
500
- * @description Issuing agency: Tony Holmes, UK.
501
- */
502
- '0104': string;
503
- /**
504
- * @description Issuing agency: Portuguese Chamber of Commerce and Industry, Portugal.
505
- */
506
- '0105': string;
507
- /**
508
- * @description Issuing agency: Vereniging van Kamers van Koophandel en Fabrieken in Nederland Watermolenlaan, The Netherlands.
509
- */
510
- '0106': string;
511
- /**
512
- * @description Issuing agency: Association of Swedish Chambers of Commerce and Industry, Sweden.
513
- */
514
- '0107': string;
515
- /**
516
- * @description Issuing agency: Australian Chambers of Commerce and Industry, Australia.
517
- */
518
- '0108': string;
519
- /**
520
- * @description Issuing agency: BellSouth Corporation, USA.
521
- */
522
- '0109': string;
523
- /**
524
- * @description Issuing agency: Bell Atlantic, USA.
525
- */
526
- '0110': string;
527
- /**
528
- * @description Issuing agency: Institute of Electrical and Electronics Engineers, USA.
529
- */
530
- '0111': string;
531
- /**
532
- * @description Issuing agency: International Organization for Standardization (ISO), SWITZERLAND.
533
- */
534
- '0112': string;
535
- /**
536
- * @description Issuing agency: Origin BV, The Netherlands.
537
- */
538
- '0113': string;
539
- /**
540
- * @description Issuing agency: Check Point Software Technologies Ltd, ISRAEL.
541
- */
542
- '0114': string;
543
- /**
544
- * @description Issuing agency: Pacific Bell, USA.
545
- */
546
- '0115': string;
547
- /**
548
- * @description Issuing agency: PSS (Postal Security Services), FINLAND.
549
- */
550
- '0116': string;
551
- /**
552
- * @description Issuing agency: Stentor Resource Centre Inc., Canada.
553
- */
554
- '0117': string;
555
- /**
556
- * @description Issuing agency: Deutsche Telekom AG, Germany.
557
- */
558
- '0118': string;
559
- /**
560
- * @description Issuing agency: MCI Telecommunications Corporation, Technical Standards Management, USA.
561
- */
562
- '0119': string;
563
- /**
564
- * @description Issuing agency: Advantis, USA.
565
- */
566
- '0120': string;
567
- /**
568
- * @description Issuing agency: Affable Software Corporation, Canada.
569
- */
570
- '0121': string;
571
- /**
572
- * @description Issuing agency: BB-DATA GmbH, Germany.
573
- */
574
- '0122': string;
575
- /**
576
- * @description Issuing agency: BASF Computer Services GmbH, Germany.
577
- */
578
- '0123': string;
579
- /**
580
- * @description Issuing agency: DISC, British Standards Institution, UK.
581
- */
582
- '0124': string;
583
- /**
584
- * @description Issuing agency: Henkel KgaA, Germany.
585
- */
586
- '0125': string;
587
- /**
588
- * @description Issuing agency: GTE, Industry Standards, USA.
589
- */
590
- '0126': string;
591
- /**
592
- * @description Issuing agency: Dresdner Bank AG, Germany.
593
- */
594
- '0127': string;
595
- /**
596
- * @description Issuing agency: Telekurs AG, Switzerland.
597
- */
598
- '0128': string;
599
- /**
600
- * @description Issuing agency: Telekurs AG, Switzerland.
601
- */
602
- '0129': string;
603
- /**
604
- * @description Issuing agency: European Commission, Belgium.
605
- */
606
- '0130': string;
607
- /**
608
- * @description Issuing agency: China National Organization Code Registration Authority, P.R. of China.
609
- */
610
- '0131': string;
611
- /**
612
- * @description Issuing agency: Certicom Corp, U.S.A.
613
- */
614
- '0132': string;
615
- /**
616
- * @description Issuing agency: ISO TC68, Banking and Related Financial Services, USA.
617
- */
618
- '0133': string;
619
- /**
620
- * @description Issuing agency: Infonet NV/SA, Belgium.
621
- */
622
- '0134': string;
623
- /**
624
- * @description Issuing agency: SIA-Società Interbancaria per l'Automazione S.p.A., ITALIA.
625
- */
626
- '0135': string;
627
- /**
628
- * @description Issuing agency: Cable & Wireless Global Business Inc., USA.
629
- */
630
- '0136': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
694
- /**
695
- * @description French taxation authority. Issuing agency: DGI (Direction Générale des Impots), France.
696
- */
697
- '0146': string;
698
- /**
699
- * @description Partner identification code which is registered with JIPDEC/ECPC. Issuing agency: JIPDEC, Japan.
700
- */
701
- '0147': string;
702
- /**
703
- * @description Data Network Identification Codes assigned by the ITU. Issuing agency: ITU (International Telecommunications Union), Switzerland.
704
- */
705
- '0148': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
1032
- /**
1033
- * @description Intended Purpose/App. Area: Identification of Public Authorities. Issuing agency: Koordinierungsstelle für IT-Standards (KoSIT) in Germany.
1034
- */
1035
- '0204': string;
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': string;
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': string;
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': string;
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': string;
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': string;
1068
- /**
1069
- * @description Intended Purpose/App. Area: Electronic Invoicing and e-procurement. Issuing agency: Agenzia delle Entrate, Italy.
1070
- */
1071
- '0210': string;
1072
- /**
1073
- * @description Intended Purpose/App. Area: Electronic Invoicing and e-procurement. Issuing agency: Agenzia delle Entrate, Italy.
1074
- */
1075
- '0211': string;
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': string;
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': string;
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': string;
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': string;
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': string;
1104
- /**
1105
- * @description Intended Purpose/App. Area: Electronic invoicing. Issuing agency: Nederlands Normalisatie Instituut (NEN)
1106
- */
1107
- '0217': string;
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': string;
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': string;
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': string;
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': string;
1134
- /**
1135
- * @description Intended Purpose/App. Area: Database of metadata supporting description of object-data-information-etc. Issuing agency: Farance Inc.
1136
- */
1137
- '0222': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
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': string;
1172
- /**
1173
- * @description Intended Purpose/App. Area: Identifier for organizations. Issuing agency: Malaysia Digital Economy Corporation Sdn Bhd (MDEC)
1174
- */
1175
- '0230': string;
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': string;
1181
- /**
1182
- * @description Intended Purpose/App. Area: . Issuing agency: '
1183
- */
1184
- '0232': string;
1185
- /**
1186
- * @description Elnummer.
1187
- */
1188
- '0233': string;
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': string;
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': string;
1199
- /**
1200
- * @description ToimipaikkalD.
1201
- */
1202
- '0236': string;
1203
- /**
1204
- * @description 'Intended Purpose/App. Area: . Issuing agency: '
1205
- */
1206
- '0237': string;
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': string;
1212
- '0239': string;
1213
- '0240': string;
1214
- '0241': string;
1215
- '0242': string;
1216
- '0243': string;
1217
- '0244': string;
1218
- '0245': string;
1219
- };
1220
- /**
1221
- * @description Keys of {@link icdCodes}.
1222
- */
1223
- export type IcdCodesKeys = '0002' | '0003' | '0004' | '0005' | '0006' | '0007' | '0008' | '0009' | '0010' | '0011' | '0012' | '0013' | '0014' | '0015' | '0016' | '0017' | '0018' | '0019' | '0020' | '0021' | '0022' | '0023' | '0024' | '0025' | '0026' | '0027' | '0028' | '0029' | '0030' | '0031' | '0032' | '0033' | '0034' | '0035' | '0036' | '0037' | '0038' | '0039' | '0040' | '0041' | '0042' | '0043' | '0044' | '0045' | '0046' | '0047' | '0048' | '0049' | '0050' | '0051' | '0052' | '0053' | '0054' | '0055' | '0056' | '0057' | '0058' | '0059' | '0060' | '0061' | '0062' | '0063' | '0064' | '0065' | '0066' | '0067' | '0068' | '0069' | '0070' | '0071' | '0072' | '0073' | '0074' | '0075' | '0076' | '0077' | '0078' | '0079' | '0080' | '0081' | '0082' | '0083' | '0084' | '0085' | '0086' | '0087' | '0088' | '0089' | '0090' | '0091' | '0093' | '0094' | '0095' | '0096' | '0097' | '0098' | '0099' | '0100' | '0101' | '0102' | '0104' | '0105' | '0106' | '0107' | '0108' | '0109' | '0110' | '0111' | '0112' | '0113' | '0114' | '0115' | '0116' | '0117' | '0118' | '0119' | '0120' | '0121' | '0122' | '0123' | '0124' | '0125' | '0126' | '0127' | '0128' | '0129' | '0130' | '0131' | '0132' | '0133' | '0134' | '0135' | '0136' | '0137' | '0138' | '0139' | '0140' | '0141' | '0142' | '0143' | '0144' | '0145' | '0146' | '0147' | '0148' | '0149' | '0150' | '0151' | '0152' | '0153' | '0154' | '0155' | '0156' | '0157' | '0158' | '0159' | '0160' | '0161' | '0162' | '0163' | '0164' | '0165' | '0166' | '0167' | '0168' | '0169' | '0170' | '0171' | '0172' | '0173' | '0174' | '0175' | '0176' | '0177' | '0178' | '0179' | '0180' | '0183' | '0184' | '0185' | '0186' | '0187' | '0188' | '0189' | '0190' | '0191' | '0192' | '0193' | '0194' | '0195' | '0196' | '0197' | '0198' | '0199' | '0200' | '0201' | '0202' | '0203' | '0204' | '0205' | '0206' | '0207' | '0208' | '0209' | '0210' | '0211' | '0212' | '0213' | '0214' | '0215' | '0216' | '0217' | '0218' | '0219' | '0220' | '0221' | '0222' | '0223' | '0224' | '0225' | '0226' | '0227' | '0228' | '0229' | '0230' | '0231' | '0232' | '0233' | '0234' | '0235' | '0236' | '0237' | '0238' | '0239' | '0240' | '0241' | '0242' | '0243' | '0244' | '0245';
1224
- /**
1225
- * @description Keys of {@link icdCodes}.
1226
- */
1227
- export declare const icdCodesKeys: [string, ...string[]];
1228
- //#endregion
1229
- //# sourceMappingURL=icd-codes.generated.d.ts.map