@endevops/peppol-schema 0.1.0-beta.3 → 0.1.0-beta.5

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 (751) hide show
  1. package/README.md +9 -6
  2. package/dist/constants.d.ts +51 -0
  3. package/dist/constants.d.ts.map +1 -0
  4. package/dist/constants.js +48 -0
  5. package/dist/constants.js.map +1 -0
  6. package/dist/eas-codes.generated-D8jjHFij.js.map +1 -1
  7. package/dist/index-CfjMSrpQ.d.ts +3508 -0
  8. package/dist/index-CfjMSrpQ.d.ts.map +1 -0
  9. package/dist/index.d.ts +2 -2613
  10. package/dist/index.js +3121 -1563
  11. package/dist/index.js.map +1 -1
  12. package/dist/invoice-response-code-not-needs-schema-p_RKKNLc.js +18 -0
  13. package/dist/invoice-response-code-not-needs-schema-p_RKKNLc.js.map +1 -0
  14. package/dist/invoice-response-codes.d.ts +11 -0
  15. package/dist/invoice-response-codes.d.ts.map +1 -0
  16. package/dist/invoice-response-codes.js +32 -0
  17. package/dist/invoice-response-codes.js.map +1 -0
  18. package/dist/invoice-status-codes.generated-DL-agLdx.d.ts +24 -0
  19. package/dist/invoice-status-codes.generated-DL-agLdx.d.ts.map +1 -0
  20. package/dist/message-level-response-profile-id-DBpOW91B.js +9 -0
  21. package/dist/message-level-response-profile-id-DBpOW91B.js.map +1 -0
  22. package/dist/peppol-iso-date-string-BXLxzxdz.js +30 -0
  23. package/dist/peppol-iso-date-string-BXLxzxdz.js.map +1 -0
  24. package/dist/schematron.d.ts +408 -365
  25. package/dist/schematron.d.ts.map +1 -1
  26. package/dist/schematron.js +1975 -1501
  27. package/dist/schematron.js.map +1 -1
  28. package/dist/values.d.ts +95 -13218
  29. package/dist/values.d.ts.map +1 -1
  30. package/dist/values.js +1 -1
  31. package/dist/vat-dates.generated-CxFvt7m3.d.ts +68 -0
  32. package/dist/vat-dates.generated-CxFvt7m3.d.ts.map +1 -0
  33. package/dist/{vatex-codes.generated-BSgP3n5t.js → vatex-codes.generated-N7wsUrLh.js} +8 -9
  34. package/dist/vatex-codes.generated-N7wsUrLh.js.map +1 -0
  35. package/package.json +16 -18
  36. package/src/constants/transport-profile.ts +5 -1
  37. package/src/decoders/decode-billing.ts +1 -1
  38. package/src/decoders/decode-credit-note.ts +2 -4
  39. package/src/decoders/decode-invoice-response.ts +15 -37
  40. package/src/decoders/decode-invoice.ts +2 -4
  41. package/src/decoders/decode-message-level-response.ts +21 -48
  42. package/src/decoders/encode-credit-note.ts +1 -1
  43. package/src/decoders/encode-invoice-response.ts +7 -4
  44. package/src/decoders/encode-invoice.ts +1 -1
  45. package/src/decoders/encode-message-level-response.ts +4 -10
  46. package/src/decoders/fields/decode-additional-document-references.ts +1 -1
  47. package/src/decoders/fields/decode-address.ts +1 -1
  48. package/src/decoders/fields/decode-allowance-charges.ts +7 -15
  49. package/src/decoders/fields/decode-amount.ts +2 -2
  50. package/src/decoders/fields/decode-application-response.ts +21 -0
  51. package/src/decoders/fields/decode-billing-references.ts +1 -1
  52. package/src/decoders/fields/decode-contact.ts +1 -1
  53. package/src/decoders/fields/decode-credit-note-lines.ts +7 -15
  54. package/src/decoders/fields/decode-delivery.ts +1 -1
  55. package/src/decoders/fields/decode-electronic-address.ts +1 -1
  56. package/src/decoders/fields/decode-identifier.ts +1 -1
  57. package/src/decoders/fields/decode-invoice-line-period.ts +1 -1
  58. package/src/decoders/fields/decode-invoice-lines.ts +6 -14
  59. package/src/decoders/fields/decode-invoice-message-document-party.ts +2 -2
  60. package/src/decoders/fields/decode-invoice-message-party.ts +1 -6
  61. package/src/decoders/fields/decode-invoice-period.ts +7 -13
  62. package/src/decoders/fields/decode-legal-monetary-total.ts +1 -1
  63. package/src/decoders/fields/decode-line-allowance-charges.ts +7 -14
  64. package/src/decoders/fields/decode-line-price.ts +1 -7
  65. package/src/decoders/fields/decode-line-shared.ts +2 -4
  66. package/src/decoders/fields/decode-message-level-party.ts +1 -1
  67. package/src/decoders/fields/decode-node-list.ts +15 -0
  68. package/src/decoders/fields/decode-order-reference.ts +1 -1
  69. package/src/decoders/fields/decode-parties-tax-scheme.ts +1 -1
  70. package/src/decoders/fields/decode-party-legal-entity.ts +1 -1
  71. package/src/decoders/fields/decode-party-tax-scheme.ts +1 -1
  72. package/src/decoders/fields/decode-party.ts +3 -14
  73. package/src/decoders/fields/decode-payee-party.ts +1 -1
  74. package/src/decoders/fields/decode-payment-means.ts +2 -2
  75. package/src/decoders/fields/decode-payment-terms.ts +1 -1
  76. package/src/decoders/fields/decode-price-allowance-charge.ts +1 -7
  77. package/src/decoders/fields/decode-quantity.ts +1 -6
  78. package/src/decoders/fields/decode-simple-identifier.ts +1 -1
  79. package/src/decoders/fields/decode-tax-category.ts +1 -1
  80. package/src/decoders/fields/decode-tax-representative-party.ts +1 -1
  81. package/src/decoders/fields/decode-tax-totals.ts +2 -2
  82. package/src/decoders/fields/encode-additional-document-references.ts +3 -2
  83. package/src/decoders/fields/encode-address.ts +1 -1
  84. package/src/decoders/fields/encode-allowance-charges.ts +3 -2
  85. package/src/decoders/fields/encode-amount.ts +1 -1
  86. package/src/decoders/fields/encode-billing-references.ts +2 -2
  87. package/src/decoders/fields/encode-contact.ts +1 -1
  88. package/src/decoders/fields/encode-credit-note-lines.ts +2 -2
  89. package/src/decoders/fields/encode-delivery.ts +1 -1
  90. package/src/decoders/fields/encode-identifier.ts +1 -1
  91. package/src/decoders/fields/encode-invoice-line-period.ts +1 -1
  92. package/src/decoders/fields/encode-invoice-lines.ts +2 -2
  93. package/src/decoders/fields/encode-invoice-period.ts +1 -1
  94. package/src/decoders/fields/encode-legal-monetary-total.ts +1 -1
  95. package/src/decoders/fields/encode-line-allowance-charges.ts +2 -2
  96. package/src/decoders/fields/encode-line-price.ts +1 -1
  97. package/src/decoders/fields/encode-line-shared.ts +1 -1
  98. package/src/decoders/fields/encode-message-party.ts +3 -3
  99. package/src/decoders/fields/encode-order-reference.ts +1 -1
  100. package/src/decoders/fields/encode-parties-tax-scheme.ts +1 -1
  101. package/src/decoders/fields/encode-party-tax-scheme.ts +1 -1
  102. package/src/decoders/fields/encode-party.ts +1 -1
  103. package/src/decoders/fields/encode-payee-party.ts +1 -1
  104. package/src/decoders/fields/encode-payment-means.ts +2 -2
  105. package/src/decoders/fields/encode-payment-terms.ts +1 -1
  106. package/src/decoders/fields/encode-price-allowance-charges.ts +1 -1
  107. package/src/decoders/fields/encode-quantity.ts +1 -1
  108. package/src/decoders/fields/encode-tax-category.ts +1 -1
  109. package/src/decoders/fields/encode-tax-representative-party.ts +1 -1
  110. package/src/decoders/fields/encode-tax-totals.ts +4 -4
  111. package/src/helpers/bool.ts +9 -12
  112. package/src/helpers/get-prop.ts +2 -4
  113. package/src/helpers/str-or-und.ts +3 -4
  114. package/src/helpers/str.ts +12 -8
  115. package/src/index.ts +56 -6
  116. package/src/schemas/fields/peppol-additional-document-reference-schema.ts +123 -0
  117. package/src/schemas/fields/peppol-address-schema.ts +112 -0
  118. package/src/schemas/fields/peppol-allowance-charge-schema.ts +104 -0
  119. package/src/schemas/fields/peppol-amount-schema.ts +23 -0
  120. package/src/schemas/fields/peppol-base-line-schema.ts +141 -0
  121. package/src/{effect → schemas}/fields/peppol-billing-reference-schema.ts +25 -20
  122. package/src/schemas/fields/peppol-binary-object-schema.ts +52 -0
  123. package/src/schemas/fields/peppol-contact-schema.ts +20 -0
  124. package/src/schemas/fields/peppol-credit-note-line-schema.ts +44 -0
  125. package/src/schemas/fields/peppol-delivery-schema.ts +109 -0
  126. package/src/schemas/fields/peppol-identifier-schema.ts +21 -0
  127. package/src/schemas/fields/peppol-invoice-line-period-schema.ts +35 -0
  128. package/src/{effect → schemas}/fields/peppol-invoice-line-schema.ts +10 -9
  129. package/src/schemas/fields/peppol-invoice-period-schema.ts +31 -0
  130. package/src/schemas/fields/peppol-item-classification-schema.ts +46 -0
  131. package/src/schemas/fields/peppol-legal-monetary-total-schema.ts +127 -0
  132. package/src/schemas/fields/peppol-line-allowance-charge-schema.ts +68 -0
  133. package/src/schemas/fields/peppol-line-item-schema.ts +196 -0
  134. package/src/schemas/fields/peppol-line-price-allowance-charge-schema.ts +41 -0
  135. package/src/schemas/fields/peppol-line-price-schema.ts +32 -0
  136. package/src/schemas/fields/peppol-order-reference-schema.ts +38 -0
  137. package/src/schemas/fields/peppol-party-base-schema.ts +145 -0
  138. package/src/schemas/fields/peppol-party-legal-entity-schema.ts +32 -0
  139. package/src/schemas/fields/peppol-party-tax-scheme-schema.ts +41 -0
  140. package/src/schemas/fields/peppol-payee-party-schema.ts +119 -0
  141. package/src/schemas/fields/peppol-payment-means-schema.ts +224 -0
  142. package/src/schemas/fields/peppol-payment-terms-schema.ts +25 -0
  143. package/src/schemas/fields/peppol-quantity-schema.ts +22 -0
  144. package/src/schemas/fields/peppol-reference-schema.ts +9 -0
  145. package/src/schemas/fields/peppol-tax-category-schema.ts +47 -0
  146. package/src/schemas/fields/peppol-tax-representative-schema.ts +26 -0
  147. package/src/{effect → schemas}/fields/peppol-tax-subtotal-category-schema.ts +7 -5
  148. package/src/schemas/fields/peppol-tax-subtotal-schema.ts +33 -0
  149. package/src/schemas/fields/peppol-tax-totals-base-schema.ts +28 -0
  150. package/src/schemas/peppol-billing-base-schema.ts +366 -0
  151. package/src/schemas/peppol-credit-note-schema.ts +31 -0
  152. package/src/schemas/peppol-document-response-document-reference-schema.ts +41 -0
  153. package/src/schemas/peppol-document-response-document-schema.ts +38 -0
  154. package/src/schemas/peppol-document-response-line-response-content-schema.ts +49 -0
  155. package/src/schemas/peppol-document-response-line-response-schema.ts +40 -0
  156. package/src/schemas/peppol-document-schema.ts +120 -0
  157. package/src/{effect → schemas}/peppol-invoice-response-document-actual-response-schema.ts +25 -16
  158. package/src/schemas/peppol-invoice-response-document-actual-response-status-schema.ts +63 -0
  159. package/src/schemas/peppol-invoice-response-schema.ts +176 -0
  160. package/src/schemas/peppol-invoice-response-status-reason-code-schema.ts +40 -0
  161. package/src/schemas/peppol-invoice-schema.ts +45 -0
  162. package/src/schemas/peppol-iso-date-string.ts +20 -0
  163. package/src/schemas/peppol-message-level-response-document-response-schema.ts +35 -0
  164. package/src/schemas/peppol-message-level-response-party-schema.ts +20 -0
  165. package/src/schemas/peppol-message-level-response-schema.ts +98 -0
  166. package/src/schemas/utils/format-xsd-time.ts +80 -0
  167. package/src/{effect → schemas}/utils/index.ts +1 -1
  168. package/src/schemas/utils/is-valid-process.ts +1 -1
  169. package/src/schemas/utils/opaque.ts +19 -0
  170. package/src/schemas/utils/peppol-xsd-time-schema.ts +79 -0
  171. package/src/schemas/utils/quantity-unit-code-to-intl-unit.ts +2 -2
  172. package/src/schemas/values/credit-note-type-code-schema.ts +3 -5
  173. package/src/{effect → schemas}/values/currency-code-schema.ts +7 -1
  174. package/src/schemas/values/document-type-schemes-schema.ts +3 -5
  175. package/src/schemas/values/document-type-values-schema.ts +4 -7
  176. package/src/{effect → schemas}/values/duty-tax-fee-category-schema.ts +3 -2
  177. package/src/schemas/values/invoice-type-code-schema.ts +4 -8
  178. package/src/schemas/values/process-from-document-type-schema.ts +10 -12
  179. package/src/schemas/values/quantity-unit-codes-schema.ts +4 -8
  180. package/src/schematron/cen/ae/cen-en16931-br-ae-01.ts +6 -5
  181. package/src/schematron/cen/ae/cen-en16931-br-ae-02.ts +6 -5
  182. package/src/schematron/cen/ae/cen-en16931-br-ae-03.ts +6 -5
  183. package/src/schematron/cen/ae/cen-en16931-br-ae-04.ts +6 -5
  184. package/src/schematron/cen/ae/cen-en16931-br-ae-05.ts +6 -5
  185. package/src/schematron/cen/ae/cen-en16931-br-ae-06.ts +6 -5
  186. package/src/schematron/cen/ae/cen-en16931-br-ae-07.ts +6 -5
  187. package/src/schematron/cen/ae/cen-en16931-br-ae-08.ts +6 -5
  188. package/src/schematron/cen/ae/cen-en16931-br-ae-09.ts +6 -5
  189. package/src/schematron/cen/ae/cen-en16931-br-ae-10.ts +6 -5
  190. package/src/schematron/cen/af/cen-en16931-br-af-01.ts +6 -5
  191. package/src/schematron/cen/af/cen-en16931-br-af-02.ts +6 -5
  192. package/src/schematron/cen/af/cen-en16931-br-af-03.ts +6 -10
  193. package/src/schematron/cen/af/cen-en16931-br-af-04.ts +6 -5
  194. package/src/schematron/cen/af/cen-en16931-br-af-05.ts +6 -5
  195. package/src/schematron/cen/af/cen-en16931-br-af-06.ts +6 -5
  196. package/src/schematron/cen/af/cen-en16931-br-af-07.ts +6 -5
  197. package/src/schematron/cen/af/cen-en16931-br-af-08.ts +6 -5
  198. package/src/schematron/cen/af/cen-en16931-br-af-09.ts +6 -5
  199. package/src/schematron/cen/af/cen-en16931-br-af-10.ts +6 -5
  200. package/src/schematron/cen/ag/cen-en16931-br-ag-01.ts +6 -5
  201. package/src/schematron/cen/ag/cen-en16931-br-ag-02.ts +6 -5
  202. package/src/schematron/cen/ag/cen-en16931-br-ag-03.ts +6 -10
  203. package/src/schematron/cen/ag/cen-en16931-br-ag-04.ts +6 -5
  204. package/src/schematron/cen/ag/cen-en16931-br-ag-05.ts +6 -5
  205. package/src/schematron/cen/ag/cen-en16931-br-ag-06.ts +6 -5
  206. package/src/schematron/cen/ag/cen-en16931-br-ag-07.ts +6 -5
  207. package/src/schematron/cen/ag/cen-en16931-br-ag-08.ts +6 -5
  208. package/src/schematron/cen/ag/cen-en16931-br-ag-09.ts +6 -5
  209. package/src/schematron/cen/ag/cen-en16931-br-ag-10.ts +6 -5
  210. package/src/schematron/cen/b/cen-en16931-br-b-01.ts +6 -5
  211. package/src/schematron/cen/b/cen-en16931-br-b-02.ts +6 -5
  212. package/src/schematron/cen/cen-en16931-br-01.ts +6 -5
  213. package/src/schematron/cen/cen-en16931-br-02.ts +6 -5
  214. package/src/schematron/cen/cen-en16931-br-03.ts +9 -6
  215. package/src/schematron/cen/cen-en16931-br-04.ts +6 -5
  216. package/src/schematron/cen/cen-en16931-br-05.ts +6 -5
  217. package/src/schematron/cen/cen-en16931-br-06.ts +6 -5
  218. package/src/schematron/cen/cen-en16931-br-07.ts +6 -5
  219. package/src/schematron/cen/cen-en16931-br-08.ts +6 -5
  220. package/src/schematron/cen/cen-en16931-br-09.ts +6 -5
  221. package/src/schematron/cen/cen-en16931-br-10.ts +6 -5
  222. package/src/schematron/cen/cen-en16931-br-11.ts +6 -5
  223. package/src/schematron/cen/cen-en16931-br-12.ts +6 -5
  224. package/src/schematron/cen/cen-en16931-br-13.ts +6 -5
  225. package/src/schematron/cen/cen-en16931-br-14.ts +6 -5
  226. package/src/schematron/cen/cen-en16931-br-15.ts +6 -5
  227. package/src/schematron/cen/cen-en16931-br-16.ts +6 -5
  228. package/src/schematron/cen/cen-en16931-br-17.ts +6 -5
  229. package/src/schematron/cen/cen-en16931-br-18.ts +6 -5
  230. package/src/schematron/cen/cen-en16931-br-19.ts +6 -5
  231. package/src/schematron/cen/cen-en16931-br-20.ts +6 -5
  232. package/src/schematron/cen/cen-en16931-br-21.ts +6 -5
  233. package/src/schematron/cen/cen-en16931-br-22.ts +6 -5
  234. package/src/schematron/cen/cen-en16931-br-23.ts +6 -5
  235. package/src/schematron/cen/cen-en16931-br-24.ts +6 -5
  236. package/src/schematron/cen/cen-en16931-br-25.ts +6 -5
  237. package/src/schematron/cen/cen-en16931-br-26.ts +6 -5
  238. package/src/schematron/cen/cen-en16931-br-27.ts +6 -5
  239. package/src/schematron/cen/cen-en16931-br-28.ts +6 -5
  240. package/src/schematron/cen/cen-en16931-br-29.ts +6 -5
  241. package/src/schematron/cen/cen-en16931-br-30.ts +6 -5
  242. package/src/schematron/cen/cen-en16931-br-31.ts +6 -5
  243. package/src/schematron/cen/cen-en16931-br-32.ts +6 -5
  244. package/src/schematron/cen/cen-en16931-br-33.ts +6 -5
  245. package/src/schematron/cen/cen-en16931-br-36.ts +6 -5
  246. package/src/schematron/cen/cen-en16931-br-37.ts +6 -5
  247. package/src/schematron/cen/cen-en16931-br-38.ts +6 -5
  248. package/src/schematron/cen/cen-en16931-br-41.ts +6 -5
  249. package/src/schematron/cen/cen-en16931-br-42.ts +6 -5
  250. package/src/schematron/cen/cen-en16931-br-43.ts +6 -5
  251. package/src/schematron/cen/cen-en16931-br-44.ts +6 -5
  252. package/src/schematron/cen/cen-en16931-br-45.ts +6 -5
  253. package/src/schematron/cen/cen-en16931-br-46.ts +6 -5
  254. package/src/schematron/cen/cen-en16931-br-47.ts +6 -5
  255. package/src/schematron/cen/cen-en16931-br-48.ts +6 -5
  256. package/src/schematron/cen/cen-en16931-br-49.ts +6 -5
  257. package/src/schematron/cen/cen-en16931-br-50.ts +6 -5
  258. package/src/schematron/cen/cen-en16931-br-51.ts +6 -5
  259. package/src/schematron/cen/cen-en16931-br-52.ts +6 -5
  260. package/src/schematron/cen/cen-en16931-br-53.ts +6 -5
  261. package/src/schematron/cen/cen-en16931-br-54.ts +6 -5
  262. package/src/schematron/cen/cen-en16931-br-55.ts +6 -5
  263. package/src/schematron/cen/cen-en16931-br-56.ts +6 -5
  264. package/src/schematron/cen/cen-en16931-br-57.ts +6 -5
  265. package/src/schematron/cen/cen-en16931-br-61.ts +6 -5
  266. package/src/schematron/cen/cen-en16931-br-62.ts +6 -5
  267. package/src/schematron/cen/cen-en16931-br-63.ts +6 -5
  268. package/src/schematron/cen/cen-en16931-br-64.ts +6 -5
  269. package/src/schematron/cen/cen-en16931-br-65.ts +6 -5
  270. package/src/schematron/cen/cl/cen-en16931-br-cl-08.ts +6 -5
  271. package/src/schematron/cen/co/cen-en16931-br-co-03.ts +6 -5
  272. package/src/schematron/cen/co/cen-en16931-br-co-04.ts +6 -5
  273. package/src/schematron/cen/co/cen-en16931-br-co-05.ts +6 -5
  274. package/src/schematron/cen/co/cen-en16931-br-co-06.ts +6 -5
  275. package/src/schematron/cen/co/cen-en16931-br-co-07.ts +6 -5
  276. package/src/schematron/cen/co/cen-en16931-br-co-08.ts +6 -5
  277. package/src/schematron/cen/co/cen-en16931-br-co-09.ts +6 -5
  278. package/src/schematron/cen/co/cen-en16931-br-co-10.ts +6 -5
  279. package/src/schematron/cen/co/cen-en16931-br-co-11.ts +6 -5
  280. package/src/schematron/cen/co/cen-en16931-br-co-12.ts +6 -5
  281. package/src/schematron/cen/co/cen-en16931-br-co-13.ts +6 -5
  282. package/src/schematron/cen/co/cen-en16931-br-co-14.ts +6 -5
  283. package/src/schematron/cen/co/cen-en16931-br-co-15.ts +6 -5
  284. package/src/schematron/cen/co/cen-en16931-br-co-16.ts +6 -5
  285. package/src/schematron/cen/co/cen-en16931-br-co-17.ts +6 -5
  286. package/src/schematron/cen/co/cen-en16931-br-co-18.ts +6 -5
  287. package/src/schematron/cen/co/cen-en16931-br-co-19.ts +6 -5
  288. package/src/schematron/cen/co/cen-en16931-br-co-20.ts +6 -5
  289. package/src/schematron/cen/co/cen-en16931-br-co-21.ts +6 -5
  290. package/src/schematron/cen/co/cen-en16931-br-co-22.ts +6 -5
  291. package/src/schematron/cen/co/cen-en16931-br-co-23.ts +6 -5
  292. package/src/schematron/cen/co/cen-en16931-br-co-24.ts +6 -5
  293. package/src/schematron/cen/co/cen-en16931-br-co-25.ts +6 -5
  294. package/src/schematron/cen/co/cen-en16931-br-co-26.ts +6 -5
  295. package/src/schematron/cen/dec/cen-en16931-br-dec-01.ts +6 -5
  296. package/src/schematron/cen/dec/cen-en16931-br-dec-02.ts +6 -5
  297. package/src/schematron/cen/dec/cen-en16931-br-dec-05.ts +6 -5
  298. package/src/schematron/cen/dec/cen-en16931-br-dec-06.ts +6 -5
  299. package/src/schematron/cen/dec/cen-en16931-br-dec-09.ts +6 -5
  300. package/src/schematron/cen/dec/cen-en16931-br-dec-10.ts +6 -5
  301. package/src/schematron/cen/dec/cen-en16931-br-dec-11.ts +6 -5
  302. package/src/schematron/cen/dec/cen-en16931-br-dec-12.ts +6 -5
  303. package/src/schematron/cen/dec/cen-en16931-br-dec-13.ts +6 -5
  304. package/src/schematron/cen/dec/cen-en16931-br-dec-14.ts +6 -5
  305. package/src/schematron/cen/dec/cen-en16931-br-dec-15.ts +6 -5
  306. package/src/schematron/cen/dec/cen-en16931-br-dec-16.ts +6 -5
  307. package/src/schematron/cen/dec/cen-en16931-br-dec-17.ts +6 -5
  308. package/src/schematron/cen/dec/cen-en16931-br-dec-18.ts +6 -5
  309. package/src/schematron/cen/dec/cen-en16931-br-dec-19.ts +6 -5
  310. package/src/schematron/cen/dec/cen-en16931-br-dec-20.ts +6 -5
  311. package/src/schematron/cen/dec/cen-en16931-br-dec-23.ts +6 -5
  312. package/src/schematron/cen/dec/cen-en16931-br-dec-24.ts +6 -5
  313. package/src/schematron/cen/dec/cen-en16931-br-dec-25.ts +6 -5
  314. package/src/schematron/cen/dec/cen-en16931-br-dec-27.ts +6 -5
  315. package/src/schematron/cen/dec/cen-en16931-br-dec-28.ts +6 -5
  316. package/src/schematron/cen/e/cen-en16931-br-e-01.ts +6 -5
  317. package/src/schematron/cen/e/cen-en16931-br-e-02.ts +6 -5
  318. package/src/schematron/cen/e/cen-en16931-br-e-03.ts +6 -10
  319. package/src/schematron/cen/e/cen-en16931-br-e-04.ts +6 -5
  320. package/src/schematron/cen/e/cen-en16931-br-e-05.ts +6 -5
  321. package/src/schematron/cen/e/cen-en16931-br-e-06.ts +6 -5
  322. package/src/schematron/cen/e/cen-en16931-br-e-07.ts +6 -5
  323. package/src/schematron/cen/e/cen-en16931-br-e-08.ts +6 -5
  324. package/src/schematron/cen/e/cen-en16931-br-e-09.ts +6 -5
  325. package/src/schematron/cen/e/cen-en16931-br-e-10.ts +6 -5
  326. package/src/schematron/cen/g/cen-en16931-br-g-01.ts +6 -5
  327. package/src/schematron/cen/g/cen-en16931-br-g-02.ts +6 -5
  328. package/src/schematron/cen/g/cen-en16931-br-g-03.ts +6 -5
  329. package/src/schematron/cen/g/cen-en16931-br-g-04.ts +6 -5
  330. package/src/schematron/cen/g/cen-en16931-br-g-05.ts +6 -5
  331. package/src/schematron/cen/g/cen-en16931-br-g-06.ts +6 -5
  332. package/src/schematron/cen/g/cen-en16931-br-g-07.ts +6 -5
  333. package/src/schematron/cen/g/cen-en16931-br-g-08.ts +6 -5
  334. package/src/schematron/cen/g/cen-en16931-br-g-09.ts +6 -5
  335. package/src/schematron/cen/g/cen-en16931-br-g-10.ts +6 -5
  336. package/src/schematron/cen/ic/cen-en16931-br-ic-01.ts +6 -5
  337. package/src/schematron/cen/ic/cen-en16931-br-ic-02.ts +6 -5
  338. package/src/schematron/cen/ic/cen-en16931-br-ic-03.ts +6 -5
  339. package/src/schematron/cen/ic/cen-en16931-br-ic-04.ts +6 -5
  340. package/src/schematron/cen/ic/cen-en16931-br-ic-05.ts +6 -5
  341. package/src/schematron/cen/ic/cen-en16931-br-ic-06.ts +6 -5
  342. package/src/schematron/cen/ic/cen-en16931-br-ic-07.ts +6 -5
  343. package/src/schematron/cen/ic/cen-en16931-br-ic-08.ts +6 -5
  344. package/src/schematron/cen/ic/cen-en16931-br-ic-09.ts +6 -5
  345. package/src/schematron/cen/ic/cen-en16931-br-ic-10.ts +6 -5
  346. package/src/schematron/cen/ic/cen-en16931-br-ic-11.ts +6 -5
  347. package/src/schematron/cen/ic/cen-en16931-br-ic-12.ts +6 -5
  348. package/src/schematron/cen/o/cen-en16931-br-o-01.ts +6 -5
  349. package/src/schematron/cen/o/cen-en16931-br-o-02.ts +6 -5
  350. package/src/schematron/cen/o/cen-en16931-br-o-03.ts +6 -5
  351. package/src/schematron/cen/o/cen-en16931-br-o-04.ts +6 -5
  352. package/src/schematron/cen/o/cen-en16931-br-o-05.ts +6 -5
  353. package/src/schematron/cen/o/cen-en16931-br-o-06.ts +6 -5
  354. package/src/schematron/cen/o/cen-en16931-br-o-07.ts +6 -5
  355. package/src/schematron/cen/o/cen-en16931-br-o-08.ts +6 -5
  356. package/src/schematron/cen/o/cen-en16931-br-o-09.ts +6 -5
  357. package/src/schematron/cen/o/cen-en16931-br-o-10.ts +6 -5
  358. package/src/schematron/cen/o/cen-en16931-br-o-11.ts +6 -5
  359. package/src/schematron/cen/o/cen-en16931-br-o-12.ts +6 -5
  360. package/src/schematron/cen/o/cen-en16931-br-o-13.ts +6 -5
  361. package/src/schematron/cen/o/cen-en16931-br-o-14.ts +6 -5
  362. package/src/schematron/cen/s/cen-en16931-br-s-01.ts +6 -5
  363. package/src/schematron/cen/s/cen-en16931-br-s-02.ts +6 -5
  364. package/src/schematron/cen/s/cen-en16931-br-s-03.ts +6 -10
  365. package/src/schematron/cen/s/cen-en16931-br-s-04.ts +6 -5
  366. package/src/schematron/cen/s/cen-en16931-br-s-05.ts +6 -5
  367. package/src/schematron/cen/s/cen-en16931-br-s-06.ts +6 -5
  368. package/src/schematron/cen/s/cen-en16931-br-s-07.ts +6 -5
  369. package/src/schematron/cen/s/cen-en16931-br-s-08.ts +6 -5
  370. package/src/schematron/cen/s/cen-en16931-br-s-09.ts +6 -5
  371. package/src/schematron/cen/s/cen-en16931-br-s-10.ts +6 -5
  372. package/src/schematron/cen/z/cen-en16931-br-z-01.ts +6 -5
  373. package/src/schematron/cen/z/cen-en16931-br-z-02.ts +6 -5
  374. package/src/schematron/cen/z/cen-en16931-br-z-03.ts +6 -10
  375. package/src/schematron/cen/z/cen-en16931-br-z-04.ts +6 -5
  376. package/src/schematron/cen/z/cen-en16931-br-z-05.ts +6 -5
  377. package/src/schematron/cen/z/cen-en16931-br-z-06.ts +6 -5
  378. package/src/schematron/cen/z/cen-en16931-br-z-07.ts +6 -5
  379. package/src/schematron/cen/z/cen-en16931-br-z-08.ts +6 -5
  380. package/src/schematron/cen/z/cen-en16931-br-z-09.ts +6 -5
  381. package/src/schematron/cen/z/cen-en16931-br-z-10.ts +6 -5
  382. package/src/schematron/de/de-r-001.ts +8 -7
  383. package/src/schematron/de/de-r-002.ts +8 -7
  384. package/src/schematron/de/de-r-003.ts +8 -7
  385. package/src/schematron/de/de-r-004.ts +8 -7
  386. package/src/schematron/de/de-r-005.ts +8 -7
  387. package/src/schematron/de/de-r-006.ts +8 -7
  388. package/src/schematron/de/de-r-007.ts +8 -7
  389. package/src/schematron/de/de-r-008.ts +8 -7
  390. package/src/schematron/de/de-r-009.ts +8 -7
  391. package/src/schematron/de/de-r-010.ts +9 -8
  392. package/src/schematron/de/de-r-011.ts +9 -8
  393. package/src/schematron/de/de-r-014.ts +8 -7
  394. package/src/schematron/de/de-r-015.ts +8 -7
  395. package/src/schematron/de/de-r-016.ts +9 -8
  396. package/src/schematron/de/de-r-017.ts +8 -7
  397. package/src/schematron/de/de-r-018.ts +10 -9
  398. package/src/schematron/de/de-r-019.ts +8 -7
  399. package/src/schematron/de/de-r-020.ts +8 -7
  400. package/src/schematron/de/de-r-022.ts +8 -7
  401. package/src/schematron/de/de-r-023-1.ts +8 -7
  402. package/src/schematron/de/de-r-023-2.ts +8 -7
  403. package/src/schematron/de/de-r-024-1.ts +8 -7
  404. package/src/schematron/de/de-r-024-2.ts +8 -7
  405. package/src/schematron/de/de-r-025-1.ts +8 -7
  406. package/src/schematron/de/de-r-025-2.ts +8 -7
  407. package/src/schematron/de/de-r-026.ts +9 -8
  408. package/src/schematron/de/de-r-027.ts +8 -7
  409. package/src/schematron/de/de-r-028.ts +8 -7
  410. package/src/schematron/de/de-r-030.ts +9 -8
  411. package/src/schematron/de/de-r-031.ts +8 -7
  412. package/src/schematron/dk/dk-r-002.ts +7 -6
  413. package/src/schematron/dk/dk-r-003.ts +8 -7
  414. package/src/schematron/dk/dk-r-004.ts +8 -7
  415. package/src/schematron/dk/dk-r-005.ts +8 -7
  416. package/src/schematron/dk/dk-r-006.ts +8 -7
  417. package/src/schematron/dk/dk-r-007.ts +8 -7
  418. package/src/schematron/dk/dk-r-008.ts +8 -7
  419. package/src/schematron/dk/dk-r-009.ts +8 -7
  420. package/src/schematron/dk/dk-r-010.ts +8 -7
  421. package/src/schematron/dk/dk-r-011.ts +8 -7
  422. package/src/schematron/dk/dk-r-013.ts +8 -7
  423. package/src/schematron/dk/dk-r-014.ts +7 -6
  424. package/src/schematron/dk/dk-r-016.ts +8 -7
  425. package/src/schematron/dk/dk-r-017.ts +8 -7
  426. package/src/schematron/errors.ts +17 -0
  427. package/src/schematron/gr/gr-r-001-1.ts +7 -6
  428. package/src/schematron/gr/gr-r-001-2.ts +8 -7
  429. package/src/schematron/gr/gr-r-001-3.ts +14 -9
  430. package/src/schematron/gr/gr-r-001-4.ts +8 -7
  431. package/src/schematron/gr/gr-r-001-5.ts +8 -7
  432. package/src/schematron/gr/gr-r-001-6.ts +7 -6
  433. package/src/schematron/gr/gr-r-001-7.ts +7 -6
  434. package/src/schematron/gr/gr-r-002.ts +7 -6
  435. package/src/schematron/gr/gr-r-003.ts +8 -7
  436. package/src/schematron/gr/gr-r-004-1.ts +7 -6
  437. package/src/schematron/gr/gr-r-004-2.ts +7 -6
  438. package/src/schematron/gr/gr-r-005.ts +7 -6
  439. package/src/schematron/gr/gr-r-006.ts +8 -7
  440. package/src/schematron/gr/gr-r-008-2.ts +7 -6
  441. package/src/schematron/gr/gr-r-008-3.ts +7 -6
  442. package/src/schematron/gr/gr-r-009.ts +7 -6
  443. package/src/schematron/gr/gr-r-010.ts +7 -6
  444. package/src/schematron/gr/gr-s-008-1.ts +7 -6
  445. package/src/schematron/gr/gr-s-011.ts +8 -7
  446. package/src/schematron/helpers.ts +36 -11
  447. package/src/schematron/index.ts +6 -1
  448. package/src/schematron/is/is-r-001.ts +7 -6
  449. package/src/schematron/is/is-r-002.ts +7 -6
  450. package/src/schematron/is/is-r-003.ts +7 -6
  451. package/src/schematron/is/is-r-004.ts +7 -6
  452. package/src/schematron/is/is-r-005.ts +7 -6
  453. package/src/schematron/is/is-r-006.ts +8 -7
  454. package/src/schematron/is/is-r-007.ts +8 -7
  455. package/src/schematron/is/is-r-008.ts +8 -7
  456. package/src/schematron/is/is-r-009.ts +8 -7
  457. package/src/schematron/is/is-r-010.ts +9 -8
  458. package/src/schematron/it/it-r-001.ts +7 -6
  459. package/src/schematron/it/it-r-002.ts +7 -6
  460. package/src/schematron/it/it-r-003.ts +7 -6
  461. package/src/schematron/it/it-r-004.ts +7 -6
  462. package/src/schematron/nl/nl-r-001.ts +7 -6
  463. package/src/schematron/nl/nl-r-002.ts +7 -6
  464. package/src/schematron/nl/nl-r-003.ts +8 -7
  465. package/src/schematron/nl/nl-r-004.ts +7 -6
  466. package/src/schematron/nl/nl-r-005.ts +8 -7
  467. package/src/schematron/nl/nl-r-006.ts +8 -7
  468. package/src/schematron/nl/nl-r-007.ts +8 -7
  469. package/src/schematron/nl/nl-r-008.ts +7 -6
  470. package/src/schematron/nl/nl-r-009.ts +8 -7
  471. package/src/schematron/no/no-r-001.ts +8 -7
  472. package/src/schematron/no/no-r-002.ts +7 -6
  473. package/src/schematron/peppol/cl/peppol-en16931-cl001.ts +6 -5
  474. package/src/schematron/peppol/cl/peppol-en16931-cl002.ts +6 -5
  475. package/src/schematron/peppol/cl/peppol-en16931-cl003.ts +6 -5
  476. package/src/schematron/peppol/cl/peppol-en16931-cl006.ts +7 -6
  477. package/src/schematron/peppol/cl/peppol-en16931-cl007.ts +6 -5
  478. package/src/schematron/peppol/cl/peppol-en16931-cl008.ts +6 -5
  479. package/src/schematron/peppol/common/peppol-common-r040.ts +6 -5
  480. package/src/schematron/peppol/common/peppol-common-r041.ts +6 -5
  481. package/src/schematron/peppol/common/peppol-common-r042.ts +6 -5
  482. package/src/schematron/peppol/common/peppol-common-r043.ts +6 -5
  483. package/src/schematron/peppol/common/peppol-common-r044.ts +6 -5
  484. package/src/schematron/peppol/common/peppol-common-r045.ts +6 -5
  485. package/src/schematron/peppol/common/peppol-common-r046.ts +6 -5
  486. package/src/schematron/peppol/common/peppol-common-r047.ts +6 -5
  487. package/src/schematron/peppol/common/peppol-common-r049.ts +6 -5
  488. package/src/schematron/peppol/common/peppol-common-r050.ts +6 -5
  489. package/src/schematron/peppol/common/peppol-common-r052.ts +6 -5
  490. package/src/schematron/peppol/common/peppol-common-r053.ts +6 -5
  491. package/src/schematron/peppol/f/peppol-en16931-f001.ts +20 -13
  492. package/src/schematron/peppol/p/peppol-en16931-p0100.ts +8 -7
  493. package/src/schematron/peppol/p/peppol-en16931-p0101.ts +8 -7
  494. package/src/schematron/peppol/p/peppol-en16931-p0104.ts +6 -5
  495. package/src/schematron/peppol/p/peppol-en16931-p0105.ts +6 -5
  496. package/src/schematron/peppol/p/peppol-en16931-p0106.ts +6 -5
  497. package/src/schematron/peppol/p/peppol-en16931-p0107.ts +6 -5
  498. package/src/schematron/peppol/p/peppol-en16931-p0108.ts +6 -5
  499. package/src/schematron/peppol/p/peppol-en16931-p0109.ts +6 -5
  500. package/src/schematron/peppol/p/peppol-en16931-p0110.ts +6 -5
  501. package/src/schematron/peppol/p/peppol-en16931-p0111.ts +6 -5
  502. package/src/schematron/peppol/p/peppol-en16931-p0112.ts +7 -6
  503. package/src/schematron/peppol/r/peppol-en16931-r001.ts +11 -13
  504. package/src/schematron/peppol/r/peppol-en16931-r002.ts +6 -5
  505. package/src/schematron/peppol/r/peppol-en16931-r003.ts +6 -5
  506. package/src/schematron/peppol/r/peppol-en16931-r004.ts +6 -5
  507. package/src/schematron/peppol/r/peppol-en16931-r005.ts +7 -6
  508. package/src/schematron/peppol/r/peppol-en16931-r007.ts +6 -5
  509. package/src/schematron/peppol/r/peppol-en16931-r008.ts +6 -5
  510. package/src/schematron/peppol/r/peppol-en16931-r010.ts +6 -5
  511. package/src/schematron/peppol/r/peppol-en16931-r020.ts +6 -5
  512. package/src/schematron/peppol/r/peppol-en16931-r040.ts +6 -5
  513. package/src/schematron/peppol/r/peppol-en16931-r041.ts +6 -5
  514. package/src/schematron/peppol/r/peppol-en16931-r042.ts +6 -5
  515. package/src/schematron/peppol/r/peppol-en16931-r043.ts +6 -5
  516. package/src/schematron/peppol/r/peppol-en16931-r044.ts +6 -5
  517. package/src/schematron/peppol/r/peppol-en16931-r046.ts +6 -5
  518. package/src/schematron/peppol/r/peppol-en16931-r051.ts +6 -5
  519. package/src/schematron/peppol/r/peppol-en16931-r053.ts +6 -5
  520. package/src/schematron/peppol/r/peppol-en16931-r054.ts +6 -5
  521. package/src/schematron/peppol/r/peppol-en16931-r055.ts +8 -7
  522. package/src/schematron/peppol/r/peppol-en16931-r061.ts +6 -5
  523. package/src/schematron/peppol/r/peppol-en16931-r100.ts +6 -5
  524. package/src/schematron/peppol/r/peppol-en16931-r101.ts +6 -5
  525. package/src/schematron/peppol/r/peppol-en16931-r110.ts +7 -6
  526. package/src/schematron/peppol/r/peppol-en16931-r111.ts +7 -6
  527. package/src/schematron/peppol/r/peppol-en16931-r120.ts +6 -5
  528. package/src/schematron/peppol/r/peppol-en16931-r121.ts +6 -5
  529. package/src/schematron/peppol/r/peppol-en16931-r130.ts +6 -5
  530. package/src/schematron/run-all-rules.ts +2 -7
  531. package/src/schematron/schematron.ts +36 -0
  532. package/src/schematron/se/se-r-001.ts +7 -6
  533. package/src/schematron/se/se-r-002.ts +7 -6
  534. package/src/schematron/se/se-r-003.ts +7 -6
  535. package/src/schematron/se/se-r-004.ts +7 -6
  536. package/src/schematron/se/se-r-005.ts +8 -7
  537. package/src/schematron/se/se-r-006.ts +7 -6
  538. package/src/schematron/se/se-r-007.ts +7 -6
  539. package/src/schematron/se/se-r-008.ts +7 -6
  540. package/src/schematron/se/se-r-009.ts +7 -6
  541. package/src/schematron/se/se-r-010.ts +7 -6
  542. package/src/schematron/se/se-r-011.ts +7 -6
  543. package/src/schematron/se/se-r-012.ts +7 -6
  544. package/src/schematron/se/se-r-013.ts +7 -6
  545. package/src/values/additional-document-reference-codes.generated.ts +2 -3
  546. package/src/values/allowance-charge-reason-codes.generated.ts +1 -1
  547. package/src/values/application-response-type-codes.generated.ts +1 -1
  548. package/src/values/charge-reason-codes.generated.ts +1 -1
  549. package/src/values/country-code.generated.ts +1 -1
  550. package/src/values/credit-notes-type-codes.generated.ts +1 -1
  551. package/src/values/currency-code.generated.ts +1 -1
  552. package/src/values/document-type-codes.generated.ts +1 -1
  553. package/src/values/document-type.generated.ts +2 -2
  554. package/src/values/duty-tax-fee-categories.generated.ts +1 -1
  555. package/src/values/eas-codes.generated.ts +1 -1
  556. package/src/values/icd-codes.generated.ts +7 -7
  557. package/src/values/invoice-status-codes.generated.ts +1 -1
  558. package/src/values/invoice-type-codes.generated.ts +1 -1
  559. package/src/values/item-classification-code.generated.ts +1 -1
  560. package/src/values/mime-codes.generated.ts +1 -1
  561. package/src/values/op-status-action.generated.ts +1 -1
  562. package/src/values/op-status-reason.generated.ts +1 -1
  563. package/src/values/participant-identifier-schemes.generated.ts +2 -2
  564. package/src/values/payment-means-codes.generated.ts +1 -1
  565. package/src/values/processes.generated.ts +1 -1
  566. package/src/values/quantity-unit-codes.generated.ts +1 -1
  567. package/src/values/vat-dates.generated.ts +1 -1
  568. package/src/values/vatex-codes.generated.ts +1 -1
  569. package/dist/all-union-fields-CxoyKBpI.d.ts +0 -445
  570. package/dist/all-union-fields-CxoyKBpI.d.ts.map +0 -1
  571. package/dist/document-DCcObB-a.d.ts +0 -1466
  572. package/dist/document-DCcObB-a.d.ts.map +0 -1
  573. package/dist/effect.d.ts +0 -6274
  574. package/dist/effect.d.ts.map +0 -1
  575. package/dist/effect.js +0 -3239
  576. package/dist/effect.js.map +0 -1
  577. package/dist/index.d.ts.map +0 -1
  578. package/dist/is-valid-process-CSWL-q9f.js +0 -1590
  579. package/dist/is-valid-process-CSWL-q9f.js.map +0 -1
  580. package/dist/quantity-unit-code-to-intl-unit-15EykjMe.d.ts +0 -168
  581. package/dist/quantity-unit-code-to-intl-unit-15EykjMe.d.ts.map +0 -1
  582. package/dist/vat-dates.generated-DTVWQAdn.d.ts +0 -4812
  583. package/dist/vat-dates.generated-DTVWQAdn.d.ts.map +0 -1
  584. package/dist/vatex-codes.generated-BSgP3n5t.js.map +0 -1
  585. package/src/decoders/errors.ts +0 -11
  586. package/src/document-parser.ts +0 -70
  587. package/src/document.ts +0 -19
  588. package/src/effect/fields/default-customization-id.ts +0 -1
  589. package/src/effect/fields/default-profile-id.ts +0 -1
  590. package/src/effect/fields/peppol-additional-document-reference-schema.ts +0 -114
  591. package/src/effect/fields/peppol-address-schema.ts +0 -105
  592. package/src/effect/fields/peppol-allowance-charge-schema.ts +0 -94
  593. package/src/effect/fields/peppol-amount-schema.ts +0 -21
  594. package/src/effect/fields/peppol-base-line-schema.ts +0 -138
  595. package/src/effect/fields/peppol-binary-object-schema.ts +0 -51
  596. package/src/effect/fields/peppol-contact-schema.ts +0 -18
  597. package/src/effect/fields/peppol-credit-note-line-schema.ts +0 -41
  598. package/src/effect/fields/peppol-delivery-schema.ts +0 -100
  599. package/src/effect/fields/peppol-identifier-schema.ts +0 -19
  600. package/src/effect/fields/peppol-invoice-line-period-schema.ts +0 -34
  601. package/src/effect/fields/peppol-invoice-period-schema.ts +0 -30
  602. package/src/effect/fields/peppol-item-classification-schema.ts +0 -45
  603. package/src/effect/fields/peppol-legal-monetary-total-schema.ts +0 -126
  604. package/src/effect/fields/peppol-line-allowance-charge-schema.ts +0 -63
  605. package/src/effect/fields/peppol-line-item-schema.ts +0 -185
  606. package/src/effect/fields/peppol-line-price-allowance-charge-schema.ts +0 -38
  607. package/src/effect/fields/peppol-line-price-schema.ts +0 -31
  608. package/src/effect/fields/peppol-order-reference-schema.ts +0 -36
  609. package/src/effect/fields/peppol-party-base-schema.ts +0 -136
  610. package/src/effect/fields/peppol-party-legal-entity-schema.ts +0 -29
  611. package/src/effect/fields/peppol-party-tax-scheme-schema.ts +0 -33
  612. package/src/effect/fields/peppol-payee-party-schema.ts +0 -112
  613. package/src/effect/fields/peppol-payment-means-schema.ts +0 -210
  614. package/src/effect/fields/peppol-payment-terms-schema.ts +0 -23
  615. package/src/effect/fields/peppol-quantity-schema.ts +0 -21
  616. package/src/effect/fields/peppol-reference-schema.ts +0 -5
  617. package/src/effect/fields/peppol-tax-category-schema.ts +0 -42
  618. package/src/effect/fields/peppol-tax-representative-schema.ts +0 -23
  619. package/src/effect/fields/peppol-tax-subtotal-schema.ts +0 -32
  620. package/src/effect/fields/peppol-tax-totals-base-schema.ts +0 -25
  621. package/src/effect/index.ts +0 -56
  622. package/src/effect/peppol-billing-base-schema.ts +0 -355
  623. package/src/effect/peppol-credit-note-schema.ts +0 -30
  624. package/src/effect/peppol-document-response-document-reference-schema.ts +0 -38
  625. package/src/effect/peppol-document-response-document-schema.ts +0 -35
  626. package/src/effect/peppol-document-response-line-response-content-schema.ts +0 -44
  627. package/src/effect/peppol-document-response-line-response-schema.ts +0 -33
  628. package/src/effect/peppol-document-schema.ts +0 -142
  629. package/src/effect/peppol-invoice-response-document-actual-response-status-schema.ts +0 -60
  630. package/src/effect/peppol-invoice-response-schema.ts +0 -168
  631. package/src/effect/peppol-invoice-response-status-reason-code-schema.ts +0 -31
  632. package/src/effect/peppol-invoice-schema.ts +0 -42
  633. package/src/effect/peppol-iso-date-string-schema.ts +0 -19
  634. package/src/effect/peppol-message-level-response-document-response-schema.ts +0 -33
  635. package/src/effect/peppol-message-level-response-party-schema.ts +0 -19
  636. package/src/effect/peppol-message-level-response-schema.ts +0 -97
  637. package/src/effect/utils/format-quantity-with-unit.ts +0 -1
  638. package/src/effect/utils/get-credit-note-type-code-description.ts +0 -1
  639. package/src/effect/utils/get-invoice-type-code-description.ts +0 -1
  640. package/src/effect/utils/is-valid-credit-note-type-code.ts +0 -1
  641. package/src/effect/utils/is-valid-invoice-type-code.ts +0 -1
  642. package/src/effect/utils/is-valid-process.ts +0 -1
  643. package/src/effect/utils/peppol-xsd-time-schema.ts +0 -13
  644. package/src/effect/utils/quantity-unit-code-to-intl-unit.ts +0 -2
  645. package/src/effect/values/credit-note-type-code-schema.ts +0 -23
  646. package/src/effect/values/document-type-schemes-schema.ts +0 -14
  647. package/src/effect/values/document-type-values-schema.ts +0 -16
  648. package/src/effect/values/invoice-type-code-schema.ts +0 -21
  649. package/src/effect/values/process-from-document-type-schema.ts +0 -26
  650. package/src/effect/values/quantity-unit-codes-schema.ts +0 -24
  651. package/src/helpers/errors.ts +0 -6
  652. package/src/helpers/is-defined.ts +0 -3
  653. package/src/schemas/billing-base.ts +0 -362
  654. package/src/schemas/credit-note.ts +0 -28
  655. package/src/schemas/document-response-document-reference-schema.ts +0 -37
  656. package/src/schemas/document-response-document-schema.ts +0 -34
  657. package/src/schemas/document-response-line-response-content.ts +0 -43
  658. package/src/schemas/document-response-line-response-schema.ts +0 -33
  659. package/src/schemas/fields/additional-document-reference-schema.ts +0 -112
  660. package/src/schemas/fields/address-schema.ts +0 -105
  661. package/src/schemas/fields/allowance-charge-schema.ts +0 -86
  662. package/src/schemas/fields/amount-schema.ts +0 -21
  663. package/src/schemas/fields/base-line-schema.ts +0 -136
  664. package/src/schemas/fields/billing-references-schema.ts +0 -44
  665. package/src/schemas/fields/binary-object-schema.ts +0 -45
  666. package/src/schemas/fields/contact-schema.ts +0 -18
  667. package/src/schemas/fields/credit-note-line-schema.ts +0 -37
  668. package/src/schemas/fields/date-only-fn.ts +0 -6
  669. package/src/schemas/fields/date-only-parser.ts +0 -20
  670. package/src/schemas/fields/delivery-schema.ts +0 -95
  671. package/src/schemas/fields/identifier-schema.ts +0 -24
  672. package/src/schemas/fields/invoice-line-period-schema.ts +0 -31
  673. package/src/schemas/fields/invoice-line-schema.ts +0 -41
  674. package/src/schemas/fields/invoice-period-schema.ts +0 -27
  675. package/src/schemas/fields/legal-monetary-total-schema.ts +0 -125
  676. package/src/schemas/fields/line-allowance-charge-schema.ts +0 -59
  677. package/src/schemas/fields/line-item-schema.ts +0 -183
  678. package/src/schemas/fields/line-price-allowance-charge-schema.ts +0 -33
  679. package/src/schemas/fields/list-identifier-schema.ts +0 -43
  680. package/src/schemas/fields/order-reference-schema.ts +0 -36
  681. package/src/schemas/fields/party-base-schema.ts +0 -131
  682. package/src/schemas/fields/party-legal-entity-schema.ts +0 -29
  683. package/src/schemas/fields/party-tax-schema.ts +0 -33
  684. package/src/schemas/fields/payee-party.ts +0 -107
  685. package/src/schemas/fields/payment-means-schema.ts +0 -209
  686. package/src/schemas/fields/payment-terms-schema.ts +0 -23
  687. package/src/schemas/fields/price-schema.ts +0 -31
  688. package/src/schemas/fields/quantity-schema.ts +0 -21
  689. package/src/schemas/fields/reference-schema.ts +0 -4
  690. package/src/schemas/fields/tax-category-schema.ts +0 -41
  691. package/src/schemas/fields/tax-representative-party-schema.ts +0 -23
  692. package/src/schemas/fields/tax-subtotal-category-schema.ts +0 -26
  693. package/src/schemas/fields/tax-subtotal-schema.ts +0 -32
  694. package/src/schemas/fields/tax-totals.ts +0 -25
  695. package/src/schemas/fields/time-only.ts +0 -23
  696. package/src/schemas/invoice-response-document-actual-response-status.ts +0 -58
  697. package/src/schemas/invoice-response-document-actual-response.ts +0 -73
  698. package/src/schemas/invoice-response-schema.ts +0 -155
  699. package/src/schemas/invoice-response-status-reason-code.ts +0 -30
  700. package/src/schemas/invoice.ts +0 -43
  701. package/src/schemas/message-level-response-document-response-schema.ts +0 -33
  702. package/src/schemas/message-level-response-party-schema.ts +0 -18
  703. package/src/schemas/message-level-response-schema.ts +0 -96
  704. package/src/schemas/utils/base-64.ts +0 -34
  705. package/src/schemas/utils/vat-regex.ts +0 -51
  706. package/src/schemas/utils/xsd-time.ts +0 -9
  707. package/src/schemas/values/additional-document-reference-code.ts +0 -27
  708. package/src/schemas/values/allowance-charge-reason-code.ts +0 -29
  709. package/src/schemas/values/application-response-type-codes.ts +0 -25
  710. package/src/schemas/values/charge-reason-code.ts +0 -29
  711. package/src/schemas/values/country-code.ts +0 -36
  712. package/src/schemas/values/currency-codes.ts +0 -35
  713. package/src/schemas/values/document-type-codes.ts +0 -25
  714. package/src/schemas/values/document-type-schema.ts +0 -49
  715. package/src/schemas/values/duty-tax-fee-cateogries.ts +0 -28
  716. package/src/schemas/values/eas-codes.ts +0 -35
  717. package/src/schemas/values/icd-codes.ts +0 -28
  718. package/src/schemas/values/invoice-status-codes.ts +0 -25
  719. package/src/schemas/values/item-classification-code-schema.ts +0 -28
  720. package/src/schemas/values/mime-code.ts +0 -28
  721. package/src/schemas/values/op-status-action.ts +0 -25
  722. package/src/schemas/values/op-status-reason.ts +0 -25
  723. package/src/schemas/values/participant-identifier-code.ts +0 -25
  724. package/src/schemas/values/payment-means-codes-schema.ts +0 -36
  725. package/src/schemas/values/process-schema.ts +0 -41
  726. package/src/schemas/values/process-xml-identifier-schema.ts +0 -27
  727. package/src/schemas/values/vat-date-code.ts +0 -15
  728. package/src/schemas/values/vatex-code.ts +0 -28
  729. package/src/schemas.ts +0 -97
  730. /package/src/{effect → schemas}/utils/peppol-base-64-schema.ts +0 -0
  731. /package/src/{effect → schemas}/utils/peppol-vat-regex-schema.ts +0 -0
  732. /package/src/{effect → schemas}/values/additional-document-reference-code-schema.ts +0 -0
  733. /package/src/{effect → schemas}/values/allowance-charge-reason-code-schema.ts +0 -0
  734. /package/src/{effect → schemas}/values/application-response-type-code-schema.ts +0 -0
  735. /package/src/{effect → schemas}/values/charge-reason-code-schema.ts +0 -0
  736. /package/src/{effect → schemas}/values/electronic-codes-schema.ts +0 -0
  737. /package/src/{effect → schemas}/values/icd-codes-schema.ts +0 -0
  738. /package/src/{effect → schemas}/values/index.ts +0 -0
  739. /package/src/{effect → schemas}/values/invoice-status-code-schema.ts +0 -0
  740. /package/src/{effect → schemas}/values/item-classification-codes-schema.ts +0 -0
  741. /package/src/{effect → schemas}/values/mime-codes-schema.ts +0 -0
  742. /package/src/{effect → schemas}/values/op-status-action-schema.ts +0 -0
  743. /package/src/{effect → schemas}/values/op-status-reason-schema.ts +0 -0
  744. /package/src/{effect → schemas}/values/participant-identifier-code-schema.ts +0 -0
  745. /package/src/{effect → schemas}/values/payment-means-code-schema.ts +0 -0
  746. /package/src/{effect → schemas}/values/peppol-country-code-schema.ts +0 -0
  747. /package/src/{effect → schemas}/values/peppol-document-type-code-schema.ts +0 -0
  748. /package/src/{effect → schemas}/values/peppol-document-type-schema.ts +0 -0
  749. /package/src/{effect → schemas}/values/peppol-process-schema.ts +0 -0
  750. /package/src/{effect → schemas}/values/vat-date-code-schema.ts +0 -0
  751. /package/src/{effect → schemas}/values/vatex-code-schema.ts +0 -0
@@ -1,4812 +0,0 @@
1
- //#region src/values/credit-notes-type-codes.generated.d.ts
2
- /**
3
- * @version D.16B
4
- *
5
- * @category Peppol Values
6
- *
7
- * @title Credit note type code (UNCL1001 subset)
8
- *
9
- * @enum
10
- *
11
- * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-cn/
12
- */
13
- declare const creditNoteTypeCodes: {
14
- /**
15
- * @description Document message used to provide credit information related to a transaction for goods or services to the relevant party.
16
- */
17
- '81': string;
18
- /**
19
- * @description Document message for providing credit information related to financial adjustments to the relevant party, e.g., bonuses.
20
- */
21
- '83': string;
22
- /**
23
- * @description (1113) Document/message for providing credit information to the relevant party.
24
- */
25
- '381': string;
26
- /**
27
- * @description Credit note related to assigned invoice(s).
28
- */
29
- '396': string;
30
- /**
31
- * @description Document/message for providing credit information to the relevant party.
32
- */
33
- '532': string;
34
- };
35
- /**
36
- * @description Keys of {@link creditNoteTypeCodes}.
37
- */
38
- type CreditNoteTypeCodesKeys = '81' | '83' | '381' | '396' | '532';
39
- /**
40
- * @description Keys of {@link creditNoteTypeCodes}.
41
- */
42
- declare const creditNoteTypeCodesKeys: readonly ['81', '83', '381', '396', '532'];
43
- //#endregion
44
- //#region src/values/invoice-type-codes.generated.d.ts
45
- /**
46
- * @version D.16B
47
- *
48
- * @category Peppol Values
49
- *
50
- * @title Invoice type code (UNCL1001 subset)
51
- *
52
- * @enum
53
- *
54
- * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/
55
- */
56
- declare const invoiceTypeCodes: {
57
- /**
58
- * @description Document/message issued by a creditor to a debtor to request payment of one or more invoices past due.
59
- */
60
- '71': string;
61
- /**
62
- * @description Debit information related to a transaction for goods or services to the relevant party.
63
- */
64
- '80': string;
65
- /**
66
- * @description Document/message claiming payment for the supply of metered services (e.g., gas, electricity, etc.) supplied to a fixed meter whose consumption
67
- * is measured over a period of time.
68
- */
69
- '82': string;
70
- /**
71
- * @description Document/message for providing debit information related to financial adjustments to the relevant party.
72
- */
73
- '84': string;
74
- /**
75
- * @description Used to specify that the message is a tax notification.
76
- */
77
- '102': string;
78
- /**
79
- * @description The final payment request of a series of payment requests submitted upon completion of all the work.
80
- */
81
- '218': string;
82
- /**
83
- * @description A request for payment for completed units.
84
- */
85
- '219': string;
86
- /**
87
- * @description Document/message specifying details of an incomplete invoice.
88
- */
89
- '326': string;
90
- /**
91
- * @description Commercial transaction (invoice) will include a packing list.
92
- */
93
- '331': string;
94
- /**
95
- * @description (1334) Document/message claiming payment for goods or services supplied under conditions agreed between seller and buyer.
96
- */
97
- '380': string;
98
- /**
99
- * @description Document/message in which a seller specifies the amount of commission, the percentage of the invoice amount, or some other basis for the
100
- * calculation of the commission to which a sales agent is entitled.
101
- */
102
- '382': string;
103
- /**
104
- * @description Document/message for providing debit information to the relevant party.
105
- */
106
- '383': string;
107
- /**
108
- * @description Commercial invoice that includes revised information differing from an earlier submission of the same invoice.
109
- */
110
- '384': string;
111
- /**
112
- * @description An invoice to pay amounts for goods and services in advance; these amounts will be subtracted from the final invoice.
113
- */
114
- '386': string;
115
- /**
116
- * @description An invoice for tax purposes.
117
- */
118
- '388': string;
119
- /**
120
- * @description An invoice the invoicee is producing instead of the seller.
121
- */
122
- '389': string;
123
- /**
124
- * @description Invoice assigned to a third party for collection.
125
- */
126
- '393': string;
127
- /**
128
- * @description Commercial invoice that covers a transaction other than one involving a sale.
129
- */
130
- '395': string;
131
- /**
132
- * @description Document/message reporting invoice discrepancies indentified by the forwarder.
133
- */
134
- '553': string;
135
- /**
136
- * @description Document/message issued by an insurer specifying the cost of an insurance which has been effected and claiming payment therefore.
137
- */
138
- '575': string;
139
- /**
140
- * @description Invoice issued by a freight forwarder specifying services rendered and costs incurred and claiming payment therefore.
141
- */
142
- '623': string;
143
- /**
144
- * @description Document/message issued by a transport operation specifying freight costs and charges incurred for a transport operation and stating conditions
145
- * of payment.
146
- */
147
- '780': string;
148
- /**
149
- * @description Document notifying a claim.
150
- */
151
- '817': string;
152
- /**
153
- * @description Document/message to be prepared by an exporter in his country and presented to a diplomatic representation of the importing country for
154
- * endorsement and subsequently to be presented by the importer in connection with the import of the goods described therein.
155
- */
156
- '870': string;
157
- /**
158
- * @description Partial invoice in the context of a specific construction project.
159
- */
160
- '875': string;
161
- /**
162
- * @description Invoice concluding all previous partial construction invoices of a completed partial rendered service in the context of a specific construction
163
- * project.
164
- */
165
- '876': string;
166
- /**
167
- * @description Invoice concluding all previous partial invoices and partial final construction invoices in the context of a specific construction project.
168
- */
169
- '877': string;
170
- };
171
- /**
172
- * @description Keys of {@link invoiceTypeCodes}.
173
- */
174
- type InvoiceTypeCodesKeys = '71' | '80' | '82' | '84' | '102' | '218' | '219' | '326' | '331' | '380' | '382' | '383' | '384' | '386' | '388' | '389' | '393' | '395' | '553' | '575' | '623' | '780' | '817' | '870' | '875' | '876' | '877';
175
- /**
176
- * @description Keys of {@link invoiceTypeCodes}.
177
- */
178
- declare const invoiceTypeCodesKeys: [string, ...string[]];
179
- //#endregion
180
- //#region src/values/processes.generated.d.ts
181
- /**
182
- * @version 9.7
183
- *
184
- * @category Peppol Values
185
- *
186
- * @title Peppol Participant Identifier Schemes
187
- *
188
- * @enum
189
- */
190
- declare const processes: {
191
- 'cenbii-procid-ubl': string[];
192
- 'oioubl-procid-ubl': string[];
193
- };
194
- /**
195
- * @description Keys of {@link processes}.
196
- */
197
- type ProcessesKeys = 'cenbii-procid-ubl' | 'oioubl-procid-ubl';
198
- /**
199
- * @description Keys of {@link processes}.
200
- */
201
- declare const processesKeys: readonly ['cenbii-procid-ubl', 'oioubl-procid-ubl'];
202
- declare const processesScheme: string[];
203
- declare const processesList: string[];
204
- /**
205
- * @description The list of elements that are deprecated.
206
- */
207
- declare const deprecatedProcesses: string[];
208
- //#endregion
209
- //#region src/values/quantity-unit-codes.generated.d.ts
210
- /**
211
- * @version Revision 11e
212
- *
213
- * @category Peppol Values
214
- *
215
- * @title Recommendation 20, including Recommendation 21 codes - prefixed with X (UN/ECE)
216
- *
217
- * @enum
218
- *
219
- * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNECERec20/
220
- */
221
- declare const quantityUnitCodes: {
222
- /**
223
- * @description A unit of count defining the number of groups (group: set of items classified together).
224
- */
225
- '10': string;
226
- /**
227
- * @description A unit of count defining the number of outfits (outfit: a complete set of equipment / materials / objects used for a specific purpose).
228
- */
229
- '11': string;
230
- /**
231
- * @description A unit of count defining the number of rations (ration: a single portion of provisions).
232
- */
233
- '13': string;
234
- /**
235
- * @description A unit of liquid measure, especially related to spirits.
236
- */
237
- '14': string;
238
- /**
239
- * @description A unit of count defining the number of military sticks (military stick: bombs or paratroops released in rapid succession from an aircraft).
240
- */
241
- '15': string;
242
- /**
243
- * @description A unit of count defining the number of shipping containers that measure 20 foot in length.
244
- */
245
- '20': string;
246
- /**
247
- * @description A unit of count defining the number of shipping containers that measure 40 foot in length.
248
- */
249
- '21': string;
250
- '22': string;
251
- '23': string;
252
- /**
253
- * @description A unit of mass defining the expected mass of material expressed as the number of pounds.
254
- */
255
- '24': string;
256
- '25': string;
257
- /**
258
- * @description A unit of mass defining the expected mass of material, expressed as the number of tons.
259
- */
260
- '27': string;
261
- '28': string;
262
- '33': string;
263
- '34': string;
264
- '35': string;
265
- '37': string;
266
- '38': string;
267
- '40': string;
268
- '41': string;
269
- /**
270
- * @description A unit of area for tin plate equal to a surface area of 100 square metres.
271
- */
272
- '56': string;
273
- /**
274
- * @description A unit of count defining the number of strands per inch as a measure of the fineness of a woven product.
275
- */
276
- '57': string;
277
- /**
278
- * @description A unit of mass defining the total number of kilograms after deductions.
279
- */
280
- '58': string;
281
- /**
282
- * @description A unit of proportion equal to 10⁻⁶.
283
- */
284
- '59': string;
285
- /**
286
- * @description A unit of proportion equal to 10⁻².
287
- */
288
- '60': string;
289
- /**
290
- * @description A unit of proportion equal to 10⁻⁹.
291
- */
292
- '61': string;
293
- '74': string;
294
- '77': string;
295
- '80': string;
296
- '81': string;
297
- '85': string;
298
- '87': string;
299
- '89': string;
300
- '91': string;
301
- /**
302
- * @description A unit of quantity expressed as a predetermined or set rate for usage of a facility or service.
303
- */
304
- '1I': string;
305
- /**
306
- * @description Refer ISO/TC12 SI Guide.
307
- */
308
- '2A': string;
309
- /**
310
- * @description Refer ISO/TC12 SI Guide.
311
- */
312
- '2B': string;
313
- '2C': string;
314
- /**
315
- * @description A unit of electric potential in relation to alternating current (AC).
316
- */
317
- '2G': string;
318
- /**
319
- * @description A unit of electric potential in relation to direct current (DC).
320
- */
321
- '2H': string;
322
- '2I': string;
323
- '2J': string;
324
- '2K': string;
325
- '2L': string;
326
- '2M': string;
327
- '2N': string;
328
- /**
329
- * @description A unit of information equal to 10³ (1000) bytes.
330
- */
331
- '2P': string;
332
- '2Q': string;
333
- '2R': string;
334
- '2U': string;
335
- '2X': string;
336
- '2Y': string;
337
- '2Z': string;
338
- '3B': string;
339
- /**
340
- * @description A unit of count defining the number of months for a person or persons to perform an undertaking.
341
- */
342
- '3C': string;
343
- '4C': string;
344
- '4G': string;
345
- '4H': string;
346
- '4K': string;
347
- /**
348
- * @description A unit of information equal to 10⁶ (1000000) bytes.
349
- */
350
- '4L': string;
351
- '4M': string;
352
- '4N': string;
353
- '4O': string;
354
- '4P': string;
355
- '4Q': string;
356
- '4R': string;
357
- '4T': string;
358
- '4U': string;
359
- '4W': string;
360
- '4X': string;
361
- '5A': string;
362
- /**
363
- * @description A unit of count defining the number of batches (batch: quantity of material produced in one operation or number of animals or persons coming at
364
- * once).
365
- */
366
- '5B': string;
367
- /**
368
- * @description A unit of volume equal to one million (1000000) cubic feet of gas per day.
369
- */
370
- '5E': string;
371
- /**
372
- * @description A unit of power defining the hydraulic horse power delivered by a fluid pump depending on the viscosity of the fluid.
373
- */
374
- '5J': string;
375
- A10: string;
376
- A11: string;
377
- A12: string;
378
- A13: string;
379
- A14: string;
380
- A15: string;
381
- A16: string;
382
- A17: string;
383
- A18: string;
384
- A19: string;
385
- A2: string;
386
- A20: string;
387
- A21: string;
388
- A22: string;
389
- A23: string;
390
- A24: string;
391
- A26: string;
392
- A27: string;
393
- A28: string;
394
- A29: string;
395
- A3: string;
396
- A30: string;
397
- A31: string;
398
- A32: string;
399
- A33: string;
400
- A34: string;
401
- A35: string;
402
- A36: string;
403
- A37: string;
404
- A38: string;
405
- A39: string;
406
- A4: string;
407
- A40: string;
408
- A41: string;
409
- A42: string;
410
- /**
411
- * @description A unit of mass defining the difference between the weight of a ship when completely empty and its weight when completely loaded, expressed as the
412
- * number of tons.
413
- */
414
- A43: string;
415
- A44: string;
416
- A45: string;
417
- /**
418
- * @description A unit of yarn density. One decitex equals a mass of 1 gram per 10 kilometres of length.
419
- */
420
- A47: string;
421
- /**
422
- * @description Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)
423
- */
424
- A48: string;
425
- /**
426
- * @description A unit of yarn density. One denier equals a mass of 1 gram per 9 kilometres of length.
427
- */
428
- A49: string;
429
- A5: string;
430
- A53: string;
431
- A54: string;
432
- A55: string;
433
- A56: string;
434
- /**
435
- * @description A unit of count defining the number of eighth-parts as a measure of the celestial dome cloud coverage. Synonym: OKTA , OCTA.
436
- */
437
- A59: string;
438
- A6: string;
439
- A68: string;
440
- A69: string;
441
- A7: string;
442
- A70: string;
443
- A71: string;
444
- A73: string;
445
- A74: string;
446
- /**
447
- * @description A unit of information typically used for billing purposes, defined as either the number of metric tons or the number of cubic metres, whichever
448
- * is the larger.
449
- */
450
- A75: string;
451
- A76: string;
452
- A8: string;
453
- A84: string;
454
- A85: string;
455
- A86: string;
456
- A87: string;
457
- A88: string;
458
- A89: string;
459
- /**
460
- * @description A unit of quantity expressed as a rate for usage of a facility or service.
461
- */
462
- A9: string;
463
- A90: string;
464
- /**
465
- * @description Synonym: grade.
466
- */
467
- A91: string;
468
- A93: string;
469
- A94: string;
470
- A95: string;
471
- A96: string;
472
- A97: string;
473
- A98: string;
474
- /**
475
- * @description A unit of information equal to one binary digit.
476
- */
477
- A99: string;
478
- /**
479
- * @description A unit of count defining the number of balls (ball: object formed in the shape of sphere).
480
- */
481
- AA: string;
482
- /**
483
- * @description A unit of count defining the number of items per bulk pack.
484
- */
485
- AB: string;
486
- ACR: string;
487
- /**
488
- * @description A unit of count defining the number of activities (activity: a unit of work or action).
489
- */
490
- ACT: string;
491
- /**
492
- * @description A unit of information equal to 8 bits.
493
- */
494
- AD: string;
495
- AE: string;
496
- /**
497
- * @description A unit of time defining the number of minutes in addition to the referenced minutes.
498
- */
499
- AH: string;
500
- /**
501
- * @description A unit of count defining the number of minutes for the average interval of a call.
502
- */
503
- AI: string;
504
- AK: string;
505
- /**
506
- * @description A unit of count defining the number of telephone access lines.
507
- */
508
- AL: string;
509
- /**
510
- * @description A unit of electric charge defining the amount of charge accumulated by a steady flow of one ampere for one hour.
511
- */
512
- AMH: string;
513
- AMP: string;
514
- /**
515
- * @description Unit of time equal to 365,25 days. Synonym: Julian year.
516
- */
517
- ANN: string;
518
- APZ: string;
519
- /**
520
- * @description A unit of measure for blood potency (US).
521
- */
522
- AQ: string;
523
- /**
524
- * @description A unit of count defining the number of assortments (assortment: set of items grouped in a mixed collection).
525
- */
526
- AS: string;
527
- /**
528
- * @description A unit of mass defining the alcoholic strength of a liquid.
529
- */
530
- ASM: string;
531
- /**
532
- * @description A unit of volume defining the alcoholic strength of a liquid (e.g. spirit, wine, beer, etc), often at a specific temperature.
533
- */
534
- ASU: string;
535
- ATM: string;
536
- /**
537
- * @description A unit of distance used for measuring the diameter of small tubes or wires such as the outer diameter of hypotermic or suture needles.
538
- */
539
- AWG: string;
540
- /**
541
- * @description A unit of count defining the number of assemblies (assembly: items that consist of component parts).
542
- */
543
- AY: string;
544
- AZ: string;
545
- B1: string;
546
- /**
547
- * @description A unit of information equal to one binary digit per second.
548
- */
549
- B10: string;
550
- B11: string;
551
- B12: string;
552
- /**
553
- * @description Synonym: joule per metre squared.
554
- */
555
- B13: string;
556
- B14: string;
557
- B15: string;
558
- B16: string;
559
- /**
560
- * @description A unit of count defining the number of entries made to the credit side of an account.
561
- */
562
- B17: string;
563
- B18: string;
564
- /**
565
- * @description A unit of information defining the quantity of numerals used to form a number.
566
- */
567
- B19: string;
568
- B20: string;
569
- B21: string;
570
- B22: string;
571
- B23: string;
572
- B24: string;
573
- B25: string;
574
- B26: string;
575
- B27: string;
576
- B28: string;
577
- B29: string;
578
- /**
579
- * @description A unit of mass defining the number of pounds of wadded fibre.
580
- */
581
- B3: string;
582
- /**
583
- * @description A unit of information equal to 2³⁰ bits (binary digits).
584
- */
585
- B30: string;
586
- B31: string;
587
- B32: string;
588
- B33: string;
589
- B34: string;
590
- B35: string;
591
- /**
592
- * @description A unit of volume used to measure beer. One beer barrel equals 36 imperial gallons.
593
- */
594
- B4: string;
595
- B41: string;
596
- B42: string;
597
- B43: string;
598
- B44: string;
599
- B45: string;
600
- B46: string;
601
- B47: string;
602
- B48: string;
603
- B49: string;
604
- B50: string;
605
- B52: string;
606
- B53: string;
607
- B54: string;
608
- B55: string;
609
- B56: string;
610
- /**
611
- * @description A unit of length defining the distance that light travels in a vacuum in one year.
612
- */
613
- B57: string;
614
- B58: string;
615
- B59: string;
616
- B60: string;
617
- B61: string;
618
- B62: string;
619
- B63: string;
620
- B64: string;
621
- B66: string;
622
- B67: string;
623
- /**
624
- * @description A unit of information equal to 10⁹ bits (binary digits).
625
- */
626
- B68: string;
627
- B69: string;
628
- /**
629
- * @description A unit of count defining the number of cycles (cycle: a recurrent period of definite duration).
630
- */
631
- B7: string;
632
- B70: string;
633
- B71: string;
634
- B72: string;
635
- B73: string;
636
- B74: string;
637
- B75: string;
638
- B76: string;
639
- B77: string;
640
- B78: string;
641
- B79: string;
642
- B8: string;
643
- /**
644
- * @description A unit of information equal to 10⁹ bits (binary digits) per second.
645
- */
646
- B80: string;
647
- B81: string;
648
- /**
649
- * @description A unit of length defining the number of inches per linear foot.
650
- */
651
- B82: string;
652
- B83: string;
653
- B84: string;
654
- B85: string;
655
- B86: string;
656
- B87: string;
657
- B88: string;
658
- B89: string;
659
- B90: string;
660
- B91: string;
661
- B92: string;
662
- B93: string;
663
- B94: string;
664
- B95: string;
665
- B96: string;
666
- B97: string;
667
- B98: string;
668
- B99: string;
669
- BAR: string;
670
- /**
671
- * @description A unit of area of 112 sheets of tin mil products (tin plate, tin free steel or black plate) 14 by 20 inches, or 31,360 square inches.
672
- */
673
- BB: string;
674
- /**
675
- * @description A unit of volume defining the number of cords (cord: a stack of firewood of 128 cubic feet).
676
- */
677
- BFT: string;
678
- BHP: string;
679
- /**
680
- * @description Synonym: trillion (US)
681
- */
682
- BIL: string;
683
- BLD: string;
684
- BLL: string;
685
- /**
686
- * @description A unit of volume equal to one hundred board foot.
687
- */
688
- BP: string;
689
- /**
690
- * @description The number of beats per minute.
691
- */
692
- BPM: string;
693
- BQL: string;
694
- BTU: string;
695
- BUA: string;
696
- BUI: string;
697
- /**
698
- * @description A unit of count defining the number of calls (call: communication session or visitation).
699
- */
700
- C0: string;
701
- C10: string;
702
- C11: string;
703
- C12: string;
704
- C13: string;
705
- C14: string;
706
- C15: string;
707
- C16: string;
708
- C17: string;
709
- C18: string;
710
- C19: string;
711
- C20: string;
712
- /**
713
- * @description A unit of information equal to 2¹⁰ (1024) bits (binary digits).
714
- */
715
- C21: string;
716
- C22: string;
717
- C23: string;
718
- C24: string;
719
- C25: string;
720
- C26: string;
721
- C27: string;
722
- C28: string;
723
- C29: string;
724
- C3: string;
725
- C30: string;
726
- C31: string;
727
- C32: string;
728
- C33: string;
729
- C34: string;
730
- C35: string;
731
- C36: string;
732
- /**
733
- * @description A unit of information equal to 10³ (1000) bits (binary digits).
734
- */
735
- C37: string;
736
- C38: string;
737
- C39: string;
738
- C40: string;
739
- C41: string;
740
- C42: string;
741
- C43: string;
742
- C44: string;
743
- C45: string;
744
- C46: string;
745
- C47: string;
746
- C48: string;
747
- C49: string;
748
- C50: string;
749
- C51: string;
750
- C52: string;
751
- C53: string;
752
- C54: string;
753
- C55: string;
754
- C56: string;
755
- C57: string;
756
- C58: string;
757
- /**
758
- * @description A unit used in music to describe the ratio in frequency between notes.
759
- */
760
- C59: string;
761
- C60: string;
762
- C61: string;
763
- /**
764
- * @description Synonym: unit.
765
- */
766
- C62: string;
767
- C63: string;
768
- C64: string;
769
- C65: string;
770
- C66: string;
771
- C67: string;
772
- C68: string;
773
- /**
774
- * @description A unit of subjective sound loudness. A sound has loudness p phons if it seems to the listener to be equal in loudness to the sound of a pure tone
775
- * of frequency 1 kilohertz and strength p decibels.
776
- */
777
- C69: string;
778
- C7: string;
779
- C70: string;
780
- C71: string;
781
- C72: string;
782
- C73: string;
783
- /**
784
- * @description A unit of information equal to 10³ (1000) bits (binary digits) per second.
785
- */
786
- C74: string;
787
- C75: string;
788
- C76: string;
789
- C78: string;
790
- /**
791
- * @description A unit of accumulated energy of 1000 volt amperes over a period of one hour.
792
- */
793
- C79: string;
794
- C8: string;
795
- C80: string;
796
- C81: string;
797
- C82: string;
798
- C83: string;
799
- C84: string;
800
- C85: string;
801
- C86: string;
802
- /**
803
- * @description Synonym: reciprocal second per cubic metre.
804
- */
805
- C87: string;
806
- C88: string;
807
- C89: string;
808
- /**
809
- * @description A unit of count defining the number of coil groups (coil group: groups of items arranged by lengths of those items placed in a joined sequence of
810
- * concentric circles).
811
- */
812
- C9: string;
813
- C90: string;
814
- C91: string;
815
- C92: string;
816
- /**
817
- * @description Synonym: reciprocal metre squared.
818
- */
819
- C93: string;
820
- C94: string;
821
- C95: string;
822
- C96: string;
823
- C97: string;
824
- C99: string;
825
- /**
826
- * @description A unit of mass defining the carrying capacity, expressed as the number of metric tons.
827
- */
828
- CCT: string;
829
- CDL: string;
830
- /**
831
- * @description Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)
832
- */
833
- CEL: string;
834
- /**
835
- * @description A unit of count defining the number of units in multiples of 100.
836
- */
837
- CEN: string;
838
- /**
839
- * @description A unit of count defining the number of units of card (card: thick stiff paper or cardboard).
840
- */
841
- CG: string;
842
- CGM: string;
843
- CKG: string;
844
- /**
845
- * @description A unit of count defining the number of leaves, expressed in units of one hundred leaves.
846
- */
847
- CLF: string;
848
- CLT: string;
849
- CMK: string;
850
- CMQ: string;
851
- CMT: string;
852
- /**
853
- * @description A unit of count defining the number of hundred-packs (hundred-pack: set of one hundred items packaged together).
854
- */
855
- CNP: string;
856
- /**
857
- * @description A unit of mass equal to one hundred weight (US).
858
- */
859
- CNT: string;
860
- COU: string;
861
- /**
862
- * @description A unit of mass defining the number of grams of a named item in a product.
863
- */
864
- CTG: string;
865
- CTM: string;
866
- /**
867
- * @description A unit of mass defining the number of metric tons of a named item in a product.
868
- */
869
- CTN: string;
870
- CUR: string;
871
- CWA: string;
872
- CWI: string;
873
- /**
874
- * @description A unit of accumulated energy of a thousand watts over a period of one hour.
875
- */
876
- D03: string;
877
- /**
878
- * @description A unit of weight equal to about 1/2 ounce or 15 grams.
879
- */
880
- D04: string;
881
- D1: string;
882
- D10: string;
883
- /**
884
- * @description A unit of information equal to 2²⁰ (1048576) bits (binary digits).
885
- */
886
- D11: string;
887
- D12: string;
888
- D13: string;
889
- /**
890
- * @description A unit of subjective sound loudness. One sone is the loudness of a pure tone of frequency one kilohertz and strength 40 decibels.
891
- */
892
- D15: string;
893
- D16: string;
894
- D17: string;
895
- D18: string;
896
- D19: string;
897
- D2: string;
898
- D20: string;
899
- D21: string;
900
- D22: string;
901
- /**
902
- * @description A unit of count defining the number of grams of amino acid prescribed for parenteral/enteral therapy.
903
- */
904
- D23: string;
905
- D24: string;
906
- D25: string;
907
- D26: string;
908
- D27: string;
909
- D29: string;
910
- D30: string;
911
- D31: string;
912
- D32: string;
913
- D33: string;
914
- /**
915
- * @description A unit of yarn density. One decitex equals a mass of 1 gram per 1 kilometre of length.
916
- */
917
- D34: string;
918
- /**
919
- * @description A unit of information equal to 10⁶ (1000000) bits (binary digits).
920
- */
921
- D36: string;
922
- D41: string;
923
- D42: string;
924
- D43: string;
925
- /**
926
- * @description The name of the unit is an acronym for volt-ampere-reactive.
927
- */
928
- D44: string;
929
- D45: string;
930
- D46: string;
931
- D47: string;
932
- D48: string;
933
- D49: string;
934
- D5: string;
935
- D50: string;
936
- D51: string;
937
- D52: string;
938
- D53: string;
939
- D54: string;
940
- D55: string;
941
- D56: string;
942
- D57: string;
943
- D58: string;
944
- D59: string;
945
- D6: string;
946
- D60: string;
947
- D61: string;
948
- D62: string;
949
- /**
950
- * @description A unit of count defining the number of books (book: set of items bound together or written document of a material whole).
951
- */
952
- D63: string;
953
- /**
954
- * @description A unit of count defining the number of rounds (round: A circular or cylindrical object).
955
- */
956
- D65: string;
957
- /**
958
- * @description A unit of count defining the number of words.
959
- */
960
- D68: string;
961
- D69: string;
962
- D73: string;
963
- D74: string;
964
- D77: string;
965
- /**
966
- * @description A unit of accumulated energy equal to one million joules per second.
967
- */
968
- D78: string;
969
- D80: string;
970
- D81: string;
971
- D82: string;
972
- D83: string;
973
- D85: string;
974
- D86: string;
975
- D87: string;
976
- D88: string;
977
- D89: string;
978
- D91: string;
979
- D93: string;
980
- D94: string;
981
- D95: string;
982
- DAA: string;
983
- /**
984
- * @description A unit of time defining the number of days in multiples of 10.
985
- */
986
- DAD: string;
987
- DAY: string;
988
- /**
989
- * @description A unit of mass defining the number of pounds of a product, disregarding the water content of the product.
990
- */
991
- DB: string;
992
- DBM: string;
993
- DBW: string;
994
- DD: string;
995
- /**
996
- * @description A unit of count defining the number of decades (decade: quantity equal to 10 or time equal to 10 years).
997
- */
998
- DEC: string;
999
- DG: string;
1000
- DJ: string;
1001
- DLT: string;
1002
- DMA: string;
1003
- DMK: string;
1004
- /**
1005
- * @description A unit of volume defining the number of kilolitres of a product at a temperature of 15 degrees Celsius, especially in relation to hydrocarbon
1006
- * oils.
1007
- */
1008
- DMO: string;
1009
- DMQ: string;
1010
- DMT: string;
1011
- DN: string;
1012
- /**
1013
- * @description A unit of count defining the number of pieces in multiples of 12 (piece: a single item, article or exemplar).
1014
- */
1015
- DPC: string;
1016
- /**
1017
- * @description A unit of count defining the number of pairs in multiples of 12 (pair: item described by two's).
1018
- */
1019
- DPR: string;
1020
- /**
1021
- * @description A unit of mass defining the volume of sea water a ship displaces, expressed as the number of tons.
1022
- */
1023
- DPT: string;
1024
- /**
1025
- * @description Synonym: drachm (UK), troy dram.
1026
- */
1027
- DRA: string;
1028
- /**
1029
- * @description Synonym: avoirdupois dram.
1030
- */
1031
- DRI: string;
1032
- /**
1033
- * @description A unit of count defining the number of rolls, expressed in twelve roll units.
1034
- */
1035
- DRL: string;
1036
- /**
1037
- * @description A unit of mass defining the number of tons of a product, disregarding the water content of the product.
1038
- */
1039
- DT: string;
1040
- /**
1041
- * @description Synonym: centner, metric 100 kg; quintal, metric 100 kg.
1042
- */
1043
- DTN: string;
1044
- DWT: string;
1045
- /**
1046
- * @description A unit of count defining the number of units in multiples of 12.
1047
- */
1048
- DZN: string;
1049
- /**
1050
- * @description A unit of count defining the number of packs in multiples of 12 (pack: standard packaging unit).
1051
- */
1052
- DZP: string;
1053
- /**
1054
- * @description A measure of pressure expressed in newtons per square centimetre.
1055
- */
1056
- E01: string;
1057
- /**
1058
- * @description A unit of accumulated energy of a million watts over a period of one hour.
1059
- */
1060
- E07: string;
1061
- /**
1062
- * @description A unit of energy expressed as the load change in million watts that will cause a frequency shift of one hertz.
1063
- */
1064
- E08: string;
1065
- /**
1066
- * @description A unit of power load delivered at the rate of one thousandth of an ampere over a period of one hour.
1067
- */
1068
- E09: string;
1069
- /**
1070
- * @description A unit of measure used in meteorology and engineering to measure the demand for heating or cooling over a given period of days.
1071
- */
1072
- E10: string;
1073
- /**
1074
- * @description A unit of count defining the number of cigarettes in units of 1000.
1075
- */
1076
- E12: string;
1077
- /**
1078
- * @description A unit of heat energy equal to one thousand calories.
1079
- */
1080
- E14: string;
1081
- /**
1082
- * @description A unit of energy equal to one thousand calories per hour.
1083
- */
1084
- E15: string;
1085
- /**
1086
- * @description A unit of power equal to one million British thermal units per hour.
1087
- */
1088
- E16: string;
1089
- /**
1090
- * @description A unit of volume equal to one cubic foot passing a given point in a period of one second.
1091
- */
1092
- E17: string;
1093
- /**
1094
- * @description A unit of weight or mass equal to one tonne per hour.
1095
- */
1096
- E18: string;
1097
- /**
1098
- * @description A unit of area equal to 3.3 square metres.
1099
- */
1100
- E19: string;
1101
- /**
1102
- * @description A unit of information equal to 10⁶ (1000000) bits (binary digits) per second.
1103
- */
1104
- E20: string;
1105
- /**
1106
- * @description A unit of count defining the number of shares (share: a total or portion of the parts into which a business entity’s capital is divided).
1107
- */
1108
- E21: string;
1109
- /**
1110
- * @description A unit of count defining the number of twenty-foot equivalent units (TEUs) as a measure of containerized cargo capacity.
1111
- */
1112
- E22: string;
1113
- /**
1114
- * @description A unit of count defining the number of tyres (a solid or air-filled covering placed around a wheel rim to form a soft contact with the road,
1115
- * absorb shock and provide traction).
1116
- */
1117
- E23: string;
1118
- /**
1119
- * @description A unit of count defining the number of active units within a substance.
1120
- */
1121
- E25: string;
1122
- /**
1123
- * @description A unit of count defining the number of doses (dose: a definite quantity of a medicine or drug).
1124
- */
1125
- E27: string;
1126
- /**
1127
- * @description A unit of mass defining the number of tons of a product, disregarding the water content of the product.
1128
- */
1129
- E28: string;
1130
- /**
1131
- * @description A unit of count defining the number of strands (strand: long, thin, flexible, single thread, strip of fibre, constituent filament or multiples of
1132
- * the same, twisted together).
1133
- */
1134
- E30: string;
1135
- /**
1136
- * @description A unit of count defining the number of square metres per litre.
1137
- */
1138
- E31: string;
1139
- /**
1140
- * @description A unit of count defining the number of litres per hour.
1141
- */
1142
- E32: string;
1143
- /**
1144
- * @description A unit of count defining the number of feet per thousand units.
1145
- */
1146
- E33: string;
1147
- /**
1148
- * @description A unit of information equal to 10⁹ bytes.
1149
- */
1150
- E34: string;
1151
- /**
1152
- * @description A unit of information equal to 10¹² bytes.
1153
- */
1154
- E35: string;
1155
- /**
1156
- * @description A unit of information equal to 10¹⁵ bytes.
1157
- */
1158
- E36: string;
1159
- /**
1160
- * @description A unit of count defining the number of pixels (pixel: picture element).
1161
- */
1162
- E37: string;
1163
- /**
1164
- * @description A unit of count equal to 10⁶ (1000000) pixels (picture elements).
1165
- */
1166
- E38: string;
1167
- /**
1168
- * @description A unit of information defining the number of dots per linear inch as a measure of the resolution or sharpness of a graphic image.
1169
- */
1170
- E39: string;
1171
- /**
1172
- * @description A unit of mass defining the total number of kilograms before deductions.
1173
- */
1174
- E4: string;
1175
- /**
1176
- * @description A unit of proportion equal to 10⁻⁵.
1177
- */
1178
- E40: string;
1179
- /**
1180
- * @description A unit of pressure defining the number of kilograms force per square millimetre.
1181
- */
1182
- E41: string;
1183
- /**
1184
- * @description A unit of pressure defining the number of kilograms force per square centimetre.
1185
- */
1186
- E42: string;
1187
- /**
1188
- * @description A unit of energy defining the number of joules per square centimetre.
1189
- */
1190
- E43: string;
1191
- /**
1192
- * @description A unit of torsion defining the torque kilogram-force metre per square centimetre.
1193
- */
1194
- E44: string;
1195
- E45: string;
1196
- /**
1197
- * @description A unit of energy consumption expressed as kilowatt hour per cubic metre.
1198
- */
1199
- E46: string;
1200
- /**
1201
- * @description A unit of energy consumption expressed as kilowatt hour per kelvin.
1202
- */
1203
- E47: string;
1204
- /**
1205
- * @description A unit of count defining the number of service units (service unit: defined period / property / facility / utility of supply).
1206
- */
1207
- E48: string;
1208
- /**
1209
- * @description A unit of count defining the number of working days (working day: a day on which work is ordinarily performed).
1210
- */
1211
- E49: string;
1212
- /**
1213
- * @description A unit of count defining the number of accounting units.
1214
- */
1215
- E50: string;
1216
- /**
1217
- * @description A unit of count defining the number of jobs.
1218
- */
1219
- E51: string;
1220
- /**
1221
- * @description A unit of count defining the number feet per run.
1222
- */
1223
- E52: string;
1224
- /**
1225
- * @description A unit of count defining the number of tests.
1226
- */
1227
- E53: string;
1228
- /**
1229
- * @description A unit of count defining the number of trips.
1230
- */
1231
- E54: string;
1232
- /**
1233
- * @description A unit of count defining the number of times an object is used.
1234
- */
1235
- E55: string;
1236
- /**
1237
- * @description A unit of count defining the number of wells.
1238
- */
1239
- E56: string;
1240
- /**
1241
- * @description A unit of count defining the number of zones.
1242
- */
1243
- E57: string;
1244
- /**
1245
- * @description A unit of information equal to 10¹⁸ bits (binary digits) per second.
1246
- */
1247
- E58: string;
1248
- /**
1249
- * @description A unit of information equal to 2⁶⁰ bytes.
1250
- */
1251
- E59: string;
1252
- /**
1253
- * @description A unit of information equal to 2⁵⁰ bytes.
1254
- */
1255
- E60: string;
1256
- /**
1257
- * @description A unit of information equal to 2⁴⁰ bytes.
1258
- */
1259
- E61: string;
1260
- /**
1261
- * @description A unit of information equal to 2³⁰ bytes.
1262
- */
1263
- E62: string;
1264
- /**
1265
- * @description A unit of information equal to 2²⁰ bytes.
1266
- */
1267
- E63: string;
1268
- /**
1269
- * @description A unit of information equal to 2¹⁰ bytes.
1270
- */
1271
- E64: string;
1272
- /**
1273
- * @description A unit of information equal to 2⁶⁰ bits (binary digits) per metre.
1274
- */
1275
- E65: string;
1276
- /**
1277
- * @description A unit of information equal to 2⁶⁰ bits (binary digits) per square metre.
1278
- */
1279
- E66: string;
1280
- /**
1281
- * @description A unit of information equal to 2⁶⁰ bits (binary digits) per cubic metre.
1282
- */
1283
- E67: string;
1284
- /**
1285
- * @description A unit of information equal to 10⁹ bytes per second.
1286
- */
1287
- E68: string;
1288
- /**
1289
- * @description A unit of information equal to 2³⁰ bits (binary digits) per metre.
1290
- */
1291
- E69: string;
1292
- /**
1293
- * @description A unit of information equal to 2³⁰ bits (binary digits) per square metre.
1294
- */
1295
- E70: string;
1296
- /**
1297
- * @description A unit of information equal to 2³⁰ bits (binary digits) per cubic metre.
1298
- */
1299
- E71: string;
1300
- /**
1301
- * @description A unit of information equal to 2¹⁰ bits (binary digits) per metre.
1302
- */
1303
- E72: string;
1304
- /**
1305
- * @description A unit of information equal to 2¹⁰ bits (binary digits) per square metre.
1306
- */
1307
- E73: string;
1308
- /**
1309
- * @description A unit of information equal to 2¹⁰ bits (binary digits) per cubic metre.
1310
- */
1311
- E74: string;
1312
- /**
1313
- * @description A unit of information equal to 2²⁰ bits (binary digits) per metre.
1314
- */
1315
- E75: string;
1316
- /**
1317
- * @description A unit of information equal to 2²⁰ bits (binary digits) per square metre.
1318
- */
1319
- E76: string;
1320
- /**
1321
- * @description A unit of information equal to 2²⁰ bits (binary digits) per cubic metre.
1322
- */
1323
- E77: string;
1324
- /**
1325
- * @description A unit of information equal to 10¹⁵ bits (binary digits).
1326
- */
1327
- E78: string;
1328
- /**
1329
- * @description A unit of information equal to 10¹⁵ bits (binary digits) per second.
1330
- */
1331
- E79: string;
1332
- /**
1333
- * @description A unit of information equal to 2⁵⁰ bits (binary digits) per metre.
1334
- */
1335
- E80: string;
1336
- /**
1337
- * @description A unit of information equal to 2⁵⁰ bits (binary digits) per square metre.
1338
- */
1339
- E81: string;
1340
- /**
1341
- * @description A unit of information equal to 2⁵⁰ bits (binary digits) per cubic metre.
1342
- */
1343
- E82: string;
1344
- /**
1345
- * @description A unit of information equal to 10¹² bits (binary digits).
1346
- */
1347
- E83: string;
1348
- /**
1349
- * @description A unit of information equal to 10¹² bits (binary digits) per second.
1350
- */
1351
- E84: string;
1352
- /**
1353
- * @description A unit of information equal to 2⁴⁰ bits (binary digits) per metre.
1354
- */
1355
- E85: string;
1356
- /**
1357
- * @description A unit of information equal to 2⁴⁰ bits (binary digits) per cubic metre.
1358
- */
1359
- E86: string;
1360
- /**
1361
- * @description A unit of information equal to 2⁴⁰ bits (binary digits) per square metre.
1362
- */
1363
- E87: string;
1364
- /**
1365
- * @description A unit of information equal to 1 bit (binary digit) per metre.
1366
- */
1367
- E88: string;
1368
- /**
1369
- * @description A unit of information equal to 1 bit (binary digit) per square metre.
1370
- */
1371
- E89: string;
1372
- E90: string;
1373
- E91: string;
1374
- E92: string;
1375
- E93: string;
1376
- E94: string;
1377
- E95: string;
1378
- E96: string;
1379
- E97: string;
1380
- E98: string;
1381
- E99: string;
1382
- /**
1383
- * @description A unit of count defining the number of items regarded as separate units.
1384
- */
1385
- EA: string;
1386
- /**
1387
- * @description A unit of count defining the number of electronic mail boxes.
1388
- */
1389
- EB: string;
1390
- /**
1391
- * @description A unit of volume defining the number of gallons of product produced from concentrate.
1392
- */
1393
- EQ: string;
1394
- /**
1395
- * @description A unit of information equal to 1 bit (binary digit) per cubic metre.
1396
- */
1397
- F01: string;
1398
- F02: string;
1399
- F03: string;
1400
- F04: string;
1401
- F05: string;
1402
- F06: string;
1403
- F07: string;
1404
- F08: string;
1405
- F10: string;
1406
- F11: string;
1407
- F12: string;
1408
- /**
1409
- * @description A unit of mass. One slug is the mass accelerated at 1 foot per second per second by a force of 1 pound.
1410
- */
1411
- F13: string;
1412
- F14: string;
1413
- F15: string;
1414
- F16: string;
1415
- F17: string;
1416
- F18: string;
1417
- F19: string;
1418
- F20: string;
1419
- F21: string;
1420
- F22: string;
1421
- F23: string;
1422
- F24: string;
1423
- F25: string;
1424
- F26: string;
1425
- F27: string;
1426
- F28: string;
1427
- F29: string;
1428
- F30: string;
1429
- F31: string;
1430
- F32: string;
1431
- F33: string;
1432
- F34: string;
1433
- F35: string;
1434
- F36: string;
1435
- F37: string;
1436
- F38: string;
1437
- F39: string;
1438
- F40: string;
1439
- F41: string;
1440
- F42: string;
1441
- F43: string;
1442
- F44: string;
1443
- F45: string;
1444
- F46: string;
1445
- F47: string;
1446
- F48: string;
1447
- /**
1448
- * @description A unit of distance equal to 5.5 yards (16 feet 6 inches).
1449
- */
1450
- F49: string;
1451
- F50: string;
1452
- F51: string;
1453
- F52: string;
1454
- F53: string;
1455
- F54: string;
1456
- F55: string;
1457
- F56: string;
1458
- F57: string;
1459
- F58: string;
1460
- F59: string;
1461
- F60: string;
1462
- F61: string;
1463
- F62: string;
1464
- F63: string;
1465
- F64: string;
1466
- F65: string;
1467
- F66: string;
1468
- F67: string;
1469
- F68: string;
1470
- F69: string;
1471
- F70: string;
1472
- F71: string;
1473
- F72: string;
1474
- F73: string;
1475
- F74: string;
1476
- F75: string;
1477
- F76: string;
1478
- F77: string;
1479
- F78: string;
1480
- F79: string;
1481
- /**
1482
- * @description A unit of power defining the amount of power required to move a given volume of water against acceleration of gravity to a specified elevation
1483
- * (pressure head).
1484
- */
1485
- F80: string;
1486
- F81: string;
1487
- F82: string;
1488
- F83: string;
1489
- F84: string;
1490
- F85: string;
1491
- F86: string;
1492
- F87: string;
1493
- F88: string;
1494
- F89: string;
1495
- F90: string;
1496
- F91: string;
1497
- F92: string;
1498
- F93: string;
1499
- F94: string;
1500
- F95: string;
1501
- F96: string;
1502
- F97: string;
1503
- F98: string;
1504
- F99: string;
1505
- /**
1506
- * @description Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)
1507
- */
1508
- FAH: string;
1509
- FAR: string;
1510
- /**
1511
- * @description A unit of length defining the number of metres of individual fibre.
1512
- */
1513
- FBM: string;
1514
- /**
1515
- * @description A unit of volume equal to one thousand cubic foot.
1516
- */
1517
- FC: string;
1518
- /**
1519
- * @description A unit of volume equal to one hundred cubic metres.
1520
- */
1521
- FF: string;
1522
- FH: string;
1523
- /**
1524
- * @description A unit of count defining the number of failures that can be expected over a specified time interval. Failure rates of semiconductor components
1525
- * are often specified as FIT (failures in time unit) where 1 FIT = 10⁻⁹ /h.
1526
- */
1527
- FIT: string;
1528
- /**
1529
- * @description A unit of mass defining the number of tons of a flaked substance (flake: a small flattish fragment).
1530
- */
1531
- FL: string;
1532
- FNU: string;
1533
- FOT: string;
1534
- FP: string;
1535
- FR: string;
1536
- FS: string;
1537
- FTK: string;
1538
- FTQ: string;
1539
- G01: string;
1540
- G04: string;
1541
- G05: string;
1542
- G06: string;
1543
- G08: string;
1544
- G09: string;
1545
- G10: string;
1546
- G11: string;
1547
- G12: string;
1548
- G13: string;
1549
- G14: string;
1550
- G15: string;
1551
- G16: string;
1552
- G17: string;
1553
- G18: string;
1554
- G19: string;
1555
- G2: string;
1556
- G20: string;
1557
- G21: string;
1558
- G23: string;
1559
- G24: string;
1560
- G25: string;
1561
- G26: string;
1562
- G27: string;
1563
- G28: string;
1564
- G29: string;
1565
- G3: string;
1566
- G30: string;
1567
- G31: string;
1568
- G32: string;
1569
- G33: string;
1570
- G34: string;
1571
- G35: string;
1572
- G36: string;
1573
- G37: string;
1574
- G38: string;
1575
- G39: string;
1576
- G40: string;
1577
- G41: string;
1578
- G42: string;
1579
- G43: string;
1580
- G44: string;
1581
- G45: string;
1582
- G46: string;
1583
- G47: string;
1584
- G48: string;
1585
- G49: string;
1586
- G50: string;
1587
- G51: string;
1588
- G52: string;
1589
- G53: string;
1590
- G54: string;
1591
- G55: string;
1592
- G56: string;
1593
- G57: string;
1594
- G58: string;
1595
- G59: string;
1596
- G60: string;
1597
- G61: string;
1598
- G62: string;
1599
- G63: string;
1600
- G64: string;
1601
- G65: string;
1602
- G66: string;
1603
- G67: string;
1604
- G68: string;
1605
- G69: string;
1606
- G70: string;
1607
- G71: string;
1608
- G72: string;
1609
- G73: string;
1610
- G74: string;
1611
- G75: string;
1612
- G76: string;
1613
- G77: string;
1614
- G78: string;
1615
- G79: string;
1616
- G80: string;
1617
- G81: string;
1618
- G82: string;
1619
- G83: string;
1620
- G84: string;
1621
- G85: string;
1622
- G86: string;
1623
- G87: string;
1624
- G88: string;
1625
- G89: string;
1626
- G90: string;
1627
- G91: string;
1628
- G92: string;
1629
- G93: string;
1630
- G94: string;
1631
- G95: string;
1632
- G96: string;
1633
- G97: string;
1634
- G98: string;
1635
- G99: string;
1636
- GB: string;
1637
- GBQ: string;
1638
- /**
1639
- * @description A unit of mass defining the number of grams of a product, disregarding the water content of the product.
1640
- */
1641
- GDW: string;
1642
- GE: string;
1643
- GF: string;
1644
- /**
1645
- * @description A unit of mass defining the number of grams of a fissile isotope (fissile isotope: an isotope whose nucleus is able to be split when irradiated
1646
- * with low energy neutrons).
1647
- */
1648
- GFI: string;
1649
- /**
1650
- * @description A unit of count defining the number of units in multiples of 1728 (12 x 12 x 12).
1651
- */
1652
- GGR: string;
1653
- GIA: string;
1654
- /**
1655
- * @description A unit of mass defining the number of grams of a product, including its container.
1656
- */
1657
- GIC: string;
1658
- GII: string;
1659
- /**
1660
- * @description A unit of mass defining the number of grams of a product, including its inner packaging materials.
1661
- */
1662
- GIP: string;
1663
- GJ: string;
1664
- GL: string;
1665
- GLD: string;
1666
- GLI: string;
1667
- GLL: string;
1668
- GM: string;
1669
- GO: string;
1670
- GP: string;
1671
- GQ: string;
1672
- GRM: string;
1673
- GRN: string;
1674
- /**
1675
- * @description A unit of count defining the number of units in multiples of 144 (12 x 12).
1676
- */
1677
- GRO: string;
1678
- GV: string;
1679
- GWH: string;
1680
- H03: string;
1681
- H04: string;
1682
- H05: string;
1683
- H06: string;
1684
- H07: string;
1685
- H08: string;
1686
- H09: string;
1687
- H10: string;
1688
- H11: string;
1689
- H12: string;
1690
- H13: string;
1691
- H14: string;
1692
- H15: string;
1693
- /**
1694
- * @description Synonym: are.
1695
- */
1696
- H16: string;
1697
- /**
1698
- * @description Synonym: hectare.
1699
- */
1700
- H18: string;
1701
- H19: string;
1702
- H20: string;
1703
- /**
1704
- * @description A unit of count defining the number of blanks.
1705
- */
1706
- H21: string;
1707
- H22: string;
1708
- H23: string;
1709
- H24: string;
1710
- /**
1711
- * @description A unit of proportion, equal to 0.01, in relation to the SI base unit Kelvin.
1712
- */
1713
- H25: string;
1714
- H26: string;
1715
- H27: string;
1716
- H28: string;
1717
- H29: string;
1718
- H30: string;
1719
- H31: string;
1720
- H32: string;
1721
- H33: string;
1722
- H34: string;
1723
- H35: string;
1724
- H36: string;
1725
- H37: string;
1726
- H38: string;
1727
- H39: string;
1728
- H40: string;
1729
- H41: string;
1730
- H42: string;
1731
- H43: string;
1732
- H44: string;
1733
- H45: string;
1734
- H46: string;
1735
- H47: string;
1736
- H48: string;
1737
- H49: string;
1738
- H50: string;
1739
- H51: string;
1740
- H52: string;
1741
- H53: string;
1742
- H54: string;
1743
- H55: string;
1744
- H56: string;
1745
- H57: string;
1746
- H58: string;
1747
- H59: string;
1748
- H60: string;
1749
- H61: string;
1750
- H62: string;
1751
- H63: string;
1752
- H64: string;
1753
- H65: string;
1754
- H66: string;
1755
- H67: string;
1756
- H68: string;
1757
- H69: string;
1758
- H70: string;
1759
- /**
1760
- * @description A unit of proportion, equal to 0.01, in relation to a month.
1761
- */
1762
- H71: string;
1763
- /**
1764
- * @description A unit of proportion, equal to 0.01, in relation to 100-fold of the unit bar.
1765
- */
1766
- H72: string;
1767
- /**
1768
- * @description A unit of proportion, equal to 0.01, in relation to 10-fold of the SI base unit Kelvin.
1769
- */
1770
- H73: string;
1771
- H74: string;
1772
- H75: string;
1773
- H76: string;
1774
- /**
1775
- * @description A unit of measure used to describe the breadth of electronic assemblies as an installation standard or mounting dimension.
1776
- */
1777
- H77: string;
1778
- /**
1779
- * @description A unit of distance used for measuring the diameter of small tubes such as urological instruments and catheters. Synonym: French, Charrière,
1780
- * Charrière gauge.
1781
- */
1782
- H79: string;
1783
- /**
1784
- * @description A unit of measure used to describe the height in rack units of equipment intended for mounting in a 19-inch rack or a 23-inch rack. One rack unit
1785
- * is 1.75 inches (44.45 mm) high.
1786
- */
1787
- H80: string;
1788
- H81: string;
1789
- /**
1790
- * @description A unit of length defining the number of big points (big point: Adobe software(US) defines the big point to be exactly 1/72 inch (0.013 888 9 inch
1791
- * or 0.352 777 8 millimeters))
1792
- */
1793
- H82: string;
1794
- H83: string;
1795
- H84: string;
1796
- H85: string;
1797
- /**
1798
- * @description A unit of count defining the number of pieces (piece: a single item, article or exemplar).
1799
- */
1800
- H87: string;
1801
- H88: string;
1802
- /**
1803
- * @description A unit of proportion, equal to 0.01, in relation to the SI derived unit ohm.
1804
- */
1805
- H89: string;
1806
- /**
1807
- * @description A unit of proportion, equal to 0.01, in relation to an angle of one degree.
1808
- */
1809
- H90: string;
1810
- /**
1811
- * @description A unit of proportion, equal to 0.01, in relation to multiples of ten thousand.
1812
- */
1813
- H91: string;
1814
- /**
1815
- * @description A unit of proportion, equal to 0.01, in relation to multiples of one hundred thousand.
1816
- */
1817
- H92: string;
1818
- /**
1819
- * @description A unit of proportion, equal to 0.01, in relation to multiples of one hundred.
1820
- */
1821
- H93: string;
1822
- /**
1823
- * @description A unit of proportion, equal to 0.01, in relation to multiples of one thousand.
1824
- */
1825
- H94: string;
1826
- /**
1827
- * @description A unit of proportion, equal to 0.01, in relation to the SI derived unit volt.
1828
- */
1829
- H95: string;
1830
- /**
1831
- * @description A unit of proportion, equal to 0.01, in relation to an atmospheric pressure of one bar.
1832
- */
1833
- H96: string;
1834
- /**
1835
- * @description A unit of proportion, equal to 0.01, in relation to an inch.
1836
- */
1837
- H98: string;
1838
- /**
1839
- * @description A unit of proportion, equal to 0.01, in relation to a metre.
1840
- */
1841
- H99: string;
1842
- /**
1843
- * @description A unit of length, typically for yarn.
1844
- */
1845
- HA: string;
1846
- HAD: string;
1847
- HBA: string;
1848
- /**
1849
- * @description A unit of count defining the number of boxes in multiples of one hundred box units.
1850
- */
1851
- HBX: string;
1852
- /**
1853
- * @description A unit of count defining the number of units counted in multiples of 100.
1854
- */
1855
- HC: string;
1856
- /**
1857
- * @description A unit of mass defining the number of hundred kilograms of a product, disregarding the water content of the product.
1858
- */
1859
- HDW: string;
1860
- /**
1861
- * @description A unit of count defining the number of heads (head: a person or animal considered as one of a number).
1862
- */
1863
- HEA: string;
1864
- HGM: string;
1865
- /**
1866
- * @description A unit of volume equal to one hundred cubic foot.
1867
- */
1868
- HH: string;
1869
- /**
1870
- * @description A unit of count defining the number of international units in multiples of 100.
1871
- */
1872
- HIU: string;
1873
- /**
1874
- * @description A unit of mass defining the number of hundred kilograms of a product, after deductions.
1875
- */
1876
- HKM: string;
1877
- HLT: string;
1878
- HM: string;
1879
- HMO: string;
1880
- /**
1881
- * @description A unit of volume equal to one million cubic metres.
1882
- */
1883
- HMQ: string;
1884
- HMT: string;
1885
- /**
1886
- * @description A unit of volume equal to one hundred litres of pure alcohol.
1887
- */
1888
- HPA: string;
1889
- HTZ: string;
1890
- HUR: string;
1891
- HWE: string;
1892
- IA: string;
1893
- /**
1894
- * @description A unit of count defining the number of persons.
1895
- */
1896
- IE: string;
1897
- INH: string;
1898
- INK: string;
1899
- /**
1900
- * @description Synonym: inch cubed.
1901
- */
1902
- INQ: string;
1903
- /**
1904
- * @description A unit of measure defining the sugar content of a solution, expressed in degrees.
1905
- */
1906
- ISD: string;
1907
- IU: string;
1908
- IUG: string;
1909
- IV: string;
1910
- /**
1911
- * @description A unit of proportion, equal to 0.01, in relation to a millimetre.
1912
- */
1913
- J10: string;
1914
- /**
1915
- * @description A unit of pressure equal to one thousandth of a psi (pound-force per square inch).
1916
- */
1917
- J12: string;
1918
- /**
1919
- * @description A unit of relative density as a measure of how heavy or light a petroleum liquid is compared to water (API: American Petroleum Institute).
1920
- */
1921
- J13: string;
1922
- /**
1923
- * @description A traditional unit of relative density for liquids. Named after Antoine Baumé.
1924
- */
1925
- J14: string;
1926
- /**
1927
- * @description A unit of relative density for liquids heavier than water.
1928
- */
1929
- J15: string;
1930
- /**
1931
- * @description A unit of relative density for liquids lighter than water.
1932
- */
1933
- J16: string;
1934
- /**
1935
- * @description A unit of density as a measure of sugar content, especially of beer wort. Named after Karl Balling.
1936
- */
1937
- J17: string;
1938
- /**
1939
- * @description A unit of proportion used in measuring the dissolved sugar-to-water mass ratio of a liquid. Named after Adolf Brix.
1940
- */
1941
- J18: string;
1942
- J19: string;
1943
- J2: string;
1944
- J20: string;
1945
- J21: string;
1946
- J22: string;
1947
- J23: string;
1948
- J24: string;
1949
- J25: string;
1950
- J26: string;
1951
- /**
1952
- * @description A unit of density as a measure of sugar content of must, the unfermented liqueur from which wine is made. Named after Ferdinand Oechsle.
1953
- */
1954
- J27: string;
1955
- J28: string;
1956
- J29: string;
1957
- J30: string;
1958
- /**
1959
- * @description A unit of density for liquids that are heavier than water. 1 degree Twaddle represents a difference in specific gravity of 0.005.
1960
- */
1961
- J31: string;
1962
- J32: string;
1963
- J33: string;
1964
- J34: string;
1965
- J35: string;
1966
- J36: string;
1967
- /**
1968
- * @description A unit of signal transmission speed equal to one signalling event per second.
1969
- */
1970
- J38: string;
1971
- J39: string;
1972
- J40: string;
1973
- J41: string;
1974
- J42: string;
1975
- J43: string;
1976
- J44: string;
1977
- J45: string;
1978
- J46: string;
1979
- J47: string;
1980
- J48: string;
1981
- J49: string;
1982
- J50: string;
1983
- J51: string;
1984
- J52: string;
1985
- J53: string;
1986
- /**
1987
- * @description A unit of signal transmission speed equal to 10⁶ (1000000) signaling events per second.
1988
- */
1989
- J54: string;
1990
- J55: string;
1991
- J56: string;
1992
- J57: string;
1993
- J58: string;
1994
- J59: string;
1995
- J60: string;
1996
- J61: string;
1997
- J62: string;
1998
- J63: string;
1999
- J64: string;
2000
- J65: string;
2001
- J66: string;
2002
- J67: string;
2003
- J68: string;
2004
- J69: string;
2005
- J70: string;
2006
- J71: string;
2007
- J72: string;
2008
- J73: string;
2009
- J74: string;
2010
- J75: string;
2011
- J76: string;
2012
- J78: string;
2013
- J79: string;
2014
- J81: string;
2015
- J82: string;
2016
- J83: string;
2017
- J84: string;
2018
- J85: string;
2019
- J87: string;
2020
- J90: string;
2021
- J91: string;
2022
- J92: string;
2023
- J93: string;
2024
- J95: string;
2025
- J96: string;
2026
- J97: string;
2027
- J98: string;
2028
- J99: string;
2029
- JE: string;
2030
- JK: string;
2031
- JM: string;
2032
- /**
2033
- * @description A count of the number of pipeline joints.
2034
- */
2035
- JNT: string;
2036
- JOU: string;
2037
- /**
2038
- * @description A unit of count defining the number of 100 metre lengths.
2039
- */
2040
- JPS: string;
2041
- /**
2042
- * @description A unit of count defining the number of jewels (jewel: precious stone).
2043
- */
2044
- JWL: string;
2045
- /**
2046
- * @description A unit of measure defining the power load measured at predetermined intervals.
2047
- */
2048
- K1: string;
2049
- K10: string;
2050
- K11: string;
2051
- K12: string;
2052
- K13: string;
2053
- K14: string;
2054
- K15: string;
2055
- K16: string;
2056
- K17: string;
2057
- K18: string;
2058
- K19: string;
2059
- /**
2060
- * @description A unit of measure defining the reactive power demand equal to one kilovolt ampere of reactive power.
2061
- */
2062
- K2: string;
2063
- K20: string;
2064
- K21: string;
2065
- K22: string;
2066
- K23: string;
2067
- K26: string;
2068
- K27: string;
2069
- K28: string;
2070
- /**
2071
- * @description A unit of measure defining the accumulated reactive energy equal to one kilovolt ampere of reactive power per hour.
2072
- */
2073
- K3: string;
2074
- K30: string;
2075
- K31: string;
2076
- K32: string;
2077
- K33: string;
2078
- K34: string;
2079
- K35: string;
2080
- K36: string;
2081
- K37: string;
2082
- K38: string;
2083
- K39: string;
2084
- K40: string;
2085
- K41: string;
2086
- K42: string;
2087
- K43: string;
2088
- K45: string;
2089
- K46: string;
2090
- K47: string;
2091
- K48: string;
2092
- K49: string;
2093
- /**
2094
- * @description A unit of signal transmission speed equal to 10³ (1000) signaling events per second.
2095
- */
2096
- K50: string;
2097
- K51: string;
2098
- K52: string;
2099
- K53: string;
2100
- K54: string;
2101
- K55: string;
2102
- K58: string;
2103
- K59: string;
2104
- K6: string;
2105
- K60: string;
2106
- K61: string;
2107
- K62: string;
2108
- K63: string;
2109
- K64: string;
2110
- K65: string;
2111
- K66: string;
2112
- K67: string;
2113
- K68: string;
2114
- K69: string;
2115
- K70: string;
2116
- K71: string;
2117
- K73: string;
2118
- K74: string;
2119
- K75: string;
2120
- K76: string;
2121
- K77: string;
2122
- K78: string;
2123
- K79: string;
2124
- K80: string;
2125
- K81: string;
2126
- K82: string;
2127
- K83: string;
2128
- K84: string;
2129
- K85: string;
2130
- K86: string;
2131
- K87: string;
2132
- K88: string;
2133
- K89: string;
2134
- K90: string;
2135
- K91: string;
2136
- K92: string;
2137
- K93: string;
2138
- K94: string;
2139
- K95: string;
2140
- K96: string;
2141
- K97: string;
2142
- K98: string;
2143
- K99: string;
2144
- /**
2145
- * @description A unit of count defining the number of cakes (cake: object shaped into a flat, compact mass).
2146
- */
2147
- KA: string;
2148
- /**
2149
- * @description A unit of catalytic activity defining the catalytic activity of enzymes and other catalysts.
2150
- */
2151
- KAT: string;
2152
- /**
2153
- * @description A unit of information equal to 10³ (1000) characters.
2154
- */
2155
- KB: string;
2156
- KBA: string;
2157
- /**
2158
- * @description A unit of mass equal to one thousand grams of choline chloride.
2159
- */
2160
- KCC: string;
2161
- /**
2162
- * @description A unit of mass defining the net number of kilograms of a product, disregarding the liquid content of the product.
2163
- */
2164
- KDW: string;
2165
- /**
2166
- * @description Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)
2167
- */
2168
- KEL: string;
2169
- /**
2170
- * @description A unit of mass equal to one thousand grams.
2171
- */
2172
- KGM: string;
2173
- KGS: string;
2174
- /**
2175
- * @description A unit of mass equal to one thousand grams of hydrogen peroxide.
2176
- */
2177
- KHY: string;
2178
- KHZ: string;
2179
- KI: string;
2180
- /**
2181
- * @description A unit of mass defining the number of kilograms of a product, including its container.
2182
- */
2183
- KIC: string;
2184
- /**
2185
- * @description A unit of mass defining the number of kilograms of a product, including its inner packaging materials.
2186
- */
2187
- KIP: string;
2188
- /**
2189
- * @description A unit of information equal to 10³ (1000) segments.
2190
- */
2191
- KJ: string;
2192
- KJO: string;
2193
- KL: string;
2194
- /**
2195
- * @description A unit of proportion defining the percentage of dry lactic material in a product.
2196
- */
2197
- KLK: string;
2198
- /**
2199
- * @description A unit of illuminance equal to one thousand lux.
2200
- */
2201
- KLX: string;
2202
- /**
2203
- * @description A unit of mass equal to one thousand grams of methylamine.
2204
- */
2205
- KMA: string;
2206
- KMH: string;
2207
- KMK: string;
2208
- /**
2209
- * @description A unit of weight expressed in kilograms of a substance that fills a volume of one cubic metre.
2210
- */
2211
- KMQ: string;
2212
- KMT: string;
2213
- /**
2214
- * @description A unit of mass equal to one thousand grams of nitrogen.
2215
- */
2216
- KNI: string;
2217
- /**
2218
- * @description Pressure expressed in kN/m2.
2219
- */
2220
- KNM: string;
2221
- /**
2222
- * @description A unit of mass equal to one kilogram of a named substance.
2223
- */
2224
- KNS: string;
2225
- KNT: string;
2226
- /**
2227
- * @description A unit of count defining the number of milligrams of potassium hydroxide per gram of product as a measure of the concentration of potassium
2228
- * hydroxide in the product.
2229
- */
2230
- KO: string;
2231
- KPA: string;
2232
- /**
2233
- * @description A unit of mass equal to one thousand grams of potassium hydroxide (caustic potash).
2234
- */
2235
- KPH: string;
2236
- /**
2237
- * @description A unit of mass equal to one thousand grams of potassium oxide.
2238
- */
2239
- KPO: string;
2240
- /**
2241
- * @description A unit of mass equal to one thousand grams of phosphorus pentoxide phosphoric anhydride.
2242
- */
2243
- KPP: string;
2244
- KR: string;
2245
- /**
2246
- * @description A unit of mass equal to one thousand grams of a named substance that is 90% dry.
2247
- */
2248
- KSD: string;
2249
- /**
2250
- * @description A unit of mass equal to one thousand grams of sodium hydroxide (caustic soda).
2251
- */
2252
- KSH: string;
2253
- /**
2254
- * @description A unit of count defining the number of kits (kit: tub, barrel or pail).
2255
- */
2256
- KT: string;
2257
- KTN: string;
2258
- /**
2259
- * @description A unit of mass equal to one thousand grams of uranium.
2260
- */
2261
- KUR: string;
2262
- KVA: string;
2263
- KVR: string;
2264
- KVT: string;
2265
- KW: string;
2266
- KWH: string;
2267
- KWN: string;
2268
- /**
2269
- * @description A unit of mass equal to one thousand grams of tungsten trioxide.
2270
- */
2271
- KWO: string;
2272
- KWS: string;
2273
- KWT: string;
2274
- KWY: string;
2275
- KX: string;
2276
- L10: string;
2277
- L11: string;
2278
- L12: string;
2279
- L13: string;
2280
- L14: string;
2281
- L15: string;
2282
- L16: string;
2283
- L17: string;
2284
- L18: string;
2285
- L19: string;
2286
- L2: string;
2287
- L20: string;
2288
- L21: string;
2289
- L23: string;
2290
- L24: string;
2291
- L25: string;
2292
- L26: string;
2293
- L27: string;
2294
- L28: string;
2295
- L29: string;
2296
- L30: string;
2297
- L31: string;
2298
- L32: string;
2299
- L33: string;
2300
- L34: string;
2301
- L35: string;
2302
- L36: string;
2303
- L37: string;
2304
- L38: string;
2305
- L39: string;
2306
- L40: string;
2307
- L41: string;
2308
- L42: string;
2309
- L43: string;
2310
- L44: string;
2311
- L45: string;
2312
- L46: string;
2313
- L47: string;
2314
- L48: string;
2315
- L49: string;
2316
- L50: string;
2317
- L51: string;
2318
- L52: string;
2319
- L53: string;
2320
- L54: string;
2321
- L55: string;
2322
- L56: string;
2323
- L57: string;
2324
- L58: string;
2325
- L59: string;
2326
- L60: string;
2327
- L63: string;
2328
- L64: string;
2329
- L65: string;
2330
- L66: string;
2331
- L67: string;
2332
- L68: string;
2333
- L69: string;
2334
- L70: string;
2335
- L71: string;
2336
- L72: string;
2337
- L73: string;
2338
- L74: string;
2339
- L75: string;
2340
- L76: string;
2341
- L77: string;
2342
- L78: string;
2343
- L79: string;
2344
- L80: string;
2345
- L81: string;
2346
- L82: string;
2347
- L83: string;
2348
- L84: string;
2349
- L85: string;
2350
- L86: string;
2351
- L87: string;
2352
- L88: string;
2353
- L89: string;
2354
- L90: string;
2355
- L91: string;
2356
- L92: string;
2357
- L93: string;
2358
- L94: string;
2359
- L95: string;
2360
- L96: string;
2361
- L98: string;
2362
- L99: string;
2363
- LA: string;
2364
- /**
2365
- * @description A unit of proportion defining the percentage of lactose in a product that exceeds a defined percentage level.
2366
- */
2367
- LAC: string;
2368
- LBR: string;
2369
- LBT: string;
2370
- LD: string;
2371
- /**
2372
- * @description A unit of count defining the number of leaves.
2373
- */
2374
- LEF: string;
2375
- /**
2376
- * @description A unit of count defining the number of feet (12-inch) in length of a uniform width object.
2377
- */
2378
- LF: string;
2379
- /**
2380
- * @description A unit of time defining the number of labour hours.
2381
- */
2382
- LH: string;
2383
- /**
2384
- * @description A unit of distance equal to 0.01 chain.
2385
- */
2386
- LK: string;
2387
- /**
2388
- * @description A unit of count defining the number of metres in length of a uniform width object.
2389
- */
2390
- LM: string;
2391
- /**
2392
- * @description A unit of distance defining the linear extent of an item measured from end to end.
2393
- */
2394
- LN: string;
2395
- /**
2396
- * @description A unit of count defining the number of lots (lot: a collection of associated items).
2397
- */
2398
- LO: string;
2399
- /**
2400
- * @description A unit of mass defining the number of pounds of a liquid substance.
2401
- */
2402
- LP: string;
2403
- /**
2404
- * @description A unit of volume equal to one litre of pure alcohol.
2405
- */
2406
- LPA: string;
2407
- /**
2408
- * @description A unit of count defining the number of layers.
2409
- */
2410
- LR: string;
2411
- /**
2412
- * @description A unit of count defining the number of whole or a complete monetary amounts.
2413
- */
2414
- LS: string;
2415
- /**
2416
- * @description Synonym: gross ton (2240 lb)
2417
- */
2418
- LTN: string;
2419
- LTR: string;
2420
- /**
2421
- * @description A unit of mass defining the number of metric tons of lubricating oil.
2422
- */
2423
- LUB: string;
2424
- LUM: string;
2425
- LUX: string;
2426
- /**
2427
- * @description A unit of count defining the number of 36-inch units in length of a uniform width object.
2428
- */
2429
- LY: string;
2430
- M1: string;
2431
- M10: string;
2432
- M11: string;
2433
- M12: string;
2434
- M13: string;
2435
- M14: string;
2436
- M15: string;
2437
- M16: string;
2438
- M17: string;
2439
- M18: string;
2440
- /**
2441
- * @description An empirical measure for describing wind speed based mainly on observed sea conditions. The Beaufort scale indicates the wind speed by numbers
2442
- * that typically range from 0 for calm, to 12 for hurricane.
2443
- */
2444
- M19: string;
2445
- M20: string;
2446
- M21: string;
2447
- M22: string;
2448
- M23: string;
2449
- M24: string;
2450
- /**
2451
- * @description A unit of proportion, equal to 0.01, in relation to a temperature of one degree.
2452
- */
2453
- M25: string;
2454
- M26: string;
2455
- M27: string;
2456
- M29: string;
2457
- M30: string;
2458
- M31: string;
2459
- M32: string;
2460
- M33: string;
2461
- M34: string;
2462
- M35: string;
2463
- /**
2464
- * @description A unit of count defining the number of months expressed in multiples of 30 days, one day equals 24 hours.
2465
- */
2466
- M36: string;
2467
- /**
2468
- * @description A unit of count defining the number of years expressed in multiples of 360 days, one day equals 24 hours.
2469
- */
2470
- M37: string;
2471
- /**
2472
- * @description 1000-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2.
2473
- */
2474
- M38: string;
2475
- /**
2476
- * @description 0,01-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2.
2477
- */
2478
- M39: string;
2479
- /**
2480
- * @description A unit of measure expressed as a monetary amount.
2481
- */
2482
- M4: string;
2483
- /**
2484
- * @description Unit of the length according to the Anglo-American and Imperial system of units divided by the power of the SI base unit second by exponent 2.
2485
- */
2486
- M40: string;
2487
- /**
2488
- * @description 0,001-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2.
2489
- */
2490
- M41: string;
2491
- /**
2492
- * @description Unit of the length according to the Imperial system of units divided by the power of the SI base unit second by exponent 2.
2493
- */
2494
- M42: string;
2495
- /**
2496
- * @description Unit to indicate an angle at military zone, equal to the 6400th part of the full circle of the 360° or 2·p·rad.
2497
- */
2498
- M43: string;
2499
- /**
2500
- * @description Unit to identify an angle of the full circle of 360° or 2·p·rad (Refer ISO/TC12 SI Guide).
2501
- */
2502
- M44: string;
2503
- /**
2504
- * @description 360 part of a full circle divided by the power of the SI base unit second and the exponent 2.
2505
- */
2506
- M45: string;
2507
- /**
2508
- * @description Unit of the angular velocity.
2509
- */
2510
- M46: string;
2511
- /**
2512
- * @description Unit of an area, of which the size is given by a diameter of length of 1 mm (0,001 in) based on the formula: area = p·(diameter/2)².
2513
- */
2514
- M47: string;
2515
- /**
2516
- * @description Unit of the area, which is mainly common in the agriculture and forestry.
2517
- */
2518
- M48: string;
2519
- /**
2520
- * @description Unit of the length according the Anglo-American system of units.
2521
- */
2522
- M49: string;
2523
- M5: string;
2524
- /**
2525
- * @description Unit commonly used in Great Britain at rural distances: 1 furlong = 40 rods = 10 chains (UK) = 1/8 mile = 1/10 furlong = 220 yards = 660 foot.
2526
- */
2527
- M50: string;
2528
- /**
2529
- * @description Unit commonly used in the United States for ordnance survey.
2530
- */
2531
- M51: string;
2532
- /**
2533
- * @description Unit commonly used in the United States for ordnance survey.
2534
- */
2535
- M52: string;
2536
- /**
2537
- * @description SI base unit metre divided by the derived SI unit pascal.
2538
- */
2539
- M53: string;
2540
- /**
2541
- * @description Unit of the translation factor for implementation from rotation to linear movement.
2542
- */
2543
- M55: string;
2544
- /**
2545
- * @description Unit for a very short period.
2546
- */
2547
- M56: string;
2548
- /**
2549
- * @description Unit of velocity from the Imperial system of units.
2550
- */
2551
- M57: string;
2552
- /**
2553
- * @description Unit of the velocity from the Imperial system of units.
2554
- */
2555
- M58: string;
2556
- /**
2557
- * @description SI base unit meter divided by the product of SI base unit second and the derived SI unit pascal.
2558
- */
2559
- M59: string;
2560
- /**
2561
- * @description SI base unit metre divided by the unit hour.
2562
- */
2563
- M60: string;
2564
- /**
2565
- * @description Unit of the length according to the Anglo-American and Imperial system of units divided by the unit common year with 365 days.
2566
- */
2567
- M61: string;
2568
- /**
2569
- * @description 1000-fold of the SI base unit metre divided by the SI base unit second.
2570
- */
2571
- M62: string;
2572
- /**
2573
- * @description Unit inch according to the Anglo-American and Imperial system of units divided by the unit minute.
2574
- */
2575
- M63: string;
2576
- /**
2577
- * @description Unit yard according to the Anglo-American and Imperial system of units divided by the SI base unit second.
2578
- */
2579
- M64: string;
2580
- /**
2581
- * @description Unit yard according to the Anglo-American and Imperial system of units divided by the unit minute.
2582
- */
2583
- M65: string;
2584
- /**
2585
- * @description Unit yard according to the Anglo-American and Imperial system of units divided by the unit hour.
2586
- */
2587
- M66: string;
2588
- /**
2589
- * @description Unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs.
2590
- */
2591
- M67: string;
2592
- /**
2593
- * @description Traditional unit of the volume of stacked firewood which has been measured with a cord.
2594
- */
2595
- M68: string;
2596
- /**
2597
- * @description Unit of volume according to the Imperial system of units.
2598
- */
2599
- M69: string;
2600
- M7: string;
2601
- /**
2602
- * @description Traditional unit of the cargo capacity.
2603
- */
2604
- M70: string;
2605
- /**
2606
- * @description Power of the SI base unit meter by exponent 3 divided by the derived SI base unit pascal.
2607
- */
2608
- M71: string;
2609
- /**
2610
- * @description Logarithmic relationship to base 10.
2611
- */
2612
- M72: string;
2613
- /**
2614
- * @description SI base unit kilogram divided by the product of the power of the SI base unit metre with exponent 3 and the derived SI unit pascal.
2615
- */
2616
- M73: string;
2617
- /**
2618
- * @description SI base unit kilogram divided by the derived SI unit pascal.
2619
- */
2620
- M74: string;
2621
- /**
2622
- * @description 1000-fold of the unit of the force pound-force (lbf) according to the Anglo-American system of units with the relationship.
2623
- */
2624
- M75: string;
2625
- /**
2626
- * @description Non SI-conforming unit of the power, which corresponds to a mass of a pound multiplied with the acceleration of a foot per square second.
2627
- */
2628
- M76: string;
2629
- /**
2630
- * @description Product of the SI base unit kilogram and the SI base unit metre divided by the power of the SI base unit second by exponent 2.
2631
- */
2632
- M77: string;
2633
- /**
2634
- * @description 0,001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at
2635
- * sea level which corresponds to a strength of 9,806 65 newton.
2636
- */
2637
- M78: string;
2638
- /**
2639
- * @description Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2 divided by the unit of time hour.
2640
- */
2641
- M79: string;
2642
- /**
2643
- * @description CGS (Centimetre-Gram-Second system) unit stokes divided by the derived SI unit pascal.
2644
- */
2645
- M80: string;
2646
- /**
2647
- * @description 0,000 1-fold of the power of the SI base unit metre by exponent 2 divided by the SI base unit second.
2648
- */
2649
- M81: string;
2650
- /**
2651
- * @description Power of the SI base unit metre with the exponent 2 divided by the SI base unit second and the derived SI unit pascal.
2652
- */
2653
- M82: string;
2654
- /**
2655
- * @description Traditional unit for the indication of the linear mass of textile fibers and yarns.
2656
- */
2657
- M83: string;
2658
- /**
2659
- * @description Unit for linear mass according to avoirdupois system of units.
2660
- */
2661
- M84: string;
2662
- /**
2663
- * @description Non SI-conforming unit of the mass used in the mineralogy to determine the concentration of precious metals in ore according to the mass of the
2664
- * precious metal in milligrams in a sample of the mass of an assay sound (number of troy ounces in a short ton (1 000 lb)).
2665
- */
2666
- M85: string;
2667
- /**
2668
- * @description Outdated unit of the mass used in Germany.
2669
- */
2670
- M86: string;
2671
- /**
2672
- * @description SI base unit kilogram divided by the product of the SI base unit second and the derived SI unit pascal.
2673
- */
2674
- M87: string;
2675
- /**
2676
- * @description Unit tonne divided by the unit month.
2677
- */
2678
- M88: string;
2679
- /**
2680
- * @description Unit tonne divided by the unit year with 365 days.
2681
- */
2682
- M89: string;
2683
- M9: string;
2684
- /**
2685
- * @description 1000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour.
2686
- */
2687
- M90: string;
2688
- /**
2689
- * @description Proportion of the mass consisting of the avoirdupois pound according to the avoirdupois unit system divided by the avoirdupois pound according to
2690
- * the avoirdupois unit system.
2691
- */
2692
- M91: string;
2693
- /**
2694
- * @description Product of the unit pound-force according to the Anglo-American system of units and the unit foot according to the Anglo-American and the
2695
- * Imperial system of units.
2696
- */
2697
- M92: string;
2698
- /**
2699
- * @description Product of the derived SI unit newton and the SI base unit metre divided by the unit radian.
2700
- */
2701
- M93: string;
2702
- /**
2703
- * @description Unit of imbalance as a product of the SI base unit kilogram and the SI base unit metre.
2704
- */
2705
- M94: string;
2706
- /**
2707
- * @description Product of the non SI-conforming unit of the force poundal and the unit foot according to the Anglo-American and Imperial system of units .
2708
- */
2709
- M95: string;
2710
- /**
2711
- * @description Product of the non SI-conforming unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units .
2712
- */
2713
- M96: string;
2714
- /**
2715
- * @description CGS (Centimetre-Gram-Second system) unit of the rotational moment.
2716
- */
2717
- M97: string;
2718
- /**
2719
- * @description Product of the SI base unit kilogram and the 0,01-fold of the SI base unit metre divided by the SI base unit second.
2720
- */
2721
- M98: string;
2722
- /**
2723
- * @description Product of the 0,001-fold of the SI base unit kilogram and the 0,01-fold of the SI base unit metre divided by the SI base unit second.
2724
- */
2725
- M99: string;
2726
- /**
2727
- * @description A unit of electrical reactive power defining the total amount of reactive power across a power system.
2728
- */
2729
- MAH: string;
2730
- MAL: string;
2731
- MAM: string;
2732
- /**
2733
- * @description A unit of electrical reactive power represented by a current of one thousand amperes flowing due a potential difference of one thousand volts
2734
- * where the sine of the phase angle between them is 1.
2735
- */
2736
- MAR: string;
2737
- /**
2738
- * @description A unit of power defining the rate of energy transferred or consumed when a current of 1000 amperes flows due to a potential of 1000 volts at
2739
- * unity power factor.
2740
- */
2741
- MAW: string;
2742
- /**
2743
- * @description A unit of count defining the number of one thousand brick equivalent units.
2744
- */
2745
- MBE: string;
2746
- /**
2747
- * @description A unit of volume equal to one thousand board foot.
2748
- */
2749
- MBF: string;
2750
- MBR: string;
2751
- MC: string;
2752
- MCU: string;
2753
- /**
2754
- * @description A unit of count defining the number of metric tons of a product, disregarding the water content of the product.
2755
- */
2756
- MD: string;
2757
- MGM: string;
2758
- MHZ: string;
2759
- MIK: string;
2760
- MIL: string;
2761
- MIN: string;
2762
- MIO: string;
2763
- /**
2764
- * @description A unit of count defining the number of international units in multiples of 10.
2765
- */
2766
- MIU: string;
2767
- MKD: string;
2768
- MKM: string;
2769
- MKW: string;
2770
- /**
2771
- * @description Synonym: billion (US)
2772
- */
2773
- MLD: string;
2774
- MLT: string;
2775
- MMK: string;
2776
- MMQ: string;
2777
- MMT: string;
2778
- /**
2779
- * @description A unit of mass defining the number of kilograms of a product, disregarding the water content of the product.
2780
- */
2781
- MND: string;
2782
- MNJ: string;
2783
- /**
2784
- * @description Unit of time equal to 1/12 of a year of 365,25 days.
2785
- */
2786
- MON: string;
2787
- MPA: string;
2788
- MQD: string;
2789
- MQH: string;
2790
- MQM: string;
2791
- MQS: string;
2792
- MQW: string;
2793
- MRD: string;
2794
- MRM: string;
2795
- MRW: string;
2796
- MSK: string;
2797
- MTK: string;
2798
- /**
2799
- * @description Synonym: metre cubed.
2800
- */
2801
- MTQ: string;
2802
- MTR: string;
2803
- MTS: string;
2804
- MTZ: string;
2805
- MVA: string;
2806
- /**
2807
- * @description A unit of power defining the total amount of bulk energy transferred or consumed.
2808
- */
2809
- MWH: string;
2810
- /**
2811
- * @description A unit of count defining the number of calories prescribed daily for parenteral/enteral therapy.
2812
- */
2813
- N1: string;
2814
- /**
2815
- * @description Product of the avoirdupois pound according to the avoirdupois unit system and the unit foot according to the Anglo-American and Imperial system
2816
- * of units divided by the SI base unit second.
2817
- */
2818
- N10: string;
2819
- /**
2820
- * @description Product of the avoirdupois pound according to the avoirdupois unit system and the unit inch according to the Anglo-American and Imperial system
2821
- * of units divided by the SI base unit second.
2822
- */
2823
- N11: string;
2824
- /**
2825
- * @description Obsolete unit of the power relating to DIN 1301-3:1979: 1 PS = 735,498 75 W.
2826
- */
2827
- N12: string;
2828
- /**
2829
- * @description Non SI-conforming unit of pressure, at which a value of 1 cmHg meets the static pressure, which is generated by a mercury at a temperature of 0
2830
- * °C with a height of 1 centimetre .
2831
- */
2832
- N13: string;
2833
- /**
2834
- * @description Non SI-conforming unit of pressure, at which a value of 1 cmH2O meets the static pressure, which is generated by a head of water at a temperature
2835
- * of 4 °C with a height of 1 centimetre .
2836
- */
2837
- N14: string;
2838
- /**
2839
- * @description Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 ftH2O is equivalent to
2840
- * the static pressure, which is generated by a head of water at a temperature 39,2°F with a height of 1 foot .
2841
- */
2842
- N15: string;
2843
- /**
2844
- * @description Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static
2845
- * pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch.
2846
- */
2847
- N16: string;
2848
- /**
2849
- * @description Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static
2850
- * pressure, which is generated by a mercury at a temperature of 60°F with a height of 1 inch.
2851
- */
2852
- N17: string;
2853
- /**
2854
- * @description Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH2O meets the static
2855
- * pressure, which is generated by a head of water at a temperature of 39,2°F with a height of 1 inch .
2856
- */
2857
- N18: string;
2858
- /**
2859
- * @description Non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH2O meets the static
2860
- * pressure, which is generated by a head of water at a temperature of 60°F with a height of 1 inch .
2861
- */
2862
- N19: string;
2863
- /**
2864
- * @description Non SI-conforming unit of the pressure according to the Anglo-American system of units as the 1000-fold of the unit of the force pound-force
2865
- * divided by the power of the unit inch by exponent 2.
2866
- */
2867
- N20: string;
2868
- /**
2869
- * @description Non SI-conforming unit of pressure by the Imperial system of units according to NIST: 1 pdl/ft² = 1,488 164 Pa.
2870
- */
2871
- N21: string;
2872
- /**
2873
- * @description Unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according
2874
- * to the Anglo-American and Imperial system of units).
2875
- */
2876
- N22: string;
2877
- /**
2878
- * @description Not SI-conforming unit of pressure, whereas a value of 1 mH2O is equivalent to the static pressure, which is produced by one metre high water
2879
- * column .
2880
- */
2881
- N23: string;
2882
- /**
2883
- * @description 0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit meter by exponent 2.
2884
- */
2885
- N24: string;
2886
- /**
2887
- * @description Unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the
2888
- * Anglo-American and Imperial system of units with exponent 2.
2889
- */
2890
- N25: string;
2891
- /**
2892
- * @description Non SI-conforming unit of the pressure according to the Imperial system of units (poundal by square inch).
2893
- */
2894
- N26: string;
2895
- /**
2896
- * @description Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4 according to NIST: 1 ft4 = 8,630 975 m4.
2897
- */
2898
- N27: string;
2899
- /**
2900
- * @description 0,001 fold of the power of the SI base unit meter by exponent 3 divided by the SI based unit kilogram.
2901
- */
2902
- N28: string;
2903
- /**
2904
- * @description Power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according
2905
- * to the avoirdupois unit system.
2906
- */
2907
- N29: string;
2908
- N3: string;
2909
- /**
2910
- * @description Power of the unit inch according to the Anglo-American and Imperial system of units by exponent 3 divided by the avoirdupois pound according to
2911
- * the avoirdupois unit system .
2912
- */
2913
- N30: string;
2914
- /**
2915
- * @description 1000-fold of the derived SI unit newton divided by the SI base unit metre.
2916
- */
2917
- N31: string;
2918
- /**
2919
- * @description Non SI-conforming unit of the surface tension according to the Imperial unit system as quotient poundal by inch.
2920
- */
2921
- N32: string;
2922
- /**
2923
- * @description Unit of force per unit length based on the Anglo-American system of units.
2924
- */
2925
- N33: string;
2926
- /**
2927
- * @description Non SI-conforming unit of viscosity.
2928
- */
2929
- N34: string;
2930
- /**
2931
- * @description CGS (Centimetre-Gram-Second system) unit poise divided by the derived SI unit pascal.
2932
- */
2933
- N35: string;
2934
- /**
2935
- * @description Unit of the dynamic viscosity as a product of unit of the pressure (newton by square metre) multiplied with the SI base unit second.
2936
- */
2937
- N36: string;
2938
- /**
2939
- * @description Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second.
2940
- */
2941
- N37: string;
2942
- /**
2943
- * @description Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit minute.
2944
- */
2945
- N38: string;
2946
- /**
2947
- * @description Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit day.
2948
- */
2949
- N39: string;
2950
- /**
2951
- * @description Unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit hour.
2952
- */
2953
- N40: string;
2954
- /**
2955
- * @description Unit of the dynamic viscosity as a quotient of the 0,001-fold of the SI base unit kilogram divided by the 0,01-fold of the SI base unit metre and
2956
- * SI base unit second.
2957
- */
2958
- N41: string;
2959
- /**
2960
- * @description Non SI-conforming unit of dynamic viscosity according to the Imperial system of units as product unit of the pressure (poundal by square inch)
2961
- * multiplied by the SI base unit second.
2962
- */
2963
- N42: string;
2964
- /**
2965
- * @description Unit of the dynamic viscosity according to the Anglo-American unit system.
2966
- */
2967
- N43: string;
2968
- /**
2969
- * @description Unit of the dynamic viscosity according to the Anglo-American unit system.
2970
- */
2971
- N44: string;
2972
- /**
2973
- * @description Power of the SI base unit meter by exponent 3 divided by the product of the SI base unit second and the derived SI base unit pascal.
2974
- */
2975
- N45: string;
2976
- /**
2977
- * @description Unit of the work (force-path).
2978
- */
2979
- N46: string;
2980
- /**
2981
- * @description Unit of work (force multiplied by path) according to the Imperial system of units as a product unit inch multiplied by poundal.
2982
- */
2983
- N47: string;
2984
- /**
2985
- * @description Derived SI unit watt divided by the power of the 0,01-fold the SI base unit metre by exponent 2.
2986
- */
2987
- N48: string;
2988
- /**
2989
- * @description Derived SI unit watt divided by the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2.
2990
- */
2991
- N49: string;
2992
- /**
2993
- * @description Unit of the surface heat flux according to the Imperial system of units.
2994
- */
2995
- N50: string;
2996
- /**
2997
- * @description Unit of the surface heat flux according to the Imperial system of units.
2998
- */
2999
- N51: string;
3000
- /**
3001
- * @description Unit of the surface heat flux according to the Imperial system of units.
3002
- */
3003
- N52: string;
3004
- /**
3005
- * @description Unit of the surface heat flux according to the Imperial system of units.
3006
- */
3007
- N53: string;
3008
- /**
3009
- * @description Unit of the surface heat flux according to the Imperial system of units.
3010
- */
3011
- N54: string;
3012
- /**
3013
- * @description Unit of the surface heat flux according to the Imperial system of units.
3014
- */
3015
- N55: string;
3016
- /**
3017
- * @description Unit of the surface heat flux according to the Imperial system of units.
3018
- */
3019
- N56: string;
3020
- /**
3021
- * @description Unit of the surface heat flux according to the Imperial system of units.
3022
- */
3023
- N57: string;
3024
- /**
3025
- * @description Unit of the energy density according to the Imperial system of units.
3026
- */
3027
- N58: string;
3028
- /**
3029
- * @description Unit of the energy density according to the Imperial system of units.
3030
- */
3031
- N59: string;
3032
- /**
3033
- * @description Unit of the heat capacity according to the Imperial system of units.
3034
- */
3035
- N60: string;
3036
- /**
3037
- * @description Unit of the heat capacity according to the Imperial system of units.
3038
- */
3039
- N61: string;
3040
- /**
3041
- * @description Unit of the heat capacity according to the Imperial system of units.
3042
- */
3043
- N62: string;
3044
- /**
3045
- * @description Unit of the heat capacity according to the Imperial system of units.
3046
- */
3047
- N63: string;
3048
- /**
3049
- * @description Unit of the heat capacity (British thermal unit according to the international table according to the Rankine degree) according to the Imperial
3050
- * system of units divided by the unit avoirdupois pound according to the avoirdupois system of units.
3051
- */
3052
- N64: string;
3053
- /**
3054
- * @description Unit of the mass-related heat capacity as quotient 1000-fold of the calorie (international table) divided by the product of the 0,001-fold of the
3055
- * SI base units kilogram and kelvin.
3056
- */
3057
- N65: string;
3058
- /**
3059
- * @description Unit of heat energy according to the Imperial system of units in a reference temperature of 39 °F.
3060
- */
3061
- N66: string;
3062
- /**
3063
- * @description Unit of heat energy according to the Imperial system of units in a reference temperature of 59 °F.
3064
- */
3065
- N67: string;
3066
- /**
3067
- * @description Unit of head energy according to the Imperial system of units at a reference temperature of 60 °F.
3068
- */
3069
- N68: string;
3070
- /**
3071
- * @description Unit for quantity of heat, which is to be required for 1 g air free water at a constant pressure from 101,325 kPa, to warm up the pressure of
3072
- * standard atmosphere at sea level, from 19,5 °C on 20,5 °C.
3073
- */
3074
- N69: string;
3075
- /**
3076
- * @description Unit of heat energy according to the imperial system of units.
3077
- */
3078
- N70: string;
3079
- /**
3080
- * @description Unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT.
3081
- */
3082
- N71: string;
3083
- /**
3084
- * @description Unit of heat energy in commercial use.
3085
- */
3086
- N72: string;
3087
- /**
3088
- * @description Unit of the heat energy according to the Imperial system of units divided the unit avoirdupois pound according to the avoirdupois system of
3089
- * units.
3090
- */
3091
- N73: string;
3092
- /**
3093
- * @description Unit of the heat transition coefficient according to the Imperial system of units.
3094
- */
3095
- N74: string;
3096
- /**
3097
- * @description Unit of the heat transition coefficient according to the imperial system of units.
3098
- */
3099
- N75: string;
3100
- /**
3101
- * @description Unit of the heat transition coefficient according to the imperial system of units.
3102
- */
3103
- N76: string;
3104
- /**
3105
- * @description Unit of the heat transition coefficient according to the imperial system of units.
3106
- */
3107
- N77: string;
3108
- /**
3109
- * @description 1000-fold of the derived SI unit watt divided by the product of the power of the SI base unit metre by exponent 2 and the SI base unit kelvin.
3110
- */
3111
- N78: string;
3112
- /**
3113
- * @description SI base unit kelvin divided by the derived SI unit pascal.
3114
- */
3115
- N79: string;
3116
- /**
3117
- * @description Derived SI unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius.
3118
- */
3119
- N80: string;
3120
- /**
3121
- * @description 1000-fold of the derived SI unit watt divided by the product of the SI base unit metre and the SI base unit kelvin.
3122
- */
3123
- N81: string;
3124
- /**
3125
- * @description 1000-fold of the derived SI unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius.
3126
- */
3127
- N82: string;
3128
- /**
3129
- * @description SI base unit metre divided by the product of the unit degree Celsius and the SI base unit metre.
3130
- */
3131
- N83: string;
3132
- /**
3133
- * @description Non SI-conforming unit of the thermal resistance according to the Imperial system of units.
3134
- */
3135
- N84: string;
3136
- /**
3137
- * @description Non SI-conforming unit of the thermal resistance according to the Imperial system of units.
3138
- */
3139
- N85: string;
3140
- /**
3141
- * @description Non SI-conforming unit of the thermal resistance according to the Imperial system of units.
3142
- */
3143
- N86: string;
3144
- /**
3145
- * @description Non SI-conforming unit of the thermal resistance according to the Imperial system of units.
3146
- */
3147
- N87: string;
3148
- /**
3149
- * @description Unit of specific thermal resistance according to the Imperial system of units.
3150
- */
3151
- N88: string;
3152
- /**
3153
- * @description Unit of specific thermal resistance according to the Imperial system of units.
3154
- */
3155
- N89: string;
3156
- /**
3157
- * @description 1000-fold of the derived SI unit farad.
3158
- */
3159
- N90: string;
3160
- /**
3161
- * @description Reciprocal of the derived SI unit joule.
3162
- */
3163
- N91: string;
3164
- /**
3165
- * @description 0,000 000 000 001-fold of the derived SI unit siemens.
3166
- */
3167
- N92: string;
3168
- /**
3169
- * @description SI base unit ampere divided by the derived SI unit pascal.
3170
- */
3171
- N93: string;
3172
- /**
3173
- * @description CGS (Centimetre-Gram-Second system) unit of the electrical charge, where the charge amounts to exactly 1 Fr where the force of 1 dyn on an equal
3174
- * load is performed at a distance of 1 cm.
3175
- */
3176
- N94: string;
3177
- /**
3178
- * @description A unit of electric charge defining the amount of charge accumulated by a steady flow of one ampere for one minute..
3179
- */
3180
- N95: string;
3181
- /**
3182
- * @description CGS (Centimetre-Gram-Second system) unit of the electric power which is defined by a force of 2 dyn per cm between two parallel conductors of
3183
- * infinite length with negligible cross-section in the distance of 1 cm.
3184
- */
3185
- N96: string;
3186
- /**
3187
- * @description CGS (Centimetre-Gram-Second system) unit of the magnetomotive force, which is defined by the work to increase the magnetic potential of a
3188
- * positive common pol with 1 erg.
3189
- */
3190
- N97: string;
3191
- /**
3192
- * @description Derived SI unit volt divided by the derived SI unit pascal.
3193
- */
3194
- N98: string;
3195
- /**
3196
- * @description 0,000 000 000 001-fold of the derived SI unit volt.
3197
- */
3198
- N99: string;
3199
- NA: string;
3200
- /**
3201
- * @description A unit of count defining the number of articles (article: item).
3202
- */
3203
- NAR: string;
3204
- /**
3205
- * @description A unit of count defining the number of cells (cell: an enclosed or circumscribed space, cavity, or volume).
3206
- */
3207
- NCL: string;
3208
- NEW: string;
3209
- /**
3210
- * @description A unit of count defining the number of messages.
3211
- */
3212
- NF: string;
3213
- /**
3214
- * @description A unit of count defining the number of instances of nothing.
3215
- */
3216
- NIL: string;
3217
- /**
3218
- * @description A unit of count defining the number of international units.
3219
- */
3220
- NIU: string;
3221
- /**
3222
- * @description A unit of volume defining the number of loads (load: a quantity of items carried or processed at one time).
3223
- */
3224
- NL: string;
3225
- /**
3226
- * @description Normalised cubic metre (temperature 0°C and pressure 101325 millibars )
3227
- */
3228
- NM3: string;
3229
- NMI: string;
3230
- /**
3231
- * @description A unit of count defining the number of packs (pack: a collection of objects packaged together).
3232
- */
3233
- NMP: string;
3234
- /**
3235
- * @description A unit of count defining the number of parts (part: component of a larger entity).
3236
- */
3237
- NPT: string;
3238
- /**
3239
- * @description A unit of mass equal to 2000 pounds, see ton (US). Refer International Convention on tonnage measurement of Ships.
3240
- */
3241
- NT: string;
3242
- NTU: string;
3243
- NU: string;
3244
- /**
3245
- * @description A unit of proportion equal to 10⁻³. Synonym: per mille.
3246
- */
3247
- NX: string;
3248
- /**
3249
- * @description A unit of count defining the number of panels (panel: a distinct, usually rectangular, section of a surface).
3250
- */
3251
- OA: string;
3252
- /**
3253
- * @description A unit of mass defining the ozone depletion potential in kilograms of a product relative to the calculated depletion for the reference substance,
3254
- * Trichlorofluoromethane (CFC-11).
3255
- */
3256
- ODE: string;
3257
- ODG: string;
3258
- ODK: string;
3259
- ODM: string;
3260
- OHM: string;
3261
- ON: string;
3262
- ONZ: string;
3263
- /**
3264
- * @description The number of oscillations per minute.
3265
- */
3266
- OPM: string;
3267
- /**
3268
- * @description A unit of time defining the number of overtime hours.
3269
- */
3270
- OT: string;
3271
- OZA: string;
3272
- OZI: string;
3273
- /**
3274
- * @description A unit of proportion equal to 0.01.
3275
- */
3276
- P1: string;
3277
- /**
3278
- * @description Derived SI unit coulomb divided by the SI base unit metre.
3279
- */
3280
- P10: string;
3281
- /**
3282
- * @description 1000 fold of the derived SI unit weber.
3283
- */
3284
- P11: string;
3285
- /**
3286
- * @description Unit of magnetic flow density.
3287
- */
3288
- P12: string;
3289
- /**
3290
- * @description 1000-fold of the derived SI unit tesla.
3291
- */
3292
- P13: string;
3293
- /**
3294
- * @description Quotient of the derived SI unit joule divided by the SI base unit second.
3295
- */
3296
- P14: string;
3297
- /**
3298
- * @description Quotient from the derived SI unit joule divided by the unit minute.
3299
- */
3300
- P15: string;
3301
- /**
3302
- * @description Quotient from the derived SI unit joule divided by the unit hour.
3303
- */
3304
- P16: string;
3305
- /**
3306
- * @description Quotient from the derived SI unit joule divided by the unit day.
3307
- */
3308
- P17: string;
3309
- /**
3310
- * @description Quotient from the 1000-fold of the derived SI unit joule divided by the SI base unit second.
3311
- */
3312
- P18: string;
3313
- /**
3314
- * @description Quotient from the 1000-fold of the derived SI unit joule divided by the unit minute.
3315
- */
3316
- P19: string;
3317
- P2: string;
3318
- /**
3319
- * @description Quotient from the 1000-fold of the derived SI unit joule divided by the unit hour.
3320
- */
3321
- P20: string;
3322
- /**
3323
- * @description Quotient from the 1000-fold of the derived SI unit joule divided by the unit day.
3324
- */
3325
- P21: string;
3326
- /**
3327
- * @description 0,000 000 001-fold of the derived SI unit ohm.
3328
- */
3329
- P22: string;
3330
- /**
3331
- * @description Unit of resistivity.
3332
- */
3333
- P23: string;
3334
- /**
3335
- * @description 1000-fold of the derived SI unit henry.
3336
- */
3337
- P24: string;
3338
- /**
3339
- * @description Derived SI unit lumen divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2.
3340
- */
3341
- P25: string;
3342
- /**
3343
- * @description CGS (Centimetre-Gram-Second system) unit of luminance, defined as lumen by square centimetre.
3344
- */
3345
- P26: string;
3346
- /**
3347
- * @description Non SI conform traditional unit, defined as density of light which impinges on a surface which has a distance of one foot from a light source,
3348
- * which shines with an intensity of an international candle.
3349
- */
3350
- P27: string;
3351
- /**
3352
- * @description SI base unit candela divided by the power of unit inch according to the Anglo-American and Imperial system of units by exponent 2.
3353
- */
3354
- P28: string;
3355
- /**
3356
- * @description Unit of the luminance according to the Anglo-American system of units, defined as emitted or reflected luminance of a lm/ft².
3357
- */
3358
- P29: string;
3359
- /**
3360
- * @description CGS (Centimetre-Gram-Second system) unit of luminance, defined as the emitted or reflected luminance by one lumen per square centimetre.
3361
- */
3362
- P30: string;
3363
- /**
3364
- * @description CGS (Centimetre-Gram-Second system) unit of luminance, defined as emitted or reflected luminance by one lumen per square centimetre.
3365
- */
3366
- P31: string;
3367
- /**
3368
- * @description Base unit SI candela divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2.
3369
- */
3370
- P32: string;
3371
- /**
3372
- * @description 1000-fold of the SI base unit candela.
3373
- */
3374
- P33: string;
3375
- /**
3376
- * @description 0,001-fold of the SI base unit candela.
3377
- */
3378
- P34: string;
3379
- /**
3380
- * @description Obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979: 1 HK = 0,903 cd.
3381
- */
3382
- P35: string;
3383
- /**
3384
- * @description Obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979: 1 HK = 1,019 cd.
3385
- */
3386
- P36: string;
3387
- /**
3388
- * @description Unit of the areal-related energy transmission according to the Imperial system of units.
3389
- */
3390
- P37: string;
3391
- /**
3392
- * @description Unit of the areal-related energy transmission according to the Imperial system of units.
3393
- */
3394
- P38: string;
3395
- /**
3396
- * @description Unit of the areal-related energy transmission according to the Imperial system of units.
3397
- */
3398
- P39: string;
3399
- /**
3400
- * @description CGS (Centimetre-Gram-Second system) unit of the areal-related energy transmission (as a measure of the incident quantity of heat of solar
3401
- * radiation on the earth's surface).
3402
- */
3403
- P40: string;
3404
- /**
3405
- * @description 1 Dec := log2 10 ˜ 3,32 according to the logarithm for frequency range between f1 and f2, when f2/f1 = 10.
3406
- */
3407
- P41: string;
3408
- /**
3409
- * @description Unit of the set as a product of the power of derived SI unit pascal with exponent 2 and the SI base unit second.
3410
- */
3411
- P42: string;
3412
- /**
3413
- * @description Unit bel divided by the SI base unit metre.
3414
- */
3415
- P43: string;
3416
- /**
3417
- * @description Non SI-conforming unit of quantity of a substance relating that one pound mole of a chemical composition corresponds to the same number of pounds
3418
- * as the molecular weight of one molecule of this composition in atomic mass units.
3419
- */
3420
- P44: string;
3421
- /**
3422
- * @description Non SI-conforming unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical
3423
- * composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units.
3424
- */
3425
- P45: string;
3426
- /**
3427
- * @description Non SI-conforming unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical
3428
- * composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units.
3429
- */
3430
- P46: string;
3431
- /**
3432
- * @description 1000-fold of the SI base unit mol divided by the SI base unit kilogram.
3433
- */
3434
- P47: string;
3435
- /**
3436
- * @description Non SI-conforming unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system.
3437
- */
3438
- P48: string;
3439
- /**
3440
- * @description Product of the derived SI unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere.
3441
- */
3442
- P49: string;
3443
- /**
3444
- * @description A unit of count defining the number of five-packs (five-pack: set of five items packaged together).
3445
- */
3446
- P5: string;
3447
- /**
3448
- * @description Product of the derived SI unit weber and SI base unit metre.
3449
- */
3450
- P50: string;
3451
- /**
3452
- * @description SI base unit mol divided by the product of the SI base unit kilogram and the derived SI unit pascal.
3453
- */
3454
- P51: string;
3455
- /**
3456
- * @description SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the derived SI unit pascal.
3457
- */
3458
- P52: string;
3459
- /**
3460
- * @description CGS (Centimetre-Gram-Second system) unit for magnetic flux of a magnetic pole (according to the interaction of identical poles of 1 dyn at a
3461
- * distance of a cm).
3462
- */
3463
- P53: string;
3464
- /**
3465
- * @description 0,001-fold of the derived SI unit gray divided by the SI base unit second.
3466
- */
3467
- P54: string;
3468
- /**
3469
- * @description 0,000 001-fold of the derived SI unit gray divided by the SI base unit second.
3470
- */
3471
- P55: string;
3472
- /**
3473
- * @description 0,000 000 001-fold of the derived SI unit gray divided by the SI base unit second.
3474
- */
3475
- P56: string;
3476
- /**
3477
- * @description SI derived unit gray divided by the unit minute.
3478
- */
3479
- P57: string;
3480
- /**
3481
- * @description 0,001-fold of the derived SI unit gray divided by the unit minute.
3482
- */
3483
- P58: string;
3484
- /**
3485
- * @description 0,000 001-fold of the derived SI unit gray divided by the unit minute.
3486
- */
3487
- P59: string;
3488
- /**
3489
- * @description 0,000 000 001-fold of the derived SI unit gray divided by the unit minute.
3490
- */
3491
- P60: string;
3492
- /**
3493
- * @description SI derived unit gray divided by the unit hour.
3494
- */
3495
- P61: string;
3496
- /**
3497
- * @description 0,001-fold of the derived SI unit gray divided by the unit hour.
3498
- */
3499
- P62: string;
3500
- /**
3501
- * @description 0,000 001-fold of the derived SI unit gray divided by the unit hour.
3502
- */
3503
- P63: string;
3504
- /**
3505
- * @description 0,000 000 001-fold of the derived SI unit gray divided by the unit hour.
3506
- */
3507
- P64: string;
3508
- /**
3509
- * @description Derived SI unit sievert divided by the SI base unit second.
3510
- */
3511
- P65: string;
3512
- /**
3513
- * @description 0,001-fold of the derived SI unit sievert divided by the SI base unit second.
3514
- */
3515
- P66: string;
3516
- /**
3517
- * @description 0,000 001-fold of the derived SI unit sievert divided by the SI base unit second.
3518
- */
3519
- P67: string;
3520
- /**
3521
- * @description 0,000 000 001-fold of the derived SI unit sievert divided by the SI base unit second.
3522
- */
3523
- P68: string;
3524
- /**
3525
- * @description Unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s = 0,01 J/(kg·s) = 1 Sv/s.
3526
- */
3527
- P69: string;
3528
- /**
3529
- * @description Derived SI unit sievert divided by the unit hour.
3530
- */
3531
- P70: string;
3532
- /**
3533
- * @description 0,001-fold of the derived SI unit sievert divided by the unit hour.
3534
- */
3535
- P71: string;
3536
- /**
3537
- * @description 0,000 001-fold of the derived SI unit sievert divided by the unit hour.
3538
- */
3539
- P72: string;
3540
- /**
3541
- * @description 0,000 000 001-fold of the derived SI unit sievert divided by the unit hour.
3542
- */
3543
- P73: string;
3544
- /**
3545
- * @description Derived SI unit sievert divided by the unit minute.
3546
- */
3547
- P74: string;
3548
- /**
3549
- * @description 0,001-fold of the derived SI unit sievert divided by the unit minute.
3550
- */
3551
- P75: string;
3552
- /**
3553
- * @description 0,000 001-fold of the derived SI unit sievert divided by the unit minute.
3554
- */
3555
- P76: string;
3556
- /**
3557
- * @description 0,000 000 001-fold of the derived SI unit sievert divided by the unit minute.
3558
- */
3559
- P77: string;
3560
- /**
3561
- * @description Complement of the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2.
3562
- */
3563
- P78: string;
3564
- /**
3565
- * @description Unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram
3566
- * divided by the power of the SI base unit metre by exponent 2.
3567
- */
3568
- P79: string;
3569
- /**
3570
- * @description 0,001-fold of the derived SI unit pascal divided by the SI base unit metre.
3571
- */
3572
- P80: string;
3573
- /**
3574
- * @description 1000-fold of the derived SI unit pascal divided by the SI base unit metre.
3575
- */
3576
- P81: string;
3577
- /**
3578
- * @description 100-fold of the derived SI unit pascal divided by the SI base unit metre.
3579
- */
3580
- P82: string;
3581
- /**
3582
- * @description Outdated unit of the pressure divided by the SI base unit metre.
3583
- */
3584
- P83: string;
3585
- /**
3586
- * @description Obsolete and non-legal unit of the pressure which is generated by a 10 metre water column divided by the SI base unit metre.
3587
- */
3588
- P84: string;
3589
- /**
3590
- * @description CGS (Centimetre-Gram-Second system) unit of the pressure divided by the SI base unit metre.
3591
- */
3592
- P85: string;
3593
- /**
3594
- * @description Compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the
3595
- * Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of
3596
- * units .
3597
- */
3598
- P86: string;
3599
- /**
3600
- * @description Unit of volume flow cubic meters by second related to the transmission surface in square metres.
3601
- */
3602
- P87: string;
3603
- /**
3604
- * @description Non SI-conforming unit of fluidity of dynamic viscosity.
3605
- */
3606
- P88: string;
3607
- /**
3608
- * @description Unit for length-related rotational moment according to the Anglo-American and Imperial system of units.
3609
- */
3610
- P89: string;
3611
- /**
3612
- * @description Unit for length-related rotational moment according to the Anglo-American and Imperial system of units.
3613
- */
3614
- P90: string;
3615
- /**
3616
- * @description Traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance,
3617
- * where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour.
3618
- */
3619
- P91: string;
3620
- /**
3621
- * @description Traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at
3622
- * which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour.
3623
- */
3624
- P92: string;
3625
- /**
3626
- * @description Unit byte divided by the SI base unit second.
3627
- */
3628
- P93: string;
3629
- /**
3630
- * @description 1000-fold of the unit byte divided by the SI base unit second.
3631
- */
3632
- P94: string;
3633
- /**
3634
- * @description 1 000 000-fold of the unit byte divided by the SI base unit second.
3635
- */
3636
- P95: string;
3637
- /**
3638
- * @description Reciprocal of the derived SI unit volt.
3639
- */
3640
- P96: string;
3641
- /**
3642
- * @description Reciprocal of the unit radian.
3643
- */
3644
- P97: string;
3645
- /**
3646
- * @description Unit of the equilibrium constant on the basis of the pressure(ISO 80000-9:2009, 9-35.a).
3647
- */
3648
- P98: string;
3649
- /**
3650
- * @description Unit of the equilibrium constant on the basis of the concentration (ISO 80000-9:2009, 9-36.a).
3651
- */
3652
- P99: string;
3653
- PAL: string;
3654
- /**
3655
- * @description A unit of count defining the number of pads (pad: block of paper sheets fastened together at one end).
3656
- */
3657
- PD: string;
3658
- /**
3659
- * @description A unit of volume equal to one litre of proof spirits, or the alcohol equivalent thereof. Used for measuring the strength of distilled alcoholic
3660
- * liquors, expressed as a percentage of the alcohol content of a standard mixture at a specific temperature.
3661
- */
3662
- PFL: string;
3663
- /**
3664
- * @description A unit of volume equal to one gallon of proof spirits, or the alcohol equivalent thereof. Used for measuring the strength of distilled alcoholic
3665
- * liquors, expressed as a percentage of the alcohol content of a standard mixture at a specific temperature.
3666
- */
3667
- PGL: string;
3668
- /**
3669
- * @description A unit of count defining the number of characters that fit in a horizontal inch.
3670
- */
3671
- PI: string;
3672
- /**
3673
- * @description A unit of proportion defining the sugar content of a product, especially in relation to beer.
3674
- */
3675
- PLA: string;
3676
- PO: string;
3677
- /**
3678
- * @description A unit of quantity defining the degree of thickness of a bound publication, expressed as the number of pages per inch of thickness.
3679
- */
3680
- PQ: string;
3681
- /**
3682
- * @description A unit of count defining the number of pairs (pair: item described by two's).
3683
- */
3684
- PR: string;
3685
- PS: string;
3686
- PTD: string;
3687
- PTI: string;
3688
- PTL: string;
3689
- /**
3690
- * @description A quantity of allowance of food allotted to, or enough for, one person.
3691
- */
3692
- PTN: string;
3693
- /**
3694
- * @description Unit of the magnetic dipole moment of the molecule as derived SI unit joule divided by the derived SI unit tesla.
3695
- */
3696
- Q10: string;
3697
- /**
3698
- * @description Unit of the market value according to the feature of a single feature as a statistical measurement of the existing utilization.
3699
- */
3700
- Q11: string;
3701
- /**
3702
- * @description Synonym for byte: 1 octet = 8 bit = 1 byte.
3703
- */
3704
- Q12: string;
3705
- /**
3706
- * @description Unit octet divided by the SI base unit second.
3707
- */
3708
- Q13: string;
3709
- /**
3710
- * @description Logarithmic unit for information equal to the content of decision of a sentence of two mutually exclusive events, expressed as a logarithm to
3711
- * base 2.
3712
- */
3713
- Q14: string;
3714
- /**
3715
- * @description Logarithmic unit for information equal to the content of decision of a sentence of ten mutually exclusive events, expressed as a logarithm to
3716
- * base 10.
3717
- */
3718
- Q15: string;
3719
- /**
3720
- * @description Logarithmic unit for information equal to the content of decision of a sentence of ,718 281 828 459 mutually exclusive events, expressed as a
3721
- * logarithm to base Euler value e.
3722
- */
3723
- Q16: string;
3724
- /**
3725
- * @description Time related logarithmic unit for information equal to the content of decision of a sentence of two mutually exclusive events, expressed as a
3726
- * logarithm to base 2.
3727
- */
3728
- Q17: string;
3729
- /**
3730
- * @description Time related logarithmic unit for information equal to the content of decision of a sentence of ten mutually exclusive events, expressed as a
3731
- * logarithm to base 10.
3732
- */
3733
- Q18: string;
3734
- /**
3735
- * @description Time related logarithmic unit for information equal to the content of decision of a sentence of 2,718 281 828 459 mutually exclusive events,
3736
- * expressed as a logarithm to base of the Euler value e.
3737
- */
3738
- Q19: string;
3739
- /**
3740
- * @description Unit of the Einstein transition probability for spontaneous or inducing emissions and absorption according to ISO 80000-7:2008, expressed as SI
3741
- * base unit second divided by the SI base unit kilogram.
3742
- */
3743
- Q20: string;
3744
- /**
3745
- * @description Unit of the first radiation constants c1 = 2·p·h·c0², the value of which is 3,741 771 18·10?¹6-fold that of the comparative value of the product
3746
- * of the derived SI unit watt multiplied with the power of the SI base unit metre with the exponent 2.
3747
- */
3748
- Q21: string;
3749
- /**
3750
- * @description Unit of the density of states as an expression of angular frequency as complement of the product of hertz and radiant and the power of SI base
3751
- * unit metre by exponent 3 .
3752
- */
3753
- Q22: string;
3754
- /**
3755
- * @description Complement of the derived SI unit weber as unit of the Josephson constant, which value is equal to the 384 597,891-fold of the reference value
3756
- * gigahertz divided by volt.
3757
- */
3758
- Q23: string;
3759
- /**
3760
- * @description Complement of the unit inch according to the Anglo-American and Imperial system of units.
3761
- */
3762
- Q24: string;
3763
- /**
3764
- * @description Unit used at the statement of relative refractive indexes of optical systems as complement of the focal length with correspondence to: 1 dpt =
3765
- * 1/m.
3766
- */
3767
- Q25: string;
3768
- /**
3769
- * @description Value of the quotient from two physical units of the same kind as a numerator and denominator whereas the units are shortened mutually.
3770
- */
3771
- Q26: string;
3772
- /**
3773
- * @description Unit for length-related rotational moment as product of the derived SI unit newton and the SI base unit metre divided by the SI base unit metre.
3774
- */
3775
- Q27: string;
3776
- /**
3777
- * @description Unit for the ability of a material to allow the transition of steam.
3778
- */
3779
- Q28: string;
3780
- /**
3781
- * @description Microgram per hectogram.
3782
- */
3783
- Q29: string;
3784
- /**
3785
- * @description The activity of the (solvated) hydrogen ion (a logarithmic measure used to state the acidity or alkalinity of a chemical solution).
3786
- */
3787
- Q30: string;
3788
- Q31: string;
3789
- Q32: string;
3790
- Q33: string;
3791
- Q34: string;
3792
- /**
3793
- * @description A unit of power defining the total amount of bulk energy transferred or consumer per minute.
3794
- */
3795
- Q35: string;
3796
- /**
3797
- * @description A unit of the amount of surface area per unit volume of an object or collection of objects.
3798
- */
3799
- Q36: string;
3800
- /**
3801
- * @description Standard cubic metre (temperature 15°C and pressure 101325 millibars ) per day.
3802
- */
3803
- Q37: string;
3804
- /**
3805
- * @description Standard cubic metre (temperature 15°C and pressure 101325 millibars ) per hour.
3806
- */
3807
- Q38: string;
3808
- /**
3809
- * @description Normalized cubic metre (temperature 0°C and pressure 101325 millibars ) per day.
3810
- */
3811
- Q39: string;
3812
- /**
3813
- * @description Normalized cubic metre (temperature 0°C and pressure 101325 millibars ) per hour.
3814
- */
3815
- Q40: string;
3816
- Q41: string;
3817
- Q42: string;
3818
- /**
3819
- * @description A unit of count defining the number of meals (meal: an amount of food to be eaten on a single occasion).
3820
- */
3821
- Q3: string;
3822
- /**
3823
- * @description A unit of count defining the number of facsimile pages.
3824
- */
3825
- QA: string;
3826
- /**
3827
- * @description A unit of time defining the number of quarters (3 months).
3828
- */
3829
- QAN: string;
3830
- /**
3831
- * @description A unit of count defining the number of hardcopy pages (hardcopy page: a page rendered as printed or written output on paper, film, or other
3832
- * permanent medium).
3833
- */
3834
- QB: string;
3835
- /**
3836
- * @description A unit of count for paper, expressed as the number of quires (quire: a number of paper sheets, typically 25).
3837
- */
3838
- QR: string;
3839
- QTD: string;
3840
- QTI: string;
3841
- QTL: string;
3842
- /**
3843
- * @description A traditional unit of weight equal to 1/4 hundredweight. In the United Kingdom, one quarter equals 28 pounds.
3844
- */
3845
- QTR: string;
3846
- /**
3847
- * @description A unit of count defining the number of picas. (pica: typographical length equal to 12 points or 4.22 mm (approx.)).
3848
- */
3849
- R1: string;
3850
- /**
3851
- * @description A unit of volume equal to one thousand cubic metres.
3852
- */
3853
- R9: string;
3854
- /**
3855
- * @description A unit of time defining the number of hours of operation.
3856
- */
3857
- RH: string;
3858
- /**
3859
- * @description A unit of count for paper, expressed as the number of reams (ream: a large quantity of paper sheets, typically 500).
3860
- */
3861
- RM: string;
3862
- /**
3863
- * @description A unit of count defining the number of rooms.
3864
- */
3865
- ROM: string;
3866
- /**
3867
- * @description A unit of mass for paper, expressed as pounds per ream. (ream: a large quantity of paper, typically 500 sheets).
3868
- */
3869
- RP: string;
3870
- /**
3871
- * @description Refer ISO/TC12 SI Guide.
3872
- */
3873
- RPM: string;
3874
- /**
3875
- * @description Refer ISO/TC12 SI Guide.
3876
- */
3877
- RPS: string;
3878
- /**
3879
- * @description A unit of information typically used for billing purposes, expressed as the number of revenue tons (revenue ton: either a metric ton or a cubic
3880
- * metres, whichever is the larger), moved over a distance of one mile.
3881
- */
3882
- RT: string;
3883
- /**
3884
- * @description Synonym: foot squared per second.
3885
- */
3886
- S3: string;
3887
- /**
3888
- * @description Synonym: metre squared per second (square metres/second US)
3889
- */
3890
- S4: string;
3891
- /**
3892
- * @description A unit of time defining the number of half years (6 months).
3893
- */
3894
- SAN: string;
3895
- /**
3896
- * @description A unit of count defining the number of units in multiples of 20.
3897
- */
3898
- SCO: string;
3899
- SCR: string;
3900
- SEC: string;
3901
- /**
3902
- * @description A unit of count defining the number of sets (set: a number of objects grouped together).
3903
- */
3904
- SET: string;
3905
- /**
3906
- * @description A unit of information equal to 64000 bytes.
3907
- */
3908
- SG: string;
3909
- SIE: string;
3910
- /**
3911
- * @description Standard cubic metre (temperature 15°C and pressure 101325 millibars )
3912
- */
3913
- SM3: string;
3914
- SMI: string;
3915
- /**
3916
- * @description A unit of count defining the number of squares (square: rectangular shape).
3917
- */
3918
- SQ: string;
3919
- /**
3920
- * @description A unit of count defining the number of squares of roofing materials, measured in multiples of 100 square feet.
3921
- */
3922
- SQR: string;
3923
- /**
3924
- * @description A unit of count defining the number of strips (strip: long narrow piece of an object).
3925
- */
3926
- SR: string;
3927
- /**
3928
- * @description A unit of count defining the number of sticks (stick: slender and often cylindrical piece of a substance).
3929
- */
3930
- STC: string;
3931
- STI: string;
3932
- /**
3933
- * @description A unit of count defining the number of cigarettes in the smallest unit for stock-taking and/or duty computation.
3934
- */
3935
- STK: string;
3936
- /**
3937
- * @description A unit of volume defining the number of litres of a product at a temperature of 15 degrees Celsius, especially in relation to hydrocarbon oils.
3938
- */
3939
- STL: string;
3940
- /**
3941
- * @description Synonym: net ton (2000 lb)
3942
- */
3943
- STN: string;
3944
- /**
3945
- * @description A unit of count defining the number of straws (straw: a slender tube used for sucking up liquids).
3946
- */
3947
- STW: string;
3948
- /**
3949
- * @description A unit of count defining the number of skeins (skein: a loosely-coiled bundle of yarn or thread).
3950
- */
3951
- SW: string;
3952
- /**
3953
- * @description A unit of count defining the number of shipments (shipment: an amount of goods shipped or transported).
3954
- */
3955
- SX: string;
3956
- /**
3957
- * @description A unit of count defining the number of syringes (syringe: a small device for pumping, spraying and/or injecting liquids through a small
3958
- * aperture).
3959
- */
3960
- SYR: string;
3961
- /**
3962
- * @description A unit of count defining the number of lines in service.
3963
- */
3964
- T0: string;
3965
- /**
3966
- * @description A unit of count defining the number of pieces in multiples of 1000 (piece: a single item, article or exemplar).
3967
- */
3968
- T3: string;
3969
- TAH: string;
3970
- /**
3971
- * @description A unit of chemistry defining the amount of potassium hydroxide (KOH) in milligrams that is needed to neutralize the acids in one gram of oil. It
3972
- * is an important quality measurement of crude oil.
3973
- */
3974
- TAN: string;
3975
- TI: string;
3976
- /**
3977
- * @description A unit of mass defining the number of metric tons of a product, including its container.
3978
- */
3979
- TIC: string;
3980
- /**
3981
- * @description A unit of mass defining the number of metric tons of a product, including its inner packaging materials.
3982
- */
3983
- TIP: string;
3984
- /**
3985
- * @description A unit of information typically used for billing purposes, expressed as the number of tonnes (metric tons) moved over a distance of one
3986
- * kilometre.
3987
- */
3988
- TKM: string;
3989
- /**
3990
- * @description A unit of mass equal to one thousand grams of imported meat, disregarding less valuable by-products such as the entrails.
3991
- */
3992
- TMS: string;
3993
- /**
3994
- * @description Synonym: metric ton.
3995
- */
3996
- TNE: string;
3997
- /**
3998
- * @description A unit of count defining the number of items in multiples of 10.
3999
- */
4000
- TP: string;
4001
- /**
4002
- * @description The number of teeth per inch.
4003
- */
4004
- TPI: string;
4005
- /**
4006
- * @description A unit of count defining the number of pairs in multiples of 10 (pair: item described by two's).
4007
- */
4008
- TPR: string;
4009
- /**
4010
- * @description A unit of volume equal to one thousand cubic metres per day.
4011
- */
4012
- TQD: string;
4013
- TRL: string;
4014
- /**
4015
- * @description A unit of count defining the number of sets in multiples of 10 (set: a number of objects grouped together).
4016
- */
4017
- TST: string;
4018
- /**
4019
- * @description A unit of count defining the number of sticks in multiples of 10000 (stick: slender and often cylindrical piece of a substance).
4020
- */
4021
- TTS: string;
4022
- /**
4023
- * @description A unit of count defining the number of treatments (treatment: subjection to the action of a chemical, physical or biological agent).
4024
- */
4025
- U1: string;
4026
- /**
4027
- * @description A unit of count defining the number of tablets (tablet: a small flat or compressed solid object).
4028
- */
4029
- U2: string;
4030
- /**
4031
- * @description A unit of count defining the average number of lines in service.
4032
- */
4033
- UB: string;
4034
- /**
4035
- * @description A unit of count defining the number of network access ports.
4036
- */
4037
- UC: string;
4038
- VA: string;
4039
- VLT: string;
4040
- /**
4041
- * @description A measure of concentration, typically expressed as the percentage volume of a solute in a solution.
4042
- */
4043
- VP: string;
4044
- /**
4045
- * @description A unit of mass defining the number of kilograms of a product, including the water content of the product.
4046
- */
4047
- W2: string;
4048
- WA: string;
4049
- /**
4050
- * @description A unit of mass defining the number of pounds of a material, including the water content of the material.
4051
- */
4052
- WB: string;
4053
- /**
4054
- * @description A unit of volume used for measuring lumber. One board foot equals 1/12 of a cubic foot.
4055
- */
4056
- WCD: string;
4057
- /**
4058
- * @description A unit of mass defining the number of tons of a material, including the water content of the material.
4059
- */
4060
- WE: string;
4061
- WEB: string;
4062
- WEE: string;
4063
- /**
4064
- * @description A unit of volume equal to 231 cubic inches.
4065
- */
4066
- WG: string;
4067
- WHR: string;
4068
- /**
4069
- * @description A unit of time defining the number of working months.
4070
- */
4071
- WM: string;
4072
- /**
4073
- * @description A unit of volume of finished lumber equal to 165 cubic feet. Synonym: standard cubic foot.
4074
- */
4075
- WSD: string;
4076
- WTT: string;
4077
- /**
4078
- * @description A unit of distance used or formerly used by British surveyors.
4079
- */
4080
- X1: string;
4081
- YDK: string;
4082
- YDQ: string;
4083
- YRD: string;
4084
- /**
4085
- * @description A unit of count defining the number of hanging containers.
4086
- */
4087
- Z11: string;
4088
- Z9: string;
4089
- /**
4090
- * @description A unit of count defining the number of pages.
4091
- */
4092
- ZP: string;
4093
- /**
4094
- * @description A unit of measure as agreed in common between two or more parties.
4095
- */
4096
- ZZ: string;
4097
- X1A: string;
4098
- X1B: string;
4099
- X1D: string;
4100
- /**
4101
- * @description A packaging container of flexible construction.
4102
- */
4103
- X1F: string;
4104
- X1G: string;
4105
- X1W: string;
4106
- X2C: string;
4107
- X3A: string;
4108
- X3H: string;
4109
- /**
4110
- * @description A cloth plastic or paper based bag having the dimensions of the pallet on which it is constructed.
4111
- */
4112
- X43: string;
4113
- /**
4114
- * @description A type of plastic bag, typically used to wrap promotional pieces, publications, product samples, and/or catalogues.
4115
- */
4116
- X44: string;
4117
- X4A: string;
4118
- X4B: string;
4119
- X4C: string;
4120
- X4D: string;
4121
- X4F: string;
4122
- X4G: string;
4123
- X4H: string;
4124
- X5H: string;
4125
- X5L: string;
4126
- X5M: string;
4127
- X6H: string;
4128
- X6P: string;
4129
- /**
4130
- * @description A type of portable container designed to store equipment for carriage in an automobile.
4131
- */
4132
- X7A: string;
4133
- /**
4134
- * @description A case made of wood for retaining substances or articles.
4135
- */
4136
- X7B: string;
4137
- /**
4138
- * @description A platform or open-ended box, made of wood, on which goods are retained for ease of mechanical handling during transport and storage.
4139
- */
4140
- X8A: string;
4141
- /**
4142
- * @description A receptacle, made of wood, on which goods are retained for ease of mechanical handling during transport and storage.
4143
- */
4144
- X8B: string;
4145
- /**
4146
- * @description Loose or unpacked pieces of wood tied or wrapped together.
4147
- */
4148
- X8C: string;
4149
- XAA: string;
4150
- /**
4151
- * @description Containment vessel made of fibre used for retaining substances or articles.
4152
- */
4153
- XAB: string;
4154
- /**
4155
- * @description Containment vessel made of paper for retaining substances or articles.
4156
- */
4157
- XAC: string;
4158
- /**
4159
- * @description Containment vessel made of wood for retaining substances or articles.
4160
- */
4161
- XAD: string;
4162
- XAE: string;
4163
- /**
4164
- * @description Standard sized pallet of dimensions 80 centimeters by 60 centimeters (cms).
4165
- */
4166
- XAF: string;
4167
- /**
4168
- * @description Pallet load secured with transparent plastic film that has been wrapped around and then shrunk tightly.
4169
- */
4170
- XAG: string;
4171
- /**
4172
- * @description Standard sized pallet of dimensions 100centimeters by 110 centimeters (cms).
4173
- */
4174
- XAH: string;
4175
- XAI: string;
4176
- /**
4177
- * @description Container used in the transport of linear material such as yarn.
4178
- */
4179
- XAJ: string;
4180
- /**
4181
- * @description A spherical containment vessel for retaining substances or articles.
4182
- */
4183
- XAL: string;
4184
- XAM: string;
4185
- XAP: string;
4186
- XAT: string;
4187
- XAV: string;
4188
- /**
4189
- * @description A band use to retain multiple articles together.
4190
- */
4191
- XB4: string;
4192
- XBA: string;
4193
- XBB: string;
4194
- XBC: string;
4195
- XBD: string;
4196
- XBE: string;
4197
- XBF: string;
4198
- /**
4199
- * @description A receptacle made of flexible material with an open or closed top.
4200
- */
4201
- XBG: string;
4202
- XBH: string;
4203
- XBI: string;
4204
- XBJ: string;
4205
- XBK: string;
4206
- XBL: string;
4207
- XBM: string;
4208
- XBN: string;
4209
- /**
4210
- * @description A narrow-necked cylindrical shaped vessel without external protective packing material.
4211
- */
4212
- XBO: string;
4213
- XBP: string;
4214
- /**
4215
- * @description A narrow-necked cylindrical shaped vessel with external protective packing material.
4216
- */
4217
- XBQ: string;
4218
- XBR: string;
4219
- /**
4220
- * @description A narrow-necked bulb shaped vessel without external protective packing material.
4221
- */
4222
- XBS: string;
4223
- XBT: string;
4224
- XBU: string;
4225
- /**
4226
- * @description A narrow-necked bulb shaped vessel with external protective packing material.
4227
- */
4228
- XBV: string;
4229
- XBW: string;
4230
- XBX: string;
4231
- XBY: string;
4232
- XBZ: string;
4233
- XCA: string;
4234
- XCB: string;
4235
- XCC: string;
4236
- XCD: string;
4237
- XCE: string;
4238
- XCF: string;
4239
- XCG: string;
4240
- XCH: string;
4241
- XCI: string;
4242
- XCJ: string;
4243
- XCK: string;
4244
- XCL: string;
4245
- /**
4246
- * @description A flat package usually made of fibreboard from/to which product is often hung or attached.
4247
- */
4248
- XCM: string;
4249
- XCN: string;
4250
- XCO: string;
4251
- XCP: string;
4252
- /**
4253
- * @description Package containing a charge such as propelling explosive for firearms or ink toner for a printer.
4254
- */
4255
- XCQ: string;
4256
- XCR: string;
4257
- XCS: string;
4258
- XCT: string;
4259
- XCU: string;
4260
- XCV: string;
4261
- XCW: string;
4262
- XCX: string;
4263
- XCY: string;
4264
- XCZ: string;
4265
- XDA: string;
4266
- XDB: string;
4267
- XDC: string;
4268
- XDG: string;
4269
- /**
4270
- * @description A box mounted on a pallet base under the control of CHEP.
4271
- */
4272
- XDH: string;
4273
- XDI: string;
4274
- XDJ: string;
4275
- XDK: string;
4276
- XDL: string;
4277
- XDM: string;
4278
- XDN: string;
4279
- XDP: string;
4280
- XDR: string;
4281
- XDS: string;
4282
- XDT: string;
4283
- XDU: string;
4284
- XDV: string;
4285
- XDW: string;
4286
- XDX: string;
4287
- XDY: string;
4288
- XEC: string;
4289
- XED: string;
4290
- XEE: string;
4291
- XEF: string;
4292
- XEG: string;
4293
- XEH: string;
4294
- XEI: string;
4295
- XEN: string;
4296
- /**
4297
- * @description A flexible containment bag made of plastic, typically for the transportation bulk non-hazardous cargoes using standard size shipping containers.
4298
- */
4299
- XFB: string;
4300
- XFC: string;
4301
- XFD: string;
4302
- /**
4303
- * @description A flexible containment tank made of plastic, typically for the transportation bulk non-hazardous cargoes using standard size shipping containers.
4304
- */
4305
- XFE: string;
4306
- XFI: string;
4307
- XFL: string;
4308
- XFO: string;
4309
- XFP: string;
4310
- XFR: string;
4311
- XFT: string;
4312
- /**
4313
- * @description Wheeled flat bedded device on which trays or other regular shaped items are packed for transportation purposes.
4314
- */
4315
- XFW: string;
4316
- XFX: string;
4317
- /**
4318
- * @description A narrow-necked metal cylinder for retention of liquefied or compressed gas.
4319
- */
4320
- XGB: string;
4321
- XGI: string;
4322
- /**
4323
- * @description A container with a capacity of one gallon.
4324
- */
4325
- XGL: string;
4326
- /**
4327
- * @description Containment vessel made of glass for retaining substances or articles.
4328
- */
4329
- XGR: string;
4330
- /**
4331
- * @description Tray containing flat items stacked on top of one another.
4332
- */
4333
- XGU: string;
4334
- /**
4335
- * @description A sack made of gunny or burlap, used for transporting coarse commodities, such as grains, potatoes, and other agricultural products.
4336
- */
4337
- XGY: string;
4338
- XGZ: string;
4339
- XHA: string;
4340
- XHB: string;
4341
- XHC: string;
4342
- XHG: string;
4343
- /**
4344
- * @description A purpose shaped device with a hook at the top for hanging items from a rail.
4345
- */
4346
- XHN: string;
4347
- XHR: string;
4348
- XIA: string;
4349
- XIB: string;
4350
- XIC: string;
4351
- XID: string;
4352
- XIE: string;
4353
- /**
4354
- * @description A flexible tubular package or skin, possibly transparent, often used for containment of foodstuffs (e.g. salami sausage).
4355
- */
4356
- XIF: string;
4357
- XIG: string;
4358
- XIH: string;
4359
- /**
4360
- * @description Packaging material made out of cardboard that facilitates the separation of individual glass or plastic bottles.
4361
- */
4362
- XIK: string;
4363
- /**
4364
- * @description Lidded stackable rigid tray compliant with CEN TS 14482:2002.
4365
- */
4366
- XIL: string;
4367
- XIN: string;
4368
- XIZ: string;
4369
- /**
4370
- * @description A flexible containment bag, widely used for storage, transportation and handling of powder, flake or granular materials. Typically constructed
4371
- * from woven polypropylene (PP) fabric in the form of cubic bags.
4372
- */
4373
- XJB: string;
4374
- XJC: string;
4375
- XJG: string;
4376
- XJR: string;
4377
- XJT: string;
4378
- XJY: string;
4379
- XKG: string;
4380
- /**
4381
- * @description A set of articles or implements used for a specific purpose.
4382
- */
4383
- XKI: string;
4384
- /**
4385
- * @description A collection of bags, cases and/or containers which hold personal belongings for a journey.
4386
- */
4387
- XLE: string;
4388
- XLG: string;
4389
- XLT: string;
4390
- /**
4391
- * @description A wooden box for the transportation and storage of fruit or vegetables.
4392
- */
4393
- XLU: string;
4394
- /**
4395
- * @description A wooden or metal container used for packing household goods and personal effects.
4396
- */
4397
- XLV: string;
4398
- XLZ: string;
4399
- /**
4400
- * @description Containment box made of metal for retaining substances or articles.
4401
- */
4402
- XMA: string;
4403
- XMB: string;
4404
- XMC: string;
4405
- /**
4406
- * @description A type of containment box made of metal for retaining substances or articles, not otherwise specified as transport equipment.
4407
- */
4408
- XME: string;
4409
- /**
4410
- * @description Containment vessel made of metal for retaining substances or articles.
4411
- */
4412
- XMR: string;
4413
- XMS: string;
4414
- XMT: string;
4415
- /**
4416
- * @description Containment vessel wrapped with plastic for retaining substances or articles.
4417
- */
4418
- XMW: string;
4419
- XMX: string;
4420
- XNA: string;
4421
- XNE: string;
4422
- XNF: string;
4423
- XNG: string;
4424
- XNS: string;
4425
- XNT: string;
4426
- XNU: string;
4427
- XNV: string;
4428
- XO1: string;
4429
- XO2: string;
4430
- XO3: string;
4431
- XO4: string;
4432
- XO5: string;
4433
- XO6: string;
4434
- XO7: string;
4435
- XO8: string;
4436
- XO9: string;
4437
- /**
4438
- * @description Commonwealth Handling Equipment Pool (CHEP) standard pallet of dimensions 40 centimeters x 60 centimeters.
4439
- */
4440
- XOA: string;
4441
- /**
4442
- * @description Commonwealth Handling Equipment Pool (CHEP) standard pallet of dimensions 80 centimeters x 120 centimeters.
4443
- */
4444
- XOB: string;
4445
- /**
4446
- * @description Commonwealth Handling Equipment Pool (CHEP) standard pallet of dimensions 100 centimeters x 120 centimeters.
4447
- */
4448
- XOC: string;
4449
- /**
4450
- * @description Australian standard pallet of dimensions 115.5 centimeters x 116.5 centimeters.
4451
- */
4452
- XOD: string;
4453
- /**
4454
- * @description ISO standard pallet of dimensions 110 centimeters x 110 centimeters, prevalent in Asia - Pacific region.
4455
- */
4456
- XOE: string;
4457
- /**
4458
- * @description A pallet equivalent shipping platform of unknown dimensions or unknown weight.
4459
- */
4460
- XOF: string;
4461
- XOG: string;
4462
- XOH: string;
4463
- XOI: string;
4464
- /**
4465
- * @description A solid piece of a hard substance, such as granite, having one or more flat sides.
4466
- */
4467
- XOK: string;
4468
- XOJ: string;
4469
- XOL: string;
4470
- XOM: string;
4471
- XON: string;
4472
- XOP: string;
4473
- XOQ: string;
4474
- XOR: string;
4475
- XOS: string;
4476
- XOV: string;
4477
- XOW: string;
4478
- /**
4479
- * @description A standard cardboard container of large dimensions for storing for example vegetables, granules of plastics or other dry products.
4480
- */
4481
- XOT: string;
4482
- /**
4483
- * @description A type of containment box that serves as the outer shipping container, not otherwise specified as transport equipment.
4484
- */
4485
- XOU: string;
4486
- XOX: string;
4487
- XOY: string;
4488
- XOZ: string;
4489
- XP1: string;
4490
- /**
4491
- * @description A shallow, wide, open container, usually of metal.
4492
- */
4493
- XP2: string;
4494
- XP3: string;
4495
- XP4: string;
4496
- /**
4497
- * @description Small package.
4498
- */
4499
- XPA: string;
4500
- XPB: string;
4501
- XPC: string;
4502
- /**
4503
- * @description Standard sized pallet of dimensions 80 centimeters by 100 centimeters (cms).
4504
- */
4505
- XPD: string;
4506
- /**
4507
- * @description Standard sized pallet of dimensions 80 centimeters by 120 centimeters (cms).
4508
- */
4509
- XPE: string;
4510
- /**
4511
- * @description A small open top enclosure for retaining animals.
4512
- */
4513
- XPF: string;
4514
- XPG: string;
4515
- XPH: string;
4516
- XPI: string;
4517
- XPJ: string;
4518
- /**
4519
- * @description Standard packaging unit.
4520
- */
4521
- XPK: string;
4522
- XPL: string;
4523
- XPN: string;
4524
- XPO: string;
4525
- /**
4526
- * @description A loose or unpacked article.
4527
- */
4528
- XPP: string;
4529
- /**
4530
- * @description Containment vessel made of plastic for retaining substances or articles.
4531
- */
4532
- XPR: string;
4533
- XPT: string;
4534
- XPU: string;
4535
- XPV: string;
4536
- /**
4537
- * @description Platform or open-ended box, usually made of wood, on which goods are retained for ease of mechanical handling during transport and storage.
4538
- */
4539
- XPX: string;
4540
- XPY: string;
4541
- XPZ: string;
4542
- XQA: string;
4543
- XQB: string;
4544
- XQC: string;
4545
- XQD: string;
4546
- XQF: string;
4547
- XQG: string;
4548
- XQH: string;
4549
- XQJ: string;
4550
- XQK: string;
4551
- XQL: string;
4552
- XQM: string;
4553
- XQN: string;
4554
- XQP: string;
4555
- XQQ: string;
4556
- XQR: string;
4557
- XQS: string;
4558
- XRD: string;
4559
- XRG: string;
4560
- XRJ: string;
4561
- XRK: string;
4562
- /**
4563
- * @description Cylindrical rotatory device with a rim at each end on which materials are wound.
4564
- */
4565
- XRL: string;
4566
- XRO: string;
4567
- /**
4568
- * @description Containment material made of red mesh netting for retaining articles (e.g. trees).
4569
- */
4570
- XRT: string;
4571
- XRZ: string;
4572
- XSA: string;
4573
- XSB: string;
4574
- XSC: string;
4575
- XSD: string;
4576
- XSE: string;
4577
- XSH: string;
4578
- /**
4579
- * @description A low movable platform or pallet to facilitate the handling and transport of goods.
4580
- */
4581
- XSI: string;
4582
- XSK: string;
4583
- /**
4584
- * @description Hard plastic sheeting primarily used as the base on which to stack goods to optimise the space within a container. May be used as an alternative
4585
- * to a palletized packaging.
4586
- */
4587
- XSL: string;
4588
- XSM: string;
4589
- /**
4590
- * @description A packaging container used in the transport of such items as wire, cable, tape and yarn.
4591
- */
4592
- XSO: string;
4593
- XSP: string;
4594
- XSS: string;
4595
- XST: string;
4596
- XSU: string;
4597
- XSV: string;
4598
- /**
4599
- * @description Goods retained in a transparent plastic film that has been wrapped around and then shrunk tightly on to the goods.
4600
- */
4601
- XSW: string;
4602
- XSX: string;
4603
- XSY: string;
4604
- XSZ: string;
4605
- /**
4606
- * @description A loose or unpacked article in the form of a bar, block or piece.
4607
- */
4608
- XT1: string;
4609
- XTB: string;
4610
- XTC: string;
4611
- XTD: string;
4612
- /**
4613
- * @description A ring made of rubber and/or metal surrounding a wheel.
4614
- */
4615
- XTE: string;
4616
- /**
4617
- * @description A specially constructed container for transporting liquids and gases in bulk.
4618
- */
4619
- XTG: string;
4620
- XTI: string;
4621
- XTK: string;
4622
- XTL: string;
4623
- XTN: string;
4624
- XTO: string;
4625
- XTR: string;
4626
- XTS: string;
4627
- /**
4628
- * @description A capacious bag or basket.
4629
- */
4630
- XTT: string;
4631
- XTU: string;
4632
- /**
4633
- * @description A tube made of plastic, metal or cardboard fitted with a nozzle, containing a liquid or semi-liquid product, e.g. silicon.
4634
- */
4635
- XTV: string;
4636
- /**
4637
- * @description A lightweight pallet made from heavy duty corrugated board.
4638
- */
4639
- XTW: string;
4640
- XTY: string;
4641
- XTZ: string;
4642
- XUC: string;
4643
- /**
4644
- * @description A type of package composed of a single item or object, not otherwise specified as a unit of transport equipment.
4645
- */
4646
- XUN: string;
4647
- XVA: string;
4648
- XVG: string;
4649
- XVI: string;
4650
- /**
4651
- * @description A type of wooden crate.
4652
- */
4653
- XVK: string;
4654
- XVL: string;
4655
- XVO: string;
4656
- XVP: string;
4657
- XVQ: string;
4658
- /**
4659
- * @description A self-propelled means of conveyance.
4660
- */
4661
- XVN: string;
4662
- XVR: string;
4663
- /**
4664
- * @description Loose or unpacked scrap metal transported in bulk form.
4665
- */
4666
- XVS: string;
4667
- XVY: string;
4668
- /**
4669
- * @description A reusable container made of metal, plastic, textile, wood or composite materials used to facilitate transportation of bulk solids and liquids in
4670
- * manageable volumes.
4671
- */
4672
- XWA: string;
4673
- XWB: string;
4674
- XWC: string;
4675
- XWD: string;
4676
- XWF: string;
4677
- XWG: string;
4678
- XWH: string;
4679
- XWJ: string;
4680
- XWK: string;
4681
- XWL: string;
4682
- XWM: string;
4683
- XWN: string;
4684
- XWP: string;
4685
- XWQ: string;
4686
- XWR: string;
4687
- XWS: string;
4688
- XWT: string;
4689
- XWU: string;
4690
- XWV: string;
4691
- XWW: string;
4692
- XWX: string;
4693
- XWY: string;
4694
- XWZ: string;
4695
- XXA: string;
4696
- XXB: string;
4697
- XXC: string;
4698
- XXD: string;
4699
- XXF: string;
4700
- XXG: string;
4701
- XXH: string;
4702
- XXJ: string;
4703
- XXK: string;
4704
- XYA: string;
4705
- XYB: string;
4706
- XYC: string;
4707
- XYD: string;
4708
- XYF: string;
4709
- XYG: string;
4710
- XYH: string;
4711
- XYJ: string;
4712
- XYK: string;
4713
- XYL: string;
4714
- XYM: string;
4715
- XYN: string;
4716
- XYP: string;
4717
- XYQ: string;
4718
- XYR: string;
4719
- XYS: string;
4720
- XYT: string;
4721
- XYV: string;
4722
- XYW: string;
4723
- XYX: string;
4724
- XYY: string;
4725
- XYZ: string;
4726
- XZA: string;
4727
- XZB: string;
4728
- XZC: string;
4729
- XZD: string;
4730
- XZF: string;
4731
- XZG: string;
4732
- XZH: string;
4733
- XZJ: string;
4734
- XZK: string;
4735
- XZL: string;
4736
- XZM: string;
4737
- XZN: string;
4738
- XZP: string;
4739
- XZQ: string;
4740
- XZR: string;
4741
- XZS: string;
4742
- XZT: string;
4743
- XZU: string;
4744
- XZV: string;
4745
- XZW: string;
4746
- XZX: string;
4747
- XZY: string;
4748
- XZZ: string;
4749
- };
4750
- /**
4751
- * @description Keys of {@link quantityUnitCodes}.
4752
- */
4753
- type QuantityUnitCodesKeys = '10' | '11' | '13' | '14' | '15' | '20' | '21' | '22' | '23' | '24' | '25' | '27' | '28' | '33' | '34' | '35' | '37' | '38' | '40' | '41' | '56' | '57' | '58' | '59' | '60' | '61' | '74' | '77' | '80' | '81' | '85' | '87' | '89' | '91' | '1I' | '2A' | '2B' | '2C' | '2G' | '2H' | '2I' | '2J' | '2K' | '2L' | '2M' | '2N' | '2P' | '2Q' | '2R' | '2U' | '2X' | '2Y' | '2Z' | '3B' | '3C' | '4C' | '4G' | '4H' | '4K' | '4L' | '4M' | '4N' | '4O' | '4P' | '4Q' | '4R' | '4T' | '4U' | '4W' | '4X' | '5A' | '5B' | '5E' | '5J' | 'A10' | 'A11' | 'A12' | 'A13' | 'A14' | 'A15' | 'A16' | 'A17' | 'A18' | 'A19' | 'A2' | 'A20' | 'A21' | 'A22' | 'A23' | 'A24' | 'A26' | 'A27' | 'A28' | 'A29' | 'A3' | 'A30' | 'A31' | 'A32' | 'A33' | 'A34' | 'A35' | 'A36' | 'A37' | 'A38' | 'A39' | 'A4' | 'A40' | 'A41' | 'A42' | 'A43' | 'A44' | 'A45' | 'A47' | 'A48' | 'A49' | 'A5' | 'A53' | 'A54' | 'A55' | 'A56' | 'A59' | 'A6' | 'A68' | 'A69' | 'A7' | 'A70' | 'A71' | 'A73' | 'A74' | 'A75' | 'A76' | 'A8' | 'A84' | 'A85' | 'A86' | 'A87' | 'A88' | 'A89' | 'A9' | 'A90' | 'A91' | 'A93' | 'A94' | 'A95' | 'A96' | 'A97' | 'A98' | 'A99' | 'AA' | 'AB' | 'ACR' | 'ACT' | 'AD' | 'AE' | 'AH' | 'AI' | 'AK' | 'AL' | 'AMH' | 'AMP' | 'ANN' | 'APZ' | 'AQ' | 'AS' | 'ASM' | 'ASU' | 'ATM' | 'AWG' | 'AY' | 'AZ' | 'B1' | 'B10' | 'B11' | 'B12' | 'B13' | 'B14' | 'B15' | 'B16' | 'B17' | 'B18' | 'B19' | 'B20' | 'B21' | 'B22' | 'B23' | 'B24' | 'B25' | 'B26' | 'B27' | 'B28' | 'B29' | 'B3' | 'B30' | 'B31' | 'B32' | 'B33' | 'B34' | 'B35' | 'B4' | 'B41' | 'B42' | 'B43' | 'B44' | 'B45' | 'B46' | 'B47' | 'B48' | 'B49' | 'B50' | 'B52' | 'B53' | 'B54' | 'B55' | 'B56' | 'B57' | 'B58' | 'B59' | 'B60' | 'B61' | 'B62' | 'B63' | 'B64' | 'B66' | 'B67' | 'B68' | 'B69' | 'B7' | 'B70' | 'B71' | 'B72' | 'B73' | 'B74' | 'B75' | 'B76' | 'B77' | 'B78' | 'B79' | 'B8' | 'B80' | 'B81' | 'B82' | 'B83' | 'B84' | 'B85' | 'B86' | 'B87' | 'B88' | 'B89' | 'B90' | 'B91' | 'B92' | 'B93' | 'B94' | 'B95' | 'B96' | 'B97' | 'B98' | 'B99' | 'BAR' | 'BB' | 'BFT' | 'BHP' | 'BIL' | 'BLD' | 'BLL' | 'BP' | 'BPM' | 'BQL' | 'BTU' | 'BUA' | 'BUI' | 'C0' | 'C10' | 'C11' | 'C12' | 'C13' | 'C14' | 'C15' | 'C16' | 'C17' | 'C18' | 'C19' | 'C20' | 'C21' | 'C22' | 'C23' | 'C24' | 'C25' | 'C26' | 'C27' | 'C28' | 'C29' | 'C3' | 'C30' | 'C31' | 'C32' | 'C33' | 'C34' | 'C35' | 'C36' | 'C37' | 'C38' | 'C39' | 'C40' | 'C41' | 'C42' | 'C43' | 'C44' | 'C45' | 'C46' | 'C47' | 'C48' | 'C49' | 'C50' | 'C51' | 'C52' | 'C53' | 'C54' | 'C55' | 'C56' | 'C57' | 'C58' | 'C59' | 'C60' | 'C61' | 'C62' | 'C63' | 'C64' | 'C65' | 'C66' | 'C67' | 'C68' | 'C69' | 'C7' | 'C70' | 'C71' | 'C72' | 'C73' | 'C74' | 'C75' | 'C76' | 'C78' | 'C79' | 'C8' | 'C80' | 'C81' | 'C82' | 'C83' | 'C84' | 'C85' | 'C86' | 'C87' | 'C88' | 'C89' | 'C9' | 'C90' | 'C91' | 'C92' | 'C93' | 'C94' | 'C95' | 'C96' | 'C97' | 'C99' | 'CCT' | 'CDL' | 'CEL' | 'CEN' | 'CG' | 'CGM' | 'CKG' | 'CLF' | 'CLT' | 'CMK' | 'CMQ' | 'CMT' | 'CNP' | 'CNT' | 'COU' | 'CTG' | 'CTM' | 'CTN' | 'CUR' | 'CWA' | 'CWI' | 'D03' | 'D04' | 'D1' | 'D10' | 'D11' | 'D12' | 'D13' | 'D15' | 'D16' | 'D17' | 'D18' | 'D19' | 'D2' | 'D20' | 'D21' | 'D22' | 'D23' | 'D24' | 'D25' | 'D26' | 'D27' | 'D29' | 'D30' | 'D31' | 'D32' | 'D33' | 'D34' | 'D36' | 'D41' | 'D42' | 'D43' | 'D44' | 'D45' | 'D46' | 'D47' | 'D48' | 'D49' | 'D5' | 'D50' | 'D51' | 'D52' | 'D53' | 'D54' | 'D55' | 'D56' | 'D57' | 'D58' | 'D59' | 'D6' | 'D60' | 'D61' | 'D62' | 'D63' | 'D65' | 'D68' | 'D69' | 'D73' | 'D74' | 'D77' | 'D78' | 'D80' | 'D81' | 'D82' | 'D83' | 'D85' | 'D86' | 'D87' | 'D88' | 'D89' | 'D91' | 'D93' | 'D94' | 'D95' | 'DAA' | 'DAD' | 'DAY' | 'DB' | 'DBM' | 'DBW' | 'DD' | 'DEC' | 'DG' | 'DJ' | 'DLT' | 'DMA' | 'DMK' | 'DMO' | 'DMQ' | 'DMT' | 'DN' | 'DPC' | 'DPR' | 'DPT' | 'DRA' | 'DRI' | 'DRL' | 'DT' | 'DTN' | 'DWT' | 'DZN' | 'DZP' | 'E01' | 'E07' | 'E08' | 'E09' | 'E10' | 'E12' | 'E14' | 'E15' | 'E16' | 'E17' | 'E18' | 'E19' | 'E20' | 'E21' | 'E22' | 'E23' | 'E25' | 'E27' | 'E28' | 'E30' | 'E31' | 'E32' | 'E33' | 'E34' | 'E35' | 'E36' | 'E37' | 'E38' | 'E39' | 'E4' | 'E40' | 'E41' | 'E42' | 'E43' | 'E44' | 'E45' | 'E46' | 'E47' | 'E48' | 'E49' | 'E50' | 'E51' | 'E52' | 'E53' | 'E54' | 'E55' | 'E56' | 'E57' | 'E58' | 'E59' | 'E60' | 'E61' | 'E62' | 'E63' | 'E64' | 'E65' | 'E66' | 'E67' | 'E68' | 'E69' | 'E70' | 'E71' | 'E72' | 'E73' | 'E74' | 'E75' | 'E76' | 'E77' | 'E78' | 'E79' | 'E80' | 'E81' | 'E82' | 'E83' | 'E84' | 'E85' | 'E86' | 'E87' | 'E88' | 'E89' | 'E90' | 'E91' | 'E92' | 'E93' | 'E94' | 'E95' | 'E96' | 'E97' | 'E98' | 'E99' | 'EA' | 'EB' | 'EQ' | 'F01' | 'F02' | 'F03' | 'F04' | 'F05' | 'F06' | 'F07' | 'F08' | 'F10' | 'F11' | 'F12' | 'F13' | 'F14' | 'F15' | 'F16' | 'F17' | 'F18' | 'F19' | 'F20' | 'F21' | 'F22' | 'F23' | 'F24' | 'F25' | 'F26' | 'F27' | 'F28' | 'F29' | 'F30' | 'F31' | 'F32' | 'F33' | 'F34' | 'F35' | 'F36' | 'F37' | 'F38' | 'F39' | 'F40' | 'F41' | 'F42' | 'F43' | 'F44' | 'F45' | 'F46' | 'F47' | 'F48' | 'F49' | 'F50' | 'F51' | 'F52' | 'F53' | 'F54' | 'F55' | 'F56' | 'F57' | 'F58' | 'F59' | 'F60' | 'F61' | 'F62' | 'F63' | 'F64' | 'F65' | 'F66' | 'F67' | 'F68' | 'F69' | 'F70' | 'F71' | 'F72' | 'F73' | 'F74' | 'F75' | 'F76' | 'F77' | 'F78' | 'F79' | 'F80' | 'F81' | 'F82' | 'F83' | 'F84' | 'F85' | 'F86' | 'F87' | 'F88' | 'F89' | 'F90' | 'F91' | 'F92' | 'F93' | 'F94' | 'F95' | 'F96' | 'F97' | 'F98' | 'F99' | 'FAH' | 'FAR' | 'FBM' | 'FC' | 'FF' | 'FH' | 'FIT' | 'FL' | 'FNU' | 'FOT' | 'FP' | 'FR' | 'FS' | 'FTK' | 'FTQ' | 'G01' | 'G04' | 'G05' | 'G06' | 'G08' | 'G09' | 'G10' | 'G11' | 'G12' | 'G13' | 'G14' | 'G15' | 'G16' | 'G17' | 'G18' | 'G19' | 'G2' | 'G20' | 'G21' | 'G23' | 'G24' | 'G25' | 'G26' | 'G27' | 'G28' | 'G29' | 'G3' | 'G30' | 'G31' | 'G32' | 'G33' | 'G34' | 'G35' | 'G36' | 'G37' | 'G38' | 'G39' | 'G40' | 'G41' | 'G42' | 'G43' | 'G44' | 'G45' | 'G46' | 'G47' | 'G48' | 'G49' | 'G50' | 'G51' | 'G52' | 'G53' | 'G54' | 'G55' | 'G56' | 'G57' | 'G58' | 'G59' | 'G60' | 'G61' | 'G62' | 'G63' | 'G64' | 'G65' | 'G66' | 'G67' | 'G68' | 'G69' | 'G70' | 'G71' | 'G72' | 'G73' | 'G74' | 'G75' | 'G76' | 'G77' | 'G78' | 'G79' | 'G80' | 'G81' | 'G82' | 'G83' | 'G84' | 'G85' | 'G86' | 'G87' | 'G88' | 'G89' | 'G90' | 'G91' | 'G92' | 'G93' | 'G94' | 'G95' | 'G96' | 'G97' | 'G98' | 'G99' | 'GB' | 'GBQ' | 'GDW' | 'GE' | 'GF' | 'GFI' | 'GGR' | 'GIA' | 'GIC' | 'GII' | 'GIP' | 'GJ' | 'GL' | 'GLD' | 'GLI' | 'GLL' | 'GM' | 'GO' | 'GP' | 'GQ' | 'GRM' | 'GRN' | 'GRO' | 'GV' | 'GWH' | 'H03' | 'H04' | 'H05' | 'H06' | 'H07' | 'H08' | 'H09' | 'H10' | 'H11' | 'H12' | 'H13' | 'H14' | 'H15' | 'H16' | 'H18' | 'H19' | 'H20' | 'H21' | 'H22' | 'H23' | 'H24' | 'H25' | 'H26' | 'H27' | 'H28' | 'H29' | 'H30' | 'H31' | 'H32' | 'H33' | 'H34' | 'H35' | 'H36' | 'H37' | 'H38' | 'H39' | 'H40' | 'H41' | 'H42' | 'H43' | 'H44' | 'H45' | 'H46' | 'H47' | 'H48' | 'H49' | 'H50' | 'H51' | 'H52' | 'H53' | 'H54' | 'H55' | 'H56' | 'H57' | 'H58' | 'H59' | 'H60' | 'H61' | 'H62' | 'H63' | 'H64' | 'H65' | 'H66' | 'H67' | 'H68' | 'H69' | 'H70' | 'H71' | 'H72' | 'H73' | 'H74' | 'H75' | 'H76' | 'H77' | 'H79' | 'H80' | 'H81' | 'H82' | 'H83' | 'H84' | 'H85' | 'H87' | 'H88' | 'H89' | 'H90' | 'H91' | 'H92' | 'H93' | 'H94' | 'H95' | 'H96' | 'H98' | 'H99' | 'HA' | 'HAD' | 'HBA' | 'HBX' | 'HC' | 'HDW' | 'HEA' | 'HGM' | 'HH' | 'HIU' | 'HKM' | 'HLT' | 'HM' | 'HMO' | 'HMQ' | 'HMT' | 'HPA' | 'HTZ' | 'HUR' | 'HWE' | 'IA' | 'IE' | 'INH' | 'INK' | 'INQ' | 'ISD' | 'IU' | 'IUG' | 'IV' | 'J10' | 'J12' | 'J13' | 'J14' | 'J15' | 'J16' | 'J17' | 'J18' | 'J19' | 'J2' | 'J20' | 'J21' | 'J22' | 'J23' | 'J24' | 'J25' | 'J26' | 'J27' | 'J28' | 'J29' | 'J30' | 'J31' | 'J32' | 'J33' | 'J34' | 'J35' | 'J36' | 'J38' | 'J39' | 'J40' | 'J41' | 'J42' | 'J43' | 'J44' | 'J45' | 'J46' | 'J47' | 'J48' | 'J49' | 'J50' | 'J51' | 'J52' | 'J53' | 'J54' | 'J55' | 'J56' | 'J57' | 'J58' | 'J59' | 'J60' | 'J61' | 'J62' | 'J63' | 'J64' | 'J65' | 'J66' | 'J67' | 'J68' | 'J69' | 'J70' | 'J71' | 'J72' | 'J73' | 'J74' | 'J75' | 'J76' | 'J78' | 'J79' | 'J81' | 'J82' | 'J83' | 'J84' | 'J85' | 'J87' | 'J90' | 'J91' | 'J92' | 'J93' | 'J95' | 'J96' | 'J97' | 'J98' | 'J99' | 'JE' | 'JK' | 'JM' | 'JNT' | 'JOU' | 'JPS' | 'JWL' | 'K1' | 'K10' | 'K11' | 'K12' | 'K13' | 'K14' | 'K15' | 'K16' | 'K17' | 'K18' | 'K19' | 'K2' | 'K20' | 'K21' | 'K22' | 'K23' | 'K26' | 'K27' | 'K28' | 'K3' | 'K30' | 'K31' | 'K32' | 'K33' | 'K34' | 'K35' | 'K36' | 'K37' | 'K38' | 'K39' | 'K40' | 'K41' | 'K42' | 'K43' | 'K45' | 'K46' | 'K47' | 'K48' | 'K49' | 'K50' | 'K51' | 'K52' | 'K53' | 'K54' | 'K55' | 'K58' | 'K59' | 'K6' | 'K60' | 'K61' | 'K62' | 'K63' | 'K64' | 'K65' | 'K66' | 'K67' | 'K68' | 'K69' | 'K70' | 'K71' | 'K73' | 'K74' | 'K75' | 'K76' | 'K77' | 'K78' | 'K79' | 'K80' | 'K81' | 'K82' | 'K83' | 'K84' | 'K85' | 'K86' | 'K87' | 'K88' | 'K89' | 'K90' | 'K91' | 'K92' | 'K93' | 'K94' | 'K95' | 'K96' | 'K97' | 'K98' | 'K99' | 'KA' | 'KAT' | 'KB' | 'KBA' | 'KCC' | 'KDW' | 'KEL' | 'KGM' | 'KGS' | 'KHY' | 'KHZ' | 'KI' | 'KIC' | 'KIP' | 'KJ' | 'KJO' | 'KL' | 'KLK' | 'KLX' | 'KMA' | 'KMH' | 'KMK' | 'KMQ' | 'KMT' | 'KNI' | 'KNM' | 'KNS' | 'KNT' | 'KO' | 'KPA' | 'KPH' | 'KPO' | 'KPP' | 'KR' | 'KSD' | 'KSH' | 'KT' | 'KTN' | 'KUR' | 'KVA' | 'KVR' | 'KVT' | 'KW' | 'KWH' | 'KWN' | 'KWO' | 'KWS' | 'KWT' | 'KWY' | 'KX' | 'L10' | 'L11' | 'L12' | 'L13' | 'L14' | 'L15' | 'L16' | 'L17' | 'L18' | 'L19' | 'L2' | 'L20' | 'L21' | 'L23' | 'L24' | 'L25' | 'L26' | 'L27' | 'L28' | 'L29' | 'L30' | 'L31' | 'L32' | 'L33' | 'L34' | 'L35' | 'L36' | 'L37' | 'L38' | 'L39' | 'L40' | 'L41' | 'L42' | 'L43' | 'L44' | 'L45' | 'L46' | 'L47' | 'L48' | 'L49' | 'L50' | 'L51' | 'L52' | 'L53' | 'L54' | 'L55' | 'L56' | 'L57' | 'L58' | 'L59' | 'L60' | 'L63' | 'L64' | 'L65' | 'L66' | 'L67' | 'L68' | 'L69' | 'L70' | 'L71' | 'L72' | 'L73' | 'L74' | 'L75' | 'L76' | 'L77' | 'L78' | 'L79' | 'L80' | 'L81' | 'L82' | 'L83' | 'L84' | 'L85' | 'L86' | 'L87' | 'L88' | 'L89' | 'L90' | 'L91' | 'L92' | 'L93' | 'L94' | 'L95' | 'L96' | 'L98' | 'L99' | 'LA' | 'LAC' | 'LBR' | 'LBT' | 'LD' | 'LEF' | 'LF' | 'LH' | 'LK' | 'LM' | 'LN' | 'LO' | 'LP' | 'LPA' | 'LR' | 'LS' | 'LTN' | 'LTR' | 'LUB' | 'LUM' | 'LUX' | 'LY' | 'M1' | 'M10' | 'M11' | 'M12' | 'M13' | 'M14' | 'M15' | 'M16' | 'M17' | 'M18' | 'M19' | 'M20' | 'M21' | 'M22' | 'M23' | 'M24' | 'M25' | 'M26' | 'M27' | 'M29' | 'M30' | 'M31' | 'M32' | 'M33' | 'M34' | 'M35' | 'M36' | 'M37' | 'M38' | 'M39' | 'M4' | 'M40' | 'M41' | 'M42' | 'M43' | 'M44' | 'M45' | 'M46' | 'M47' | 'M48' | 'M49' | 'M5' | 'M50' | 'M51' | 'M52' | 'M53' | 'M55' | 'M56' | 'M57' | 'M58' | 'M59' | 'M60' | 'M61' | 'M62' | 'M63' | 'M64' | 'M65' | 'M66' | 'M67' | 'M68' | 'M69' | 'M7' | 'M70' | 'M71' | 'M72' | 'M73' | 'M74' | 'M75' | 'M76' | 'M77' | 'M78' | 'M79' | 'M80' | 'M81' | 'M82' | 'M83' | 'M84' | 'M85' | 'M86' | 'M87' | 'M88' | 'M89' | 'M9' | 'M90' | 'M91' | 'M92' | 'M93' | 'M94' | 'M95' | 'M96' | 'M97' | 'M98' | 'M99' | 'MAH' | 'MAL' | 'MAM' | 'MAR' | 'MAW' | 'MBE' | 'MBF' | 'MBR' | 'MC' | 'MCU' | 'MD' | 'MGM' | 'MHZ' | 'MIK' | 'MIL' | 'MIN' | 'MIO' | 'MIU' | 'MKD' | 'MKM' | 'MKW' | 'MLD' | 'MLT' | 'MMK' | 'MMQ' | 'MMT' | 'MND' | 'MNJ' | 'MON' | 'MPA' | 'MQD' | 'MQH' | 'MQM' | 'MQS' | 'MQW' | 'MRD' | 'MRM' | 'MRW' | 'MSK' | 'MTK' | 'MTQ' | 'MTR' | 'MTS' | 'MTZ' | 'MVA' | 'MWH' | 'N1' | 'N10' | 'N11' | 'N12' | 'N13' | 'N14' | 'N15' | 'N16' | 'N17' | 'N18' | 'N19' | 'N20' | 'N21' | 'N22' | 'N23' | 'N24' | 'N25' | 'N26' | 'N27' | 'N28' | 'N29' | 'N3' | 'N30' | 'N31' | 'N32' | 'N33' | 'N34' | 'N35' | 'N36' | 'N37' | 'N38' | 'N39' | 'N40' | 'N41' | 'N42' | 'N43' | 'N44' | 'N45' | 'N46' | 'N47' | 'N48' | 'N49' | 'N50' | 'N51' | 'N52' | 'N53' | 'N54' | 'N55' | 'N56' | 'N57' | 'N58' | 'N59' | 'N60' | 'N61' | 'N62' | 'N63' | 'N64' | 'N65' | 'N66' | 'N67' | 'N68' | 'N69' | 'N70' | 'N71' | 'N72' | 'N73' | 'N74' | 'N75' | 'N76' | 'N77' | 'N78' | 'N79' | 'N80' | 'N81' | 'N82' | 'N83' | 'N84' | 'N85' | 'N86' | 'N87' | 'N88' | 'N89' | 'N90' | 'N91' | 'N92' | 'N93' | 'N94' | 'N95' | 'N96' | 'N97' | 'N98' | 'N99' | 'NA' | 'NAR' | 'NCL' | 'NEW' | 'NF' | 'NIL' | 'NIU' | 'NL' | 'NM3' | 'NMI' | 'NMP' | 'NPT' | 'NT' | 'NTU' | 'NU' | 'NX' | 'OA' | 'ODE' | 'ODG' | 'ODK' | 'ODM' | 'OHM' | 'ON' | 'ONZ' | 'OPM' | 'OT' | 'OZA' | 'OZI' | 'P1' | 'P10' | 'P11' | 'P12' | 'P13' | 'P14' | 'P15' | 'P16' | 'P17' | 'P18' | 'P19' | 'P2' | 'P20' | 'P21' | 'P22' | 'P23' | 'P24' | 'P25' | 'P26' | 'P27' | 'P28' | 'P29' | 'P30' | 'P31' | 'P32' | 'P33' | 'P34' | 'P35' | 'P36' | 'P37' | 'P38' | 'P39' | 'P40' | 'P41' | 'P42' | 'P43' | 'P44' | 'P45' | 'P46' | 'P47' | 'P48' | 'P49' | 'P5' | 'P50' | 'P51' | 'P52' | 'P53' | 'P54' | 'P55' | 'P56' | 'P57' | 'P58' | 'P59' | 'P60' | 'P61' | 'P62' | 'P63' | 'P64' | 'P65' | 'P66' | 'P67' | 'P68' | 'P69' | 'P70' | 'P71' | 'P72' | 'P73' | 'P74' | 'P75' | 'P76' | 'P77' | 'P78' | 'P79' | 'P80' | 'P81' | 'P82' | 'P83' | 'P84' | 'P85' | 'P86' | 'P87' | 'P88' | 'P89' | 'P90' | 'P91' | 'P92' | 'P93' | 'P94' | 'P95' | 'P96' | 'P97' | 'P98' | 'P99' | 'PAL' | 'PD' | 'PFL' | 'PGL' | 'PI' | 'PLA' | 'PO' | 'PQ' | 'PR' | 'PS' | 'PTD' | 'PTI' | 'PTL' | 'PTN' | 'Q10' | 'Q11' | 'Q12' | 'Q13' | 'Q14' | 'Q15' | 'Q16' | 'Q17' | 'Q18' | 'Q19' | 'Q20' | 'Q21' | 'Q22' | 'Q23' | 'Q24' | 'Q25' | 'Q26' | 'Q27' | 'Q28' | 'Q29' | 'Q30' | 'Q31' | 'Q32' | 'Q33' | 'Q34' | 'Q35' | 'Q36' | 'Q37' | 'Q38' | 'Q39' | 'Q40' | 'Q41' | 'Q42' | 'Q3' | 'QA' | 'QAN' | 'QB' | 'QR' | 'QTD' | 'QTI' | 'QTL' | 'QTR' | 'R1' | 'R9' | 'RH' | 'RM' | 'ROM' | 'RP' | 'RPM' | 'RPS' | 'RT' | 'S3' | 'S4' | 'SAN' | 'SCO' | 'SCR' | 'SEC' | 'SET' | 'SG' | 'SIE' | 'SM3' | 'SMI' | 'SQ' | 'SQR' | 'SR' | 'STC' | 'STI' | 'STK' | 'STL' | 'STN' | 'STW' | 'SW' | 'SX' | 'SYR' | 'T0' | 'T3' | 'TAH' | 'TAN' | 'TI' | 'TIC' | 'TIP' | 'TKM' | 'TMS' | 'TNE' | 'TP' | 'TPI' | 'TPR' | 'TQD' | 'TRL' | 'TST' | 'TTS' | 'U1' | 'U2' | 'UB' | 'UC' | 'VA' | 'VLT' | 'VP' | 'W2' | 'WA' | 'WB' | 'WCD' | 'WE' | 'WEB' | 'WEE' | 'WG' | 'WHR' | 'WM' | 'WSD' | 'WTT' | 'X1' | 'YDK' | 'YDQ' | 'YRD' | 'Z11' | 'Z9' | 'ZP' | 'ZZ' | 'X1A' | 'X1B' | 'X1D' | 'X1F' | 'X1G' | 'X1W' | 'X2C' | 'X3A' | 'X3H' | 'X43' | 'X44' | 'X4A' | 'X4B' | 'X4C' | 'X4D' | 'X4F' | 'X4G' | 'X4H' | 'X5H' | 'X5L' | 'X5M' | 'X6H' | 'X6P' | 'X7A' | 'X7B' | 'X8A' | 'X8B' | 'X8C' | 'XAA' | 'XAB' | 'XAC' | 'XAD' | 'XAE' | 'XAF' | 'XAG' | 'XAH' | 'XAI' | 'XAJ' | 'XAL' | 'XAM' | 'XAP' | 'XAT' | 'XAV' | 'XB4' | 'XBA' | 'XBB' | 'XBC' | 'XBD' | 'XBE' | 'XBF' | 'XBG' | 'XBH' | 'XBI' | 'XBJ' | 'XBK' | 'XBL' | 'XBM' | 'XBN' | 'XBO' | 'XBP' | 'XBQ' | 'XBR' | 'XBS' | 'XBT' | 'XBU' | 'XBV' | 'XBW' | 'XBX' | 'XBY' | 'XBZ' | 'XCA' | 'XCB' | 'XCC' | 'XCD' | 'XCE' | 'XCF' | 'XCG' | 'XCH' | 'XCI' | 'XCJ' | 'XCK' | 'XCL' | 'XCM' | 'XCN' | 'XCO' | 'XCP' | 'XCQ' | 'XCR' | 'XCS' | 'XCT' | 'XCU' | 'XCV' | 'XCW' | 'XCX' | 'XCY' | 'XCZ' | 'XDA' | 'XDB' | 'XDC' | 'XDG' | 'XDH' | 'XDI' | 'XDJ' | 'XDK' | 'XDL' | 'XDM' | 'XDN' | 'XDP' | 'XDR' | 'XDS' | 'XDT' | 'XDU' | 'XDV' | 'XDW' | 'XDX' | 'XDY' | 'XEC' | 'XED' | 'XEE' | 'XEF' | 'XEG' | 'XEH' | 'XEI' | 'XEN' | 'XFB' | 'XFC' | 'XFD' | 'XFE' | 'XFI' | 'XFL' | 'XFO' | 'XFP' | 'XFR' | 'XFT' | 'XFW' | 'XFX' | 'XGB' | 'XGI' | 'XGL' | 'XGR' | 'XGU' | 'XGY' | 'XGZ' | 'XHA' | 'XHB' | 'XHC' | 'XHG' | 'XHN' | 'XHR' | 'XIA' | 'XIB' | 'XIC' | 'XID' | 'XIE' | 'XIF' | 'XIG' | 'XIH' | 'XIK' | 'XIL' | 'XIN' | 'XIZ' | 'XJB' | 'XJC' | 'XJG' | 'XJR' | 'XJT' | 'XJY' | 'XKG' | 'XKI' | 'XLE' | 'XLG' | 'XLT' | 'XLU' | 'XLV' | 'XLZ' | 'XMA' | 'XMB' | 'XMC' | 'XME' | 'XMR' | 'XMS' | 'XMT' | 'XMW' | 'XMX' | 'XNA' | 'XNE' | 'XNF' | 'XNG' | 'XNS' | 'XNT' | 'XNU' | 'XNV' | 'XO1' | 'XO2' | 'XO3' | 'XO4' | 'XO5' | 'XO6' | 'XO7' | 'XO8' | 'XO9' | 'XOA' | 'XOB' | 'XOC' | 'XOD' | 'XOE' | 'XOF' | 'XOG' | 'XOH' | 'XOI' | 'XOK' | 'XOJ' | 'XOL' | 'XOM' | 'XON' | 'XOP' | 'XOQ' | 'XOR' | 'XOS' | 'XOV' | 'XOW' | 'XOT' | 'XOU' | 'XOX' | 'XOY' | 'XOZ' | 'XP1' | 'XP2' | 'XP3' | 'XP4' | 'XPA' | 'XPB' | 'XPC' | 'XPD' | 'XPE' | 'XPF' | 'XPG' | 'XPH' | 'XPI' | 'XPJ' | 'XPK' | 'XPL' | 'XPN' | 'XPO' | 'XPP' | 'XPR' | 'XPT' | 'XPU' | 'XPV' | 'XPX' | 'XPY' | 'XPZ' | 'XQA' | 'XQB' | 'XQC' | 'XQD' | 'XQF' | 'XQG' | 'XQH' | 'XQJ' | 'XQK' | 'XQL' | 'XQM' | 'XQN' | 'XQP' | 'XQQ' | 'XQR' | 'XQS' | 'XRD' | 'XRG' | 'XRJ' | 'XRK' | 'XRL' | 'XRO' | 'XRT' | 'XRZ' | 'XSA' | 'XSB' | 'XSC' | 'XSD' | 'XSE' | 'XSH' | 'XSI' | 'XSK' | 'XSL' | 'XSM' | 'XSO' | 'XSP' | 'XSS' | 'XST' | 'XSU' | 'XSV' | 'XSW' | 'XSX' | 'XSY' | 'XSZ' | 'XT1' | 'XTB' | 'XTC' | 'XTD' | 'XTE' | 'XTG' | 'XTI' | 'XTK' | 'XTL' | 'XTN' | 'XTO' | 'XTR' | 'XTS' | 'XTT' | 'XTU' | 'XTV' | 'XTW' | 'XTY' | 'XTZ' | 'XUC' | 'XUN' | 'XVA' | 'XVG' | 'XVI' | 'XVK' | 'XVL' | 'XVO' | 'XVP' | 'XVQ' | 'XVN' | 'XVR' | 'XVS' | 'XVY' | 'XWA' | 'XWB' | 'XWC' | 'XWD' | 'XWF' | 'XWG' | 'XWH' | 'XWJ' | 'XWK' | 'XWL' | 'XWM' | 'XWN' | 'XWP' | 'XWQ' | 'XWR' | 'XWS' | 'XWT' | 'XWU' | 'XWV' | 'XWW' | 'XWX' | 'XWY' | 'XWZ' | 'XXA' | 'XXB' | 'XXC' | 'XXD' | 'XXF' | 'XXG' | 'XXH' | 'XXJ' | 'XXK' | 'XYA' | 'XYB' | 'XYC' | 'XYD' | 'XYF' | 'XYG' | 'XYH' | 'XYJ' | 'XYK' | 'XYL' | 'XYM' | 'XYN' | 'XYP' | 'XYQ' | 'XYR' | 'XYS' | 'XYT' | 'XYV' | 'XYW' | 'XYX' | 'XYY' | 'XYZ' | 'XZA' | 'XZB' | 'XZC' | 'XZD' | 'XZF' | 'XZG' | 'XZH' | 'XZJ' | 'XZK' | 'XZL' | 'XZM' | 'XZN' | 'XZP' | 'XZQ' | 'XZR' | 'XZS' | 'XZT' | 'XZU' | 'XZV' | 'XZW' | 'XZX' | 'XZY' | 'XZZ';
4754
- /**
4755
- * @description Keys of {@link quantityUnitCodes}.
4756
- */
4757
- declare const quantityUnitCodesKeys: [string, ...string[]];
4758
- //#endregion
4759
- //#region src/values/application-response-type-codes.generated.d.ts
4760
- /**
4761
- * @version D.17A
4762
- *
4763
- * @category Peppol Values
4764
- *
4765
- * @title Application Response type code (UNCL4343 Subset)
4766
- *
4767
- * @enum
4768
- *
4769
- * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343/
4770
- */
4771
- declare const applicationResponseTypeCodes: {
4772
- AB: string;
4773
- AP: string;
4774
- RE: string;
4775
- };
4776
- /**
4777
- * @description Keys of {@link applicationResponseTypeCodes}.
4778
- */
4779
- type ApplicationResponseTypeCodesKeys = 'AB' | 'AP' | 'RE';
4780
- /**
4781
- * @description Keys of {@link applicationResponseTypeCodes}.
4782
- */
4783
- declare const applicationResponseTypeCodesKeys: readonly ['AB', 'AP', 'RE'];
4784
- //#endregion
4785
- //#region src/values/vat-dates.generated.d.ts
4786
- /**
4787
- * @version D.16B
4788
- *
4789
- * @category Peppol Values
4790
- *
4791
- * @title VAT date code (UNCL2005 subset)
4792
- *
4793
- * @enum
4794
- *
4795
- * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL2005/
4796
- */
4797
- declare const vatDateCodes: {
4798
- '3': string;
4799
- '35': string;
4800
- '432': string;
4801
- };
4802
- /**
4803
- * @description Keys of {@link vatDateCodes}.
4804
- */
4805
- type VatDateCodesKeys = '3' | '35' | '432';
4806
- /**
4807
- * @description Keys of {@link vatDateCodes}.
4808
- */
4809
- declare const vatDateCodesKeys: readonly ['3', '35', '432'];
4810
- //#endregion
4811
- export { invoiceTypeCodes as _, applicationResponseTypeCodes as a, creditNoteTypeCodes as b, quantityUnitCodes as c, deprecatedProcesses as d, processes as f, InvoiceTypeCodesKeys as g, processesScheme as h, ApplicationResponseTypeCodesKeys as i, quantityUnitCodesKeys as l, processesList as m, vatDateCodes as n, applicationResponseTypeCodesKeys as o, processesKeys as p, vatDateCodesKeys as r, QuantityUnitCodesKeys as s, VatDateCodesKeys as t, ProcessesKeys as u, invoiceTypeCodesKeys as v, creditNoteTypeCodesKeys as x, CreditNoteTypeCodesKeys as y };
4812
- //# sourceMappingURL=vat-dates.generated-DTVWQAdn.d.ts.map