@bedrock-engineer/bro-xml-parser 0.1.0

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 (1087) hide show
  1. package/LICENSE +190 -0
  2. package/README.md +95 -0
  3. package/dist/adapters/browser-adapter.d.ts +18 -0
  4. package/dist/adapters/browser-adapter.d.ts.map +1 -0
  5. package/dist/adapters/browser-adapter.js +78 -0
  6. package/dist/adapters/browser-adapter.js.map +1 -0
  7. package/dist/adapters/index.d.ts +9 -0
  8. package/dist/adapters/index.d.ts.map +1 -0
  9. package/dist/adapters/index.js +9 -0
  10. package/dist/adapters/index.js.map +1 -0
  11. package/dist/adapters/node-adapter.d.ts +16 -0
  12. package/dist/adapters/node-adapter.d.ts.map +1 -0
  13. package/dist/adapters/node-adapter.js +63 -0
  14. package/dist/adapters/node-adapter.js.map +1 -0
  15. package/dist/browser.d.ts +28 -0
  16. package/dist/browser.d.ts.map +1 -0
  17. package/dist/browser.js +29 -0
  18. package/dist/browser.js.map +1 -0
  19. package/dist/colors.d.ts +60 -0
  20. package/dist/colors.d.ts.map +1 -0
  21. package/dist/colors.js +102 -0
  22. package/dist/colors.js.map +1 -0
  23. package/dist/core/schema-parser.d.ts +31 -0
  24. package/dist/core/schema-parser.d.ts.map +1 -0
  25. package/dist/core/schema-parser.js +99 -0
  26. package/dist/core/schema-parser.js.map +1 -0
  27. package/dist/core/version-detector.d.ts +66 -0
  28. package/dist/core/version-detector.d.ts.map +1 -0
  29. package/dist/core/version-detector.js +263 -0
  30. package/dist/core/version-detector.js.map +1 -0
  31. package/dist/index.d.ts +5 -0
  32. package/dist/index.d.ts.map +1 -0
  33. package/dist/index.js +5 -0
  34. package/dist/index.js.map +1 -0
  35. package/dist/namespaces.d.ts +16 -0
  36. package/dist/namespaces.d.ts.map +1 -0
  37. package/dist/namespaces.js +48 -0
  38. package/dist/namespaces.js.map +1 -0
  39. package/dist/node.d.ts +28 -0
  40. package/dist/node.d.ts.map +1 -0
  41. package/dist/node.js +29 -0
  42. package/dist/node.js.map +1 -0
  43. package/dist/parser.d.ts +180 -0
  44. package/dist/parser.d.ts.map +1 -0
  45. package/dist/parser.js +256 -0
  46. package/dist/parser.js.map +1 -0
  47. package/dist/reference-codes/bhrg-activity-type.d.ts +15 -0
  48. package/dist/reference-codes/bhrg-activity-type.d.ts.map +1 -0
  49. package/dist/reference-codes/bhrg-activity-type.js +22 -0
  50. package/dist/reference-codes/bhrg-activity-type.js.map +1 -0
  51. package/dist/reference-codes/bhrg-analysis-procedure.d.ts +15 -0
  52. package/dist/reference-codes/bhrg-analysis-procedure.d.ts.map +1 -0
  53. package/dist/reference-codes/bhrg-analysis-procedure.js +20 -0
  54. package/dist/reference-codes/bhrg-analysis-procedure.js.map +1 -0
  55. package/dist/reference-codes/bhrg-angularity.d.ts +15 -0
  56. package/dist/reference-codes/bhrg-angularity.d.ts.map +1 -0
  57. package/dist/reference-codes/bhrg-angularity.js +28 -0
  58. package/dist/reference-codes/bhrg-angularity.js.map +1 -0
  59. package/dist/reference-codes/bhrg-animal-fossil-type.d.ts +15 -0
  60. package/dist/reference-codes/bhrg-animal-fossil-type.d.ts.map +1 -0
  61. package/dist/reference-codes/bhrg-animal-fossil-type.js +31 -0
  62. package/dist/reference-codes/bhrg-animal-fossil-type.js.map +1 -0
  63. package/dist/reference-codes/bhrg-applied-optical-model.d.ts +15 -0
  64. package/dist/reference-codes/bhrg-applied-optical-model.d.ts.map +1 -0
  65. package/dist/reference-codes/bhrg-applied-optical-model.js +20 -0
  66. package/dist/reference-codes/bhrg-applied-optical-model.js.map +1 -0
  67. package/dist/reference-codes/bhrg-archeological-constituent-type.d.ts +15 -0
  68. package/dist/reference-codes/bhrg-archeological-constituent-type.d.ts.map +1 -0
  69. package/dist/reference-codes/bhrg-archeological-constituent-type.js +32 -0
  70. package/dist/reference-codes/bhrg-archeological-constituent-type.js.map +1 -0
  71. package/dist/reference-codes/bhrg-archive-class.d.ts +15 -0
  72. package/dist/reference-codes/bhrg-archive-class.d.ts.map +1 -0
  73. package/dist/reference-codes/bhrg-archive-class.js +29 -0
  74. package/dist/reference-codes/bhrg-archive-class.js.map +1 -0
  75. package/dist/reference-codes/bhrg-backfill-material.d.ts +15 -0
  76. package/dist/reference-codes/bhrg-backfill-material.d.ts.map +1 -0
  77. package/dist/reference-codes/bhrg-backfill-material.js +40 -0
  78. package/dist/reference-codes/bhrg-backfill-material.js.map +1 -0
  79. package/dist/reference-codes/bhrg-boring-procedure.d.ts +15 -0
  80. package/dist/reference-codes/bhrg-boring-procedure.d.ts.map +1 -0
  81. package/dist/reference-codes/bhrg-boring-procedure.js +22 -0
  82. package/dist/reference-codes/bhrg-boring-procedure.js.map +1 -0
  83. package/dist/reference-codes/bhrg-boring-technique.d.ts +15 -0
  84. package/dist/reference-codes/bhrg-boring-technique.d.ts.map +1 -0
  85. package/dist/reference-codes/bhrg-boring-technique.js +42 -0
  86. package/dist/reference-codes/bhrg-boring-technique.js.map +1 -0
  87. package/dist/reference-codes/bhrg-boundary-positioning-method.d.ts +15 -0
  88. package/dist/reference-codes/bhrg-boundary-positioning-method.d.ts.map +1 -0
  89. package/dist/reference-codes/bhrg-boundary-positioning-method.js +28 -0
  90. package/dist/reference-codes/bhrg-boundary-positioning-method.js.map +1 -0
  91. package/dist/reference-codes/bhrg-calculation-value-origin.d.ts +15 -0
  92. package/dist/reference-codes/bhrg-calculation-value-origin.d.ts.map +1 -0
  93. package/dist/reference-codes/bhrg-calculation-value-origin.js +21 -0
  94. package/dist/reference-codes/bhrg-calculation-value-origin.js.map +1 -0
  95. package/dist/reference-codes/bhrg-carbonate-content-class.d.ts +15 -0
  96. package/dist/reference-codes/bhrg-carbonate-content-class.d.ts.map +1 -0
  97. package/dist/reference-codes/bhrg-carbonate-content-class.js +27 -0
  98. package/dist/reference-codes/bhrg-carbonate-content-class.js.map +1 -0
  99. package/dist/reference-codes/bhrg-casing-material.d.ts +15 -0
  100. package/dist/reference-codes/bhrg-casing-material.d.ts.map +1 -0
  101. package/dist/reference-codes/bhrg-casing-material.js +25 -0
  102. package/dist/reference-codes/bhrg-casing-material.js.map +1 -0
  103. package/dist/reference-codes/bhrg-chunk-size-class.d.ts +15 -0
  104. package/dist/reference-codes/bhrg-chunk-size-class.d.ts.map +1 -0
  105. package/dist/reference-codes/bhrg-chunk-size-class.js +24 -0
  106. package/dist/reference-codes/bhrg-chunk-size-class.js.map +1 -0
  107. package/dist/reference-codes/bhrg-colour.d.ts +15 -0
  108. package/dist/reference-codes/bhrg-colour.d.ts.map +1 -0
  109. package/dist/reference-codes/bhrg-colour.js +159 -0
  110. package/dist/reference-codes/bhrg-colour.js.map +1 -0
  111. package/dist/reference-codes/bhrg-correction-reason.d.ts +15 -0
  112. package/dist/reference-codes/bhrg-correction-reason.d.ts.map +1 -0
  113. package/dist/reference-codes/bhrg-correction-reason.js +23 -0
  114. package/dist/reference-codes/bhrg-correction-reason.js.map +1 -0
  115. package/dist/reference-codes/bhrg-current-process.d.ts +15 -0
  116. package/dist/reference-codes/bhrg-current-process.d.ts.map +1 -0
  117. package/dist/reference-codes/bhrg-current-process.js +23 -0
  118. package/dist/reference-codes/bhrg-current-process.js.map +1 -0
  119. package/dist/reference-codes/bhrg-delivery-context.d.ts +15 -0
  120. package/dist/reference-codes/bhrg-delivery-context.d.ts.map +1 -0
  121. package/dist/reference-codes/bhrg-delivery-context.js +26 -0
  122. package/dist/reference-codes/bhrg-delivery-context.js.map +1 -0
  123. package/dist/reference-codes/bhrg-described-material.d.ts +15 -0
  124. package/dist/reference-codes/bhrg-described-material.d.ts.map +1 -0
  125. package/dist/reference-codes/bhrg-described-material.js +19 -0
  126. package/dist/reference-codes/bhrg-described-material.js.map +1 -0
  127. package/dist/reference-codes/bhrg-described-samples-quality.d.ts +15 -0
  128. package/dist/reference-codes/bhrg-described-samples-quality.d.ts.map +1 -0
  129. package/dist/reference-codes/bhrg-described-samples-quality.js +22 -0
  130. package/dist/reference-codes/bhrg-described-samples-quality.js.map +1 -0
  131. package/dist/reference-codes/bhrg-description-location.d.ts +15 -0
  132. package/dist/reference-codes/bhrg-description-location.d.ts.map +1 -0
  133. package/dist/reference-codes/bhrg-description-location.js +22 -0
  134. package/dist/reference-codes/bhrg-description-location.js.map +1 -0
  135. package/dist/reference-codes/bhrg-description-procedure.d.ts +15 -0
  136. package/dist/reference-codes/bhrg-description-procedure.d.ts.map +1 -0
  137. package/dist/reference-codes/bhrg-description-procedure.js +26 -0
  138. package/dist/reference-codes/bhrg-description-procedure.js.map +1 -0
  139. package/dist/reference-codes/bhrg-description-quality.d.ts +15 -0
  140. package/dist/reference-codes/bhrg-description-quality.d.ts.map +1 -0
  141. package/dist/reference-codes/bhrg-description-quality.js +26 -0
  142. package/dist/reference-codes/bhrg-description-quality.js.map +1 -0
  143. package/dist/reference-codes/bhrg-determination-method.d.ts +15 -0
  144. package/dist/reference-codes/bhrg-determination-method.d.ts.map +1 -0
  145. package/dist/reference-codes/bhrg-determination-method.js +31 -0
  146. package/dist/reference-codes/bhrg-determination-method.js.map +1 -0
  147. package/dist/reference-codes/bhrg-determination-procedure.d.ts +15 -0
  148. package/dist/reference-codes/bhrg-determination-procedure.d.ts.map +1 -0
  149. package/dist/reference-codes/bhrg-determination-procedure.js +28 -0
  150. package/dist/reference-codes/bhrg-determination-procedure.js.map +1 -0
  151. package/dist/reference-codes/bhrg-determined-composition-properties.d.ts +15 -0
  152. package/dist/reference-codes/bhrg-determined-composition-properties.d.ts.map +1 -0
  153. package/dist/reference-codes/bhrg-determined-composition-properties.js +23 -0
  154. package/dist/reference-codes/bhrg-determined-composition-properties.js.map +1 -0
  155. package/dist/reference-codes/bhrg-determined-hydrophysical-properties.d.ts +15 -0
  156. package/dist/reference-codes/bhrg-determined-hydrophysical-properties.d.ts.map +1 -0
  157. package/dist/reference-codes/bhrg-determined-hydrophysical-properties.js +22 -0
  158. package/dist/reference-codes/bhrg-determined-hydrophysical-properties.js.map +1 -0
  159. package/dist/reference-codes/bhrg-discipline.d.ts +15 -0
  160. package/dist/reference-codes/bhrg-discipline.d.ts.map +1 -0
  161. package/dist/reference-codes/bhrg-discipline.js +23 -0
  162. package/dist/reference-codes/bhrg-discipline.js.map +1 -0
  163. package/dist/reference-codes/bhrg-discontinuity-type.d.ts +15 -0
  164. package/dist/reference-codes/bhrg-discontinuity-type.d.ts.map +1 -0
  165. package/dist/reference-codes/bhrg-discontinuity-type.js +25 -0
  166. package/dist/reference-codes/bhrg-discontinuity-type.js.map +1 -0
  167. package/dist/reference-codes/bhrg-dispersion-method.d.ts +15 -0
  168. package/dist/reference-codes/bhrg-dispersion-method.d.ts.map +1 -0
  169. package/dist/reference-codes/bhrg-dispersion-method.js +21 -0
  170. package/dist/reference-codes/bhrg-dispersion-method.js.map +1 -0
  171. package/dist/reference-codes/bhrg-drying-period.d.ts +15 -0
  172. package/dist/reference-codes/bhrg-drying-period.d.ts.map +1 -0
  173. package/dist/reference-codes/bhrg-drying-period.js +22 -0
  174. package/dist/reference-codes/bhrg-drying-period.js.map +1 -0
  175. package/dist/reference-codes/bhrg-drying-temperature.d.ts +15 -0
  176. package/dist/reference-codes/bhrg-drying-temperature.d.ts.map +1 -0
  177. package/dist/reference-codes/bhrg-drying-temperature.js +20 -0
  178. package/dist/reference-codes/bhrg-drying-temperature.js.map +1 -0
  179. package/dist/reference-codes/bhrg-event-name.d.ts +15 -0
  180. package/dist/reference-codes/bhrg-event-name.d.ts.map +1 -0
  181. package/dist/reference-codes/bhrg-event-name.js +21 -0
  182. package/dist/reference-codes/bhrg-event-name.js.map +1 -0
  183. package/dist/reference-codes/bhrg-excavated-material.d.ts +15 -0
  184. package/dist/reference-codes/bhrg-excavated-material.d.ts.map +1 -0
  185. package/dist/reference-codes/bhrg-excavated-material.js +28 -0
  186. package/dist/reference-codes/bhrg-excavated-material.js.map +1 -0
  187. package/dist/reference-codes/bhrg-fine-soil-consistency.d.ts +15 -0
  188. package/dist/reference-codes/bhrg-fine-soil-consistency.d.ts.map +1 -0
  189. package/dist/reference-codes/bhrg-fine-soil-consistency.js +31 -0
  190. package/dist/reference-codes/bhrg-fine-soil-consistency.js.map +1 -0
  191. package/dist/reference-codes/bhrg-fluid-mud-layer-positioning-method.d.ts +15 -0
  192. package/dist/reference-codes/bhrg-fluid-mud-layer-positioning-method.d.ts.map +1 -0
  193. package/dist/reference-codes/bhrg-fluid-mud-layer-positioning-method.js +28 -0
  194. package/dist/reference-codes/bhrg-fluid-mud-layer-positioning-method.js.map +1 -0
  195. package/dist/reference-codes/bhrg-flushing-additive.d.ts +15 -0
  196. package/dist/reference-codes/bhrg-flushing-additive.d.ts.map +1 -0
  197. package/dist/reference-codes/bhrg-flushing-additive.js +23 -0
  198. package/dist/reference-codes/bhrg-flushing-additive.js.map +1 -0
  199. package/dist/reference-codes/bhrg-fraction-distribution-lab.d.ts +15 -0
  200. package/dist/reference-codes/bhrg-fraction-distribution-lab.d.ts.map +1 -0
  201. package/dist/reference-codes/bhrg-fraction-distribution-lab.js +21 -0
  202. package/dist/reference-codes/bhrg-fraction-distribution-lab.js.map +1 -0
  203. package/dist/reference-codes/bhrg-geological-origin.d.ts +15 -0
  204. package/dist/reference-codes/bhrg-geological-origin.d.ts.map +1 -0
  205. package/dist/reference-codes/bhrg-geological-origin.js +35 -0
  206. package/dist/reference-codes/bhrg-geological-origin.js.map +1 -0
  207. package/dist/reference-codes/bhrg-geological-soil-name.d.ts +15 -0
  208. package/dist/reference-codes/bhrg-geological-soil-name.d.ts.map +1 -0
  209. package/dist/reference-codes/bhrg-geological-soil-name.js +97 -0
  210. package/dist/reference-codes/bhrg-geological-soil-name.js.map +1 -0
  211. package/dist/reference-codes/bhrg-geotechnical-soil-name.d.ts +15 -0
  212. package/dist/reference-codes/bhrg-geotechnical-soil-name.d.ts.map +1 -0
  213. package/dist/reference-codes/bhrg-geotechnical-soil-name.js +79 -0
  214. package/dist/reference-codes/bhrg-geotechnical-soil-name.js.map +1 -0
  215. package/dist/reference-codes/bhrg-grain-colour.d.ts +15 -0
  216. package/dist/reference-codes/bhrg-grain-colour.d.ts.map +1 -0
  217. package/dist/reference-codes/bhrg-grain-colour.js +24 -0
  218. package/dist/reference-codes/bhrg-grain-colour.js.map +1 -0
  219. package/dist/reference-codes/bhrg-gravel-content-class.d.ts +15 -0
  220. package/dist/reference-codes/bhrg-gravel-content-class.d.ts.map +1 -0
  221. package/dist/reference-codes/bhrg-gravel-content-class.js +24 -0
  222. package/dist/reference-codes/bhrg-gravel-content-class.js.map +1 -0
  223. package/dist/reference-codes/bhrg-gravel-median-class.d.ts +15 -0
  224. package/dist/reference-codes/bhrg-gravel-median-class.d.ts.map +1 -0
  225. package/dist/reference-codes/bhrg-gravel-median-class.js +25 -0
  226. package/dist/reference-codes/bhrg-gravel-median-class.js.map +1 -0
  227. package/dist/reference-codes/bhrg-gravel-provenance.d.ts +15 -0
  228. package/dist/reference-codes/bhrg-gravel-provenance.d.ts.map +1 -0
  229. package/dist/reference-codes/bhrg-gravel-provenance.js +29 -0
  230. package/dist/reference-codes/bhrg-gravel-provenance.js.map +1 -0
  231. package/dist/reference-codes/bhrg-gravel-type.d.ts +15 -0
  232. package/dist/reference-codes/bhrg-gravel-type.d.ts.map +1 -0
  233. package/dist/reference-codes/bhrg-gravel-type.js +77 -0
  234. package/dist/reference-codes/bhrg-gravel-type.js.map +1 -0
  235. package/dist/reference-codes/bhrg-horizon-code.d.ts +15 -0
  236. package/dist/reference-codes/bhrg-horizon-code.d.ts.map +1 -0
  237. package/dist/reference-codes/bhrg-horizon-code.js +28 -0
  238. package/dist/reference-codes/bhrg-horizon-code.js.map +1 -0
  239. package/dist/reference-codes/bhrg-horizontal-positioning-method.d.ts +15 -0
  240. package/dist/reference-codes/bhrg-horizontal-positioning-method.d.ts.map +1 -0
  241. package/dist/reference-codes/bhrg-horizontal-positioning-method.js +40 -0
  242. package/dist/reference-codes/bhrg-horizontal-positioning-method.js.map +1 -0
  243. package/dist/reference-codes/bhrg-human-trace.d.ts +15 -0
  244. package/dist/reference-codes/bhrg-human-trace.d.ts.map +1 -0
  245. package/dist/reference-codes/bhrg-human-trace.js +21 -0
  246. package/dist/reference-codes/bhrg-human-trace.js.map +1 -0
  247. package/dist/reference-codes/bhrg-hydrological-setting.d.ts +15 -0
  248. package/dist/reference-codes/bhrg-hydrological-setting.d.ts.map +1 -0
  249. package/dist/reference-codes/bhrg-hydrological-setting.js +22 -0
  250. package/dist/reference-codes/bhrg-hydrological-setting.js.map +1 -0
  251. package/dist/reference-codes/bhrg-landscape-element.d.ts +15 -0
  252. package/dist/reference-codes/bhrg-landscape-element.d.ts.map +1 -0
  253. package/dist/reference-codes/bhrg-landscape-element.js +58 -0
  254. package/dist/reference-codes/bhrg-landscape-element.js.map +1 -0
  255. package/dist/reference-codes/bhrg-layer-proportion-class.d.ts +15 -0
  256. package/dist/reference-codes/bhrg-layer-proportion-class.d.ts.map +1 -0
  257. package/dist/reference-codes/bhrg-layer-proportion-class.js +27 -0
  258. package/dist/reference-codes/bhrg-layer-proportion-class.js.map +1 -0
  259. package/dist/reference-codes/bhrg-local-vertical-reference-point.d.ts +15 -0
  260. package/dist/reference-codes/bhrg-local-vertical-reference-point.d.ts.map +1 -0
  261. package/dist/reference-codes/bhrg-local-vertical-reference-point.js +20 -0
  262. package/dist/reference-codes/bhrg-local-vertical-reference-point.js.map +1 -0
  263. package/dist/reference-codes/bhrg-mass-percentage-class.d.ts +15 -0
  264. package/dist/reference-codes/bhrg-mass-percentage-class.d.ts.map +1 -0
  265. package/dist/reference-codes/bhrg-mass-percentage-class.js +25 -0
  266. package/dist/reference-codes/bhrg-mass-percentage-class.js.map +1 -0
  267. package/dist/reference-codes/bhrg-material-irregularity.d.ts +15 -0
  268. package/dist/reference-codes/bhrg-material-irregularity.d.ts.map +1 -0
  269. package/dist/reference-codes/bhrg-material-irregularity.js +26 -0
  270. package/dist/reference-codes/bhrg-material-irregularity.js.map +1 -0
  271. package/dist/reference-codes/bhrg-material-shape.d.ts +15 -0
  272. package/dist/reference-codes/bhrg-material-shape.d.ts.map +1 -0
  273. package/dist/reference-codes/bhrg-material-shape.js +29 -0
  274. package/dist/reference-codes/bhrg-material-shape.js.map +1 -0
  275. package/dist/reference-codes/bhrg-mica-content-class.d.ts +15 -0
  276. package/dist/reference-codes/bhrg-mica-content-class.d.ts.map +1 -0
  277. package/dist/reference-codes/bhrg-mica-content-class.js +23 -0
  278. package/dist/reference-codes/bhrg-mica-content-class.js.map +1 -0
  279. package/dist/reference-codes/bhrg-mottling-density.d.ts +15 -0
  280. package/dist/reference-codes/bhrg-mottling-density.d.ts.map +1 -0
  281. package/dist/reference-codes/bhrg-mottling-density.js +28 -0
  282. package/dist/reference-codes/bhrg-mottling-density.js.map +1 -0
  283. package/dist/reference-codes/bhrg-munsell-chroma.d.ts +15 -0
  284. package/dist/reference-codes/bhrg-munsell-chroma.d.ts.map +1 -0
  285. package/dist/reference-codes/bhrg-munsell-chroma.js +24 -0
  286. package/dist/reference-codes/bhrg-munsell-chroma.js.map +1 -0
  287. package/dist/reference-codes/bhrg-munsell-hue.d.ts +15 -0
  288. package/dist/reference-codes/bhrg-munsell-hue.d.ts.map +1 -0
  289. package/dist/reference-codes/bhrg-munsell-hue.js +40 -0
  290. package/dist/reference-codes/bhrg-munsell-hue.js.map +1 -0
  291. package/dist/reference-codes/bhrg-munsell-value.d.ts +15 -0
  292. package/dist/reference-codes/bhrg-munsell-value.d.ts.map +1 -0
  293. package/dist/reference-codes/bhrg-munsell-value.js +30 -0
  294. package/dist/reference-codes/bhrg-munsell-value.js.map +1 -0
  295. package/dist/reference-codes/bhrg-no-description-reason.d.ts +15 -0
  296. package/dist/reference-codes/bhrg-no-description-reason.d.ts.map +1 -0
  297. package/dist/reference-codes/bhrg-no-description-reason.js +28 -0
  298. package/dist/reference-codes/bhrg-no-description-reason.js.map +1 -0
  299. package/dist/reference-codes/bhrg-organic-matter-content-class-nen5104.d.ts +15 -0
  300. package/dist/reference-codes/bhrg-organic-matter-content-class-nen5104.d.ts.map +1 -0
  301. package/dist/reference-codes/bhrg-organic-matter-content-class-nen5104.js +24 -0
  302. package/dist/reference-codes/bhrg-organic-matter-content-class-nen5104.js.map +1 -0
  303. package/dist/reference-codes/bhrg-organic-matter-content-class.d.ts +15 -0
  304. package/dist/reference-codes/bhrg-organic-matter-content-class.d.ts.map +1 -0
  305. package/dist/reference-codes/bhrg-organic-matter-content-class.js +21 -0
  306. package/dist/reference-codes/bhrg-organic-matter-content-class.js.map +1 -0
  307. package/dist/reference-codes/bhrg-organic-soil-consistency.d.ts +15 -0
  308. package/dist/reference-codes/bhrg-organic-soil-consistency.d.ts.map +1 -0
  309. package/dist/reference-codes/bhrg-organic-soil-consistency.js +24 -0
  310. package/dist/reference-codes/bhrg-organic-soil-consistency.js.map +1 -0
  311. package/dist/reference-codes/bhrg-organic-soil-texture.d.ts +15 -0
  312. package/dist/reference-codes/bhrg-organic-soil-texture.d.ts.map +1 -0
  313. package/dist/reference-codes/bhrg-organic-soil-texture.js +29 -0
  314. package/dist/reference-codes/bhrg-organic-soil-texture.js.map +1 -0
  315. package/dist/reference-codes/bhrg-particular-constituent-type.d.ts +15 -0
  316. package/dist/reference-codes/bhrg-particular-constituent-type.d.ts.map +1 -0
  317. package/dist/reference-codes/bhrg-particular-constituent-type.js +43 -0
  318. package/dist/reference-codes/bhrg-particular-constituent-type.js.map +1 -0
  319. package/dist/reference-codes/bhrg-peat-type.d.ts +15 -0
  320. package/dist/reference-codes/bhrg-peat-type.d.ts.map +1 -0
  321. package/dist/reference-codes/bhrg-peat-type.js +27 -0
  322. package/dist/reference-codes/bhrg-peat-type.js.map +1 -0
  323. package/dist/reference-codes/bhrg-performance-irregularity.d.ts +15 -0
  324. package/dist/reference-codes/bhrg-performance-irregularity.d.ts.map +1 -0
  325. package/dist/reference-codes/bhrg-performance-irregularity.js +24 -0
  326. package/dist/reference-codes/bhrg-performance-irregularity.js.map +1 -0
  327. package/dist/reference-codes/bhrg-plant-remain-type.d.ts +15 -0
  328. package/dist/reference-codes/bhrg-plant-remain-type.d.ts.map +1 -0
  329. package/dist/reference-codes/bhrg-plant-remain-type.js +40 -0
  330. package/dist/reference-codes/bhrg-plant-remain-type.js.map +1 -0
  331. package/dist/reference-codes/bhrg-position-on-ground-body.d.ts +15 -0
  332. package/dist/reference-codes/bhrg-position-on-ground-body.d.ts.map +1 -0
  333. package/dist/reference-codes/bhrg-position-on-ground-body.js +23 -0
  334. package/dist/reference-codes/bhrg-position-on-ground-body.js.map +1 -0
  335. package/dist/reference-codes/bhrg-pre-treatment.d.ts +15 -0
  336. package/dist/reference-codes/bhrg-pre-treatment.d.ts.map +1 -0
  337. package/dist/reference-codes/bhrg-pre-treatment.js +23 -0
  338. package/dist/reference-codes/bhrg-pre-treatment.js.map +1 -0
  339. package/dist/reference-codes/bhrg-preparation.d.ts +15 -0
  340. package/dist/reference-codes/bhrg-preparation.d.ts.map +1 -0
  341. package/dist/reference-codes/bhrg-preparation.js +25 -0
  342. package/dist/reference-codes/bhrg-preparation.js.map +1 -0
  343. package/dist/reference-codes/bhrg-relative-abundance-class.d.ts +15 -0
  344. package/dist/reference-codes/bhrg-relative-abundance-class.d.ts.map +1 -0
  345. package/dist/reference-codes/bhrg-relative-abundance-class.js +24 -0
  346. package/dist/reference-codes/bhrg-relative-abundance-class.js.map +1 -0
  347. package/dist/reference-codes/bhrg-removal-method-carbonate.d.ts +15 -0
  348. package/dist/reference-codes/bhrg-removal-method-carbonate.d.ts.map +1 -0
  349. package/dist/reference-codes/bhrg-removal-method-carbonate.js +21 -0
  350. package/dist/reference-codes/bhrg-removal-method-carbonate.js.map +1 -0
  351. package/dist/reference-codes/bhrg-removal-method-organic-matter.d.ts +15 -0
  352. package/dist/reference-codes/bhrg-removal-method-organic-matter.d.ts.map +1 -0
  353. package/dist/reference-codes/bhrg-removal-method-organic-matter.js +21 -0
  354. package/dist/reference-codes/bhrg-removal-method-organic-matter.js.map +1 -0
  355. package/dist/reference-codes/bhrg-removed-material.d.ts +15 -0
  356. package/dist/reference-codes/bhrg-removed-material.d.ts.map +1 -0
  357. package/dist/reference-codes/bhrg-removed-material.js +29 -0
  358. package/dist/reference-codes/bhrg-removed-material.js.map +1 -0
  359. package/dist/reference-codes/bhrg-rock-type.d.ts +15 -0
  360. package/dist/reference-codes/bhrg-rock-type.d.ts.map +1 -0
  361. package/dist/reference-codes/bhrg-rock-type.js +25 -0
  362. package/dist/reference-codes/bhrg-rock-type.js.map +1 -0
  363. package/dist/reference-codes/bhrg-salt-correction-method.d.ts +15 -0
  364. package/dist/reference-codes/bhrg-salt-correction-method.d.ts.map +1 -0
  365. package/dist/reference-codes/bhrg-salt-correction-method.js +21 -0
  366. package/dist/reference-codes/bhrg-salt-correction-method.js.map +1 -0
  367. package/dist/reference-codes/bhrg-sample-container-volume.d.ts +15 -0
  368. package/dist/reference-codes/bhrg-sample-container-volume.d.ts.map +1 -0
  369. package/dist/reference-codes/bhrg-sample-container-volume.js +20 -0
  370. package/dist/reference-codes/bhrg-sample-container-volume.js.map +1 -0
  371. package/dist/reference-codes/bhrg-sample-moistness.d.ts +15 -0
  372. package/dist/reference-codes/bhrg-sample-moistness.d.ts.map +1 -0
  373. package/dist/reference-codes/bhrg-sample-moistness.js +22 -0
  374. package/dist/reference-codes/bhrg-sample-moistness.js.map +1 -0
  375. package/dist/reference-codes/bhrg-sample-quality.d.ts +15 -0
  376. package/dist/reference-codes/bhrg-sample-quality.d.ts.map +1 -0
  377. package/dist/reference-codes/bhrg-sample-quality.js +23 -0
  378. package/dist/reference-codes/bhrg-sample-quality.js.map +1 -0
  379. package/dist/reference-codes/bhrg-sampler-type.d.ts +15 -0
  380. package/dist/reference-codes/bhrg-sampler-type.d.ts.map +1 -0
  381. package/dist/reference-codes/bhrg-sampler-type.js +26 -0
  382. package/dist/reference-codes/bhrg-sampler-type.js.map +1 -0
  383. package/dist/reference-codes/bhrg-sampling-method.d.ts +15 -0
  384. package/dist/reference-codes/bhrg-sampling-method.d.ts.map +1 -0
  385. package/dist/reference-codes/bhrg-sampling-method.js +34 -0
  386. package/dist/reference-codes/bhrg-sampling-method.js.map +1 -0
  387. package/dist/reference-codes/bhrg-sampling-procedure.d.ts +15 -0
  388. package/dist/reference-codes/bhrg-sampling-procedure.d.ts.map +1 -0
  389. package/dist/reference-codes/bhrg-sampling-procedure.js +21 -0
  390. package/dist/reference-codes/bhrg-sampling-procedure.js.map +1 -0
  391. package/dist/reference-codes/bhrg-sampling-quality.d.ts +15 -0
  392. package/dist/reference-codes/bhrg-sampling-quality.d.ts.map +1 -0
  393. package/dist/reference-codes/bhrg-sampling-quality.js +27 -0
  394. package/dist/reference-codes/bhrg-sampling-quality.js.map +1 -0
  395. package/dist/reference-codes/bhrg-sand-median-class.d.ts +15 -0
  396. package/dist/reference-codes/bhrg-sand-median-class.d.ts.map +1 -0
  397. package/dist/reference-codes/bhrg-sand-median-class.js +32 -0
  398. package/dist/reference-codes/bhrg-sand-median-class.js.map +1 -0
  399. package/dist/reference-codes/bhrg-sand-sorting.d.ts +15 -0
  400. package/dist/reference-codes/bhrg-sand-sorting.d.ts.map +1 -0
  401. package/dist/reference-codes/bhrg-sand-sorting.js +29 -0
  402. package/dist/reference-codes/bhrg-sand-sorting.js.map +1 -0
  403. package/dist/reference-codes/bhrg-saturation-method.d.ts +15 -0
  404. package/dist/reference-codes/bhrg-saturation-method.d.ts.map +1 -0
  405. package/dist/reference-codes/bhrg-saturation-method.js +20 -0
  406. package/dist/reference-codes/bhrg-saturation-method.js.map +1 -0
  407. package/dist/reference-codes/bhrg-sedimentary-phenomenon.d.ts +15 -0
  408. package/dist/reference-codes/bhrg-sedimentary-phenomenon.d.ts.map +1 -0
  409. package/dist/reference-codes/bhrg-sedimentary-phenomenon.js +20 -0
  410. package/dist/reference-codes/bhrg-sedimentary-phenomenon.js.map +1 -0
  411. package/dist/reference-codes/bhrg-shell-taxon.d.ts +15 -0
  412. package/dist/reference-codes/bhrg-shell-taxon.d.ts.map +1 -0
  413. package/dist/reference-codes/bhrg-shell-taxon.js +177 -0
  414. package/dist/reference-codes/bhrg-shell-taxon.js.map +1 -0
  415. package/dist/reference-codes/bhrg-soil-name-nen5104.d.ts +15 -0
  416. package/dist/reference-codes/bhrg-soil-name-nen5104.d.ts.map +1 -0
  417. package/dist/reference-codes/bhrg-soil-name-nen5104.js +96 -0
  418. package/dist/reference-codes/bhrg-soil-name-nen5104.js.map +1 -0
  419. package/dist/reference-codes/bhrg-soil-type.d.ts +15 -0
  420. package/dist/reference-codes/bhrg-soil-type.d.ts.map +1 -0
  421. package/dist/reference-codes/bhrg-soil-type.js +34 -0
  422. package/dist/reference-codes/bhrg-soil-type.js.map +1 -0
  423. package/dist/reference-codes/bhrg-soil-use.d.ts +15 -0
  424. package/dist/reference-codes/bhrg-soil-use.d.ts.map +1 -0
  425. package/dist/reference-codes/bhrg-soil-use.js +30 -0
  426. package/dist/reference-codes/bhrg-soil-use.js.map +1 -0
  427. package/dist/reference-codes/bhrg-special-material.d.ts +15 -0
  428. package/dist/reference-codes/bhrg-special-material.d.ts.map +1 -0
  429. package/dist/reference-codes/bhrg-special-material.js +39 -0
  430. package/dist/reference-codes/bhrg-special-material.js.map +1 -0
  431. package/dist/reference-codes/bhrg-sphericity.d.ts +15 -0
  432. package/dist/reference-codes/bhrg-sphericity.d.ts.map +1 -0
  433. package/dist/reference-codes/bhrg-sphericity.js +21 -0
  434. package/dist/reference-codes/bhrg-sphericity.js.map +1 -0
  435. package/dist/reference-codes/bhrg-stain-colour.d.ts +15 -0
  436. package/dist/reference-codes/bhrg-stain-colour.d.ts.map +1 -0
  437. package/dist/reference-codes/bhrg-stain-colour.js +33 -0
  438. package/dist/reference-codes/bhrg-stain-colour.js.map +1 -0
  439. package/dist/reference-codes/bhrg-stop-criterion-field.d.ts +15 -0
  440. package/dist/reference-codes/bhrg-stop-criterion-field.d.ts.map +1 -0
  441. package/dist/reference-codes/bhrg-stop-criterion-field.js +31 -0
  442. package/dist/reference-codes/bhrg-stop-criterion-field.js.map +1 -0
  443. package/dist/reference-codes/bhrg-stratum-thickness-class.d.ts +15 -0
  444. package/dist/reference-codes/bhrg-stratum-thickness-class.d.ts.map +1 -0
  445. package/dist/reference-codes/bhrg-stratum-thickness-class.js +28 -0
  446. package/dist/reference-codes/bhrg-stratum-thickness-class.js.map +1 -0
  447. package/dist/reference-codes/bhrg-structure.d.ts +15 -0
  448. package/dist/reference-codes/bhrg-structure.d.ts.map +1 -0
  449. package/dist/reference-codes/bhrg-structure.js +34 -0
  450. package/dist/reference-codes/bhrg-structure.js.map +1 -0
  451. package/dist/reference-codes/bhrg-survey-procedure.d.ts +15 -0
  452. package/dist/reference-codes/bhrg-survey-procedure.d.ts.map +1 -0
  453. package/dist/reference-codes/bhrg-survey-procedure.js +20 -0
  454. package/dist/reference-codes/bhrg-survey-procedure.js.map +1 -0
  455. package/dist/reference-codes/bhrg-survey-purpose.d.ts +15 -0
  456. package/dist/reference-codes/bhrg-survey-purpose.d.ts.map +1 -0
  457. package/dist/reference-codes/bhrg-survey-purpose.js +31 -0
  458. package/dist/reference-codes/bhrg-survey-purpose.js.map +1 -0
  459. package/dist/reference-codes/bhrg-temporary-change.d.ts +15 -0
  460. package/dist/reference-codes/bhrg-temporary-change.d.ts.map +1 -0
  461. package/dist/reference-codes/bhrg-temporary-change.js +25 -0
  462. package/dist/reference-codes/bhrg-temporary-change.js.map +1 -0
  463. package/dist/reference-codes/bhrg-used-medium.d.ts +15 -0
  464. package/dist/reference-codes/bhrg-used-medium.d.ts.map +1 -0
  465. package/dist/reference-codes/bhrg-used-medium.js +24 -0
  466. package/dist/reference-codes/bhrg-used-medium.js.map +1 -0
  467. package/dist/reference-codes/bhrg-utensil.d.ts +15 -0
  468. package/dist/reference-codes/bhrg-utensil.d.ts.map +1 -0
  469. package/dist/reference-codes/bhrg-utensil.js +25 -0
  470. package/dist/reference-codes/bhrg-utensil.js.map +1 -0
  471. package/dist/reference-codes/bhrg-variegation.d.ts +15 -0
  472. package/dist/reference-codes/bhrg-variegation.d.ts.map +1 -0
  473. package/dist/reference-codes/bhrg-variegation.js +25 -0
  474. package/dist/reference-codes/bhrg-variegation.js.map +1 -0
  475. package/dist/reference-codes/bhrg-vertical-datum.d.ts +15 -0
  476. package/dist/reference-codes/bhrg-vertical-datum.d.ts.map +1 -0
  477. package/dist/reference-codes/bhrg-vertical-datum.js +21 -0
  478. package/dist/reference-codes/bhrg-vertical-datum.js.map +1 -0
  479. package/dist/reference-codes/bhrg-vertical-positioning-method.d.ts +15 -0
  480. package/dist/reference-codes/bhrg-vertical-positioning-method.d.ts.map +1 -0
  481. package/dist/reference-codes/bhrg-vertical-positioning-method.js +46 -0
  482. package/dist/reference-codes/bhrg-vertical-positioning-method.js.map +1 -0
  483. package/dist/reference-codes/bhrg-vertical-trend.d.ts +15 -0
  484. package/dist/reference-codes/bhrg-vertical-trend.d.ts.map +1 -0
  485. package/dist/reference-codes/bhrg-vertical-trend.js +58 -0
  486. package/dist/reference-codes/bhrg-vertical-trend.js.map +1 -0
  487. package/dist/reference-codes/bhrg-very-coarse-fraction-content-class-archive.d.ts +15 -0
  488. package/dist/reference-codes/bhrg-very-coarse-fraction-content-class-archive.d.ts.map +1 -0
  489. package/dist/reference-codes/bhrg-very-coarse-fraction-content-class-archive.js +25 -0
  490. package/dist/reference-codes/bhrg-very-coarse-fraction-content-class-archive.js.map +1 -0
  491. package/dist/reference-codes/bhrg-very-coarse-fraction-content-class.d.ts +15 -0
  492. package/dist/reference-codes/bhrg-very-coarse-fraction-content-class.d.ts.map +1 -0
  493. package/dist/reference-codes/bhrg-very-coarse-fraction-content-class.js +24 -0
  494. package/dist/reference-codes/bhrg-very-coarse-fraction-content-class.js.map +1 -0
  495. package/dist/reference-codes/bhrg-volume-percentage-class.d.ts +15 -0
  496. package/dist/reference-codes/bhrg-volume-percentage-class.d.ts.map +1 -0
  497. package/dist/reference-codes/bhrg-volume-percentage-class.js +27 -0
  498. package/dist/reference-codes/bhrg-volume-percentage-class.js.map +1 -0
  499. package/dist/reference-codes/bhrg-weathering-degree.d.ts +15 -0
  500. package/dist/reference-codes/bhrg-weathering-degree.d.ts.map +1 -0
  501. package/dist/reference-codes/bhrg-weathering-degree.js +22 -0
  502. package/dist/reference-codes/bhrg-weathering-degree.js.map +1 -0
  503. package/dist/reference-codes/bhrgt-activity-type.d.ts +15 -0
  504. package/dist/reference-codes/bhrgt-activity-type.d.ts.map +1 -0
  505. package/dist/reference-codes/bhrgt-activity-type.js +23 -0
  506. package/dist/reference-codes/bhrgt-activity-type.js.map +1 -0
  507. package/dist/reference-codes/bhrgt-analysis-procedure.d.ts +15 -0
  508. package/dist/reference-codes/bhrgt-analysis-procedure.d.ts.map +1 -0
  509. package/dist/reference-codes/bhrgt-analysis-procedure.js +20 -0
  510. package/dist/reference-codes/bhrgt-analysis-procedure.js.map +1 -0
  511. package/dist/reference-codes/bhrgt-analysis-type.d.ts +15 -0
  512. package/dist/reference-codes/bhrgt-analysis-type.d.ts.map +1 -0
  513. package/dist/reference-codes/bhrgt-analysis-type.js +33 -0
  514. package/dist/reference-codes/bhrgt-analysis-type.js.map +1 -0
  515. package/dist/reference-codes/bhrgt-angularity.d.ts +15 -0
  516. package/dist/reference-codes/bhrgt-angularity.d.ts.map +1 -0
  517. package/dist/reference-codes/bhrgt-angularity.js +27 -0
  518. package/dist/reference-codes/bhrgt-angularity.js.map +1 -0
  519. package/dist/reference-codes/bhrgt-aperture-class-discontinuity.d.ts +15 -0
  520. package/dist/reference-codes/bhrgt-aperture-class-discontinuity.d.ts.map +1 -0
  521. package/dist/reference-codes/bhrgt-aperture-class-discontinuity.js +24 -0
  522. package/dist/reference-codes/bhrgt-aperture-class-discontinuity.js.map +1 -0
  523. package/dist/reference-codes/bhrgt-aperture-class.d.ts +15 -0
  524. package/dist/reference-codes/bhrgt-aperture-class.d.ts.map +1 -0
  525. package/dist/reference-codes/bhrgt-aperture-class.js +24 -0
  526. package/dist/reference-codes/bhrgt-aperture-class.js.map +1 -0
  527. package/dist/reference-codes/bhrgt-backfill-material.d.ts +15 -0
  528. package/dist/reference-codes/bhrgt-backfill-material.d.ts.map +1 -0
  529. package/dist/reference-codes/bhrgt-backfill-material.js +40 -0
  530. package/dist/reference-codes/bhrgt-backfill-material.js.map +1 -0
  531. package/dist/reference-codes/bhrgt-bedding.d.ts +15 -0
  532. package/dist/reference-codes/bhrgt-bedding.d.ts.map +1 -0
  533. package/dist/reference-codes/bhrgt-bedding.js +25 -0
  534. package/dist/reference-codes/bhrgt-bedding.js.map +1 -0
  535. package/dist/reference-codes/bhrgt-boring-procedure.d.ts +15 -0
  536. package/dist/reference-codes/bhrgt-boring-procedure.d.ts.map +1 -0
  537. package/dist/reference-codes/bhrgt-boring-procedure.js +22 -0
  538. package/dist/reference-codes/bhrgt-boring-procedure.js.map +1 -0
  539. package/dist/reference-codes/bhrgt-boring-technique.d.ts +15 -0
  540. package/dist/reference-codes/bhrgt-boring-technique.d.ts.map +1 -0
  541. package/dist/reference-codes/bhrgt-boring-technique.js +42 -0
  542. package/dist/reference-codes/bhrgt-boring-technique.js.map +1 -0
  543. package/dist/reference-codes/bhrgt-boundary-positioning-method.d.ts +15 -0
  544. package/dist/reference-codes/bhrgt-boundary-positioning-method.d.ts.map +1 -0
  545. package/dist/reference-codes/bhrgt-boundary-positioning-method.js +25 -0
  546. package/dist/reference-codes/bhrgt-boundary-positioning-method.js.map +1 -0
  547. package/dist/reference-codes/bhrgt-calculation-value-source.d.ts +15 -0
  548. package/dist/reference-codes/bhrgt-calculation-value-source.d.ts.map +1 -0
  549. package/dist/reference-codes/bhrgt-calculation-value-source.js +21 -0
  550. package/dist/reference-codes/bhrgt-calculation-value-source.js.map +1 -0
  551. package/dist/reference-codes/bhrgt-carbonate-content-class.d.ts +15 -0
  552. package/dist/reference-codes/bhrgt-carbonate-content-class.d.ts.map +1 -0
  553. package/dist/reference-codes/bhrgt-carbonate-content-class.js +25 -0
  554. package/dist/reference-codes/bhrgt-carbonate-content-class.js.map +1 -0
  555. package/dist/reference-codes/bhrgt-casing-material.d.ts +15 -0
  556. package/dist/reference-codes/bhrgt-casing-material.d.ts.map +1 -0
  557. package/dist/reference-codes/bhrgt-casing-material.js +25 -0
  558. package/dist/reference-codes/bhrgt-casing-material.js.map +1 -0
  559. package/dist/reference-codes/bhrgt-cement-type.d.ts +15 -0
  560. package/dist/reference-codes/bhrgt-cement-type.d.ts.map +1 -0
  561. package/dist/reference-codes/bhrgt-cement-type.js +23 -0
  562. package/dist/reference-codes/bhrgt-cement-type.js.map +1 -0
  563. package/dist/reference-codes/bhrgt-colour.d.ts +15 -0
  564. package/dist/reference-codes/bhrgt-colour.d.ts.map +1 -0
  565. package/dist/reference-codes/bhrgt-colour.js +50 -0
  566. package/dist/reference-codes/bhrgt-colour.js.map +1 -0
  567. package/dist/reference-codes/bhrgt-consolidation-method.d.ts +15 -0
  568. package/dist/reference-codes/bhrgt-consolidation-method.d.ts.map +1 -0
  569. package/dist/reference-codes/bhrgt-consolidation-method.js +22 -0
  570. package/dist/reference-codes/bhrgt-consolidation-method.js.map +1 -0
  571. package/dist/reference-codes/bhrgt-conus-type.d.ts +15 -0
  572. package/dist/reference-codes/bhrgt-conus-type.d.ts.map +1 -0
  573. package/dist/reference-codes/bhrgt-conus-type.js +20 -0
  574. package/dist/reference-codes/bhrgt-conus-type.js.map +1 -0
  575. package/dist/reference-codes/bhrgt-correction-method.d.ts +15 -0
  576. package/dist/reference-codes/bhrgt-correction-method.d.ts.map +1 -0
  577. package/dist/reference-codes/bhrgt-correction-method.js +21 -0
  578. package/dist/reference-codes/bhrgt-correction-method.js.map +1 -0
  579. package/dist/reference-codes/bhrgt-correction-reason.d.ts +15 -0
  580. package/dist/reference-codes/bhrgt-correction-reason.d.ts.map +1 -0
  581. package/dist/reference-codes/bhrgt-correction-reason.js +23 -0
  582. package/dist/reference-codes/bhrgt-correction-reason.js.map +1 -0
  583. package/dist/reference-codes/bhrgt-decomposition.d.ts +15 -0
  584. package/dist/reference-codes/bhrgt-decomposition.d.ts.map +1 -0
  585. package/dist/reference-codes/bhrgt-decomposition.js +21 -0
  586. package/dist/reference-codes/bhrgt-decomposition.js.map +1 -0
  587. package/dist/reference-codes/bhrgt-delivery-context.d.ts +15 -0
  588. package/dist/reference-codes/bhrgt-delivery-context.d.ts.map +1 -0
  589. package/dist/reference-codes/bhrgt-delivery-context.js +26 -0
  590. package/dist/reference-codes/bhrgt-delivery-context.js.map +1 -0
  591. package/dist/reference-codes/bhrgt-depositional-age.d.ts +15 -0
  592. package/dist/reference-codes/bhrgt-depositional-age.d.ts.map +1 -0
  593. package/dist/reference-codes/bhrgt-depositional-age.js +22 -0
  594. package/dist/reference-codes/bhrgt-depositional-age.js.map +1 -0
  595. package/dist/reference-codes/bhrgt-depositional-characteristic.d.ts +15 -0
  596. package/dist/reference-codes/bhrgt-depositional-characteristic.d.ts.map +1 -0
  597. package/dist/reference-codes/bhrgt-depositional-characteristic.js +34 -0
  598. package/dist/reference-codes/bhrgt-depositional-characteristic.js.map +1 -0
  599. package/dist/reference-codes/bhrgt-described-material.d.ts +15 -0
  600. package/dist/reference-codes/bhrgt-described-material.d.ts.map +1 -0
  601. package/dist/reference-codes/bhrgt-described-material.js +21 -0
  602. package/dist/reference-codes/bhrgt-described-material.js.map +1 -0
  603. package/dist/reference-codes/bhrgt-description-location.d.ts +15 -0
  604. package/dist/reference-codes/bhrgt-description-location.d.ts.map +1 -0
  605. package/dist/reference-codes/bhrgt-description-location.js +22 -0
  606. package/dist/reference-codes/bhrgt-description-location.js.map +1 -0
  607. package/dist/reference-codes/bhrgt-description-procedure.d.ts +15 -0
  608. package/dist/reference-codes/bhrgt-description-procedure.d.ts.map +1 -0
  609. package/dist/reference-codes/bhrgt-description-procedure.js +22 -0
  610. package/dist/reference-codes/bhrgt-description-procedure.js.map +1 -0
  611. package/dist/reference-codes/bhrgt-description-quality.d.ts +15 -0
  612. package/dist/reference-codes/bhrgt-description-quality.d.ts.map +1 -0
  613. package/dist/reference-codes/bhrgt-description-quality.js +23 -0
  614. package/dist/reference-codes/bhrgt-description-quality.js.map +1 -0
  615. package/dist/reference-codes/bhrgt-determination-diameter.d.ts +15 -0
  616. package/dist/reference-codes/bhrgt-determination-diameter.d.ts.map +1 -0
  617. package/dist/reference-codes/bhrgt-determination-diameter.js +26 -0
  618. package/dist/reference-codes/bhrgt-determination-diameter.js.map +1 -0
  619. package/dist/reference-codes/bhrgt-determination-method.d.ts +15 -0
  620. package/dist/reference-codes/bhrgt-determination-method.d.ts.map +1 -0
  621. package/dist/reference-codes/bhrgt-determination-method.js +48 -0
  622. package/dist/reference-codes/bhrgt-determination-method.js.map +1 -0
  623. package/dist/reference-codes/bhrgt-determination-procedure.d.ts +15 -0
  624. package/dist/reference-codes/bhrgt-determination-procedure.d.ts.map +1 -0
  625. package/dist/reference-codes/bhrgt-determination-procedure.js +34 -0
  626. package/dist/reference-codes/bhrgt-determination-procedure.js.map +1 -0
  627. package/dist/reference-codes/bhrgt-determined-properties.d.ts +15 -0
  628. package/dist/reference-codes/bhrgt-determined-properties.d.ts.map +1 -0
  629. package/dist/reference-codes/bhrgt-determined-properties.js +32 -0
  630. package/dist/reference-codes/bhrgt-determined-properties.js.map +1 -0
  631. package/dist/reference-codes/bhrgt-discipline.d.ts +15 -0
  632. package/dist/reference-codes/bhrgt-discipline.d.ts.map +1 -0
  633. package/dist/reference-codes/bhrgt-discipline.js +22 -0
  634. package/dist/reference-codes/bhrgt-discipline.js.map +1 -0
  635. package/dist/reference-codes/bhrgt-discolouration.d.ts +15 -0
  636. package/dist/reference-codes/bhrgt-discolouration.d.ts.map +1 -0
  637. package/dist/reference-codes/bhrgt-discolouration.js +21 -0
  638. package/dist/reference-codes/bhrgt-discolouration.js.map +1 -0
  639. package/dist/reference-codes/bhrgt-discontinuity-type.d.ts +15 -0
  640. package/dist/reference-codes/bhrgt-discontinuity-type.d.ts.map +1 -0
  641. package/dist/reference-codes/bhrgt-discontinuity-type.js +22 -0
  642. package/dist/reference-codes/bhrgt-discontinuity-type.js.map +1 -0
  643. package/dist/reference-codes/bhrgt-disintegration.d.ts +15 -0
  644. package/dist/reference-codes/bhrgt-disintegration.d.ts.map +1 -0
  645. package/dist/reference-codes/bhrgt-disintegration.js +21 -0
  646. package/dist/reference-codes/bhrgt-disintegration.js.map +1 -0
  647. package/dist/reference-codes/bhrgt-dispersed-inhomogeneity.d.ts +15 -0
  648. package/dist/reference-codes/bhrgt-dispersed-inhomogeneity.d.ts.map +1 -0
  649. package/dist/reference-codes/bhrgt-dispersed-inhomogeneity.js +49 -0
  650. package/dist/reference-codes/bhrgt-dispersed-inhomogeneity.js.map +1 -0
  651. package/dist/reference-codes/bhrgt-dispersion-method.d.ts +15 -0
  652. package/dist/reference-codes/bhrgt-dispersion-method.d.ts.map +1 -0
  653. package/dist/reference-codes/bhrgt-dispersion-method.js +21 -0
  654. package/dist/reference-codes/bhrgt-dispersion-method.js.map +1 -0
  655. package/dist/reference-codes/bhrgt-drainage-strip-coverage.d.ts +15 -0
  656. package/dist/reference-codes/bhrgt-drainage-strip-coverage.d.ts.map +1 -0
  657. package/dist/reference-codes/bhrgt-drainage-strip-coverage.js +23 -0
  658. package/dist/reference-codes/bhrgt-drainage-strip-coverage.js.map +1 -0
  659. package/dist/reference-codes/bhrgt-drainage-strip-orientation.d.ts +15 -0
  660. package/dist/reference-codes/bhrgt-drainage-strip-orientation.d.ts.map +1 -0
  661. package/dist/reference-codes/bhrgt-drainage-strip-orientation.js +21 -0
  662. package/dist/reference-codes/bhrgt-drainage-strip-orientation.js.map +1 -0
  663. package/dist/reference-codes/bhrgt-drying-period.d.ts +15 -0
  664. package/dist/reference-codes/bhrgt-drying-period.d.ts.map +1 -0
  665. package/dist/reference-codes/bhrgt-drying-period.js +21 -0
  666. package/dist/reference-codes/bhrgt-drying-period.js.map +1 -0
  667. package/dist/reference-codes/bhrgt-drying-temperature.d.ts +15 -0
  668. package/dist/reference-codes/bhrgt-drying-temperature.d.ts.map +1 -0
  669. package/dist/reference-codes/bhrgt-drying-temperature.js +21 -0
  670. package/dist/reference-codes/bhrgt-drying-temperature.js.map +1 -0
  671. package/dist/reference-codes/bhrgt-equivalent-mass-determination-method.d.ts +15 -0
  672. package/dist/reference-codes/bhrgt-equivalent-mass-determination-method.d.ts.map +1 -0
  673. package/dist/reference-codes/bhrgt-equivalent-mass-determination-method.js +21 -0
  674. package/dist/reference-codes/bhrgt-equivalent-mass-determination-method.js.map +1 -0
  675. package/dist/reference-codes/bhrgt-event-name.d.ts +15 -0
  676. package/dist/reference-codes/bhrgt-event-name.d.ts.map +1 -0
  677. package/dist/reference-codes/bhrgt-event-name.js +22 -0
  678. package/dist/reference-codes/bhrgt-event-name.js.map +1 -0
  679. package/dist/reference-codes/bhrgt-excavated-material.d.ts +15 -0
  680. package/dist/reference-codes/bhrgt-excavated-material.d.ts.map +1 -0
  681. package/dist/reference-codes/bhrgt-excavated-material.js +27 -0
  682. package/dist/reference-codes/bhrgt-excavated-material.js.map +1 -0
  683. package/dist/reference-codes/bhrgt-fine-gravel-content-class.d.ts +15 -0
  684. package/dist/reference-codes/bhrgt-fine-gravel-content-class.d.ts.map +1 -0
  685. package/dist/reference-codes/bhrgt-fine-gravel-content-class.js +23 -0
  686. package/dist/reference-codes/bhrgt-fine-gravel-content-class.js.map +1 -0
  687. package/dist/reference-codes/bhrgt-fine-soil-consistency.d.ts +15 -0
  688. package/dist/reference-codes/bhrgt-fine-soil-consistency.d.ts.map +1 -0
  689. package/dist/reference-codes/bhrgt-fine-soil-consistency.js +31 -0
  690. package/dist/reference-codes/bhrgt-fine-soil-consistency.js.map +1 -0
  691. package/dist/reference-codes/bhrgt-fluid-mud-layer-positioning-method.d.ts +15 -0
  692. package/dist/reference-codes/bhrgt-fluid-mud-layer-positioning-method.d.ts.map +1 -0
  693. package/dist/reference-codes/bhrgt-fluid-mud-layer-positioning-method.js +28 -0
  694. package/dist/reference-codes/bhrgt-fluid-mud-layer-positioning-method.js.map +1 -0
  695. package/dist/reference-codes/bhrgt-flushing-additive.d.ts +15 -0
  696. package/dist/reference-codes/bhrgt-flushing-additive.d.ts.map +1 -0
  697. package/dist/reference-codes/bhrgt-flushing-additive.js +24 -0
  698. package/dist/reference-codes/bhrgt-flushing-additive.js.map +1 -0
  699. package/dist/reference-codes/bhrgt-fraction-distribution.d.ts +15 -0
  700. package/dist/reference-codes/bhrgt-fraction-distribution.d.ts.map +1 -0
  701. package/dist/reference-codes/bhrgt-fraction-distribution.js +27 -0
  702. package/dist/reference-codes/bhrgt-fraction-distribution.js.map +1 -0
  703. package/dist/reference-codes/bhrgt-geotechnical-depositional-characteristic.d.ts +15 -0
  704. package/dist/reference-codes/bhrgt-geotechnical-depositional-characteristic.d.ts.map +1 -0
  705. package/dist/reference-codes/bhrgt-geotechnical-depositional-characteristic.js +34 -0
  706. package/dist/reference-codes/bhrgt-geotechnical-depositional-characteristic.js.map +1 -0
  707. package/dist/reference-codes/bhrgt-geotechnical-soil-name.d.ts +15 -0
  708. package/dist/reference-codes/bhrgt-geotechnical-soil-name.d.ts.map +1 -0
  709. package/dist/reference-codes/bhrgt-geotechnical-soil-name.js +79 -0
  710. package/dist/reference-codes/bhrgt-geotechnical-soil-name.js.map +1 -0
  711. package/dist/reference-codes/bhrgt-gravel-content-class-nen5104.d.ts +15 -0
  712. package/dist/reference-codes/bhrgt-gravel-content-class-nen5104.d.ts.map +1 -0
  713. package/dist/reference-codes/bhrgt-gravel-content-class-nen5104.js +22 -0
  714. package/dist/reference-codes/bhrgt-gravel-content-class-nen5104.js.map +1 -0
  715. package/dist/reference-codes/bhrgt-gravel-content-class.d.ts +15 -0
  716. package/dist/reference-codes/bhrgt-gravel-content-class.d.ts.map +1 -0
  717. package/dist/reference-codes/bhrgt-gravel-content-class.js +22 -0
  718. package/dist/reference-codes/bhrgt-gravel-content-class.js.map +1 -0
  719. package/dist/reference-codes/bhrgt-gravel-median-class.d.ts +15 -0
  720. package/dist/reference-codes/bhrgt-gravel-median-class.d.ts.map +1 -0
  721. package/dist/reference-codes/bhrgt-gravel-median-class.js +24 -0
  722. package/dist/reference-codes/bhrgt-gravel-median-class.js.map +1 -0
  723. package/dist/reference-codes/bhrgt-horizontal-positioning-method.d.ts +15 -0
  724. package/dist/reference-codes/bhrgt-horizontal-positioning-method.d.ts.map +1 -0
  725. package/dist/reference-codes/bhrgt-horizontal-positioning-method.js +38 -0
  726. package/dist/reference-codes/bhrgt-horizontal-positioning-method.js.map +1 -0
  727. package/dist/reference-codes/bhrgt-infill-material.d.ts +15 -0
  728. package/dist/reference-codes/bhrgt-infill-material.d.ts.map +1 -0
  729. package/dist/reference-codes/bhrgt-infill-material.js +26 -0
  730. package/dist/reference-codes/bhrgt-infill-material.js.map +1 -0
  731. package/dist/reference-codes/bhrgt-interbedding.d.ts +15 -0
  732. package/dist/reference-codes/bhrgt-interbedding.d.ts.map +1 -0
  733. package/dist/reference-codes/bhrgt-interbedding.js +169 -0
  734. package/dist/reference-codes/bhrgt-interbedding.js.map +1 -0
  735. package/dist/reference-codes/bhrgt-lateral-support.d.ts +15 -0
  736. package/dist/reference-codes/bhrgt-lateral-support.d.ts.map +1 -0
  737. package/dist/reference-codes/bhrgt-lateral-support.js +20 -0
  738. package/dist/reference-codes/bhrgt-lateral-support.js.map +1 -0
  739. package/dist/reference-codes/bhrgt-local-vertical-reference-point.d.ts +15 -0
  740. package/dist/reference-codes/bhrgt-local-vertical-reference-point.d.ts.map +1 -0
  741. package/dist/reference-codes/bhrgt-local-vertical-reference-point.js +20 -0
  742. package/dist/reference-codes/bhrgt-local-vertical-reference-point.js.map +1 -0
  743. package/dist/reference-codes/bhrgt-making-method.d.ts +15 -0
  744. package/dist/reference-codes/bhrgt-making-method.d.ts.map +1 -0
  745. package/dist/reference-codes/bhrgt-making-method.js +26 -0
  746. package/dist/reference-codes/bhrgt-making-method.js.map +1 -0
  747. package/dist/reference-codes/bhrgt-mass-percentage-class.d.ts +15 -0
  748. package/dist/reference-codes/bhrgt-mass-percentage-class.d.ts.map +1 -0
  749. package/dist/reference-codes/bhrgt-mass-percentage-class.js +23 -0
  750. package/dist/reference-codes/bhrgt-mass-percentage-class.js.map +1 -0
  751. package/dist/reference-codes/bhrgt-material-irregularity.d.ts +15 -0
  752. package/dist/reference-codes/bhrgt-material-irregularity.d.ts.map +1 -0
  753. package/dist/reference-codes/bhrgt-material-irregularity.js +24 -0
  754. package/dist/reference-codes/bhrgt-material-irregularity.js.map +1 -0
  755. package/dist/reference-codes/bhrgt-medium-coarse-gravel-content-class.d.ts +15 -0
  756. package/dist/reference-codes/bhrgt-medium-coarse-gravel-content-class.d.ts.map +1 -0
  757. package/dist/reference-codes/bhrgt-medium-coarse-gravel-content-class.js +23 -0
  758. package/dist/reference-codes/bhrgt-medium-coarse-gravel-content-class.js.map +1 -0
  759. package/dist/reference-codes/bhrgt-mixing-type.d.ts +15 -0
  760. package/dist/reference-codes/bhrgt-mixing-type.d.ts.map +1 -0
  761. package/dist/reference-codes/bhrgt-mixing-type.js +21 -0
  762. package/dist/reference-codes/bhrgt-mixing-type.js.map +1 -0
  763. package/dist/reference-codes/bhrgt-no-description-reason.d.ts +15 -0
  764. package/dist/reference-codes/bhrgt-no-description-reason.d.ts.map +1 -0
  765. package/dist/reference-codes/bhrgt-no-description-reason.js +25 -0
  766. package/dist/reference-codes/bhrgt-no-description-reason.js.map +1 -0
  767. package/dist/reference-codes/bhrgt-organic-matter-content-class-nen5104.d.ts +15 -0
  768. package/dist/reference-codes/bhrgt-organic-matter-content-class-nen5104.d.ts.map +1 -0
  769. package/dist/reference-codes/bhrgt-organic-matter-content-class-nen5104.js +22 -0
  770. package/dist/reference-codes/bhrgt-organic-matter-content-class-nen5104.js.map +1 -0
  771. package/dist/reference-codes/bhrgt-organic-matter-content-class.d.ts +15 -0
  772. package/dist/reference-codes/bhrgt-organic-matter-content-class.d.ts.map +1 -0
  773. package/dist/reference-codes/bhrgt-organic-matter-content-class.js +21 -0
  774. package/dist/reference-codes/bhrgt-organic-matter-content-class.js.map +1 -0
  775. package/dist/reference-codes/bhrgt-organic-soil-consistency.d.ts +15 -0
  776. package/dist/reference-codes/bhrgt-organic-soil-consistency.d.ts.map +1 -0
  777. package/dist/reference-codes/bhrgt-organic-soil-consistency.js +24 -0
  778. package/dist/reference-codes/bhrgt-organic-soil-consistency.js.map +1 -0
  779. package/dist/reference-codes/bhrgt-organic-soil-texture.d.ts +15 -0
  780. package/dist/reference-codes/bhrgt-organic-soil-texture.d.ts.map +1 -0
  781. package/dist/reference-codes/bhrgt-organic-soil-texture.js +28 -0
  782. package/dist/reference-codes/bhrgt-organic-soil-texture.js.map +1 -0
  783. package/dist/reference-codes/bhrgt-particular-constituent-type.d.ts +15 -0
  784. package/dist/reference-codes/bhrgt-particular-constituent-type.d.ts.map +1 -0
  785. package/dist/reference-codes/bhrgt-particular-constituent-type.js +60 -0
  786. package/dist/reference-codes/bhrgt-particular-constituent-type.js.map +1 -0
  787. package/dist/reference-codes/bhrgt-peat-tensile-strength.d.ts +15 -0
  788. package/dist/reference-codes/bhrgt-peat-tensile-strength.d.ts.map +1 -0
  789. package/dist/reference-codes/bhrgt-peat-tensile-strength.js +22 -0
  790. package/dist/reference-codes/bhrgt-peat-tensile-strength.js.map +1 -0
  791. package/dist/reference-codes/bhrgt-peat-type.d.ts +15 -0
  792. package/dist/reference-codes/bhrgt-peat-type.d.ts.map +1 -0
  793. package/dist/reference-codes/bhrgt-peat-type.js +26 -0
  794. package/dist/reference-codes/bhrgt-peat-type.js.map +1 -0
  795. package/dist/reference-codes/bhrgt-performance-irregularity.d.ts +15 -0
  796. package/dist/reference-codes/bhrgt-performance-irregularity.d.ts.map +1 -0
  797. package/dist/reference-codes/bhrgt-performance-irregularity.js +32 -0
  798. package/dist/reference-codes/bhrgt-performance-irregularity.js.map +1 -0
  799. package/dist/reference-codes/bhrgt-position-on-ground-body.d.ts +15 -0
  800. package/dist/reference-codes/bhrgt-position-on-ground-body.d.ts.map +1 -0
  801. package/dist/reference-codes/bhrgt-position-on-ground-body.js +23 -0
  802. package/dist/reference-codes/bhrgt-position-on-ground-body.js.map +1 -0
  803. package/dist/reference-codes/bhrgt-pre-treatment.d.ts +15 -0
  804. package/dist/reference-codes/bhrgt-pre-treatment.d.ts.map +1 -0
  805. package/dist/reference-codes/bhrgt-pre-treatment.js +23 -0
  806. package/dist/reference-codes/bhrgt-pre-treatment.js.map +1 -0
  807. package/dist/reference-codes/bhrgt-preparation.d.ts +15 -0
  808. package/dist/reference-codes/bhrgt-preparation.d.ts.map +1 -0
  809. package/dist/reference-codes/bhrgt-preparation.js +25 -0
  810. package/dist/reference-codes/bhrgt-preparation.js.map +1 -0
  811. package/dist/reference-codes/bhrgt-removed-material.d.ts +15 -0
  812. package/dist/reference-codes/bhrgt-removed-material.d.ts.map +1 -0
  813. package/dist/reference-codes/bhrgt-removed-material.js +28 -0
  814. package/dist/reference-codes/bhrgt-removed-material.js.map +1 -0
  815. package/dist/reference-codes/bhrgt-result-irregularity.d.ts +15 -0
  816. package/dist/reference-codes/bhrgt-result-irregularity.d.ts.map +1 -0
  817. package/dist/reference-codes/bhrgt-result-irregularity.js +19 -0
  818. package/dist/reference-codes/bhrgt-result-irregularity.js.map +1 -0
  819. package/dist/reference-codes/bhrgt-ring-diameter.d.ts +15 -0
  820. package/dist/reference-codes/bhrgt-ring-diameter.d.ts.map +1 -0
  821. package/dist/reference-codes/bhrgt-ring-diameter.js +20 -0
  822. package/dist/reference-codes/bhrgt-ring-diameter.js.map +1 -0
  823. package/dist/reference-codes/bhrgt-rock-type.d.ts +15 -0
  824. package/dist/reference-codes/bhrgt-rock-type.d.ts.map +1 -0
  825. package/dist/reference-codes/bhrgt-rock-type.js +42 -0
  826. package/dist/reference-codes/bhrgt-rock-type.js.map +1 -0
  827. package/dist/reference-codes/bhrgt-roughness.d.ts +15 -0
  828. package/dist/reference-codes/bhrgt-roughness.d.ts.map +1 -0
  829. package/dist/reference-codes/bhrgt-roughness.js +20 -0
  830. package/dist/reference-codes/bhrgt-roughness.js.map +1 -0
  831. package/dist/reference-codes/bhrgt-salt-correction-method.d.ts +15 -0
  832. package/dist/reference-codes/bhrgt-salt-correction-method.d.ts.map +1 -0
  833. package/dist/reference-codes/bhrgt-salt-correction-method.js +21 -0
  834. package/dist/reference-codes/bhrgt-salt-correction-method.js.map +1 -0
  835. package/dist/reference-codes/bhrgt-sample-container-volume.d.ts +15 -0
  836. package/dist/reference-codes/bhrgt-sample-container-volume.d.ts.map +1 -0
  837. package/dist/reference-codes/bhrgt-sample-container-volume.js +20 -0
  838. package/dist/reference-codes/bhrgt-sample-container-volume.js.map +1 -0
  839. package/dist/reference-codes/bhrgt-sample-moistness.d.ts +15 -0
  840. package/dist/reference-codes/bhrgt-sample-moistness.d.ts.map +1 -0
  841. package/dist/reference-codes/bhrgt-sample-moistness.js +22 -0
  842. package/dist/reference-codes/bhrgt-sample-moistness.js.map +1 -0
  843. package/dist/reference-codes/bhrgt-sample-quality.d.ts +15 -0
  844. package/dist/reference-codes/bhrgt-sample-quality.d.ts.map +1 -0
  845. package/dist/reference-codes/bhrgt-sample-quality.js +23 -0
  846. package/dist/reference-codes/bhrgt-sample-quality.js.map +1 -0
  847. package/dist/reference-codes/bhrgt-sampler-type.d.ts +15 -0
  848. package/dist/reference-codes/bhrgt-sampler-type.d.ts.map +1 -0
  849. package/dist/reference-codes/bhrgt-sampler-type.js +26 -0
  850. package/dist/reference-codes/bhrgt-sampler-type.js.map +1 -0
  851. package/dist/reference-codes/bhrgt-sampling-method.d.ts +15 -0
  852. package/dist/reference-codes/bhrgt-sampling-method.d.ts.map +1 -0
  853. package/dist/reference-codes/bhrgt-sampling-method.js +34 -0
  854. package/dist/reference-codes/bhrgt-sampling-method.js.map +1 -0
  855. package/dist/reference-codes/bhrgt-sampling-procedure.d.ts +15 -0
  856. package/dist/reference-codes/bhrgt-sampling-procedure.d.ts.map +1 -0
  857. package/dist/reference-codes/bhrgt-sampling-procedure.js +24 -0
  858. package/dist/reference-codes/bhrgt-sampling-procedure.js.map +1 -0
  859. package/dist/reference-codes/bhrgt-sampling-quality.d.ts +15 -0
  860. package/dist/reference-codes/bhrgt-sampling-quality.d.ts.map +1 -0
  861. package/dist/reference-codes/bhrgt-sampling-quality.js +27 -0
  862. package/dist/reference-codes/bhrgt-sampling-quality.js.map +1 -0
  863. package/dist/reference-codes/bhrgt-sand-median-class.d.ts +15 -0
  864. package/dist/reference-codes/bhrgt-sand-median-class.d.ts.map +1 -0
  865. package/dist/reference-codes/bhrgt-sand-median-class.js +33 -0
  866. package/dist/reference-codes/bhrgt-sand-median-class.js.map +1 -0
  867. package/dist/reference-codes/bhrgt-sand-sorting-nen5104.d.ts +15 -0
  868. package/dist/reference-codes/bhrgt-sand-sorting-nen5104.d.ts.map +1 -0
  869. package/dist/reference-codes/bhrgt-sand-sorting-nen5104.js +23 -0
  870. package/dist/reference-codes/bhrgt-sand-sorting-nen5104.js.map +1 -0
  871. package/dist/reference-codes/bhrgt-sand-sorting.d.ts +15 -0
  872. package/dist/reference-codes/bhrgt-sand-sorting.d.ts.map +1 -0
  873. package/dist/reference-codes/bhrgt-sand-sorting.js +23 -0
  874. package/dist/reference-codes/bhrgt-sand-sorting.js.map +1 -0
  875. package/dist/reference-codes/bhrgt-size-fraction.d.ts +15 -0
  876. package/dist/reference-codes/bhrgt-size-fraction.d.ts.map +1 -0
  877. package/dist/reference-codes/bhrgt-size-fraction.js +22 -0
  878. package/dist/reference-codes/bhrgt-size-fraction.js.map +1 -0
  879. package/dist/reference-codes/bhrgt-soil-name-nen5104.d.ts +15 -0
  880. package/dist/reference-codes/bhrgt-soil-name-nen5104.d.ts.map +1 -0
  881. package/dist/reference-codes/bhrgt-soil-name-nen5104.js +49 -0
  882. package/dist/reference-codes/bhrgt-soil-name-nen5104.js.map +1 -0
  883. package/dist/reference-codes/bhrgt-soil-use.d.ts +15 -0
  884. package/dist/reference-codes/bhrgt-soil-use.d.ts.map +1 -0
  885. package/dist/reference-codes/bhrgt-soil-use.js +30 -0
  886. package/dist/reference-codes/bhrgt-soil-use.js.map +1 -0
  887. package/dist/reference-codes/bhrgt-special-material.d.ts +15 -0
  888. package/dist/reference-codes/bhrgt-special-material.d.ts.map +1 -0
  889. package/dist/reference-codes/bhrgt-special-material.js +42 -0
  890. package/dist/reference-codes/bhrgt-special-material.js.map +1 -0
  891. package/dist/reference-codes/bhrgt-specimen-shape.d.ts +15 -0
  892. package/dist/reference-codes/bhrgt-specimen-shape.d.ts.map +1 -0
  893. package/dist/reference-codes/bhrgt-specimen-shape.js +23 -0
  894. package/dist/reference-codes/bhrgt-specimen-shape.js.map +1 -0
  895. package/dist/reference-codes/bhrgt-sphericity.d.ts +15 -0
  896. package/dist/reference-codes/bhrgt-sphericity.d.ts.map +1 -0
  897. package/dist/reference-codes/bhrgt-sphericity.js +21 -0
  898. package/dist/reference-codes/bhrgt-sphericity.js.map +1 -0
  899. package/dist/reference-codes/bhrgt-stability.d.ts +15 -0
  900. package/dist/reference-codes/bhrgt-stability.d.ts.map +1 -0
  901. package/dist/reference-codes/bhrgt-stability.js +21 -0
  902. package/dist/reference-codes/bhrgt-stability.js.map +1 -0
  903. package/dist/reference-codes/bhrgt-step-type.d.ts +15 -0
  904. package/dist/reference-codes/bhrgt-step-type.d.ts.map +1 -0
  905. package/dist/reference-codes/bhrgt-step-type.js +21 -0
  906. package/dist/reference-codes/bhrgt-step-type.js.map +1 -0
  907. package/dist/reference-codes/bhrgt-stiffness-class-membrane.d.ts +15 -0
  908. package/dist/reference-codes/bhrgt-stiffness-class-membrane.d.ts.map +1 -0
  909. package/dist/reference-codes/bhrgt-stiffness-class-membrane.js +23 -0
  910. package/dist/reference-codes/bhrgt-stiffness-class-membrane.js.map +1 -0
  911. package/dist/reference-codes/bhrgt-stop-criterion-determination.d.ts +15 -0
  912. package/dist/reference-codes/bhrgt-stop-criterion-determination.d.ts.map +1 -0
  913. package/dist/reference-codes/bhrgt-stop-criterion-determination.js +21 -0
  914. package/dist/reference-codes/bhrgt-stop-criterion-determination.js.map +1 -0
  915. package/dist/reference-codes/bhrgt-stop-criterion-field.d.ts +15 -0
  916. package/dist/reference-codes/bhrgt-stop-criterion-field.d.ts.map +1 -0
  917. package/dist/reference-codes/bhrgt-stop-criterion-field.js +32 -0
  918. package/dist/reference-codes/bhrgt-stop-criterion-field.js.map +1 -0
  919. package/dist/reference-codes/bhrgt-stop-criterion.d.ts +15 -0
  920. package/dist/reference-codes/bhrgt-stop-criterion.d.ts.map +1 -0
  921. package/dist/reference-codes/bhrgt-stop-criterion.js +32 -0
  922. package/dist/reference-codes/bhrgt-stop-criterion.js.map +1 -0
  923. package/dist/reference-codes/bhrgt-strength-class.d.ts +15 -0
  924. package/dist/reference-codes/bhrgt-strength-class.d.ts.map +1 -0
  925. package/dist/reference-codes/bhrgt-strength-class.js +25 -0
  926. package/dist/reference-codes/bhrgt-strength-class.js.map +1 -0
  927. package/dist/reference-codes/bhrgt-survey-procedure.d.ts +15 -0
  928. package/dist/reference-codes/bhrgt-survey-procedure.d.ts.map +1 -0
  929. package/dist/reference-codes/bhrgt-survey-procedure.js +22 -0
  930. package/dist/reference-codes/bhrgt-survey-procedure.js.map +1 -0
  931. package/dist/reference-codes/bhrgt-survey-purpose.d.ts +15 -0
  932. package/dist/reference-codes/bhrgt-survey-purpose.d.ts.map +1 -0
  933. package/dist/reference-codes/bhrgt-survey-purpose.js +32 -0
  934. package/dist/reference-codes/bhrgt-survey-purpose.js.map +1 -0
  935. package/dist/reference-codes/bhrgt-temporary-change.d.ts +15 -0
  936. package/dist/reference-codes/bhrgt-temporary-change.d.ts.map +1 -0
  937. package/dist/reference-codes/bhrgt-temporary-change.js +25 -0
  938. package/dist/reference-codes/bhrgt-temporary-change.js.map +1 -0
  939. package/dist/reference-codes/bhrgt-tertiary-constituent.d.ts +15 -0
  940. package/dist/reference-codes/bhrgt-tertiary-constituent.d.ts.map +1 -0
  941. package/dist/reference-codes/bhrgt-tertiary-constituent.js +64 -0
  942. package/dist/reference-codes/bhrgt-tertiary-constituent.js.map +1 -0
  943. package/dist/reference-codes/bhrgt-tertiary-rock-constituent.d.ts +15 -0
  944. package/dist/reference-codes/bhrgt-tertiary-rock-constituent.d.ts.map +1 -0
  945. package/dist/reference-codes/bhrgt-tertiary-rock-constituent.js +27 -0
  946. package/dist/reference-codes/bhrgt-tertiary-rock-constituent.js.map +1 -0
  947. package/dist/reference-codes/bhrgt-used-medium.d.ts +15 -0
  948. package/dist/reference-codes/bhrgt-used-medium.d.ts.map +1 -0
  949. package/dist/reference-codes/bhrgt-used-medium.js +31 -0
  950. package/dist/reference-codes/bhrgt-used-medium.js.map +1 -0
  951. package/dist/reference-codes/bhrgt-used-optical-model.d.ts +15 -0
  952. package/dist/reference-codes/bhrgt-used-optical-model.d.ts.map +1 -0
  953. package/dist/reference-codes/bhrgt-used-optical-model.js +20 -0
  954. package/dist/reference-codes/bhrgt-used-optical-model.js.map +1 -0
  955. package/dist/reference-codes/bhrgt-vertical-datum.d.ts +15 -0
  956. package/dist/reference-codes/bhrgt-vertical-datum.d.ts.map +1 -0
  957. package/dist/reference-codes/bhrgt-vertical-datum.js +21 -0
  958. package/dist/reference-codes/bhrgt-vertical-datum.js.map +1 -0
  959. package/dist/reference-codes/bhrgt-vertical-positioning-method.d.ts +15 -0
  960. package/dist/reference-codes/bhrgt-vertical-positioning-method.d.ts.map +1 -0
  961. package/dist/reference-codes/bhrgt-vertical-positioning-method.js +43 -0
  962. package/dist/reference-codes/bhrgt-vertical-positioning-method.js.map +1 -0
  963. package/dist/reference-codes/bhrgt-very-coarse-gravel-content-class.d.ts +15 -0
  964. package/dist/reference-codes/bhrgt-very-coarse-gravel-content-class.d.ts.map +1 -0
  965. package/dist/reference-codes/bhrgt-very-coarse-gravel-content-class.js +23 -0
  966. package/dist/reference-codes/bhrgt-very-coarse-gravel-content-class.js.map +1 -0
  967. package/dist/reference-codes/bhrgt-void-distribution.d.ts +15 -0
  968. package/dist/reference-codes/bhrgt-void-distribution.d.ts.map +1 -0
  969. package/dist/reference-codes/bhrgt-void-distribution.js +20 -0
  970. package/dist/reference-codes/bhrgt-void-distribution.js.map +1 -0
  971. package/dist/reference-codes/bhrgt-wall-friction-correction-method.d.ts +15 -0
  972. package/dist/reference-codes/bhrgt-wall-friction-correction-method.d.ts.map +1 -0
  973. package/dist/reference-codes/bhrgt-wall-friction-correction-method.js +21 -0
  974. package/dist/reference-codes/bhrgt-wall-friction-correction-method.js.map +1 -0
  975. package/dist/reference-codes/cpt-coord-transformation.d.ts +15 -0
  976. package/dist/reference-codes/cpt-coord-transformation.d.ts.map +1 -0
  977. package/dist/reference-codes/cpt-coord-transformation.js +23 -0
  978. package/dist/reference-codes/cpt-coord-transformation.js.map +1 -0
  979. package/dist/reference-codes/cpt-correction-reason.d.ts +15 -0
  980. package/dist/reference-codes/cpt-correction-reason.d.ts.map +1 -0
  981. package/dist/reference-codes/cpt-correction-reason.js +23 -0
  982. package/dist/reference-codes/cpt-correction-reason.js.map +1 -0
  983. package/dist/reference-codes/cpt-cpt-method.d.ts +15 -0
  984. package/dist/reference-codes/cpt-cpt-method.d.ts.map +1 -0
  985. package/dist/reference-codes/cpt-cpt-method.js +25 -0
  986. package/dist/reference-codes/cpt-cpt-method.js.map +1 -0
  987. package/dist/reference-codes/cpt-cpt-standard.d.ts +15 -0
  988. package/dist/reference-codes/cpt-cpt-standard.d.ts.map +1 -0
  989. package/dist/reference-codes/cpt-cpt-standard.js +24 -0
  990. package/dist/reference-codes/cpt-cpt-standard.js.map +1 -0
  991. package/dist/reference-codes/cpt-delivery-context.d.ts +15 -0
  992. package/dist/reference-codes/cpt-delivery-context.d.ts.map +1 -0
  993. package/dist/reference-codes/cpt-delivery-context.js +22 -0
  994. package/dist/reference-codes/cpt-delivery-context.js.map +1 -0
  995. package/dist/reference-codes/cpt-horizontal-crs.d.ts +15 -0
  996. package/dist/reference-codes/cpt-horizontal-crs.d.ts.map +1 -0
  997. package/dist/reference-codes/cpt-horizontal-crs.js +21 -0
  998. package/dist/reference-codes/cpt-horizontal-crs.js.map +1 -0
  999. package/dist/reference-codes/cpt-horizontal-positioning-method.d.ts +15 -0
  1000. package/dist/reference-codes/cpt-horizontal-positioning-method.d.ts.map +1 -0
  1001. package/dist/reference-codes/cpt-horizontal-positioning-method.js +34 -0
  1002. package/dist/reference-codes/cpt-horizontal-positioning-method.js.map +1 -0
  1003. package/dist/reference-codes/cpt-local-vertical-reference-point.d.ts +15 -0
  1004. package/dist/reference-codes/cpt-local-vertical-reference-point.d.ts.map +1 -0
  1005. package/dist/reference-codes/cpt-local-vertical-reference-point.js +20 -0
  1006. package/dist/reference-codes/cpt-local-vertical-reference-point.js.map +1 -0
  1007. package/dist/reference-codes/cpt-quality-class.d.ts +15 -0
  1008. package/dist/reference-codes/cpt-quality-class.d.ts.map +1 -0
  1009. package/dist/reference-codes/cpt-quality-class.js +27 -0
  1010. package/dist/reference-codes/cpt-quality-class.js.map +1 -0
  1011. package/dist/reference-codes/cpt-registration-status.d.ts +15 -0
  1012. package/dist/reference-codes/cpt-registration-status.d.ts.map +1 -0
  1013. package/dist/reference-codes/cpt-registration-status.js +19 -0
  1014. package/dist/reference-codes/cpt-registration-status.js.map +1 -0
  1015. package/dist/reference-codes/cpt-stop-criterion.d.ts +15 -0
  1016. package/dist/reference-codes/cpt-stop-criterion.d.ts.map +1 -0
  1017. package/dist/reference-codes/cpt-stop-criterion.js +28 -0
  1018. package/dist/reference-codes/cpt-stop-criterion.js.map +1 -0
  1019. package/dist/reference-codes/cpt-survey-purpose.d.ts +15 -0
  1020. package/dist/reference-codes/cpt-survey-purpose.d.ts.map +1 -0
  1021. package/dist/reference-codes/cpt-survey-purpose.js +27 -0
  1022. package/dist/reference-codes/cpt-survey-purpose.js.map +1 -0
  1023. package/dist/reference-codes/cpt-vertical-datum.d.ts +15 -0
  1024. package/dist/reference-codes/cpt-vertical-datum.d.ts.map +1 -0
  1025. package/dist/reference-codes/cpt-vertical-datum.js +21 -0
  1026. package/dist/reference-codes/cpt-vertical-datum.js.map +1 -0
  1027. package/dist/reference-codes/cpt-vertical-positioning-method.d.ts +15 -0
  1028. package/dist/reference-codes/cpt-vertical-positioning-method.d.ts.map +1 -0
  1029. package/dist/reference-codes/cpt-vertical-positioning-method.js +39 -0
  1030. package/dist/reference-codes/cpt-vertical-positioning-method.js.map +1 -0
  1031. package/dist/reference-codes/index.d.ts +256 -0
  1032. package/dist/reference-codes/index.d.ts.map +1 -0
  1033. package/dist/reference-codes/index.js +256 -0
  1034. package/dist/reference-codes/index.js.map +1 -0
  1035. package/dist/resolvers/bhrg-resolvers.d.ts +46 -0
  1036. package/dist/resolvers/bhrg-resolvers.d.ts.map +1 -0
  1037. package/dist/resolvers/bhrg-resolvers.js +172 -0
  1038. package/dist/resolvers/bhrg-resolvers.js.map +1 -0
  1039. package/dist/resolvers/bore-resolver-utils.d.ts +196 -0
  1040. package/dist/resolvers/bore-resolver-utils.d.ts.map +1 -0
  1041. package/dist/resolvers/bore-resolver-utils.js +271 -0
  1042. package/dist/resolvers/bore-resolver-utils.js.map +1 -0
  1043. package/dist/resolvers/bore-resolver.d.ts +25 -0
  1044. package/dist/resolvers/bore-resolver.d.ts.map +1 -0
  1045. package/dist/resolvers/bore-resolver.js +229 -0
  1046. package/dist/resolvers/bore-resolver.js.map +1 -0
  1047. package/dist/resolvers/bore-resolvers.d.ts +71 -0
  1048. package/dist/resolvers/bore-resolvers.d.ts.map +1 -0
  1049. package/dist/resolvers/bore-resolvers.js +961 -0
  1050. package/dist/resolvers/bore-resolvers.js.map +1 -0
  1051. package/dist/resolvers/gml-resolvers.d.ts +16 -0
  1052. package/dist/resolvers/gml-resolvers.d.ts.map +1 -0
  1053. package/dist/resolvers/gml-resolvers.js +58 -0
  1054. package/dist/resolvers/gml-resolvers.js.map +1 -0
  1055. package/dist/resolvers/measurement-resolver.d.ts +15 -0
  1056. package/dist/resolvers/measurement-resolver.d.ts.map +1 -0
  1057. package/dist/resolvers/measurement-resolver.js +113 -0
  1058. package/dist/resolvers/measurement-resolver.js.map +1 -0
  1059. package/dist/resolvers/type-resolvers.d.ts +28 -0
  1060. package/dist/resolvers/type-resolvers.d.ts.map +1 -0
  1061. package/dist/resolvers/type-resolvers.js +108 -0
  1062. package/dist/resolvers/type-resolvers.js.map +1 -0
  1063. package/dist/resolvers.d.ts +32 -0
  1064. package/dist/resolvers.d.ts.map +1 -0
  1065. package/dist/resolvers.js +37 -0
  1066. package/dist/resolvers.js.map +1 -0
  1067. package/dist/schema-presets.d.ts +59 -0
  1068. package/dist/schema-presets.d.ts.map +1 -0
  1069. package/dist/schema-presets.js +184 -0
  1070. package/dist/schema-presets.js.map +1 -0
  1071. package/dist/schemas/bhrg-schema.d.ts +13 -0
  1072. package/dist/schemas/bhrg-schema.d.ts.map +1 -0
  1073. package/dist/schemas/bhrg-schema.js +168 -0
  1074. package/dist/schemas/bhrg-schema.js.map +1 -0
  1075. package/dist/schemas/bore-schema.d.ts +13 -0
  1076. package/dist/schemas/bore-schema.d.ts.map +1 -0
  1077. package/dist/schemas/bore-schema.js +237 -0
  1078. package/dist/schemas/bore-schema.js.map +1 -0
  1079. package/dist/schemas/cpt-schema.d.ts +13 -0
  1080. package/dist/schemas/cpt-schema.d.ts.map +1 -0
  1081. package/dist/schemas/cpt-schema.js +205 -0
  1082. package/dist/schemas/cpt-schema.js.map +1 -0
  1083. package/dist/types/index.d.ts +917 -0
  1084. package/dist/types/index.d.ts.map +1 -0
  1085. package/dist/types/index.js +15 -0
  1086. package/dist/types/index.js.map +1 -0
  1087. package/package.json +109 -0
@@ -0,0 +1,256 @@
1
+ /**
2
+ * BRO Reference Codes
3
+ *
4
+ * Official code lists from the BRO (Basisregistratie Ondergrond) reference API.
5
+ * These provide human-readable descriptions for coded values in BRO XML files.
6
+ *
7
+ * @generated
8
+ * @see https://publiek.broservices.nl/bro/refcodes/v1/domains
9
+ */
10
+ export { BHRG_BACKFILL_MATERIAL_CODES, getBhrgBackfillMaterialDescription } from './bhrg-backfill-material.js';
11
+ export { BHRG_CURRENT_PROCESS_CODES, getBhrgCurrentProcessDescription } from './bhrg-current-process.js';
12
+ export { BHRG_ANALYSIS_PROCEDURE_CODES, getBhrgAnalysisProcedureDescription } from './bhrg-analysis-procedure.js';
13
+ export { BHRG_SAMPLER_TYPE_CODES, getBhrgSamplerTypeDescription } from './bhrg-sampler-type.js';
14
+ export { BHRG_ARCHIVE_CLASS_CODES, getBhrgArchiveClassDescription } from './bhrg-archive-class.js';
15
+ export { BHRG_RELATIVE_ABUNDANCE_CLASS_CODES, getBhrgRelativeAbundanceClassDescription } from './bhrg-relative-abundance-class.js';
16
+ export { BHRG_MOTTLING_DENSITY_CODES, getBhrgMottlingDensityDescription } from './bhrg-mottling-density.js';
17
+ export { BHRG_SAMPLING_QUALITY_CODES, getBhrgSamplingQualityDescription } from './bhrg-sampling-quality.js';
18
+ export { BHRG_SAMPLING_METHOD_CODES, getBhrgSamplingMethodDescription } from './bhrg-sampling-method.js';
19
+ export { BHRG_SAMPLING_PROCEDURE_CODES, getBhrgSamplingProcedureDescription } from './bhrg-sampling-procedure.js';
20
+ export { BHRG_DETERMINED_HYDROPHYSICAL_PROPERTIES_CODES, getBhrgDeterminedHydrophysicalPropertiesDescription } from './bhrg-determined-hydrophysical-properties.js';
21
+ export { BHRG_DETERMINED_COMPOSITION_PROPERTIES_CODES, getBhrgDeterminedCompositionPropertiesDescription } from './bhrg-determined-composition-properties.js';
22
+ export { BHRG_DETERMINATION_METHOD_CODES, getBhrgDeterminationMethodDescription } from './bhrg-determination-method.js';
23
+ export { BHRG_DETERMINATION_PROCEDURE_CODES, getBhrgDeterminationProcedureDescription } from './bhrg-determination-procedure.js';
24
+ export { BHRG_DESCRIBED_MATERIAL_CODES, getBhrgDescribedMaterialDescription } from './bhrg-described-material.js';
25
+ export { BHRG_DESCRIPTION_QUALITY_CODES, getBhrgDescriptionQualityDescription } from './bhrg-description-quality.js';
26
+ export { BHRG_DESCRIPTION_LOCATION_CODES, getBhrgDescriptionLocationDescription } from './bhrg-description-location.js';
27
+ export { BHRG_DESCRIPTION_PROCEDURE_CODES, getBhrgDescriptionProcedureDescription } from './bhrg-description-procedure.js';
28
+ export { BHRG_MATERIAL_IRREGULARITY_CODES, getBhrgMaterialIrregularityDescription } from './bhrg-material-irregularity.js';
29
+ export { BHRG_PERFORMANCE_IRREGULARITY_CODES, getBhrgPerformanceIrregularityDescription } from './bhrg-performance-irregularity.js';
30
+ export { BHRG_SPECIAL_MATERIAL_CODES, getBhrgSpecialMaterialDescription } from './bhrg-special-material.js';
31
+ export { BHRG_SOIL_USE_CODES, getBhrgSoilUseDescription } from './bhrg-soil-use.js';
32
+ export { BHRG_VARIEGATION_CODES, getBhrgVariegationDescription } from './bhrg-variegation.js';
33
+ export { BHRG_BORING_PROCEDURE_CODES, getBhrgBoringProcedureDescription } from './bhrg-boring-procedure.js';
34
+ export { BHRG_BORING_TECHNIQUE_CODES, getBhrgBoringTechniqueDescription } from './bhrg-boring-technique.js';
35
+ export { BHRG_CASING_MATERIAL_CODES, getBhrgCasingMaterialDescription } from './bhrg-casing-material.js';
36
+ export { BHRG_FINE_SOIL_CONSISTENCY_CODES, getBhrgFineSoilConsistencyDescription } from './bhrg-fine-soil-consistency.js';
37
+ export { BHRG_ORGANIC_SOIL_CONSISTENCY_CODES, getBhrgOrganicSoilConsistencyDescription } from './bhrg-organic-soil-consistency.js';
38
+ export { BHRG_CORRECTION_REASON_CODES, getBhrgCorrectionReasonDescription } from './bhrg-correction-reason.js';
39
+ export { BHRG_DISPERSION_METHOD_CODES, getBhrgDispersionMethodDescription } from './bhrg-dispersion-method.js';
40
+ export { BHRG_DRYING_TEMPERATURE_CODES, getBhrgDryingTemperatureDescription } from './bhrg-drying-temperature.js';
41
+ export { BHRG_DRYING_PERIOD_CODES, getBhrgDryingPeriodDescription } from './bhrg-drying-period.js';
42
+ export { BHRG_FRACTION_DISTRIBUTION_LAB_CODES, getBhrgFractionDistributionLabDescription } from './bhrg-fraction-distribution-lab.js';
43
+ export { BHRG_USED_MEDIUM_CODES, getBhrgUsedMediumDescription } from './bhrg-used-medium.js';
44
+ export { BHRG_GEOLOGICAL_ORIGIN_CODES, getBhrgGeologicalOriginDescription } from './bhrg-geological-origin.js';
45
+ export { BHRG_GEOLOGICAL_SOIL_NAME_CODES, getBhrgGeologicalSoilNameDescription } from './bhrg-geological-soil-name.js';
46
+ export { BHRG_GEOTECHNICAL_SOIL_NAME_CODES, getBhrgGeotechnicalSoilNameDescription } from './bhrg-geotechnical-soil-name.js';
47
+ export { BHRG_MICA_CONTENT_CLASS_CODES, getBhrgMicaContentClassDescription } from './bhrg-mica-content-class.js';
48
+ export { BHRG_BOUNDARY_POSITIONING_METHOD_CODES, getBhrgBoundaryPositioningMethodDescription } from './bhrg-boundary-positioning-method.js';
49
+ export { BHRG_GRAVEL_CONTENT_CLASS_CODES, getBhrgGravelContentClassDescription } from './bhrg-gravel-content-class.js';
50
+ export { BHRG_GRAVEL_PROVENANCE_CODES, getBhrgGravelProvenanceDescription } from './bhrg-gravel-provenance.js';
51
+ export { BHRG_GRAVEL_MEDIAN_CLASS_CODES, getBhrgGravelMedianClassDescription } from './bhrg-gravel-median-class.js';
52
+ export { BHRG_SOIL_NAME_NEN5104_CODES, getBhrgSoilNameNEN5104Description } from './bhrg-soil-name-nen5104.js';
53
+ export { BHRG_CHUNK_SIZE_CLASS_CODES, getBhrgChunkSizeClassDescription } from './bhrg-chunk-size-class.js';
54
+ export { BHRG_CALCULATION_VALUE_ORIGIN_CODES, getBhrgCalculationValueOriginDescription } from './bhrg-calculation-value-origin.js';
55
+ export { BHRG_ANGULARITY_CODES, getBhrgAngularityDescription } from './bhrg-angularity.js';
56
+ export { BHRG_HORIZON_CODE_CODES, getBhrgHorizonCodeDescription } from './bhrg-horizon-code.js';
57
+ export { BHRG_UTENSIL_CODES, getBhrgUtensilDescription } from './bhrg-utensil.js';
58
+ export { BHRG_HYDROLOGICAL_SETTING_CODES, getBhrgHydrologicalSettingDescription } from './bhrg-hydrological-setting.js';
59
+ export { BHRG_SAMPLE_CONTAINER_VOLUME_CODES, getBhrgSampleContainerVolumeDescription } from './bhrg-sample-container-volume.js';
60
+ export { BHRG_DELIVERY_CONTEXT_CODES, getBhrgDeliveryContextDescription } from './bhrg-delivery-context.js';
61
+ export { BHRG_SURVEY_PURPOSE_CODES, getBhrgSurveyPurposeDescription } from './bhrg-survey-purpose.js';
62
+ export { BHRG_SURVEY_PROCEDURE_CODES, getBhrgSurveyProcedureDescription } from './bhrg-survey-procedure.js';
63
+ export { BHRG_CARBONATE_CONTENT_CLASS_CODES, getBhrgCarbonateContentClassDescription } from './bhrg-carbonate-content-class.js';
64
+ export { BHRG_COLOUR_CODES, getBhrgColourDescription } from './bhrg-colour.js';
65
+ export { BHRG_GRAIN_COLOUR_CODES, getBhrgGrainColourDescription } from './bhrg-grain-colour.js';
66
+ export { BHRG_DESCRIBED_SAMPLES_QUALITY_CODES, getBhrgDescribedSamplesQualityDescription } from './bhrg-described-samples-quality.js';
67
+ export { BHRG_LAYER_PROPORTION_CLASS_CODES, getBhrgLayerProportionClassDescription } from './bhrg-layer-proportion-class.js';
68
+ export { BHRG_STRATUM_THICKNESS_CLASS_CODES, getBhrgStratumThicknessClassDescription } from './bhrg-stratum-thickness-class.js';
69
+ export { BHRG_LANDSCAPE_ELEMENT_CODES, getBhrgLandscapeElementDescription } from './bhrg-landscape-element.js';
70
+ export { BHRG_POSITION_ON_GROUND_BODY_CODES, getBhrgPositionOnGroundBodyDescription } from './bhrg-position-on-ground-body.js';
71
+ export { BHRG_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getBhrgLocalVerticalReferencePointDescription } from './bhrg-local-vertical-reference-point.js';
72
+ export { BHRG_MASS_PERCENTAGE_CLASS_CODES, getBhrgMassPercentageClassDescription } from './bhrg-mass-percentage-class.js';
73
+ export { BHRG_WEATHERING_DEGREE_CODES, getBhrgWeatheringDegreeDescription } from './bhrg-weathering-degree.js';
74
+ export { BHRG_HUMAN_TRACE_CODES, getBhrgHumanTraceDescription } from './bhrg-human-trace.js';
75
+ export { BHRG_HORIZONTAL_POSITIONING_METHOD_CODES, getBhrgHorizontalPositioningMethodDescription } from './bhrg-horizontal-positioning-method.js';
76
+ export { BHRG_FLUID_MUD_LAYER_POSITIONING_METHOD_CODES, getBhrgFluidMudLayerPositioningMethodDescription } from './bhrg-fluid-mud-layer-positioning-method.js';
77
+ export { BHRG_VERTICAL_POSITIONING_METHOD_CODES, getBhrgVerticalPositioningMethodDescription } from './bhrg-vertical-positioning-method.js';
78
+ export { BHRG_SAMPLE_QUALITY_CODES, getBhrgSampleQualityDescription } from './bhrg-sample-quality.js';
79
+ export { BHRG_SAMPLE_MOISTNESS_CODES, getBhrgSampleMoistnessDescription } from './bhrg-sample-moistness.js';
80
+ export { BHRG_MUNSELL_HUE_CODES, getBhrgMunsellHueDescription } from './bhrg-munsell-hue.js';
81
+ export { BHRG_MUNSELL_VALUE_CODES, getBhrgMunsellValueDescription } from './bhrg-munsell-value.js';
82
+ export { BHRG_MUNSELL_CHROMA_CODES, getBhrgMunsellChromaDescription } from './bhrg-munsell-chroma.js';
83
+ export { BHRG_EVENT_NAME_CODES, getBhrgEventNameDescription } from './bhrg-event-name.js';
84
+ export { BHRG_ORGANIC_MATTER_CONTENT_CLASS_CODES, getBhrgOrganicMatterContentClassDescription } from './bhrg-organic-matter-content-class.js';
85
+ export { BHRG_ORGANIC_MATTER_CONTENT_CLASS_NEN5104_CODES, getBhrgOrganicMatterContentClassNEN5104Description } from './bhrg-organic-matter-content-class-nen5104.js';
86
+ export { BHRG_NO_DESCRIPTION_REASON_CODES, getBhrgNoDescriptionReasonDescription } from './bhrg-no-description-reason.js';
87
+ export { BHRG_SEDIMENTARY_PHENOMENON_CODES, getBhrgSedimentaryPhenomenonDescription } from './bhrg-sedimentary-phenomenon.js';
88
+ export { BHRG_SPHERICITY_CODES, getBhrgSphericityDescription } from './bhrg-sphericity.js';
89
+ export { BHRG_ARCHEOLOGICAL_CONSTITUENT_TYPE_CODES, getBhrgArcheologicalConstituentTypeDescription } from './bhrg-archeological-constituent-type.js';
90
+ export { BHRG_PARTICULAR_CONSTITUENT_TYPE_CODES, getBhrgParticularConstituentTypeDescription } from './bhrg-particular-constituent-type.js';
91
+ export { BHRG_ANIMAL_FOSSIL_TYPE_CODES, getBhrgAnimalFossilTypeDescription } from './bhrg-animal-fossil-type.js';
92
+ export { BHRG_ROCK_TYPE_CODES, getBhrgRockTypeDescription } from './bhrg-rock-type.js';
93
+ export { BHRG_GRAVEL_TYPE_CODES, getBhrgGravelTypeDescription } from './bhrg-gravel-type.js';
94
+ export { BHRG_SOIL_TYPE_CODES, getBhrgSoilTypeDescription } from './bhrg-soil-type.js';
95
+ export { BHRG_PLANT_REMAIN_TYPE_CODES, getBhrgPlantRemainTypeDescription } from './bhrg-plant-remain-type.js';
96
+ export { BHRG_SHELL_TAXON_CODES, getBhrgShellTaxonDescription } from './bhrg-shell-taxon.js';
97
+ export { BHRG_PEAT_TYPE_CODES, getBhrgPeatTypeDescription } from './bhrg-peat-type.js';
98
+ export { BHRG_FLUSHING_ADDITIVE_CODES, getBhrgFlushingAdditiveDescription } from './bhrg-flushing-additive.js';
99
+ export { BHRG_STOP_CRITERION_FIELD_CODES, getBhrgStopCriterionFieldDescription } from './bhrg-stop-criterion-field.js';
100
+ export { BHRG_STRUCTURE_CODES, getBhrgStructureDescription } from './bhrg-structure.js';
101
+ export { BHRGT_BACKFILL_MATERIAL_CODES, getBhrgtBackfillMaterialDescription } from './bhrgt-backfill-material.js';
102
+ export { BHRGT_DEPOSITIONAL_CHARACTERISTIC_CODES, getBhrgtDepositionalCharacteristicDescription } from './bhrgt-depositional-characteristic.js';
103
+ export { BHRGT_ANALYSIS_PROCEDURE_CODES, getBhrgtAnalysisProcedureDescription } from './bhrgt-analysis-procedure.js';
104
+ export { BHRGT_SAMPLER_TYPE_CODES, getBhrgtSamplerTypeDescription } from './bhrgt-sampler-type.js';
105
+ export { BHRGT_DRAINAGE_STRIP_COVERAGE_CODES, getBhrgtDrainageStripCoverageDescription } from './bhrgt-drainage-strip-coverage.js';
106
+ export { BHRGT_SAMPLING_QUALITY_CODES, getBhrgtSamplingQualityDescription } from './bhrgt-sampling-quality.js';
107
+ export { BHRGT_SAMPLING_METHOD_CODES, getBhrgtSamplingMethodDescription } from './bhrgt-sampling-method.js';
108
+ export { BHRGT_SAMPLING_PROCEDURE_CODES, getBhrgtSamplingProcedureDescription } from './bhrgt-sampling-procedure.js';
109
+ export { BHRGT_DETERMINED_PROPERTIES_CODES, getBhrgtDeterminedPropertiesDescription } from './bhrgt-determined-properties.js';
110
+ export { BHRGT_DETERMINATION_DIAMETER_CODES, getBhrgtDeterminationDiameterDescription } from './bhrgt-determination-diameter.js';
111
+ export { BHRGT_DETERMINATION_METHOD_CODES, getBhrgtDeterminationMethodDescription } from './bhrgt-determination-method.js';
112
+ export { BHRGT_EQUIVALENT_MASS_DETERMINATION_METHOD_CODES, getBhrgtEquivalentMassDeterminationMethodDescription } from './bhrgt-equivalent-mass-determination-method.js';
113
+ export { BHRGT_DETERMINATION_PROCEDURE_CODES, getBhrgtDeterminationProcedureDescription } from './bhrgt-determination-procedure.js';
114
+ export { BHRGT_DESCRIBED_MATERIAL_CODES, getBhrgtDescribedMaterialDescription } from './bhrgt-described-material.js';
115
+ export { BHRGT_DESCRIPTION_QUALITY_CODES, getBhrgtDescriptionQualityDescription } from './bhrgt-description-quality.js';
116
+ export { BHRGT_DESCRIPTION_LOCATION_CODES, getBhrgtDescriptionLocationDescription } from './bhrgt-description-location.js';
117
+ export { BHRGT_DESCRIPTION_PROCEDURE_CODES, getBhrgtDescriptionProcedureDescription } from './bhrgt-description-procedure.js';
118
+ export { BHRGT_TERTIARY_CONSTITUENT_CODES, getBhrgtTertiaryConstituentDescription } from './bhrgt-tertiary-constituent.js';
119
+ export { BHRGT_TERTIARY_ROCK_CONSTITUENT_CODES, getBhrgtTertiaryRockConstituentDescription } from './bhrgt-tertiary-rock-constituent.js';
120
+ export { BHRGT_MATERIAL_IRREGULARITY_CODES, getBhrgtMaterialIrregularityDescription } from './bhrgt-material-irregularity.js';
121
+ export { BHRGT_PERFORMANCE_IRREGULARITY_CODES, getBhrgtPerformanceIrregularityDescription } from './bhrgt-performance-irregularity.js';
122
+ export { BHRGT_SPECIAL_MATERIAL_CODES, getBhrgtSpecialMaterialDescription } from './bhrgt-special-material.js';
123
+ export { BHRGT_SOIL_USE_CODES, getBhrgtSoilUseDescription } from './bhrgt-soil-use.js';
124
+ export { BHRGT_BORING_PROCEDURE_CODES, getBhrgtBoringProcedureDescription } from './bhrgt-boring-procedure.js';
125
+ export { BHRGT_BORING_TECHNIQUE_CODES, getBhrgtBoringTechniqueDescription } from './bhrgt-boring-technique.js';
126
+ export { BHRGT_APERTURE_CLASS_CODES, getBhrgtApertureClassDescription } from './bhrgt-aperture-class.js';
127
+ export { BHRGT_APERTURE_CLASS_DISCONTINUITY_CODES, getBhrgtApertureClassDiscontinuityDescription } from './bhrgt-aperture-class-discontinuity.js';
128
+ export { BHRGT_CASING_MATERIAL_CODES, getBhrgtCasingMaterialDescription } from './bhrgt-casing-material.js';
129
+ export { BHRGT_FINE_SOIL_CONSISTENCY_CODES, getBhrgtFineSoilConsistencyDescription } from './bhrgt-fine-soil-consistency.js';
130
+ export { BHRGT_ORGANIC_SOIL_CONSISTENCY_CODES, getBhrgtOrganicSoilConsistencyDescription } from './bhrgt-organic-soil-consistency.js';
131
+ export { BHRGT_CONSOLIDATION_METHOD_CODES, getBhrgtConsolidationMethodDescription } from './bhrgt-consolidation-method.js';
132
+ export { BHRGT_CONUS_TYPE_CODES, getBhrgtConusTypeDescription } from './bhrgt-conus-type.js';
133
+ export { BHRGT_CORRECTION_METHOD_CODES, getBhrgtCorrectionMethodDescription } from './bhrgt-correction-method.js';
134
+ export { BHRGT_CORRECTION_REASON_CODES, getBhrgtCorrectionReasonDescription } from './bhrgt-correction-reason.js';
135
+ export { BHRGT_DISINTEGRATION_CODES, getBhrgtDisintegrationDescription } from './bhrgt-disintegration.js';
136
+ export { BHRGT_DISPERSED_INHOMOGENEITY_CODES, getBhrgtDispersedInhomogeneityDescription } from './bhrgt-dispersed-inhomogeneity.js';
137
+ export { BHRGT_DISPERSION_METHOD_CODES, getBhrgtDispersionMethodDescription } from './bhrgt-dispersion-method.js';
138
+ export { BHRGT_DRYING_TEMPERATURE_CODES, getBhrgtDryingTemperatureDescription } from './bhrgt-drying-temperature.js';
139
+ export { BHRGT_DRYING_PERIOD_CODES, getBhrgtDryingPeriodDescription } from './bhrgt-drying-period.js';
140
+ export { BHRG_ORGANIC_SOIL_TEXTURE_CODES, getBhrgOrganicSoilTextureDescription } from './bhrg-organic-soil-texture.js';
141
+ export { BHRGT_FINE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtFineGravelContentClassDescription } from './bhrgt-fine-gravel-content-class.js';
142
+ export { BHRGT_FRACTION_DISTRIBUTION_CODES, getBhrgtFractionDistributionDescription } from './bhrgt-fraction-distribution.js';
143
+ export { BHRGT_USED_MEDIUM_CODES, getBhrgtUsedMediumDescription } from './bhrgt-used-medium.js';
144
+ export { BHRGT_INTERBEDDING_CODES, getBhrgtInterbeddingDescription } from './bhrgt-interbedding.js';
145
+ export { BHRGT_BEDDING_CODES, getBhrgtBeddingDescription } from './bhrgt-bedding.js';
146
+ export { BHRGT_GEOTECHNICAL_DEPOSITIONAL_CHARACTERISTIC_CODES, getBhrgtGeotechnicalDepositionalCharacteristicDescription } from './bhrgt-geotechnical-depositional-characteristic.js';
147
+ export { BHRGT_GEOTECHNICAL_SOIL_NAME_CODES, getBhrgtGeotechnicalSoilNameDescription } from './bhrgt-geotechnical-soil-name.js';
148
+ export { BHRGT_BOUNDARY_POSITIONING_METHOD_CODES, getBhrgtBoundaryPositioningMethodDescription } from './bhrgt-boundary-positioning-method.js';
149
+ export { BHRGT_GRAVEL_CONTENT_CLASS_CODES, getBhrgtGravelContentClassDescription } from './bhrgt-gravel-content-class.js';
150
+ export { BHRGT_GRAVEL_CONTENT_CLASS_NEN5104_CODES, getBhrgtGravelContentClassNEN5104Description } from './bhrgt-gravel-content-class-nen5104.js';
151
+ export { BHRGT_GRAVEL_MEDIAN_CLASS_CODES, getBhrgtGravelMedianClassDescription } from './bhrgt-gravel-median-class.js';
152
+ export { BHRGT_SOIL_NAME_NEN5104_CODES, getBhrgtSoilNameNEN5104Description } from './bhrgt-soil-name-nen5104.js';
153
+ export { BHRGT_SIZE_FRACTION_CODES, getBhrgtSizeFractionDescription } from './bhrgt-size-fraction.js';
154
+ export { BHRGT_CALCULATION_VALUE_SOURCE_CODES, getBhrgtCalculationValueSourceDescription } from './bhrgt-calculation-value-source.js';
155
+ export { BHRGT_ANGULARITY_CODES, getBhrgtAngularityDescription } from './bhrgt-angularity.js';
156
+ export { BHRGT_VOID_DISTRIBUTION_CODES, getBhrgtVoidDistributionDescription } from './bhrgt-void-distribution.js';
157
+ export { BHRG_TEMPORARY_CHANGE_CODES, getBhrgTemporaryChangeDescription } from './bhrg-temporary-change.js';
158
+ export { BHRGT_SAMPLE_CONTAINER_VOLUME_CODES, getBhrgtSampleContainerVolumeDescription } from './bhrgt-sample-container-volume.js';
159
+ export { BHRGT_DELIVERY_CONTEXT_CODES, getBhrgtDeliveryContextDescription } from './bhrgt-delivery-context.js';
160
+ export { BHRGT_SURVEY_PURPOSE_CODES, getBhrgtSurveyPurposeDescription } from './bhrgt-survey-purpose.js';
161
+ export { BHRGT_SURVEY_PROCEDURE_CODES, getBhrgtSurveyProcedureDescription } from './bhrgt-survey-procedure.js';
162
+ export { BHRGT_CARBONATE_CONTENT_CLASS_CODES, getBhrgtCarbonateContentClassDescription } from './bhrgt-carbonate-content-class.js';
163
+ export { BHRGT_COLOUR_CODES, getBhrgtColourDescription } from './bhrgt-colour.js';
164
+ export { BHRGT_POSITION_ON_GROUND_BODY_CODES, getBhrgtPositionOnGroundBodyDescription } from './bhrgt-position-on-ground-body.js';
165
+ export { BHRGT_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getBhrgtLocalVerticalReferencePointDescription } from './bhrgt-local-vertical-reference-point.js';
166
+ export { BHRGT_MAKING_METHOD_CODES, getBhrgtMakingMethodDescription } from './bhrgt-making-method.js';
167
+ export { BHRGT_MASS_PERCENTAGE_CLASS_CODES, getBhrgtMassPercentageClassDescription } from './bhrgt-mass-percentage-class.js';
168
+ export { BHRGT_MEDIUM_COARSE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtMediumCoarseGravelContentClassDescription } from './bhrgt-medium-coarse-gravel-content-class.js';
169
+ export { BHRGT_HORIZONTAL_POSITIONING_METHOD_CODES, getBhrgtHorizontalPositioningMethodDescription } from './bhrgt-horizontal-positioning-method.js';
170
+ export { BHRGT_FLUID_MUD_LAYER_POSITIONING_METHOD_CODES, getBhrgtFluidMudLayerPositioningMethodDescription } from './bhrgt-fluid-mud-layer-positioning-method.js';
171
+ export { BHRGT_VERTICAL_POSITIONING_METHOD_CODES, getBhrgtVerticalPositioningMethodDescription } from './bhrgt-vertical-positioning-method.js';
172
+ export { BHRGT_SAMPLE_QUALITY_CODES, getBhrgtSampleQualityDescription } from './bhrgt-sample-quality.js';
173
+ export { BHRGT_SAMPLE_MOISTNESS_CODES, getBhrgtSampleMoistnessDescription } from './bhrgt-sample-moistness.js';
174
+ export { BHRGT_EVENT_NAME_CODES, getBhrgtEventNameDescription } from './bhrgt-event-name.js';
175
+ export { BHRG_APPLIED_OPTICAL_MODEL_CODES, getBhrgAppliedOpticalModelDescription } from './bhrg-applied-optical-model.js';
176
+ export { BHRGT_DECOMPOSITION_CODES, getBhrgtDecompositionDescription } from './bhrgt-decomposition.js';
177
+ export { BHRGT_INFILL_MATERIAL_CODES, getBhrgtInfillMaterialDescription } from './bhrgt-infill-material.js';
178
+ export { BHRGT_ORGANIC_MATTER_CONTENT_CLASS_CODES, getBhrgtOrganicMatterContentClassDescription } from './bhrgt-organic-matter-content-class.js';
179
+ export { BHRGT_ORGANIC_MATTER_CONTENT_CLASS_NEN5104_CODES, getBhrgtOrganicMatterContentClassNEN5104Description } from './bhrgt-organic-matter-content-class-nen5104.js';
180
+ export { BHRGT_DEPOSITIONAL_AGE_CODES, getBhrgtDepositionalAgeDescription } from './bhrgt-depositional-age.js';
181
+ export { BHRGT_DRAINAGE_STRIP_ORIENTATION_CODES, getBhrgtDrainageStripOrientationDescription } from './bhrgt-drainage-strip-orientation.js';
182
+ export { BHRGT_NO_DESCRIPTION_REASON_CODES, getBhrgtNoDescriptionReasonDescription } from './bhrgt-no-description-reason.js';
183
+ export { BHRGT_RESULT_IRREGULARITY_CODES, getBhrgtResultIrregularityDescription } from './bhrgt-result-irregularity.js';
184
+ export { BHRGT_RING_DIAMETER_CODES, getBhrgtRingDiameterDescription } from './bhrgt-ring-diameter.js';
185
+ export { BHRGT_ROUGHNESS_CODES, getBhrgtRoughnessDescription } from './bhrgt-roughness.js';
186
+ export { BHRGT_SPHERICITY_CODES, getBhrgtSphericityDescription } from './bhrgt-sphericity.js';
187
+ export { BHRGT_PARTICULAR_CONSTITUENT_TYPE_CODES, getBhrgtParticularConstituentTypeDescription } from './bhrgt-particular-constituent-type.js';
188
+ export { BHRGT_CEMENT_TYPE_CODES, getBhrgtCementTypeDescription } from './bhrgt-cement-type.js';
189
+ export { BHRGT_ROCK_TYPE_CODES, getBhrgtRockTypeDescription } from './bhrgt-rock-type.js';
190
+ export { BHRGT_PEAT_TYPE_CODES, getBhrgtPeatTypeDescription } from './bhrgt-peat-type.js';
191
+ export { BHRGT_FLUSHING_ADDITIVE_CODES, getBhrgtFlushingAdditiveDescription } from './bhrgt-flushing-additive.js';
192
+ export { BHRGT_STABILITY_CODES, getBhrgtStabilityDescription } from './bhrgt-stability.js';
193
+ export { BHRGT_STEP_TYPE_CODES, getBhrgtStepTypeDescription } from './bhrgt-step-type.js';
194
+ export { BHRGT_STRENGTH_CLASS_CODES, getBhrgtStrengthClassDescription } from './bhrgt-strength-class.js';
195
+ export { BHRGT_STIFFNESS_CLASS_MEMBRANE_CODES, getBhrgtStiffnessClassMembraneDescription } from './bhrgt-stiffness-class-membrane.js';
196
+ export { BHRGT_STOP_CRITERION_CODES, getBhrgtStopCriterionDescription } from './bhrgt-stop-criterion.js';
197
+ export { BHRGT_STOP_CRITERION_DETERMINATION_CODES, getBhrgtStopCriterionDeterminationDescription } from './bhrgt-stop-criterion-determination.js';
198
+ export { BHRGT_STOP_CRITERION_FIELD_CODES, getBhrgtStopCriterionFieldDescription } from './bhrgt-stop-criterion-field.js';
199
+ export { BHRGT_ORGANIC_SOIL_TEXTURE_CODES, getBhrgtOrganicSoilTextureDescription } from './bhrgt-organic-soil-texture.js';
200
+ export { BHRGT_TEMPORARY_CHANGE_CODES, getBhrgtTemporaryChangeDescription } from './bhrgt-temporary-change.js';
201
+ export { BHRGT_USED_OPTICAL_MODEL_CODES, getBhrgtUsedOpticalModelDescription } from './bhrgt-used-optical-model.js';
202
+ export { BHRGT_PEAT_TENSILE_STRENGTH_CODES, getBhrgtPeatTensileStrengthDescription } from './bhrgt-peat-tensile-strength.js';
203
+ export { BHRGT_ANALYSIS_TYPE_CODES, getBhrgtAnalysisTypeDescription } from './bhrgt-analysis-type.js';
204
+ export { BHRGT_DISCONTINUITY_TYPE_CODES, getBhrgtDiscontinuityTypeDescription } from './bhrgt-discontinuity-type.js';
205
+ export { BHRGT_ACTIVITY_TYPE_CODES, getBhrgtActivityTypeDescription } from './bhrgt-activity-type.js';
206
+ export { BHRGT_MIXING_TYPE_CODES, getBhrgtMixingTypeDescription } from './bhrgt-mixing-type.js';
207
+ export { BHRGT_DISCIPLINE_CODES, getBhrgtDisciplineDescription } from './bhrgt-discipline.js';
208
+ export { BHRGT_DISCOLOURATION_CODES, getBhrgtDiscolourationDescription } from './bhrgt-discolouration.js';
209
+ export { BHRGT_VERTICAL_DATUM_CODES, getBhrgtVerticalDatumDescription } from './bhrgt-vertical-datum.js';
210
+ export { BHRGT_REMOVED_MATERIAL_CODES, getBhrgtRemovedMaterialDescription } from './bhrgt-removed-material.js';
211
+ export { BHRGT_PRE_TREATMENT_CODES, getBhrgtPreTreatmentDescription } from './bhrgt-pre-treatment.js';
212
+ export { BHRGT_PREPARATION_CODES, getBhrgtPreparationDescription } from './bhrgt-preparation.js';
213
+ export { BHRGT_SPECIMEN_SHAPE_CODES, getBhrgtSpecimenShapeDescription } from './bhrgt-specimen-shape.js';
214
+ export { BHRGT_WALL_FRICTION_CORRECTION_METHOD_CODES, getBhrgtWallFrictionCorrectionMethodDescription } from './bhrgt-wall-friction-correction-method.js';
215
+ export { BHRGT_EXCAVATED_MATERIAL_CODES, getBhrgtExcavatedMaterialDescription } from './bhrgt-excavated-material.js';
216
+ export { BHRG_DISCONTINUITY_TYPE_CODES, getBhrgDiscontinuityTypeDescription } from './bhrg-discontinuity-type.js';
217
+ export { BHRG_ACTIVITY_TYPE_CODES, getBhrgActivityTypeDescription } from './bhrg-activity-type.js';
218
+ export { BHRGT_SAND_MEDIAN_CLASS_CODES, getBhrgtSandMedianClassDescription } from './bhrgt-sand-median-class.js';
219
+ export { BHRGT_SAND_SORTING_CODES, getBhrgtSandSortingDescription } from './bhrgt-sand-sorting.js';
220
+ export { BHRGT_SAND_SORTING_NEN5104_CODES, getBhrgtSandSortingNEN5104Description } from './bhrgt-sand-sorting-nen5104.js';
221
+ export { BHRGT_VERY_COARSE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtVeryCoarseGravelContentClassDescription } from './bhrgt-very-coarse-gravel-content-class.js';
222
+ export { BHRGT_LATERAL_SUPPORT_CODES, getBhrgtLateralSupportDescription } from './bhrgt-lateral-support.js';
223
+ export { BHRGT_SALT_CORRECTION_METHOD_CODES, getBhrgtSaltCorrectionMethodDescription } from './bhrgt-salt-correction-method.js';
224
+ export { BHRG_DISCIPLINE_CODES, getBhrgDisciplineDescription } from './bhrg-discipline.js';
225
+ export { BHRG_VERTICAL_DATUM_CODES, getBhrgVerticalDatumDescription } from './bhrg-vertical-datum.js';
226
+ export { BHRG_VERTICAL_TREND_CODES, getBhrgVerticalTrendDescription } from './bhrg-vertical-trend.js';
227
+ export { BHRG_REMOVED_MATERIAL_CODES, getBhrgRemovedMaterialDescription } from './bhrg-removed-material.js';
228
+ export { BHRG_REMOVAL_METHOD_CARBONATE_CODES, getBhrgRemovalMethodCarbonateDescription } from './bhrg-removal-method-carbonate.js';
229
+ export { BHRG_REMOVAL_METHOD_ORGANIC_MATTER_CODES, getBhrgRemovalMethodOrganicMatterDescription } from './bhrg-removal-method-organic-matter.js';
230
+ export { BHRG_SATURATION_METHOD_CODES, getBhrgSaturationMethodDescription } from './bhrg-saturation-method.js';
231
+ export { BHRG_STAIN_COLOUR_CODES, getBhrgStainColourDescription } from './bhrg-stain-colour.js';
232
+ export { BHRG_VOLUME_PERCENTAGE_CLASS_CODES, getBhrgVolumePercentageClassDescription } from './bhrg-volume-percentage-class.js';
233
+ export { BHRG_PRE_TREATMENT_CODES, getBhrgPreTreatmentDescription } from './bhrg-pre-treatment.js';
234
+ export { BHRG_PREPARATION_CODES, getBhrgPreparationDescription } from './bhrg-preparation.js';
235
+ export { BHRG_MATERIAL_SHAPE_CODES, getBhrgMaterialShapeDescription } from './bhrg-material-shape.js';
236
+ export { BHRG_EXCAVATED_MATERIAL_CODES, getBhrgExcavatedMaterialDescription } from './bhrg-excavated-material.js';
237
+ export { BHRG_SAND_MEDIAN_CLASS_CODES, getBhrgSandMedianClassDescription } from './bhrg-sand-median-class.js';
238
+ export { BHRG_SAND_SORTING_CODES, getBhrgSandSortingDescription } from './bhrg-sand-sorting.js';
239
+ export { BHRG_VERY_COARSE_FRACTION_CONTENT_CLASS_CODES, getBhrgVeryCoarseFractionContentClassDescription } from './bhrg-very-coarse-fraction-content-class.js';
240
+ export { BHRG_VERY_COARSE_FRACTION_CONTENT_CLASS_ARCHIVE_CODES, getBhrgVeryCoarseFractionContentClassArchiveDescription } from './bhrg-very-coarse-fraction-content-class-archive.js';
241
+ export { BHRG_SALT_CORRECTION_METHOD_CODES, getBhrgSaltCorrectionMethodDescription } from './bhrg-salt-correction-method.js';
242
+ export { CPT_COORD_TRANSFORMATION_CODES, getCptCoordTransformationDescription } from './cpt-coord-transformation.js';
243
+ export { CPT_CORRECTION_REASON_CODES, getCptCorrectionReasonDescription } from './cpt-correction-reason.js';
244
+ export { CPT_DELIVERY_CONTEXT_CODES, getCptDeliveryContextDescription } from './cpt-delivery-context.js';
245
+ export { CPT_HORIZONTAL_CRS_CODES, getCptHorizontalCrsDescription } from './cpt-horizontal-crs.js';
246
+ export { CPT_HORIZONTAL_POSITIONING_METHOD_CODES, getCptHorizontalPositioningMethodDescription } from './cpt-horizontal-positioning-method.js';
247
+ export { CPT_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getCptLocalVerticalReferencePointDescription } from './cpt-local-vertical-reference-point.js';
248
+ export { CPT_CPT_METHOD_CODES, getCptCPTMethodDescription } from './cpt-cpt-method.js';
249
+ export { CPT_QUALITY_CLASS_CODES, getCptQualityClassDescription } from './cpt-quality-class.js';
250
+ export { CPT_REGISTRATION_STATUS_CODES, getCptRegistrationStatusDescription } from './cpt-registration-status.js';
251
+ export { CPT_CPT_STANDARD_CODES, getCptCPTStandardDescription } from './cpt-cpt-standard.js';
252
+ export { CPT_STOP_CRITERION_CODES, getCptStopCriterionDescription } from './cpt-stop-criterion.js';
253
+ export { CPT_SURVEY_PURPOSE_CODES, getCptSurveyPurposeDescription } from './cpt-survey-purpose.js';
254
+ export { CPT_VERTICAL_DATUM_CODES, getCptVerticalDatumDescription } from './cpt-vertical-datum.js';
255
+ export { CPT_VERTICAL_POSITIONING_METHOD_CODES, getCptVerticalPositioningMethodDescription } from './cpt-vertical-positioning-method.js';
256
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/reference-codes/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,256 @@
1
+ /**
2
+ * BRO Reference Codes
3
+ *
4
+ * Official code lists from the BRO (Basisregistratie Ondergrond) reference API.
5
+ * These provide human-readable descriptions for coded values in BRO XML files.
6
+ *
7
+ * @generated
8
+ * @see https://publiek.broservices.nl/bro/refcodes/v1/domains
9
+ */
10
+ export { BHRG_BACKFILL_MATERIAL_CODES, getBhrgBackfillMaterialDescription } from './bhrg-backfill-material.js';
11
+ export { BHRG_CURRENT_PROCESS_CODES, getBhrgCurrentProcessDescription } from './bhrg-current-process.js';
12
+ export { BHRG_ANALYSIS_PROCEDURE_CODES, getBhrgAnalysisProcedureDescription } from './bhrg-analysis-procedure.js';
13
+ export { BHRG_SAMPLER_TYPE_CODES, getBhrgSamplerTypeDescription } from './bhrg-sampler-type.js';
14
+ export { BHRG_ARCHIVE_CLASS_CODES, getBhrgArchiveClassDescription } from './bhrg-archive-class.js';
15
+ export { BHRG_RELATIVE_ABUNDANCE_CLASS_CODES, getBhrgRelativeAbundanceClassDescription } from './bhrg-relative-abundance-class.js';
16
+ export { BHRG_MOTTLING_DENSITY_CODES, getBhrgMottlingDensityDescription } from './bhrg-mottling-density.js';
17
+ export { BHRG_SAMPLING_QUALITY_CODES, getBhrgSamplingQualityDescription } from './bhrg-sampling-quality.js';
18
+ export { BHRG_SAMPLING_METHOD_CODES, getBhrgSamplingMethodDescription } from './bhrg-sampling-method.js';
19
+ export { BHRG_SAMPLING_PROCEDURE_CODES, getBhrgSamplingProcedureDescription } from './bhrg-sampling-procedure.js';
20
+ export { BHRG_DETERMINED_HYDROPHYSICAL_PROPERTIES_CODES, getBhrgDeterminedHydrophysicalPropertiesDescription } from './bhrg-determined-hydrophysical-properties.js';
21
+ export { BHRG_DETERMINED_COMPOSITION_PROPERTIES_CODES, getBhrgDeterminedCompositionPropertiesDescription } from './bhrg-determined-composition-properties.js';
22
+ export { BHRG_DETERMINATION_METHOD_CODES, getBhrgDeterminationMethodDescription } from './bhrg-determination-method.js';
23
+ export { BHRG_DETERMINATION_PROCEDURE_CODES, getBhrgDeterminationProcedureDescription } from './bhrg-determination-procedure.js';
24
+ export { BHRG_DESCRIBED_MATERIAL_CODES, getBhrgDescribedMaterialDescription } from './bhrg-described-material.js';
25
+ export { BHRG_DESCRIPTION_QUALITY_CODES, getBhrgDescriptionQualityDescription } from './bhrg-description-quality.js';
26
+ export { BHRG_DESCRIPTION_LOCATION_CODES, getBhrgDescriptionLocationDescription } from './bhrg-description-location.js';
27
+ export { BHRG_DESCRIPTION_PROCEDURE_CODES, getBhrgDescriptionProcedureDescription } from './bhrg-description-procedure.js';
28
+ export { BHRG_MATERIAL_IRREGULARITY_CODES, getBhrgMaterialIrregularityDescription } from './bhrg-material-irregularity.js';
29
+ export { BHRG_PERFORMANCE_IRREGULARITY_CODES, getBhrgPerformanceIrregularityDescription } from './bhrg-performance-irregularity.js';
30
+ export { BHRG_SPECIAL_MATERIAL_CODES, getBhrgSpecialMaterialDescription } from './bhrg-special-material.js';
31
+ export { BHRG_SOIL_USE_CODES, getBhrgSoilUseDescription } from './bhrg-soil-use.js';
32
+ export { BHRG_VARIEGATION_CODES, getBhrgVariegationDescription } from './bhrg-variegation.js';
33
+ export { BHRG_BORING_PROCEDURE_CODES, getBhrgBoringProcedureDescription } from './bhrg-boring-procedure.js';
34
+ export { BHRG_BORING_TECHNIQUE_CODES, getBhrgBoringTechniqueDescription } from './bhrg-boring-technique.js';
35
+ export { BHRG_CASING_MATERIAL_CODES, getBhrgCasingMaterialDescription } from './bhrg-casing-material.js';
36
+ export { BHRG_FINE_SOIL_CONSISTENCY_CODES, getBhrgFineSoilConsistencyDescription } from './bhrg-fine-soil-consistency.js';
37
+ export { BHRG_ORGANIC_SOIL_CONSISTENCY_CODES, getBhrgOrganicSoilConsistencyDescription } from './bhrg-organic-soil-consistency.js';
38
+ export { BHRG_CORRECTION_REASON_CODES, getBhrgCorrectionReasonDescription } from './bhrg-correction-reason.js';
39
+ export { BHRG_DISPERSION_METHOD_CODES, getBhrgDispersionMethodDescription } from './bhrg-dispersion-method.js';
40
+ export { BHRG_DRYING_TEMPERATURE_CODES, getBhrgDryingTemperatureDescription } from './bhrg-drying-temperature.js';
41
+ export { BHRG_DRYING_PERIOD_CODES, getBhrgDryingPeriodDescription } from './bhrg-drying-period.js';
42
+ export { BHRG_FRACTION_DISTRIBUTION_LAB_CODES, getBhrgFractionDistributionLabDescription } from './bhrg-fraction-distribution-lab.js';
43
+ export { BHRG_USED_MEDIUM_CODES, getBhrgUsedMediumDescription } from './bhrg-used-medium.js';
44
+ export { BHRG_GEOLOGICAL_ORIGIN_CODES, getBhrgGeologicalOriginDescription } from './bhrg-geological-origin.js';
45
+ export { BHRG_GEOLOGICAL_SOIL_NAME_CODES, getBhrgGeologicalSoilNameDescription } from './bhrg-geological-soil-name.js';
46
+ export { BHRG_GEOTECHNICAL_SOIL_NAME_CODES, getBhrgGeotechnicalSoilNameDescription } from './bhrg-geotechnical-soil-name.js';
47
+ export { BHRG_MICA_CONTENT_CLASS_CODES, getBhrgMicaContentClassDescription } from './bhrg-mica-content-class.js';
48
+ export { BHRG_BOUNDARY_POSITIONING_METHOD_CODES, getBhrgBoundaryPositioningMethodDescription } from './bhrg-boundary-positioning-method.js';
49
+ export { BHRG_GRAVEL_CONTENT_CLASS_CODES, getBhrgGravelContentClassDescription } from './bhrg-gravel-content-class.js';
50
+ export { BHRG_GRAVEL_PROVENANCE_CODES, getBhrgGravelProvenanceDescription } from './bhrg-gravel-provenance.js';
51
+ export { BHRG_GRAVEL_MEDIAN_CLASS_CODES, getBhrgGravelMedianClassDescription } from './bhrg-gravel-median-class.js';
52
+ export { BHRG_SOIL_NAME_NEN5104_CODES, getBhrgSoilNameNEN5104Description } from './bhrg-soil-name-nen5104.js';
53
+ export { BHRG_CHUNK_SIZE_CLASS_CODES, getBhrgChunkSizeClassDescription } from './bhrg-chunk-size-class.js';
54
+ export { BHRG_CALCULATION_VALUE_ORIGIN_CODES, getBhrgCalculationValueOriginDescription } from './bhrg-calculation-value-origin.js';
55
+ export { BHRG_ANGULARITY_CODES, getBhrgAngularityDescription } from './bhrg-angularity.js';
56
+ export { BHRG_HORIZON_CODE_CODES, getBhrgHorizonCodeDescription } from './bhrg-horizon-code.js';
57
+ export { BHRG_UTENSIL_CODES, getBhrgUtensilDescription } from './bhrg-utensil.js';
58
+ export { BHRG_HYDROLOGICAL_SETTING_CODES, getBhrgHydrologicalSettingDescription } from './bhrg-hydrological-setting.js';
59
+ export { BHRG_SAMPLE_CONTAINER_VOLUME_CODES, getBhrgSampleContainerVolumeDescription } from './bhrg-sample-container-volume.js';
60
+ export { BHRG_DELIVERY_CONTEXT_CODES, getBhrgDeliveryContextDescription } from './bhrg-delivery-context.js';
61
+ export { BHRG_SURVEY_PURPOSE_CODES, getBhrgSurveyPurposeDescription } from './bhrg-survey-purpose.js';
62
+ export { BHRG_SURVEY_PROCEDURE_CODES, getBhrgSurveyProcedureDescription } from './bhrg-survey-procedure.js';
63
+ export { BHRG_CARBONATE_CONTENT_CLASS_CODES, getBhrgCarbonateContentClassDescription } from './bhrg-carbonate-content-class.js';
64
+ export { BHRG_COLOUR_CODES, getBhrgColourDescription } from './bhrg-colour.js';
65
+ export { BHRG_GRAIN_COLOUR_CODES, getBhrgGrainColourDescription } from './bhrg-grain-colour.js';
66
+ export { BHRG_DESCRIBED_SAMPLES_QUALITY_CODES, getBhrgDescribedSamplesQualityDescription } from './bhrg-described-samples-quality.js';
67
+ export { BHRG_LAYER_PROPORTION_CLASS_CODES, getBhrgLayerProportionClassDescription } from './bhrg-layer-proportion-class.js';
68
+ export { BHRG_STRATUM_THICKNESS_CLASS_CODES, getBhrgStratumThicknessClassDescription } from './bhrg-stratum-thickness-class.js';
69
+ export { BHRG_LANDSCAPE_ELEMENT_CODES, getBhrgLandscapeElementDescription } from './bhrg-landscape-element.js';
70
+ export { BHRG_POSITION_ON_GROUND_BODY_CODES, getBhrgPositionOnGroundBodyDescription } from './bhrg-position-on-ground-body.js';
71
+ export { BHRG_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getBhrgLocalVerticalReferencePointDescription } from './bhrg-local-vertical-reference-point.js';
72
+ export { BHRG_MASS_PERCENTAGE_CLASS_CODES, getBhrgMassPercentageClassDescription } from './bhrg-mass-percentage-class.js';
73
+ export { BHRG_WEATHERING_DEGREE_CODES, getBhrgWeatheringDegreeDescription } from './bhrg-weathering-degree.js';
74
+ export { BHRG_HUMAN_TRACE_CODES, getBhrgHumanTraceDescription } from './bhrg-human-trace.js';
75
+ export { BHRG_HORIZONTAL_POSITIONING_METHOD_CODES, getBhrgHorizontalPositioningMethodDescription } from './bhrg-horizontal-positioning-method.js';
76
+ export { BHRG_FLUID_MUD_LAYER_POSITIONING_METHOD_CODES, getBhrgFluidMudLayerPositioningMethodDescription } from './bhrg-fluid-mud-layer-positioning-method.js';
77
+ export { BHRG_VERTICAL_POSITIONING_METHOD_CODES, getBhrgVerticalPositioningMethodDescription } from './bhrg-vertical-positioning-method.js';
78
+ export { BHRG_SAMPLE_QUALITY_CODES, getBhrgSampleQualityDescription } from './bhrg-sample-quality.js';
79
+ export { BHRG_SAMPLE_MOISTNESS_CODES, getBhrgSampleMoistnessDescription } from './bhrg-sample-moistness.js';
80
+ export { BHRG_MUNSELL_HUE_CODES, getBhrgMunsellHueDescription } from './bhrg-munsell-hue.js';
81
+ export { BHRG_MUNSELL_VALUE_CODES, getBhrgMunsellValueDescription } from './bhrg-munsell-value.js';
82
+ export { BHRG_MUNSELL_CHROMA_CODES, getBhrgMunsellChromaDescription } from './bhrg-munsell-chroma.js';
83
+ export { BHRG_EVENT_NAME_CODES, getBhrgEventNameDescription } from './bhrg-event-name.js';
84
+ export { BHRG_ORGANIC_MATTER_CONTENT_CLASS_CODES, getBhrgOrganicMatterContentClassDescription } from './bhrg-organic-matter-content-class.js';
85
+ export { BHRG_ORGANIC_MATTER_CONTENT_CLASS_NEN5104_CODES, getBhrgOrganicMatterContentClassNEN5104Description } from './bhrg-organic-matter-content-class-nen5104.js';
86
+ export { BHRG_NO_DESCRIPTION_REASON_CODES, getBhrgNoDescriptionReasonDescription } from './bhrg-no-description-reason.js';
87
+ export { BHRG_SEDIMENTARY_PHENOMENON_CODES, getBhrgSedimentaryPhenomenonDescription } from './bhrg-sedimentary-phenomenon.js';
88
+ export { BHRG_SPHERICITY_CODES, getBhrgSphericityDescription } from './bhrg-sphericity.js';
89
+ export { BHRG_ARCHEOLOGICAL_CONSTITUENT_TYPE_CODES, getBhrgArcheologicalConstituentTypeDescription } from './bhrg-archeological-constituent-type.js';
90
+ export { BHRG_PARTICULAR_CONSTITUENT_TYPE_CODES, getBhrgParticularConstituentTypeDescription } from './bhrg-particular-constituent-type.js';
91
+ export { BHRG_ANIMAL_FOSSIL_TYPE_CODES, getBhrgAnimalFossilTypeDescription } from './bhrg-animal-fossil-type.js';
92
+ export { BHRG_ROCK_TYPE_CODES, getBhrgRockTypeDescription } from './bhrg-rock-type.js';
93
+ export { BHRG_GRAVEL_TYPE_CODES, getBhrgGravelTypeDescription } from './bhrg-gravel-type.js';
94
+ export { BHRG_SOIL_TYPE_CODES, getBhrgSoilTypeDescription } from './bhrg-soil-type.js';
95
+ export { BHRG_PLANT_REMAIN_TYPE_CODES, getBhrgPlantRemainTypeDescription } from './bhrg-plant-remain-type.js';
96
+ export { BHRG_SHELL_TAXON_CODES, getBhrgShellTaxonDescription } from './bhrg-shell-taxon.js';
97
+ export { BHRG_PEAT_TYPE_CODES, getBhrgPeatTypeDescription } from './bhrg-peat-type.js';
98
+ export { BHRG_FLUSHING_ADDITIVE_CODES, getBhrgFlushingAdditiveDescription } from './bhrg-flushing-additive.js';
99
+ export { BHRG_STOP_CRITERION_FIELD_CODES, getBhrgStopCriterionFieldDescription } from './bhrg-stop-criterion-field.js';
100
+ export { BHRG_STRUCTURE_CODES, getBhrgStructureDescription } from './bhrg-structure.js';
101
+ export { BHRGT_BACKFILL_MATERIAL_CODES, getBhrgtBackfillMaterialDescription } from './bhrgt-backfill-material.js';
102
+ export { BHRGT_DEPOSITIONAL_CHARACTERISTIC_CODES, getBhrgtDepositionalCharacteristicDescription } from './bhrgt-depositional-characteristic.js';
103
+ export { BHRGT_ANALYSIS_PROCEDURE_CODES, getBhrgtAnalysisProcedureDescription } from './bhrgt-analysis-procedure.js';
104
+ export { BHRGT_SAMPLER_TYPE_CODES, getBhrgtSamplerTypeDescription } from './bhrgt-sampler-type.js';
105
+ export { BHRGT_DRAINAGE_STRIP_COVERAGE_CODES, getBhrgtDrainageStripCoverageDescription } from './bhrgt-drainage-strip-coverage.js';
106
+ export { BHRGT_SAMPLING_QUALITY_CODES, getBhrgtSamplingQualityDescription } from './bhrgt-sampling-quality.js';
107
+ export { BHRGT_SAMPLING_METHOD_CODES, getBhrgtSamplingMethodDescription } from './bhrgt-sampling-method.js';
108
+ export { BHRGT_SAMPLING_PROCEDURE_CODES, getBhrgtSamplingProcedureDescription } from './bhrgt-sampling-procedure.js';
109
+ export { BHRGT_DETERMINED_PROPERTIES_CODES, getBhrgtDeterminedPropertiesDescription } from './bhrgt-determined-properties.js';
110
+ export { BHRGT_DETERMINATION_DIAMETER_CODES, getBhrgtDeterminationDiameterDescription } from './bhrgt-determination-diameter.js';
111
+ export { BHRGT_DETERMINATION_METHOD_CODES, getBhrgtDeterminationMethodDescription } from './bhrgt-determination-method.js';
112
+ export { BHRGT_EQUIVALENT_MASS_DETERMINATION_METHOD_CODES, getBhrgtEquivalentMassDeterminationMethodDescription } from './bhrgt-equivalent-mass-determination-method.js';
113
+ export { BHRGT_DETERMINATION_PROCEDURE_CODES, getBhrgtDeterminationProcedureDescription } from './bhrgt-determination-procedure.js';
114
+ export { BHRGT_DESCRIBED_MATERIAL_CODES, getBhrgtDescribedMaterialDescription } from './bhrgt-described-material.js';
115
+ export { BHRGT_DESCRIPTION_QUALITY_CODES, getBhrgtDescriptionQualityDescription } from './bhrgt-description-quality.js';
116
+ export { BHRGT_DESCRIPTION_LOCATION_CODES, getBhrgtDescriptionLocationDescription } from './bhrgt-description-location.js';
117
+ export { BHRGT_DESCRIPTION_PROCEDURE_CODES, getBhrgtDescriptionProcedureDescription } from './bhrgt-description-procedure.js';
118
+ export { BHRGT_TERTIARY_CONSTITUENT_CODES, getBhrgtTertiaryConstituentDescription } from './bhrgt-tertiary-constituent.js';
119
+ export { BHRGT_TERTIARY_ROCK_CONSTITUENT_CODES, getBhrgtTertiaryRockConstituentDescription } from './bhrgt-tertiary-rock-constituent.js';
120
+ export { BHRGT_MATERIAL_IRREGULARITY_CODES, getBhrgtMaterialIrregularityDescription } from './bhrgt-material-irregularity.js';
121
+ export { BHRGT_PERFORMANCE_IRREGULARITY_CODES, getBhrgtPerformanceIrregularityDescription } from './bhrgt-performance-irregularity.js';
122
+ export { BHRGT_SPECIAL_MATERIAL_CODES, getBhrgtSpecialMaterialDescription } from './bhrgt-special-material.js';
123
+ export { BHRGT_SOIL_USE_CODES, getBhrgtSoilUseDescription } from './bhrgt-soil-use.js';
124
+ export { BHRGT_BORING_PROCEDURE_CODES, getBhrgtBoringProcedureDescription } from './bhrgt-boring-procedure.js';
125
+ export { BHRGT_BORING_TECHNIQUE_CODES, getBhrgtBoringTechniqueDescription } from './bhrgt-boring-technique.js';
126
+ export { BHRGT_APERTURE_CLASS_CODES, getBhrgtApertureClassDescription } from './bhrgt-aperture-class.js';
127
+ export { BHRGT_APERTURE_CLASS_DISCONTINUITY_CODES, getBhrgtApertureClassDiscontinuityDescription } from './bhrgt-aperture-class-discontinuity.js';
128
+ export { BHRGT_CASING_MATERIAL_CODES, getBhrgtCasingMaterialDescription } from './bhrgt-casing-material.js';
129
+ export { BHRGT_FINE_SOIL_CONSISTENCY_CODES, getBhrgtFineSoilConsistencyDescription } from './bhrgt-fine-soil-consistency.js';
130
+ export { BHRGT_ORGANIC_SOIL_CONSISTENCY_CODES, getBhrgtOrganicSoilConsistencyDescription } from './bhrgt-organic-soil-consistency.js';
131
+ export { BHRGT_CONSOLIDATION_METHOD_CODES, getBhrgtConsolidationMethodDescription } from './bhrgt-consolidation-method.js';
132
+ export { BHRGT_CONUS_TYPE_CODES, getBhrgtConusTypeDescription } from './bhrgt-conus-type.js';
133
+ export { BHRGT_CORRECTION_METHOD_CODES, getBhrgtCorrectionMethodDescription } from './bhrgt-correction-method.js';
134
+ export { BHRGT_CORRECTION_REASON_CODES, getBhrgtCorrectionReasonDescription } from './bhrgt-correction-reason.js';
135
+ export { BHRGT_DISINTEGRATION_CODES, getBhrgtDisintegrationDescription } from './bhrgt-disintegration.js';
136
+ export { BHRGT_DISPERSED_INHOMOGENEITY_CODES, getBhrgtDispersedInhomogeneityDescription } from './bhrgt-dispersed-inhomogeneity.js';
137
+ export { BHRGT_DISPERSION_METHOD_CODES, getBhrgtDispersionMethodDescription } from './bhrgt-dispersion-method.js';
138
+ export { BHRGT_DRYING_TEMPERATURE_CODES, getBhrgtDryingTemperatureDescription } from './bhrgt-drying-temperature.js';
139
+ export { BHRGT_DRYING_PERIOD_CODES, getBhrgtDryingPeriodDescription } from './bhrgt-drying-period.js';
140
+ export { BHRG_ORGANIC_SOIL_TEXTURE_CODES, getBhrgOrganicSoilTextureDescription } from './bhrg-organic-soil-texture.js';
141
+ export { BHRGT_FINE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtFineGravelContentClassDescription } from './bhrgt-fine-gravel-content-class.js';
142
+ export { BHRGT_FRACTION_DISTRIBUTION_CODES, getBhrgtFractionDistributionDescription } from './bhrgt-fraction-distribution.js';
143
+ export { BHRGT_USED_MEDIUM_CODES, getBhrgtUsedMediumDescription } from './bhrgt-used-medium.js';
144
+ export { BHRGT_INTERBEDDING_CODES, getBhrgtInterbeddingDescription } from './bhrgt-interbedding.js';
145
+ export { BHRGT_BEDDING_CODES, getBhrgtBeddingDescription } from './bhrgt-bedding.js';
146
+ export { BHRGT_GEOTECHNICAL_DEPOSITIONAL_CHARACTERISTIC_CODES, getBhrgtGeotechnicalDepositionalCharacteristicDescription } from './bhrgt-geotechnical-depositional-characteristic.js';
147
+ export { BHRGT_GEOTECHNICAL_SOIL_NAME_CODES, getBhrgtGeotechnicalSoilNameDescription } from './bhrgt-geotechnical-soil-name.js';
148
+ export { BHRGT_BOUNDARY_POSITIONING_METHOD_CODES, getBhrgtBoundaryPositioningMethodDescription } from './bhrgt-boundary-positioning-method.js';
149
+ export { BHRGT_GRAVEL_CONTENT_CLASS_CODES, getBhrgtGravelContentClassDescription } from './bhrgt-gravel-content-class.js';
150
+ export { BHRGT_GRAVEL_CONTENT_CLASS_NEN5104_CODES, getBhrgtGravelContentClassNEN5104Description } from './bhrgt-gravel-content-class-nen5104.js';
151
+ export { BHRGT_GRAVEL_MEDIAN_CLASS_CODES, getBhrgtGravelMedianClassDescription } from './bhrgt-gravel-median-class.js';
152
+ export { BHRGT_SOIL_NAME_NEN5104_CODES, getBhrgtSoilNameNEN5104Description } from './bhrgt-soil-name-nen5104.js';
153
+ export { BHRGT_SIZE_FRACTION_CODES, getBhrgtSizeFractionDescription } from './bhrgt-size-fraction.js';
154
+ export { BHRGT_CALCULATION_VALUE_SOURCE_CODES, getBhrgtCalculationValueSourceDescription } from './bhrgt-calculation-value-source.js';
155
+ export { BHRGT_ANGULARITY_CODES, getBhrgtAngularityDescription } from './bhrgt-angularity.js';
156
+ export { BHRGT_VOID_DISTRIBUTION_CODES, getBhrgtVoidDistributionDescription } from './bhrgt-void-distribution.js';
157
+ export { BHRG_TEMPORARY_CHANGE_CODES, getBhrgTemporaryChangeDescription } from './bhrg-temporary-change.js';
158
+ export { BHRGT_SAMPLE_CONTAINER_VOLUME_CODES, getBhrgtSampleContainerVolumeDescription } from './bhrgt-sample-container-volume.js';
159
+ export { BHRGT_DELIVERY_CONTEXT_CODES, getBhrgtDeliveryContextDescription } from './bhrgt-delivery-context.js';
160
+ export { BHRGT_SURVEY_PURPOSE_CODES, getBhrgtSurveyPurposeDescription } from './bhrgt-survey-purpose.js';
161
+ export { BHRGT_SURVEY_PROCEDURE_CODES, getBhrgtSurveyProcedureDescription } from './bhrgt-survey-procedure.js';
162
+ export { BHRGT_CARBONATE_CONTENT_CLASS_CODES, getBhrgtCarbonateContentClassDescription } from './bhrgt-carbonate-content-class.js';
163
+ export { BHRGT_COLOUR_CODES, getBhrgtColourDescription } from './bhrgt-colour.js';
164
+ export { BHRGT_POSITION_ON_GROUND_BODY_CODES, getBhrgtPositionOnGroundBodyDescription } from './bhrgt-position-on-ground-body.js';
165
+ export { BHRGT_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getBhrgtLocalVerticalReferencePointDescription } from './bhrgt-local-vertical-reference-point.js';
166
+ export { BHRGT_MAKING_METHOD_CODES, getBhrgtMakingMethodDescription } from './bhrgt-making-method.js';
167
+ export { BHRGT_MASS_PERCENTAGE_CLASS_CODES, getBhrgtMassPercentageClassDescription } from './bhrgt-mass-percentage-class.js';
168
+ export { BHRGT_MEDIUM_COARSE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtMediumCoarseGravelContentClassDescription } from './bhrgt-medium-coarse-gravel-content-class.js';
169
+ export { BHRGT_HORIZONTAL_POSITIONING_METHOD_CODES, getBhrgtHorizontalPositioningMethodDescription } from './bhrgt-horizontal-positioning-method.js';
170
+ export { BHRGT_FLUID_MUD_LAYER_POSITIONING_METHOD_CODES, getBhrgtFluidMudLayerPositioningMethodDescription } from './bhrgt-fluid-mud-layer-positioning-method.js';
171
+ export { BHRGT_VERTICAL_POSITIONING_METHOD_CODES, getBhrgtVerticalPositioningMethodDescription } from './bhrgt-vertical-positioning-method.js';
172
+ export { BHRGT_SAMPLE_QUALITY_CODES, getBhrgtSampleQualityDescription } from './bhrgt-sample-quality.js';
173
+ export { BHRGT_SAMPLE_MOISTNESS_CODES, getBhrgtSampleMoistnessDescription } from './bhrgt-sample-moistness.js';
174
+ export { BHRGT_EVENT_NAME_CODES, getBhrgtEventNameDescription } from './bhrgt-event-name.js';
175
+ export { BHRG_APPLIED_OPTICAL_MODEL_CODES, getBhrgAppliedOpticalModelDescription } from './bhrg-applied-optical-model.js';
176
+ export { BHRGT_DECOMPOSITION_CODES, getBhrgtDecompositionDescription } from './bhrgt-decomposition.js';
177
+ export { BHRGT_INFILL_MATERIAL_CODES, getBhrgtInfillMaterialDescription } from './bhrgt-infill-material.js';
178
+ export { BHRGT_ORGANIC_MATTER_CONTENT_CLASS_CODES, getBhrgtOrganicMatterContentClassDescription } from './bhrgt-organic-matter-content-class.js';
179
+ export { BHRGT_ORGANIC_MATTER_CONTENT_CLASS_NEN5104_CODES, getBhrgtOrganicMatterContentClassNEN5104Description } from './bhrgt-organic-matter-content-class-nen5104.js';
180
+ export { BHRGT_DEPOSITIONAL_AGE_CODES, getBhrgtDepositionalAgeDescription } from './bhrgt-depositional-age.js';
181
+ export { BHRGT_DRAINAGE_STRIP_ORIENTATION_CODES, getBhrgtDrainageStripOrientationDescription } from './bhrgt-drainage-strip-orientation.js';
182
+ export { BHRGT_NO_DESCRIPTION_REASON_CODES, getBhrgtNoDescriptionReasonDescription } from './bhrgt-no-description-reason.js';
183
+ export { BHRGT_RESULT_IRREGULARITY_CODES, getBhrgtResultIrregularityDescription } from './bhrgt-result-irregularity.js';
184
+ export { BHRGT_RING_DIAMETER_CODES, getBhrgtRingDiameterDescription } from './bhrgt-ring-diameter.js';
185
+ export { BHRGT_ROUGHNESS_CODES, getBhrgtRoughnessDescription } from './bhrgt-roughness.js';
186
+ export { BHRGT_SPHERICITY_CODES, getBhrgtSphericityDescription } from './bhrgt-sphericity.js';
187
+ export { BHRGT_PARTICULAR_CONSTITUENT_TYPE_CODES, getBhrgtParticularConstituentTypeDescription } from './bhrgt-particular-constituent-type.js';
188
+ export { BHRGT_CEMENT_TYPE_CODES, getBhrgtCementTypeDescription } from './bhrgt-cement-type.js';
189
+ export { BHRGT_ROCK_TYPE_CODES, getBhrgtRockTypeDescription } from './bhrgt-rock-type.js';
190
+ export { BHRGT_PEAT_TYPE_CODES, getBhrgtPeatTypeDescription } from './bhrgt-peat-type.js';
191
+ export { BHRGT_FLUSHING_ADDITIVE_CODES, getBhrgtFlushingAdditiveDescription } from './bhrgt-flushing-additive.js';
192
+ export { BHRGT_STABILITY_CODES, getBhrgtStabilityDescription } from './bhrgt-stability.js';
193
+ export { BHRGT_STEP_TYPE_CODES, getBhrgtStepTypeDescription } from './bhrgt-step-type.js';
194
+ export { BHRGT_STRENGTH_CLASS_CODES, getBhrgtStrengthClassDescription } from './bhrgt-strength-class.js';
195
+ export { BHRGT_STIFFNESS_CLASS_MEMBRANE_CODES, getBhrgtStiffnessClassMembraneDescription } from './bhrgt-stiffness-class-membrane.js';
196
+ export { BHRGT_STOP_CRITERION_CODES, getBhrgtStopCriterionDescription } from './bhrgt-stop-criterion.js';
197
+ export { BHRGT_STOP_CRITERION_DETERMINATION_CODES, getBhrgtStopCriterionDeterminationDescription } from './bhrgt-stop-criterion-determination.js';
198
+ export { BHRGT_STOP_CRITERION_FIELD_CODES, getBhrgtStopCriterionFieldDescription } from './bhrgt-stop-criterion-field.js';
199
+ export { BHRGT_ORGANIC_SOIL_TEXTURE_CODES, getBhrgtOrganicSoilTextureDescription } from './bhrgt-organic-soil-texture.js';
200
+ export { BHRGT_TEMPORARY_CHANGE_CODES, getBhrgtTemporaryChangeDescription } from './bhrgt-temporary-change.js';
201
+ export { BHRGT_USED_OPTICAL_MODEL_CODES, getBhrgtUsedOpticalModelDescription } from './bhrgt-used-optical-model.js';
202
+ export { BHRGT_PEAT_TENSILE_STRENGTH_CODES, getBhrgtPeatTensileStrengthDescription } from './bhrgt-peat-tensile-strength.js';
203
+ export { BHRGT_ANALYSIS_TYPE_CODES, getBhrgtAnalysisTypeDescription } from './bhrgt-analysis-type.js';
204
+ export { BHRGT_DISCONTINUITY_TYPE_CODES, getBhrgtDiscontinuityTypeDescription } from './bhrgt-discontinuity-type.js';
205
+ export { BHRGT_ACTIVITY_TYPE_CODES, getBhrgtActivityTypeDescription } from './bhrgt-activity-type.js';
206
+ export { BHRGT_MIXING_TYPE_CODES, getBhrgtMixingTypeDescription } from './bhrgt-mixing-type.js';
207
+ export { BHRGT_DISCIPLINE_CODES, getBhrgtDisciplineDescription } from './bhrgt-discipline.js';
208
+ export { BHRGT_DISCOLOURATION_CODES, getBhrgtDiscolourationDescription } from './bhrgt-discolouration.js';
209
+ export { BHRGT_VERTICAL_DATUM_CODES, getBhrgtVerticalDatumDescription } from './bhrgt-vertical-datum.js';
210
+ export { BHRGT_REMOVED_MATERIAL_CODES, getBhrgtRemovedMaterialDescription } from './bhrgt-removed-material.js';
211
+ export { BHRGT_PRE_TREATMENT_CODES, getBhrgtPreTreatmentDescription } from './bhrgt-pre-treatment.js';
212
+ export { BHRGT_PREPARATION_CODES, getBhrgtPreparationDescription } from './bhrgt-preparation.js';
213
+ export { BHRGT_SPECIMEN_SHAPE_CODES, getBhrgtSpecimenShapeDescription } from './bhrgt-specimen-shape.js';
214
+ export { BHRGT_WALL_FRICTION_CORRECTION_METHOD_CODES, getBhrgtWallFrictionCorrectionMethodDescription } from './bhrgt-wall-friction-correction-method.js';
215
+ export { BHRGT_EXCAVATED_MATERIAL_CODES, getBhrgtExcavatedMaterialDescription } from './bhrgt-excavated-material.js';
216
+ export { BHRG_DISCONTINUITY_TYPE_CODES, getBhrgDiscontinuityTypeDescription } from './bhrg-discontinuity-type.js';
217
+ export { BHRG_ACTIVITY_TYPE_CODES, getBhrgActivityTypeDescription } from './bhrg-activity-type.js';
218
+ export { BHRGT_SAND_MEDIAN_CLASS_CODES, getBhrgtSandMedianClassDescription } from './bhrgt-sand-median-class.js';
219
+ export { BHRGT_SAND_SORTING_CODES, getBhrgtSandSortingDescription } from './bhrgt-sand-sorting.js';
220
+ export { BHRGT_SAND_SORTING_NEN5104_CODES, getBhrgtSandSortingNEN5104Description } from './bhrgt-sand-sorting-nen5104.js';
221
+ export { BHRGT_VERY_COARSE_GRAVEL_CONTENT_CLASS_CODES, getBhrgtVeryCoarseGravelContentClassDescription } from './bhrgt-very-coarse-gravel-content-class.js';
222
+ export { BHRGT_LATERAL_SUPPORT_CODES, getBhrgtLateralSupportDescription } from './bhrgt-lateral-support.js';
223
+ export { BHRGT_SALT_CORRECTION_METHOD_CODES, getBhrgtSaltCorrectionMethodDescription } from './bhrgt-salt-correction-method.js';
224
+ export { BHRG_DISCIPLINE_CODES, getBhrgDisciplineDescription } from './bhrg-discipline.js';
225
+ export { BHRG_VERTICAL_DATUM_CODES, getBhrgVerticalDatumDescription } from './bhrg-vertical-datum.js';
226
+ export { BHRG_VERTICAL_TREND_CODES, getBhrgVerticalTrendDescription } from './bhrg-vertical-trend.js';
227
+ export { BHRG_REMOVED_MATERIAL_CODES, getBhrgRemovedMaterialDescription } from './bhrg-removed-material.js';
228
+ export { BHRG_REMOVAL_METHOD_CARBONATE_CODES, getBhrgRemovalMethodCarbonateDescription } from './bhrg-removal-method-carbonate.js';
229
+ export { BHRG_REMOVAL_METHOD_ORGANIC_MATTER_CODES, getBhrgRemovalMethodOrganicMatterDescription } from './bhrg-removal-method-organic-matter.js';
230
+ export { BHRG_SATURATION_METHOD_CODES, getBhrgSaturationMethodDescription } from './bhrg-saturation-method.js';
231
+ export { BHRG_STAIN_COLOUR_CODES, getBhrgStainColourDescription } from './bhrg-stain-colour.js';
232
+ export { BHRG_VOLUME_PERCENTAGE_CLASS_CODES, getBhrgVolumePercentageClassDescription } from './bhrg-volume-percentage-class.js';
233
+ export { BHRG_PRE_TREATMENT_CODES, getBhrgPreTreatmentDescription } from './bhrg-pre-treatment.js';
234
+ export { BHRG_PREPARATION_CODES, getBhrgPreparationDescription } from './bhrg-preparation.js';
235
+ export { BHRG_MATERIAL_SHAPE_CODES, getBhrgMaterialShapeDescription } from './bhrg-material-shape.js';
236
+ export { BHRG_EXCAVATED_MATERIAL_CODES, getBhrgExcavatedMaterialDescription } from './bhrg-excavated-material.js';
237
+ export { BHRG_SAND_MEDIAN_CLASS_CODES, getBhrgSandMedianClassDescription } from './bhrg-sand-median-class.js';
238
+ export { BHRG_SAND_SORTING_CODES, getBhrgSandSortingDescription } from './bhrg-sand-sorting.js';
239
+ export { BHRG_VERY_COARSE_FRACTION_CONTENT_CLASS_CODES, getBhrgVeryCoarseFractionContentClassDescription } from './bhrg-very-coarse-fraction-content-class.js';
240
+ export { BHRG_VERY_COARSE_FRACTION_CONTENT_CLASS_ARCHIVE_CODES, getBhrgVeryCoarseFractionContentClassArchiveDescription } from './bhrg-very-coarse-fraction-content-class-archive.js';
241
+ export { BHRG_SALT_CORRECTION_METHOD_CODES, getBhrgSaltCorrectionMethodDescription } from './bhrg-salt-correction-method.js';
242
+ export { CPT_COORD_TRANSFORMATION_CODES, getCptCoordTransformationDescription } from './cpt-coord-transformation.js';
243
+ export { CPT_CORRECTION_REASON_CODES, getCptCorrectionReasonDescription } from './cpt-correction-reason.js';
244
+ export { CPT_DELIVERY_CONTEXT_CODES, getCptDeliveryContextDescription } from './cpt-delivery-context.js';
245
+ export { CPT_HORIZONTAL_CRS_CODES, getCptHorizontalCrsDescription } from './cpt-horizontal-crs.js';
246
+ export { CPT_HORIZONTAL_POSITIONING_METHOD_CODES, getCptHorizontalPositioningMethodDescription } from './cpt-horizontal-positioning-method.js';
247
+ export { CPT_LOCAL_VERTICAL_REFERENCE_POINT_CODES, getCptLocalVerticalReferencePointDescription } from './cpt-local-vertical-reference-point.js';
248
+ export { CPT_CPT_METHOD_CODES, getCptCPTMethodDescription } from './cpt-cpt-method.js';
249
+ export { CPT_QUALITY_CLASS_CODES, getCptQualityClassDescription } from './cpt-quality-class.js';
250
+ export { CPT_REGISTRATION_STATUS_CODES, getCptRegistrationStatusDescription } from './cpt-registration-status.js';
251
+ export { CPT_CPT_STANDARD_CODES, getCptCPTStandardDescription } from './cpt-cpt-standard.js';
252
+ export { CPT_STOP_CRITERION_CODES, getCptStopCriterionDescription } from './cpt-stop-criterion.js';
253
+ export { CPT_SURVEY_PURPOSE_CODES, getCptSurveyPurposeDescription } from './cpt-survey-purpose.js';
254
+ export { CPT_VERTICAL_DATUM_CODES, getCptVerticalDatumDescription } from './cpt-vertical-datum.js';
255
+ export { CPT_VERTICAL_POSITIONING_METHOD_CODES, getCptVerticalPositioningMethodDescription } from './cpt-vertical-positioning-method.js';
256
+ //# sourceMappingURL=index.js.map