@luomus/laji-schema 2.0.11 → 2.0.12

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 (523) hide show
  1. package/dist/cjs/classes/AdministrativeStatus.js +6 -6
  2. package/dist/cjs/classes/Agent.js +6 -6
  3. package/dist/cjs/classes/Annotation.js +57 -7
  4. package/dist/cjs/classes/AnnotationOccurrence.js +6 -6
  5. package/dist/cjs/classes/Area.js +19 -7
  6. package/dist/cjs/classes/Audio.js +103 -7
  7. package/dist/cjs/classes/BibliographicResource.js +6 -6
  8. package/dist/cjs/classes/BirdSongRecognitionSkillLevel.js +14 -7
  9. package/dist/cjs/classes/Branch.js +6 -6
  10. package/dist/cjs/classes/Checklist.js +6 -6
  11. package/dist/cjs/classes/ChecklistVersion.js +6 -6
  12. package/dist/cjs/classes/Collection.js +82 -7
  13. package/dist/cjs/classes/CompleteList.js +14 -7
  14. package/dist/cjs/classes/Concept.js +6 -6
  15. package/dist/cjs/classes/ContentContextDescription.js +6 -6
  16. package/dist/cjs/classes/DataField.js +6 -6
  17. package/dist/cjs/classes/Dataset.js +12 -7
  18. package/dist/cjs/classes/DateRange.js +6 -6
  19. package/dist/cjs/classes/Device.js +6 -6
  20. package/dist/cjs/classes/DeviceIndividual.js +6 -6
  21. package/dist/cjs/classes/Document.js +105 -7
  22. package/dist/cjs/classes/DownloadRequest.js +6 -6
  23. package/dist/cjs/classes/Endangerment.js +36 -7
  24. package/dist/cjs/classes/Event.js +54 -7
  25. package/dist/cjs/classes/Field.js +6 -6
  26. package/dist/cjs/classes/Fieldset.js +6 -6
  27. package/dist/cjs/classes/Form.js +31 -7
  28. package/dist/cjs/classes/FormFooter.js +6 -6
  29. package/dist/cjs/classes/FormInstructions.js +6 -6
  30. package/dist/cjs/classes/FormNamedPlaceOptions.js +6 -6
  31. package/dist/cjs/classes/FormOptions.js +35 -7
  32. package/dist/cjs/classes/FormPermission.js +6 -6
  33. package/dist/cjs/classes/FormPermissionPerson.js +6 -6
  34. package/dist/cjs/classes/FormPermissionSingle.js +14 -7
  35. package/dist/cjs/classes/FormSeason.js +6 -6
  36. package/dist/cjs/classes/Gathering.js +321 -7
  37. package/dist/cjs/classes/GatheringEvent.js +67 -7
  38. package/dist/cjs/classes/GatheringFact.js +255 -7
  39. package/dist/cjs/classes/Habitat.js +118 -7
  40. package/dist/cjs/classes/Identification.js +118 -7
  41. package/dist/cjs/classes/Image.js +103 -7
  42. package/dist/cjs/classes/Individual.js +33 -7
  43. package/dist/cjs/classes/InformalTaxonGroup.js +6 -6
  44. package/dist/cjs/classes/InformationSystem.js +31 -7
  45. package/dist/cjs/classes/IucnRedListEvaluation.js +230 -7
  46. package/dist/cjs/classes/IucnRedListEvaluationYear.js +6 -6
  47. package/dist/cjs/classes/IucnRedListTaxonGroup.js +6 -6
  48. package/dist/cjs/classes/Measurement.js +6 -6
  49. package/dist/cjs/classes/Model.js +103 -7
  50. package/dist/cjs/classes/Multimedia.js +6 -6
  51. package/dist/cjs/classes/NamedPlace.js +36 -7
  52. package/dist/cjs/classes/News.js +13 -7
  53. package/dist/cjs/classes/Notification.js +13 -7
  54. package/dist/cjs/classes/Occurrence.js +55 -7
  55. package/dist/cjs/classes/Organization.js +13 -7
  56. package/dist/cjs/classes/Pdf.js +40 -7
  57. package/dist/cjs/classes/Permit.js +24 -7
  58. package/dist/cjs/classes/Person.js +40 -7
  59. package/dist/cjs/classes/Pinkka.js +6 -6
  60. package/dist/cjs/classes/Preparation.js +44 -7
  61. package/dist/cjs/classes/Profile.js +23 -7
  62. package/dist/cjs/classes/Publication.js +6 -6
  63. package/dist/cjs/classes/RegionalStatus.js +55 -7
  64. package/dist/cjs/classes/Reserve.js +6 -6
  65. package/dist/cjs/classes/Sample.js +148 -7
  66. package/dist/cjs/classes/SatelliteTrackingProject.js +6 -6
  67. package/dist/cjs/classes/SpecimenTransaction.js +62 -7
  68. package/dist/cjs/classes/SpecimenTransactionEvent.js +12 -7
  69. package/dist/cjs/classes/SubUnit.js +19 -7
  70. package/dist/cjs/classes/Tag.js +36 -7
  71. package/dist/cjs/classes/Taxon.js +382 -7
  72. package/dist/cjs/classes/TaxonCensus.js +39 -7
  73. package/dist/cjs/classes/TaxonConcept.js +6 -6
  74. package/dist/cjs/classes/TaxonGroupIucnEditors.js +6 -6
  75. package/dist/cjs/classes/TaxonInteraction.js +68 -7
  76. package/dist/cjs/classes/TaxonSet.js +6 -6
  77. package/dist/cjs/classes/Transaction.js +80 -7
  78. package/dist/cjs/classes/TransactionEvent.js +22 -7
  79. package/dist/cjs/classes/TransactionItem.js +20 -7
  80. package/dist/cjs/classes/Translation.js +6 -6
  81. package/dist/cjs/classes/TypeSpecimen.js +51 -7
  82. package/dist/cjs/classes/Unit.js +614 -7
  83. package/dist/cjs/classes/UnitFact.js +102 -7
  84. package/dist/cjs/classes/UnitGathering.js +6 -6
  85. package/dist/cjs/classes/Validator.js +6 -6
  86. package/dist/cjs/classes/Video.js +103 -7
  87. package/dist/cjs/classes/index.js +86 -174
  88. package/dist/cjs/models/AdministrativeStatus.js +0 -6
  89. package/dist/cjs/models/Agent.js +0 -6
  90. package/dist/cjs/models/Annotation.js +0 -6
  91. package/dist/cjs/models/AnnotationOccurrence.js +0 -6
  92. package/dist/cjs/models/Area.js +0 -6
  93. package/dist/cjs/models/Audio.js +0 -6
  94. package/dist/cjs/models/BibliographicResource.js +0 -6
  95. package/dist/cjs/models/BirdSongRecognitionSkillLevel.js +0 -6
  96. package/dist/cjs/models/Branch.js +0 -6
  97. package/dist/cjs/models/Checklist.js +0 -6
  98. package/dist/cjs/models/ChecklistVersion.js +0 -6
  99. package/dist/cjs/models/Collection.js +0 -6
  100. package/dist/cjs/models/CompleteList.js +0 -6
  101. package/dist/cjs/models/Concept.js +0 -6
  102. package/dist/cjs/models/ContentContextDescription.js +0 -6
  103. package/dist/cjs/models/DataField.js +0 -6
  104. package/dist/cjs/models/Dataset.js +0 -6
  105. package/dist/cjs/models/DateRange.js +0 -6
  106. package/dist/cjs/models/Device.js +0 -6
  107. package/dist/cjs/models/DeviceIndividual.js +0 -6
  108. package/dist/cjs/models/Document.js +0 -6
  109. package/dist/cjs/models/DownloadRequest.js +0 -6
  110. package/dist/cjs/models/Endangerment.js +0 -6
  111. package/dist/cjs/models/Event.js +0 -6
  112. package/dist/cjs/models/Field.js +0 -6
  113. package/dist/cjs/models/Fieldset.js +0 -6
  114. package/dist/cjs/models/Form.js +0 -6
  115. package/dist/cjs/models/FormFooter.js +0 -6
  116. package/dist/cjs/models/FormInstructions.js +0 -6
  117. package/dist/cjs/models/FormNamedPlaceOptions.js +0 -6
  118. package/dist/cjs/models/FormOptions.js +0 -6
  119. package/dist/cjs/models/FormPermission.js +0 -6
  120. package/dist/cjs/models/FormPermissionPerson.js +0 -6
  121. package/dist/cjs/models/FormPermissionSingle.js +0 -6
  122. package/dist/cjs/models/FormSeason.js +0 -6
  123. package/dist/cjs/models/Gathering.js +0 -6
  124. package/dist/cjs/models/GatheringEvent.js +0 -6
  125. package/dist/cjs/models/GatheringFact.js +0 -6
  126. package/dist/cjs/models/Habitat.js +0 -6
  127. package/dist/cjs/models/Identification.js +0 -6
  128. package/dist/cjs/models/Image.js +0 -6
  129. package/dist/cjs/models/Individual.js +0 -6
  130. package/dist/cjs/models/InformalTaxonGroup.js +0 -6
  131. package/dist/cjs/models/InformationSystem.js +0 -6
  132. package/dist/cjs/models/IucnRedListEvaluation.js +0 -6
  133. package/dist/cjs/models/IucnRedListEvaluationYear.js +0 -6
  134. package/dist/cjs/models/IucnRedListTaxonGroup.js +0 -6
  135. package/dist/cjs/models/Measurement.js +0 -6
  136. package/dist/cjs/models/Model.js +0 -6
  137. package/dist/cjs/models/Multimedia.js +0 -6
  138. package/dist/cjs/models/NamedPlace.js +0 -6
  139. package/dist/cjs/models/News.js +0 -6
  140. package/dist/cjs/models/Notification.js +0 -6
  141. package/dist/cjs/models/Occurrence.js +0 -6
  142. package/dist/cjs/models/Organization.js +0 -6
  143. package/dist/cjs/models/Pdf.js +0 -6
  144. package/dist/cjs/models/Permit.js +0 -6
  145. package/dist/cjs/models/Person.js +0 -6
  146. package/dist/cjs/models/Pinkka.js +0 -6
  147. package/dist/cjs/models/Preparation.js +0 -6
  148. package/dist/cjs/models/Profile.js +0 -6
  149. package/dist/cjs/models/Publication.js +0 -6
  150. package/dist/cjs/models/RegionalStatus.js +0 -6
  151. package/dist/cjs/models/Reserve.js +0 -6
  152. package/dist/cjs/models/Sample.js +0 -6
  153. package/dist/cjs/models/SatelliteTrackingProject.js +0 -6
  154. package/dist/cjs/models/SpecimenTransaction.js +0 -6
  155. package/dist/cjs/models/SpecimenTransactionEvent.js +0 -6
  156. package/dist/cjs/models/SubUnit.js +0 -6
  157. package/dist/cjs/models/Tag.js +0 -6
  158. package/dist/cjs/models/Taxon.js +0 -6
  159. package/dist/cjs/models/TaxonCensus.js +0 -6
  160. package/dist/cjs/models/TaxonConcept.js +0 -6
  161. package/dist/cjs/models/TaxonGroupIucnEditors.js +0 -6
  162. package/dist/cjs/models/TaxonInteraction.js +0 -6
  163. package/dist/cjs/models/TaxonSet.js +0 -6
  164. package/dist/cjs/models/Transaction.js +0 -6
  165. package/dist/cjs/models/TransactionEvent.js +0 -6
  166. package/dist/cjs/models/TransactionItem.js +0 -6
  167. package/dist/cjs/models/Translation.js +0 -6
  168. package/dist/cjs/models/TypeSpecimen.js +0 -6
  169. package/dist/cjs/models/Unit.js +0 -6
  170. package/dist/cjs/models/UnitFact.js +0 -6
  171. package/dist/cjs/models/UnitGathering.js +0 -6
  172. package/dist/cjs/models/Validator.js +0 -6
  173. package/dist/cjs/models/Video.js +0 -6
  174. package/dist/cjs/models/index.js +0 -11
  175. package/dist/esm/classes/AdministrativeStatus.js +5 -5
  176. package/dist/esm/classes/Agent.js +5 -5
  177. package/dist/esm/classes/Annotation.js +55 -5
  178. package/dist/esm/classes/AnnotationOccurrence.js +5 -5
  179. package/dist/esm/classes/Area.js +17 -5
  180. package/dist/esm/classes/Audio.js +101 -5
  181. package/dist/esm/classes/BibliographicResource.js +5 -5
  182. package/dist/esm/classes/BirdSongRecognitionSkillLevel.js +12 -5
  183. package/dist/esm/classes/Branch.js +5 -5
  184. package/dist/esm/classes/Checklist.js +5 -5
  185. package/dist/esm/classes/ChecklistVersion.js +5 -5
  186. package/dist/esm/classes/Collection.js +80 -5
  187. package/dist/esm/classes/CompleteList.js +12 -5
  188. package/dist/esm/classes/Concept.js +5 -5
  189. package/dist/esm/classes/ContentContextDescription.js +5 -5
  190. package/dist/esm/classes/DataField.js +5 -5
  191. package/dist/esm/classes/Dataset.js +10 -5
  192. package/dist/esm/classes/DateRange.js +5 -5
  193. package/dist/esm/classes/Device.js +5 -5
  194. package/dist/esm/classes/DeviceIndividual.js +5 -5
  195. package/dist/esm/classes/Document.js +103 -5
  196. package/dist/esm/classes/DownloadRequest.js +5 -5
  197. package/dist/esm/classes/Endangerment.js +34 -5
  198. package/dist/esm/classes/Event.js +52 -5
  199. package/dist/esm/classes/Field.js +5 -5
  200. package/dist/esm/classes/Fieldset.js +5 -5
  201. package/dist/esm/classes/Form.js +29 -5
  202. package/dist/esm/classes/FormFooter.js +5 -5
  203. package/dist/esm/classes/FormInstructions.js +5 -5
  204. package/dist/esm/classes/FormNamedPlaceOptions.js +5 -5
  205. package/dist/esm/classes/FormOptions.js +33 -5
  206. package/dist/esm/classes/FormPermission.js +5 -5
  207. package/dist/esm/classes/FormPermissionPerson.js +5 -5
  208. package/dist/esm/classes/FormPermissionSingle.js +12 -5
  209. package/dist/esm/classes/FormSeason.js +5 -5
  210. package/dist/esm/classes/Gathering.js +319 -5
  211. package/dist/esm/classes/GatheringEvent.js +65 -5
  212. package/dist/esm/classes/GatheringFact.js +253 -5
  213. package/dist/esm/classes/Habitat.js +116 -5
  214. package/dist/esm/classes/Identification.js +116 -5
  215. package/dist/esm/classes/Image.js +101 -5
  216. package/dist/esm/classes/Individual.js +31 -5
  217. package/dist/esm/classes/InformalTaxonGroup.js +5 -5
  218. package/dist/esm/classes/InformationSystem.js +29 -5
  219. package/dist/esm/classes/IucnRedListEvaluation.js +228 -5
  220. package/dist/esm/classes/IucnRedListEvaluationYear.js +5 -5
  221. package/dist/esm/classes/IucnRedListTaxonGroup.js +5 -5
  222. package/dist/esm/classes/Measurement.js +5 -5
  223. package/dist/esm/classes/Model.js +101 -5
  224. package/dist/esm/classes/Multimedia.js +5 -5
  225. package/dist/esm/classes/NamedPlace.js +34 -5
  226. package/dist/esm/classes/News.js +11 -5
  227. package/dist/esm/classes/Notification.js +11 -5
  228. package/dist/esm/classes/Occurrence.js +53 -5
  229. package/dist/esm/classes/Organization.js +11 -5
  230. package/dist/esm/classes/Pdf.js +38 -5
  231. package/dist/esm/classes/Permit.js +22 -5
  232. package/dist/esm/classes/Person.js +38 -5
  233. package/dist/esm/classes/Pinkka.js +5 -5
  234. package/dist/esm/classes/Preparation.js +42 -5
  235. package/dist/esm/classes/Profile.js +21 -5
  236. package/dist/esm/classes/Publication.js +5 -5
  237. package/dist/esm/classes/RegionalStatus.js +53 -5
  238. package/dist/esm/classes/Reserve.js +5 -5
  239. package/dist/esm/classes/Sample.js +146 -5
  240. package/dist/esm/classes/SatelliteTrackingProject.js +5 -5
  241. package/dist/esm/classes/SpecimenTransaction.js +60 -5
  242. package/dist/esm/classes/SpecimenTransactionEvent.js +10 -5
  243. package/dist/esm/classes/SubUnit.js +17 -5
  244. package/dist/esm/classes/Tag.js +34 -5
  245. package/dist/esm/classes/Taxon.js +380 -5
  246. package/dist/esm/classes/TaxonCensus.js +37 -5
  247. package/dist/esm/classes/TaxonConcept.js +5 -5
  248. package/dist/esm/classes/TaxonGroupIucnEditors.js +5 -5
  249. package/dist/esm/classes/TaxonInteraction.js +66 -5
  250. package/dist/esm/classes/TaxonSet.js +5 -5
  251. package/dist/esm/classes/Transaction.js +78 -5
  252. package/dist/esm/classes/TransactionEvent.js +20 -5
  253. package/dist/esm/classes/TransactionItem.js +18 -5
  254. package/dist/esm/classes/Translation.js +5 -5
  255. package/dist/esm/classes/TypeSpecimen.js +49 -5
  256. package/dist/esm/classes/Unit.js +612 -5
  257. package/dist/esm/classes/UnitFact.js +100 -5
  258. package/dist/esm/classes/UnitGathering.js +5 -5
  259. package/dist/esm/classes/Validator.js +5 -5
  260. package/dist/esm/classes/Video.js +101 -5
  261. package/dist/esm/classes/index.js +86 -86
  262. package/dist/esm/models/AdministrativeStatus.js +0 -6
  263. package/dist/esm/models/Agent.js +0 -6
  264. package/dist/esm/models/Annotation.js +0 -6
  265. package/dist/esm/models/AnnotationOccurrence.js +0 -6
  266. package/dist/esm/models/Area.js +0 -6
  267. package/dist/esm/models/Audio.js +0 -6
  268. package/dist/esm/models/BibliographicResource.js +0 -6
  269. package/dist/esm/models/BirdSongRecognitionSkillLevel.js +0 -6
  270. package/dist/esm/models/Branch.js +0 -6
  271. package/dist/esm/models/Checklist.js +0 -6
  272. package/dist/esm/models/ChecklistVersion.js +0 -6
  273. package/dist/esm/models/Collection.js +0 -6
  274. package/dist/esm/models/CompleteList.js +0 -6
  275. package/dist/esm/models/Concept.js +0 -6
  276. package/dist/esm/models/ContentContextDescription.js +0 -6
  277. package/dist/esm/models/DataField.js +0 -6
  278. package/dist/esm/models/Dataset.js +0 -6
  279. package/dist/esm/models/DateRange.js +0 -6
  280. package/dist/esm/models/Device.js +0 -6
  281. package/dist/esm/models/DeviceIndividual.js +0 -6
  282. package/dist/esm/models/Document.js +0 -6
  283. package/dist/esm/models/DownloadRequest.js +0 -6
  284. package/dist/esm/models/Endangerment.js +0 -6
  285. package/dist/esm/models/Event.js +0 -6
  286. package/dist/esm/models/Field.js +0 -6
  287. package/dist/esm/models/Fieldset.js +0 -6
  288. package/dist/esm/models/Form.js +0 -6
  289. package/dist/esm/models/FormFooter.js +0 -6
  290. package/dist/esm/models/FormInstructions.js +0 -6
  291. package/dist/esm/models/FormNamedPlaceOptions.js +0 -6
  292. package/dist/esm/models/FormOptions.js +0 -6
  293. package/dist/esm/models/FormPermission.js +0 -6
  294. package/dist/esm/models/FormPermissionPerson.js +0 -6
  295. package/dist/esm/models/FormPermissionSingle.js +0 -6
  296. package/dist/esm/models/FormSeason.js +0 -6
  297. package/dist/esm/models/Gathering.js +0 -6
  298. package/dist/esm/models/GatheringEvent.js +0 -6
  299. package/dist/esm/models/GatheringFact.js +0 -6
  300. package/dist/esm/models/Habitat.js +0 -6
  301. package/dist/esm/models/Identification.js +0 -6
  302. package/dist/esm/models/Image.js +0 -6
  303. package/dist/esm/models/Individual.js +0 -6
  304. package/dist/esm/models/InformalTaxonGroup.js +0 -6
  305. package/dist/esm/models/InformationSystem.js +0 -6
  306. package/dist/esm/models/IucnRedListEvaluation.js +0 -6
  307. package/dist/esm/models/IucnRedListEvaluationYear.js +0 -6
  308. package/dist/esm/models/IucnRedListTaxonGroup.js +0 -6
  309. package/dist/esm/models/Measurement.js +0 -6
  310. package/dist/esm/models/Model.js +0 -6
  311. package/dist/esm/models/Multimedia.js +0 -6
  312. package/dist/esm/models/NamedPlace.js +0 -6
  313. package/dist/esm/models/News.js +0 -6
  314. package/dist/esm/models/Notification.js +0 -6
  315. package/dist/esm/models/Occurrence.js +0 -6
  316. package/dist/esm/models/Organization.js +0 -6
  317. package/dist/esm/models/Pdf.js +0 -6
  318. package/dist/esm/models/Permit.js +0 -6
  319. package/dist/esm/models/Person.js +0 -6
  320. package/dist/esm/models/Pinkka.js +0 -6
  321. package/dist/esm/models/Preparation.js +0 -6
  322. package/dist/esm/models/Profile.js +0 -6
  323. package/dist/esm/models/Publication.js +0 -6
  324. package/dist/esm/models/RegionalStatus.js +0 -6
  325. package/dist/esm/models/Reserve.js +0 -6
  326. package/dist/esm/models/Sample.js +0 -6
  327. package/dist/esm/models/SatelliteTrackingProject.js +0 -6
  328. package/dist/esm/models/SpecimenTransaction.js +0 -6
  329. package/dist/esm/models/SpecimenTransactionEvent.js +0 -6
  330. package/dist/esm/models/SubUnit.js +0 -6
  331. package/dist/esm/models/Tag.js +0 -6
  332. package/dist/esm/models/Taxon.js +0 -6
  333. package/dist/esm/models/TaxonCensus.js +0 -6
  334. package/dist/esm/models/TaxonConcept.js +0 -6
  335. package/dist/esm/models/TaxonGroupIucnEditors.js +0 -6
  336. package/dist/esm/models/TaxonInteraction.js +0 -6
  337. package/dist/esm/models/TaxonSet.js +0 -6
  338. package/dist/esm/models/Transaction.js +0 -6
  339. package/dist/esm/models/TransactionEvent.js +0 -6
  340. package/dist/esm/models/TransactionItem.js +0 -6
  341. package/dist/esm/models/Translation.js +0 -6
  342. package/dist/esm/models/TypeSpecimen.js +0 -6
  343. package/dist/esm/models/Unit.js +0 -6
  344. package/dist/esm/models/UnitFact.js +0 -6
  345. package/dist/esm/models/UnitGathering.js +0 -6
  346. package/dist/esm/models/Validator.js +0 -6
  347. package/dist/esm/models/Video.js +0 -6
  348. package/dist/esm/models/index.js +0 -1
  349. package/dist/types/classes/AdministrativeStatus.d.ts +0 -5
  350. package/dist/types/classes/Agent.d.ts +0 -5
  351. package/dist/types/classes/Annotation.d.ts +54 -114
  352. package/dist/types/classes/AnnotationOccurrence.d.ts +0 -5
  353. package/dist/types/classes/Area.d.ts +12 -6
  354. package/dist/types/classes/Audio.d.ts +96 -11
  355. package/dist/types/classes/BibliographicResource.d.ts +0 -5
  356. package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +7 -6
  357. package/dist/types/classes/Branch.d.ts +0 -5
  358. package/dist/types/classes/Checklist.d.ts +0 -5
  359. package/dist/types/classes/ChecklistVersion.d.ts +0 -5
  360. package/dist/types/classes/Collection.d.ts +75 -13
  361. package/dist/types/classes/CompleteList.d.ts +7 -6
  362. package/dist/types/classes/Concept.d.ts +0 -5
  363. package/dist/types/classes/ContentContextDescription.d.ts +0 -5
  364. package/dist/types/classes/DataField.d.ts +0 -5
  365. package/dist/types/classes/Dataset.d.ts +5 -6
  366. package/dist/types/classes/DateRange.d.ts +0 -5
  367. package/dist/types/classes/Device.d.ts +0 -5
  368. package/dist/types/classes/DeviceIndividual.d.ts +0 -5
  369. package/dist/types/classes/Document.d.ts +102 -1761
  370. package/dist/types/classes/DownloadRequest.d.ts +0 -5
  371. package/dist/types/classes/Endangerment.d.ts +29 -6
  372. package/dist/types/classes/Event.d.ts +47 -7
  373. package/dist/types/classes/Field.d.ts +1 -156
  374. package/dist/types/classes/Fieldset.d.ts +0 -5
  375. package/dist/types/classes/Form.d.ts +28 -2521
  376. package/dist/types/classes/FormFooter.d.ts +0 -5
  377. package/dist/types/classes/FormInstructions.d.ts +0 -5
  378. package/dist/types/classes/FormNamedPlaceOptions.d.ts +0 -5
  379. package/dist/types/classes/FormOptions.d.ts +36 -2161
  380. package/dist/types/classes/FormPermission.d.ts +0 -5
  381. package/dist/types/classes/FormPermissionPerson.d.ts +0 -5
  382. package/dist/types/classes/FormPermissionSingle.d.ts +7 -6
  383. package/dist/types/classes/FormSeason.d.ts +0 -5
  384. package/dist/types/classes/Gathering.d.ts +320 -593
  385. package/dist/types/classes/GatheringEvent.d.ts +66 -115
  386. package/dist/types/classes/GatheringFact.d.ts +248 -29
  387. package/dist/types/classes/Habitat.d.ts +111 -7
  388. package/dist/types/classes/Identification.d.ts +111 -10
  389. package/dist/types/classes/Image.d.ts +96 -11
  390. package/dist/types/classes/Individual.d.ts +26 -6
  391. package/dist/types/classes/InformalTaxonGroup.d.ts +0 -5
  392. package/dist/types/classes/InformationSystem.d.ts +24 -8
  393. package/dist/types/classes/IucnRedListEvaluation.d.ts +232 -29
  394. package/dist/types/classes/IucnRedListEvaluationYear.d.ts +0 -5
  395. package/dist/types/classes/IucnRedListTaxonGroup.d.ts +0 -5
  396. package/dist/types/classes/Measurement.d.ts +0 -5
  397. package/dist/types/classes/Model.d.ts +96 -11
  398. package/dist/types/classes/Multimedia.d.ts +0 -5
  399. package/dist/types/classes/NamedPlace.d.ts +36 -3950
  400. package/dist/types/classes/News.d.ts +6 -6
  401. package/dist/types/classes/Notification.d.ts +8 -135
  402. package/dist/types/classes/Occurrence.d.ts +48 -6
  403. package/dist/types/classes/Organization.d.ts +6 -6
  404. package/dist/types/classes/Pdf.d.ts +33 -7
  405. package/dist/types/classes/Permit.d.ts +17 -7
  406. package/dist/types/classes/Person.d.ts +33 -8
  407. package/dist/types/classes/Pinkka.d.ts +0 -5
  408. package/dist/types/classes/Preparation.d.ts +37 -7
  409. package/dist/types/classes/Profile.d.ts +18 -11
  410. package/dist/types/classes/Publication.d.ts +0 -5
  411. package/dist/types/classes/RegionalStatus.d.ts +48 -6
  412. package/dist/types/classes/Reserve.d.ts +0 -5
  413. package/dist/types/classes/Sample.d.ts +143 -42
  414. package/dist/types/classes/SatelliteTrackingProject.d.ts +0 -5
  415. package/dist/types/classes/SpecimenTransaction.d.ts +59 -33
  416. package/dist/types/classes/SpecimenTransactionEvent.d.ts +5 -6
  417. package/dist/types/classes/SubUnit.d.ts +12 -6
  418. package/dist/types/classes/Tag.d.ts +29 -8
  419. package/dist/types/classes/Taxon.d.ts +375 -22
  420. package/dist/types/classes/TaxonCensus.d.ts +32 -7
  421. package/dist/types/classes/TaxonConcept.d.ts +0 -5
  422. package/dist/types/classes/TaxonGroupIucnEditors.d.ts +0 -5
  423. package/dist/types/classes/TaxonInteraction.d.ts +61 -8
  424. package/dist/types/classes/TaxonSet.d.ts +0 -5
  425. package/dist/types/classes/Transaction.d.ts +75 -28
  426. package/dist/types/classes/TransactionEvent.d.ts +17 -33
  427. package/dist/types/classes/TransactionItem.d.ts +13 -7
  428. package/dist/types/classes/Translation.d.ts +0 -5
  429. package/dist/types/classes/TypeSpecimen.d.ts +44 -8
  430. package/dist/types/classes/Unit.d.ts +617 -271
  431. package/dist/types/classes/UnitFact.d.ts +95 -15
  432. package/dist/types/classes/UnitGathering.d.ts +0 -5
  433. package/dist/types/classes/Validator.d.ts +0 -5
  434. package/dist/types/classes/Video.d.ts +96 -11
  435. package/dist/types/classes/index.d.ts +172 -86
  436. package/dist/types/models/AdministrativeStatus.d.ts +0 -5
  437. package/dist/types/models/Agent.d.ts +0 -5
  438. package/dist/types/models/Annotation.d.ts +16 -114
  439. package/dist/types/models/AnnotationOccurrence.d.ts +0 -5
  440. package/dist/types/models/Area.d.ts +2 -6
  441. package/dist/types/models/Audio.d.ts +12 -11
  442. package/dist/types/models/BibliographicResource.d.ts +0 -5
  443. package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +2 -6
  444. package/dist/types/models/Branch.d.ts +0 -5
  445. package/dist/types/models/Checklist.d.ts +0 -5
  446. package/dist/types/models/ChecklistVersion.d.ts +0 -5
  447. package/dist/types/models/Collection.d.ts +16 -13
  448. package/dist/types/models/CompleteList.d.ts +2 -6
  449. package/dist/types/models/Concept.d.ts +0 -5
  450. package/dist/types/models/ContentContextDescription.d.ts +0 -5
  451. package/dist/types/models/DataField.d.ts +0 -5
  452. package/dist/types/models/Dataset.d.ts +2 -6
  453. package/dist/types/models/DateRange.d.ts +0 -5
  454. package/dist/types/models/Device.d.ts +0 -5
  455. package/dist/types/models/DeviceIndividual.d.ts +0 -5
  456. package/dist/types/models/Document.d.ts +16 -1761
  457. package/dist/types/models/DownloadRequest.d.ts +0 -5
  458. package/dist/types/models/Endangerment.d.ts +2 -6
  459. package/dist/types/models/Event.d.ts +4 -7
  460. package/dist/types/models/Field.d.ts +1 -156
  461. package/dist/types/models/Fieldset.d.ts +0 -5
  462. package/dist/types/models/Form.d.ts +10 -2521
  463. package/dist/types/models/FormFooter.d.ts +0 -5
  464. package/dist/types/models/FormInstructions.d.ts +0 -5
  465. package/dist/types/models/FormNamedPlaceOptions.d.ts +0 -5
  466. package/dist/types/models/FormOptions.d.ts +16 -2161
  467. package/dist/types/models/FormPermission.d.ts +0 -5
  468. package/dist/types/models/FormPermissionPerson.d.ts +0 -5
  469. package/dist/types/models/FormPermissionSingle.d.ts +2 -6
  470. package/dist/types/models/FormSeason.d.ts +0 -5
  471. package/dist/types/models/Gathering.d.ts +32 -593
  472. package/dist/types/models/GatheringEvent.d.ts +16 -115
  473. package/dist/types/models/GatheringFact.d.ts +48 -29
  474. package/dist/types/models/Habitat.d.ts +4 -7
  475. package/dist/types/models/Identification.d.ts +10 -10
  476. package/dist/types/models/Image.d.ts +12 -11
  477. package/dist/types/models/Individual.d.ts +2 -6
  478. package/dist/types/models/InformalTaxonGroup.d.ts +0 -5
  479. package/dist/types/models/InformationSystem.d.ts +6 -8
  480. package/dist/types/models/IucnRedListEvaluation.d.ts +39 -29
  481. package/dist/types/models/IucnRedListEvaluationYear.d.ts +0 -5
  482. package/dist/types/models/IucnRedListTaxonGroup.d.ts +0 -5
  483. package/dist/types/models/Measurement.d.ts +0 -5
  484. package/dist/types/models/Model.d.ts +12 -11
  485. package/dist/types/models/Multimedia.d.ts +0 -5
  486. package/dist/types/models/NamedPlace.d.ts +13 -3950
  487. package/dist/types/models/News.d.ts +2 -6
  488. package/dist/types/models/Notification.d.ts +4 -135
  489. package/dist/types/models/Occurrence.d.ts +2 -6
  490. package/dist/types/models/Organization.d.ts +2 -6
  491. package/dist/types/models/Pdf.d.ts +4 -7
  492. package/dist/types/models/Permit.d.ts +4 -7
  493. package/dist/types/models/Person.d.ts +6 -8
  494. package/dist/types/models/Pinkka.d.ts +0 -5
  495. package/dist/types/models/Preparation.d.ts +4 -7
  496. package/dist/types/models/Profile.d.ts +6 -11
  497. package/dist/types/models/Publication.d.ts +0 -5
  498. package/dist/types/models/RegionalStatus.d.ts +2 -6
  499. package/dist/types/models/Reserve.d.ts +0 -5
  500. package/dist/types/models/Sample.d.ts +18 -42
  501. package/dist/types/models/SatelliteTrackingProject.d.ts +0 -5
  502. package/dist/types/models/SpecimenTransaction.d.ts +16 -33
  503. package/dist/types/models/SpecimenTransactionEvent.d.ts +2 -6
  504. package/dist/types/models/SubUnit.d.ts +2 -6
  505. package/dist/types/models/Tag.d.ts +6 -8
  506. package/dist/types/models/Taxon.d.ts +34 -22
  507. package/dist/types/models/TaxonCensus.d.ts +4 -7
  508. package/dist/types/models/TaxonConcept.d.ts +0 -5
  509. package/dist/types/models/TaxonGroupIucnEditors.d.ts +0 -5
  510. package/dist/types/models/TaxonInteraction.d.ts +6 -8
  511. package/dist/types/models/TaxonSet.d.ts +0 -5
  512. package/dist/types/models/Transaction.d.ts +18 -28
  513. package/dist/types/models/TransactionEvent.d.ts +6 -33
  514. package/dist/types/models/TransactionItem.d.ts +4 -7
  515. package/dist/types/models/Translation.d.ts +0 -5
  516. package/dist/types/models/TypeSpecimen.d.ts +6 -8
  517. package/dist/types/models/Unit.d.ts +76 -271
  518. package/dist/types/models/UnitFact.d.ts +20 -15
  519. package/dist/types/models/UnitGathering.d.ts +0 -5
  520. package/dist/types/models/Validator.d.ts +0 -5
  521. package/dist/types/models/Video.d.ts +12 -11
  522. package/dist/types/models/index.d.ts +0 -1
  523. package/package.json +1 -1
@@ -1,8 +1,31 @@
1
- /**
2
- * This file was automatically generated.
3
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
- * and run the command to regenerate this file.
5
- */
1
+ import { FormFooter } from './';
2
+ import { FormNamedPlaceOptions } from './';
3
+ import { Document } from './';
4
+ import { FormSeason } from './';
5
+ export declare enum PrintTypeEnum {
6
+ "empty" = "",
7
+ "printTypeLineTransect" = "MHL.printTypeLineTransect"
8
+ }
9
+ export declare enum RestrictAccessEnum {
10
+ "empty" = "",
11
+ "restrictAccessStrict" = "MHL.restrictAccessStrict",
12
+ "restrictAccessLoose" = "MHL.restrictAccessLoose"
13
+ }
14
+ export declare enum ResultServiceTypeEnum {
15
+ "empty" = "",
16
+ "resultServiceTypeLineTransect" = "MHL.resultServiceTypeLineTransect",
17
+ "resultServiceTypeNafi" = "MHL.resultServiceTypeNafi",
18
+ "resultServiceTypeBirdPointCount" = "MHL.resultServiceTypeBirdPointCount",
19
+ "resultServiceTypeWinterBirdCount" = "MHL.resultServiceTypeWinterBirdCount",
20
+ "resultServiceTypeSykeInsectProjects" = "MHL.resultServiceTypeSykeInsectProjects",
21
+ "resultServiceTypeInvasiveControl" = "MHL.resultServiceTypeInvasiveControl",
22
+ "resultServiceTypeCompleteLists" = "MHL.resultServiceTypeCompleteLists"
23
+ }
24
+ export declare enum ViewerTypeEnum {
25
+ "empty" = "",
26
+ "viewerTypeLineTransect" = "MHL.viewerTypeLineTransect",
27
+ "viewerTypeBirdPointCount" = "MHL.viewerTypeBirdPointCount"
28
+ }
6
29
  export declare class FormOptions {
7
30
  "@context"?: string;
8
31
  id?: string;
@@ -84,18 +107,7 @@ export declare class FormOptions {
84
107
  /**
85
108
  * Options for footer of the observation form
86
109
  */
87
- footer?: {
88
- /**
89
- * Text to show for footer
90
- */
91
- footerDescription?: string;
92
- /**
93
- * Key is an image URI, value is the URI of the page clicking the image opens
94
- */
95
- footerLogos?: {
96
- [k: string]: unknown | undefined;
97
- };
98
- };
110
+ footer?: FormFooter;
99
111
  /**
100
112
  * Label for the own submissions list at the header of document form
101
113
  */
@@ -135,169 +147,7 @@ export declare class FormOptions {
135
147
  * Form UI has a greeting page for convenient mobile usage
136
148
  */
137
149
  mobile?: boolean;
138
- namedPlaceOptions?: {
139
- /**
140
- * Named place viewer shows button to copy the URL for the named place viewer
141
- */
142
- adminShowCopyLink?: boolean;
143
- /**
144
- * Form users can create new named places for the form
145
- */
146
- allowAddingPublic?: boolean;
147
- /**
148
- * Help text for bird association filter
149
- */
150
- birdAssociationAreaHelp?: string;
151
- /**
152
- * Description shown at named place choose page. Allows HTML.
153
- */
154
- chooseDescription?: string;
155
- /**
156
- * The latest document is copied to named place's prepopulatedDocument. if documents date is same or after the current prepopulated document's date, or if prepopulated document doesn't have date. Date is checked from gatheringEvent or from gatherings
157
- */
158
- copyLatestDocumentToNamedPlace?: boolean;
159
- /**
160
- * Description shown above named place form when creating new named place. Allows HTML.
161
- */
162
- createDescription?: string;
163
- /**
164
- * Label for new named place creation button at named place choose page
165
- */
166
- createNewButtonLabel?: string;
167
- /**
168
- * Label for text before new named place creation button at named place choose page
169
- */
170
- createNewButtonPrependingTextLabel?: string;
171
- /**
172
- * Theme own submissions page uses local document viewer (that shows more accurate data)
173
- */
174
- documentListUseLocalDocumentViewer?: boolean;
175
- /**
176
- * Forces local document viewer to show these fields
177
- */
178
- documentViewerForcedFields?: string[];
179
- /**
180
- * The path of geometry that document viewer should show
181
- */
182
- documentViewerGatheringGeometryJSONPath?: string[];
183
- /**
184
- * Document viewer zooms to data instead of locked zoom level
185
- */
186
- documentViewerZoomToData?: boolean;
187
- /**
188
- * Admin label for named place viewer's document list
189
- */
190
- earlierLabel?: string;
191
- /**
192
- * Description shown at top of page when editing named place
193
- */
194
- editDescription?: string;
195
- /**
196
- * The named place UI allows filtering by bird association area
197
- */
198
- filterByBirdAssociationArea?: boolean;
199
- /**
200
- * The named place UI allows filtering by municipality
201
- */
202
- filterByMunicipality?: boolean;
203
- /**
204
- * The named place UI allows filtering by tags
205
- */
206
- filterByTags?: boolean;
207
- /**
208
- * When recording a document for a named place, the named place's data of these fields will be shown at the top of the page (defaults to ["alternativeIDs", "name", "municipality"]
209
- */
210
- headerFields?: string[];
211
- /**
212
- * On named place chooser view, map tab is hidden
213
- */
214
- hideMapTab?: boolean;
215
- /**
216
- * Named places will be fetched with units included (hard coded to work only for HR.2049)
217
- */
218
- includeUnits?: boolean;
219
- /**
220
- * Fields that named place viewer shows (if not defined will be digged from uiSchema["ui:options"].fieldsScopes[form collectionID])
221
- */
222
- infoFields?: string[];
223
- /**
224
- * Label for named place viewer last census
225
- */
226
- lastCensusLabel?: string;
227
- /**
228
- * Overrides labels for named place list column headers
229
- */
230
- listColumnNameMapping?: {
231
- [k: string]: string | undefined;
232
- };
233
- /**
234
- * List of columns visible in the list view
235
- */
236
- listColumns?: string[];
237
- listColumnsMultisort?: boolean;
238
- /**
239
- * Label for named place chooser list tab
240
- */
241
- listLabel?: string;
242
- mapCluster?: boolean;
243
- /**
244
- * Overlays that named place chooser map should show
245
- */
246
- mapOverlayNames?: string[];
247
- /**
248
- * Tilelayer name that named place chooser map should show
249
- */
250
- mapTileLayerName?: string;
251
- /**
252
- * User label for named place viewer's document list
253
- */
254
- myEarlierLabel?: string;
255
- /**
256
- * Form ID of named place form (defaults to MHL.36)
257
- */
258
- namedPlaceFormID?: string;
259
- /**
260
- * Fields that named places list shows.
261
- */
262
- namedPlaceList?: string[];
263
- /**
264
- * When a new named place is created, the prepopulatedDocument will be populated according to this.
265
- */
266
- prepopulatedDocumentFields?: {
267
- [k: string]: unknown | undefined;
268
- };
269
- /**
270
- * Label for print button of named place viewer
271
- */
272
- printLabel?: string;
273
- releaseLabel?: string;
274
- reservableLabel?: string;
275
- /**
276
- * Places are reservable if defined. Value defines when the reservation should expire in ISO-8601. Example: ${year}-10-12
277
- */
278
- reservationUntil?: string;
279
- reservedLabel?: string;
280
- /**
281
- * Named place list shows legend for the row colors
282
- */
283
- showLegendList?: boolean;
284
- /**
285
- * Named place chooser view starts with map tab instead of list
286
- */
287
- startWithMap?: boolean;
288
- /**
289
- * Instead of populating observation form with prepopulatedDocument, it is populated with acceptedDocument. Admin can change the acceptedDocument from observation list
290
- */
291
- useAcceptedDocument?: boolean;
292
- /**
293
- * Named place viewer label for button for recording new observation
294
- */
295
- useLabel?: string;
296
- /**
297
- * Named place chooser map is initialized with data fitted in view.
298
- */
299
- zoomToData?: boolean;
300
- };
150
+ namedPlaceOptions?: FormNamedPlaceOptions;
301
151
  /**
302
152
  * The title label for theme form sidebar
303
153
  */
@@ -327,1979 +177,13 @@ export declare class FormOptions {
327
177
  /**
328
178
  * Initial document data
329
179
  */
330
- prepopulatedDocument?: {
331
- id?: string;
332
- "@type"?: string;
333
- "@context"?: string;
334
- /**
335
- * Secure level (salaus-/karkeistustaso) for the data
336
- */
337
- secureLevel?: "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
338
- /**
339
- * Leave empty if no sample taken, or if the sample is recorded separately
340
- */
341
- DNASampleLocation?: string;
342
- /**
343
- * IPEN Number for the accession
344
- */
345
- IPEN?: string;
346
- /**
347
- * URL where more information is available about the specimen
348
- */
349
- URL?: string;
350
- acknowledgedWarnings?: {
351
- [k: string]: unknown | undefined;
352
- }[];
353
- /**
354
- * From who/where the specimen was acquired (if not recorded as a transaction)
355
- */
356
- acquiredFrom?: string;
357
- /**
358
- * Organization where the accession was acquired from. If the organization is not on the list, add it first.
359
- */
360
- acquiredFromOrganization?: string;
361
- /**
362
- * Date (d.m.yyyy) or year (yyyy) on which the specimen was acquired to the collection. Empty means an old specimen acquired on an unknown date.
363
- */
364
- acquisitionDate?: string;
365
- /**
366
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
367
- */
368
- additionalIDs?: string[];
369
- /**
370
- * BOLD identifier, usually BOLD Sample ID. You can include additonal comment by separating them with colon, e.g. "AY123456:comments here"
371
- */
372
- bold?: string[];
373
- caption?: string;
374
- /**
375
- * Clad book id number or such
376
- */
377
- cladBookID?: string;
378
- /**
379
- * Clad specimen id: usually color description and a number
380
- */
381
- cladSpecimenID?: string;
382
- /**
383
- * Verbatim specimen data from clad book
384
- */
385
- cladVerbatim?: string;
386
- /**
387
- * The collection which this specimen belongs to
388
- */
389
- collectionID?: string;
390
- /**
391
- * Notes on the defects of the specimen (missing parts or such). Empty value means same as "good" or "hyvä" - that there is nothing special to mention about the condition.
392
- */
393
- condition?: string;
394
- /**
395
- * Annuality/perenniality or other specialities about cultivation in our conditions.
396
- */
397
- cultivationInformation?: string;
398
- dataOrigin?: ("" | "MY.dataOriginPaperForm" | "MY.dataOriginWebForm" | "MY.dataOriginSpreadsheetFile")[];
399
- /**
400
- * Where the data about this specimen or observation is from, in addition to labels. Eg. reference to a publication, field notes or an expedition.
401
- */
402
- dataSource?: string;
403
- /**
404
- * The tags this specimen has
405
- */
406
- datasetID?: string[];
407
- datatype?: string;
408
- deviceID?: string;
409
- /**
410
- * Location of the specimen so that museum personnel can find it. E.g. taxon under which it is stored (if not clear from the identification), or shelf number
411
- */
412
- documentLocation?: string;
413
- /**
414
- * Description where duplicates (specimens of the same individual) are located or have been sent to and by which ID's.
415
- */
416
- duplicatesIn?: string;
417
- /**
418
- * Reason for this edit or notes about it.
419
- */
420
- editNotes?: string;
421
- editor?: string;
422
- /**
423
- * Date the data was first transcribed into electronic format or paper registry
424
- */
425
- entered?: string;
426
- /**
427
- * Free-text diary-style information about what has been done to the specimen and when.
428
- */
429
- event?: string[];
430
- /**
431
- * Name of the exsiccatum this specimen belongs to and possible exsiccatum number.
432
- */
433
- exsiccatum?: string;
434
- /**
435
- * Id of the form that was used for the document
436
- */
437
- formID?: string;
438
- gatheringEvent?: {
439
- id?: string;
440
- "@type"?: string;
441
- "@context"?: string;
442
- acknowledgeNoUnitsInCensus?: boolean;
443
- artificialLight?: "" | "MY.artificialLightEnum1" | "MY.artificialLightEnum2" | "MY.artificialLightEnum3" | "MY.artificialLightEnum4" | "MY.artificialLightEnum5";
444
- breaksDuringCensusInMinutes?: number;
445
- censusHinderedByEnviromentalFactors?: boolean;
446
- censusHinderedByFog?: boolean;
447
- censusHinderedByRain?: boolean;
448
- censusHinderedByWind?: boolean;
449
- censusPrematurelyAborted?: boolean;
450
- cloudCover?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
451
- cloudCoverEnd?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
452
- cloudCoverStart?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
453
- completeList?: {
454
- completeListTaxonID?: string;
455
- completeListType?: "" | "MY.completeListTypeCompleteWithBreedingStatus" | "MY.completeListTypeComplete" | "MY.completeListTypeIncomplete";
456
- };
457
- dateBegin?: string;
458
- dateEnd?: string;
459
- gatheringFact?: {
460
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
461
- binocularsUsed?: boolean;
462
- censusAreaHectares?: number;
463
- invasiveControlOtherExpensesInEuros?: number;
464
- invasiveControlWorkHours?: number;
465
- lineTransectSegmentCounted?: boolean;
466
- lineTransectSegmentMetersEnd?: number;
467
- lineTransectSegmentMetersStart?: number;
468
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
469
- lolifeSiteClassificationComments?: string;
470
- observedAreaHectares?: number;
471
- pointCountHabitat?: "" | "MY.pointCountHabitat0" | "MY.pointCountHabitat1" | "MY.pointCountHabitat2" | "MY.pointCountHabitat3" | "MY.pointCountHabitat4" | "MY.pointCountHabitat5" | "MY.pointCountHabitat6" | "MY.pointCountHabitat7" | "MY.pointCountHabitat8" | "MY.pointCountHabitat9" | "MY.pointCountHabitat10" | "MY.pointCountHabitat11" | "MY.pointCountHabitat12" | "MY.pointCountHabitat13" | "MY.pointCountHabitat14" | "MY.pointCountHabitat15" | "MY.pointCountHabitat16" | "MY.pointCountHabitat17";
472
- shorelineLengthMeters?: number;
473
- spottingScopeUsed?: boolean;
474
- sunniness?: number;
475
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
476
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
477
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
478
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
479
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
480
- ykjSquareNumber?: string;
481
- ACAFLAonAlder?: number;
482
- ACAFLAonBirch?: number;
483
- ACAFLAonGround?: number;
484
- ACAFLAonPine?: number;
485
- ACAFLAonSpruce?: number;
486
- CARSPIonAlder?: number;
487
- CARSPIonBirch?: number;
488
- CARSPIonGround?: number;
489
- CARSPIonPine?: number;
490
- CARSPIonSpruce?: number;
491
- LOXIAonAlder?: number;
492
- LOXIAonBirch?: number;
493
- LOXIAonGround?: number;
494
- LOXIAonPine?: number;
495
- LOXIAonSpruce?: number;
496
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
497
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
498
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
499
- birdFeederCount?: number;
500
- birdFeederCountBiotopeA?: number;
501
- birdFeederCountBiotopeB?: number;
502
- birdFeederCountBiotopeC?: number;
503
- birdFeederCountBiotopeD?: number;
504
- birdFeederCountBiotopeE?: number;
505
- birdFeederCountBiotopeF?: number;
506
- birdFeederCountBiotopeG?: number;
507
- birdFeederCountBiotopeH?: number;
508
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
509
- descriptionBiotopeF?: string;
510
- feedingStationCount?: number;
511
- feedingStationCountBiotopeA?: number;
512
- feedingStationCountBiotopeB?: number;
513
- feedingStationCountBiotopeC?: number;
514
- feedingStationCountBiotopeD?: number;
515
- feedingStationCountBiotopeE?: number;
516
- feedingStationCountBiotopeF?: number;
517
- feedingStationCountBiotopeG?: number;
518
- feedingStationCountBiotopeH?: number;
519
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
520
- meanTemperature?: number;
521
- observerCount?: number;
522
- observerID?: number;
523
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
524
- routeID?: number;
525
- routeLength?: number;
526
- routeLengthBiotopeA?: number;
527
- routeLengthBiotopeB?: number;
528
- routeLengthBiotopeC?: number;
529
- routeLengthBiotopeD?: number;
530
- routeLengthBiotopeE?: number;
531
- routeLengthBiotopeF?: number;
532
- routeLengthBiotopeG?: number;
533
- routeLengthBiotopeH?: number;
534
- routeLengthChange?: number;
535
- routeLengthChangeBiotopeA?: number;
536
- routeLengthChangeBiotopeB?: number;
537
- routeLengthChangeBiotopeC?: number;
538
- routeLengthChangeBiotopeD?: number;
539
- routeLengthChangeBiotopeE?: number;
540
- routeLengthChangeBiotopeF?: number;
541
- routeLengthChangeBiotopeG?: number;
542
- routeLengthChangeBiotopeH?: number;
543
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
544
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
545
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
546
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
547
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
548
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
549
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
550
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
551
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
552
- wayOfTravelNotes?: string;
553
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
554
- };
555
- geometry?: {
556
- [k: string]: unknown | undefined;
557
- };
558
- gpsUsed?: boolean;
559
- /**
560
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
561
- */
562
- leg?: string[];
563
- legPublic?: boolean;
564
- /**
565
- * Alkuperäislähteen käyttäjätunnus
566
- */
567
- legUserID?: string[];
568
- namedPlaceNotes?: string;
569
- nextMonitoringYear?: number;
570
- /**
571
- * Additional information to the data in each section.
572
- */
573
- notes?: string;
574
- rainIntensity?: "" | "MY.rainIntensityEnumNoRain" | "MY.rainIntensityEnumLightRain" | "MY.rainIntensityEnumModerateRain" | "MY.rainIntensityEnumHeavyRain" | "MY.rainIntensityEnumTorrentialRain";
575
- routeDirectionAdhered?: boolean;
576
- spottingScopeUsed?: boolean;
577
- startDistanceFromNECorner?: string;
578
- startPointDeviation?: number;
579
- taxonCensus?: {
580
- censusTaxonID?: string;
581
- censusTaxonSetID?: "" | "MX.taxonSetSykeButterflyCensusPapilionoidea" | "MX.taxonSetSykeButterflyCensusOther" | "MX.taxonSetWaterbirdWaterbirds" | "MX.taxonSetWaterbirdWaders" | "MX.taxonSetWaterbirdGulls" | "MX.taxonSetWaterbirdPasserines" | "MX.taxonSetWaterbirdAmphibia" | "MX.taxonSetSykeBumblebee" | "MVL.1201" | "MX.taxonSetSykeBumblebeeOther" | "MX.taxonSetBirdAtlasCommon" | "MX.taxonSetBiomonCompleteListOdonata" | "MX.taxonSetBiomonCompleteListButterflies" | "MX.taxonSetBiomonCompleteListMoths" | "MX.taxonSetBiomonCompleteListBombus" | "MX.taxonSetBiomonCompleteListAmphibiaReptilia" | "MX.taxonSetBiomonCompleteListLargeFlowers" | "MX.taxonSetBiomonCompleteListSubarcticPlants" | "MX.taxonSetBiomonCompleteListMacrolichens" | "MX.taxonSetBiomonCompleteListBracketFungi" | "MX.taxonSetBiomonCompleteListPracticalFungi" | "MX.taxonSetSykeMacrozoobenthos";
582
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
583
- }[];
584
- temperature?: number;
585
- temperatureEnd?: number;
586
- temperatureStart?: number;
587
- timeEnd?: string;
588
- timeStart?: string;
589
- };
590
- /**
591
- * Genbank identifier. You can include additonal comment by separating them with colon, e.g. "AY123456:comments here"
592
- */
593
- genbank?: string[];
594
- hasGathering?: string[];
595
- isTemplate?: boolean;
596
- keywords?: string[];
597
- /**
598
- * All text from labels word-for-word, including spelling errors. Separate each label on its own row, starting from topmost label.
599
- */
600
- labelsVerbatim?: string;
601
- /**
602
- * Language the data is (mainly) written in, if applicable.
603
- */
604
- language?: string;
605
- /**
606
- * Collecting number (field identifier, keruunumero) for the specimen
607
- */
608
- legID?: string;
609
- locked?: boolean;
610
- namedPlaceID?: string;
611
- /**
612
- * Additional information to the data in each section.
613
- */
614
- notes?: string;
615
- /**
616
- * Original catalogue number or other original identifier of the specimen. E.g. H9000000
617
- */
618
- originalSpecimenID?: string;
619
- /**
620
- * Garden area where this accession is planned to be located.
621
- */
622
- plannedLocation?: string;
623
- /**
624
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
625
- */
626
- preservation?: ("" | "MY.preservationPressed" | "MY.preservationDry" | "MY.preservationCriticalPointDrying" | "MY.preservationPinned" | "MY.preservationGlued" | "MY.preservationLiquid" | "MY.preservationEthanol" | "MY.preservationEthanolPure" | "MY.preservationEthanol70" | "MY.preservationEthanol80" | "MY.preservationEthanol80Pure" | "MY.preservationEthanol96" | "MY.preservationEthanolDenatured" | "MY.preservationEthanolFormalin" | "MY.preservationEthanolExFormalin" | "MY.preservationFormalin" | "MY.preservationBouinSolution" | "MY.preservationPampelsFluid" | "MY.preservationGlycerol" | "MY.preservationParaffin" | "MY.preservationMercuricChloride" | "MY.preservationCryopreserved" | "MY.preservationFrozen" | "MY.preservationFrozenMinus80C" | "MY.preservationFreezeDried" | "MY.preservationGoldPlated" | "MY.preservationActiveCulture" | "MY.preservationLiving" | "MY.preservationSlide" | "MY.preservationSlideCanadaBalsam" | "MY.preservationSlideEuparal" | "MY.preservationSlidePolyviol" | "MY.preservationStuffed" | "MY.preservationCast" | "MY.preservationPlastinated" | "MY.preservationFrozenMinus80CAndEthanolMinus20C")[];
627
- /**
628
- * Location of the primary data if not Kotka.
629
- */
630
- primaryDataLocation?: string;
631
- /**
632
- * Notes shown within the system for users signed in but not shown publicly anywhere. Use only for notes that absolutely need to be hidden from public view.
633
- */
634
- privateNotes?: string;
635
- /**
636
- * Publication references or doi's that refer to this specimen
637
- */
638
- publication?: string[];
639
- /**
640
- * Relationship to another taxon OR specimen. Choose relationship type as prefix and give taxon name or specimen identifier thereafter, e.g. "parasite: Parasiticus specius" OR "host:http://tun.fi/JAA.123"
641
- */
642
- relationship?: string[];
643
- /**
644
- * The history of the specimen, for example how it was acquired or in which museums it has been before.
645
- */
646
- sampleHistory?: string;
647
- /**
648
- * ID of the specimen from which this has been separated
649
- */
650
- separatedFrom?: string;
651
- /**
652
- * ID's of those new specimens that have been separated from this specimen
653
- */
654
- separatedTo?: string[];
655
- serialNumber?: string;
656
- sourceID?: string;
657
- /**
658
- * Empty value means same as "ok" - that there is not anything special about the status of the specimen.
659
- */
660
- status?: "" | "MY.statusOk" | "MY.statusMissing" | "MY.statusUnrecoverable" | "MY.statusLost" | "MY.statusDonated" | "MY.statusDeposited" | "MY.statusDeaccessioned" | "MY.statusDiscarded" | "MY.statusSpent" | "MY.statusDestroyed" | "MY.statusUndefined" | "MY.statusAxenic" | "MY.statusNonAxenic" | "MY.statusNotAvailable" | "MY.statusDead" | "MY.statusNoVoucherRetained";
661
- temp?: boolean;
662
- templateDescription?: string;
663
- templateName?: string;
664
- /**
665
- * Additional information regarding the data entry or transcription process, e.g. unclarities, explanations for interpretations,
666
- */
667
- transcriberNotes?: string;
668
- /**
669
- * Common name of agreement concerning the transfer, if any.
670
- */
671
- transferAgreement?: string;
672
- /**
673
- * List of those fields that contain unreliable data. The list is created automatically.
674
- */
675
- unreliableFields?: string;
676
- /**
677
- * Information about the quality of the specimen data. Possible to select several.
678
- */
679
- verificationStatus?: ("" | "MY.verificationStatusOk" | "MY.verificationStatusVerify" | "MY.verificationStatusComplete" | "MY.verificationStatusGeoreference" | "MY.verificationStatusDet" | "MY.verificationStatusCheckID" | "MY.verificationStatusVerifyCoordinates")[];
680
- /**
681
- * Identifier of the herbarium voucher specimen or information about it if the identifier is unknown.
682
- */
683
- voucherSpecimenID?: string;
684
- creator?: string;
685
- dateCreated?: string;
686
- dateEdited?: string;
687
- editors?: string[];
688
- images?: string[];
689
- /**
690
- * Team or organisation that owns the record and can edit it.
691
- */
692
- owner?: string;
693
- /**
694
- * PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
695
- */
696
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
697
- scheduledForDeletion?: boolean;
698
- gatherings: [
699
- {
700
- id?: string;
701
- "@type"?: string;
702
- "@context"?: string;
703
- /**
704
- * AFE grid name
705
- */
706
- AFEQuadrat?: string;
707
- /**
708
- * UTM grid name
709
- */
710
- UTMQuadrat?: string;
711
- acknowledgeNoUnitsInCensus?: boolean;
712
- /**
713
- * Regions, rayons, provinces and other administrative areas. Separate multiple names with commas, from generic to specific. (E.g. Etelä-Suomen lääni, Uusimaa)
714
- */
715
- administrativeProvince?: string;
716
- /**
717
- * Altitude form sea level in meters, single value or range (E.g. 90, or 80-100). No GPS altitude here.
718
- */
719
- alt?: string;
720
- areaDetail?: string;
721
- /**
722
- * Write associated observation taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type observation.
723
- */
724
- associatedObservationTaxa?: string;
725
- /**
726
- * Write associated specimen taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type Preserved specimen.
727
- */
728
- associatedSpecimenTaxa?: string;
729
- /**
730
- * Bat habitat
731
- */
732
- batHabitat?: ("" | "MY.batHabitatYardCityCentre" | "MY.batHabitatYardSuburbs" | "MY.batHabitatYardRural" | "MY.batHabitatRoadSide" | "MY.batHabitatStandOfTreesCloseToBuildings" | "MY.batHabitatParkWIthFewTrees" | "MY.batHabitatParkAbundantInTrees" | "MY.batHabitatSparseForest" | "MY.batHabitatDenseForest" | "MY.batHabitatEdgeOfShoreCoppice" | "MY.batHabitatLakeShore" | "MY.batHabitatSeaShore" | "MY.batHabitatArchipelago" | "MY.batHabitatStreamOrRiverBank" | "MY.batHabitatOldBuildingOrRuins" | "MY.batHabitatCountryside")[];
733
- binocularsUsed?: boolean;
734
- /**
735
- * Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
736
- */
737
- biologicalProvince?: string;
738
- censusHinderedByEnviromentalFactors?: boolean;
739
- censusHinderedByFog?: boolean;
740
- censusHinderedByRain?: boolean;
741
- censusHinderedByWind?: boolean;
742
- /**
743
- * Name of an expedition or such.
744
- */
745
- collectingEventName?: string;
746
- controlActivitiesNotes?: string;
747
- /**
748
- * Free-text notes about the coordinates.
749
- */
750
- coordinateNotes?: string;
751
- /**
752
- * Maximum error of coordinates in meters
753
- */
754
- coordinateRadius?: string;
755
- /**
756
- * Use for NEW SPECIMENS: Where the coordinates have been acquired
757
- */
758
- coordinateSource?: "" | "MY.coordinateSourceGps" | "MY.coordinateSourcePeruskartta" | "MY.coordinateSourcePapermap" | "MY.coordinateSourceKotkamap" | "MY.coordinateSourceKarttapaikka" | "MY.coordinateSourceRetkikartta" | "MY.coordinateSourceGoogle" | "MY.coordinateSourceOther" | "MY.coordinateSourceUnknown";
759
- /**
760
- * More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
761
- */
762
- coordinateSystem?: "" | "MY.coordinateSystemYkj" | "MY.coordinateSystemWgs84" | "MY.coordinateSystemWgs84dms" | "MY.coordinateSystemKkj" | "MY.coordinateSystemEtrs-tm35fin" | "MY.coordinateSystemDd" | "MY.coordinateSystemDms";
763
- coordinatesGridYKJ?: string;
764
- /**
765
- * Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
766
- */
767
- coordinatesVerbatim?: string;
768
- /**
769
- * Country name in English, or 2-letter country code, or name from label
770
- */
771
- country?: string;
772
- /**
773
- * County (piirikunta, kreivikunta etc.)
774
- */
775
- county?: string;
776
- dateBegin?: string;
777
- dateEnd?: string;
778
- /**
779
- * Date just as it appears on the label or other original source, no interpretation, errors and all
780
- */
781
- dateVerbatim?: string;
782
- /**
783
- * Depth in meters, single value or range (E.g. 0.9, or 0.8-1.0)
784
- */
785
- depth?: string;
786
- dynamicProperties?: string;
787
- eventDate?: string;
788
- /**
789
- * Finnish forest vegetation zone
790
- */
791
- forestVegetationZone?: "" | "MY.forestVegetationZone1a" | "MY.forestVegetationZone1b" | "MY.forestVegetationZone2a" | "MY.forestVegetationZone2b" | "MY.forestVegetationZone3a" | "MY.forestVegetationZone3b" | "MY.forestVegetationZone3c" | "MY.forestVegetationZone4a" | "MY.forestVegetationZone4b" | "MY.forestVegetationZone4c" | "MY.forestVegetationZone4d";
792
- gatheringFact?: {
793
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
794
- binocularsUsed?: boolean;
795
- censusAreaHectares?: number;
796
- invasiveControlOtherExpensesInEuros?: number;
797
- invasiveControlWorkHours?: number;
798
- lineTransectSegmentCounted?: boolean;
799
- lineTransectSegmentMetersEnd?: number;
800
- lineTransectSegmentMetersStart?: number;
801
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
802
- lolifeSiteClassificationComments?: string;
803
- observedAreaHectares?: number;
804
- pointCountHabitat?: "" | "MY.pointCountHabitat0" | "MY.pointCountHabitat1" | "MY.pointCountHabitat2" | "MY.pointCountHabitat3" | "MY.pointCountHabitat4" | "MY.pointCountHabitat5" | "MY.pointCountHabitat6" | "MY.pointCountHabitat7" | "MY.pointCountHabitat8" | "MY.pointCountHabitat9" | "MY.pointCountHabitat10" | "MY.pointCountHabitat11" | "MY.pointCountHabitat12" | "MY.pointCountHabitat13" | "MY.pointCountHabitat14" | "MY.pointCountHabitat15" | "MY.pointCountHabitat16" | "MY.pointCountHabitat17";
805
- shorelineLengthMeters?: number;
806
- spottingScopeUsed?: boolean;
807
- sunniness?: number;
808
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
809
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
810
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
811
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
812
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
813
- ykjSquareNumber?: string;
814
- ACAFLAonAlder?: number;
815
- ACAFLAonBirch?: number;
816
- ACAFLAonGround?: number;
817
- ACAFLAonPine?: number;
818
- ACAFLAonSpruce?: number;
819
- CARSPIonAlder?: number;
820
- CARSPIonBirch?: number;
821
- CARSPIonGround?: number;
822
- CARSPIonPine?: number;
823
- CARSPIonSpruce?: number;
824
- LOXIAonAlder?: number;
825
- LOXIAonBirch?: number;
826
- LOXIAonGround?: number;
827
- LOXIAonPine?: number;
828
- LOXIAonSpruce?: number;
829
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
830
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
831
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
832
- birdFeederCount?: number;
833
- birdFeederCountBiotopeA?: number;
834
- birdFeederCountBiotopeB?: number;
835
- birdFeederCountBiotopeC?: number;
836
- birdFeederCountBiotopeD?: number;
837
- birdFeederCountBiotopeE?: number;
838
- birdFeederCountBiotopeF?: number;
839
- birdFeederCountBiotopeG?: number;
840
- birdFeederCountBiotopeH?: number;
841
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
842
- descriptionBiotopeF?: string;
843
- feedingStationCount?: number;
844
- feedingStationCountBiotopeA?: number;
845
- feedingStationCountBiotopeB?: number;
846
- feedingStationCountBiotopeC?: number;
847
- feedingStationCountBiotopeD?: number;
848
- feedingStationCountBiotopeE?: number;
849
- feedingStationCountBiotopeF?: number;
850
- feedingStationCountBiotopeG?: number;
851
- feedingStationCountBiotopeH?: number;
852
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
853
- meanTemperature?: number;
854
- observerCount?: number;
855
- observerID?: number;
856
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
857
- routeID?: number;
858
- routeLength?: number;
859
- routeLengthBiotopeA?: number;
860
- routeLengthBiotopeB?: number;
861
- routeLengthBiotopeC?: number;
862
- routeLengthBiotopeD?: number;
863
- routeLengthBiotopeE?: number;
864
- routeLengthBiotopeF?: number;
865
- routeLengthBiotopeG?: number;
866
- routeLengthBiotopeH?: number;
867
- routeLengthChange?: number;
868
- routeLengthChangeBiotopeA?: number;
869
- routeLengthChangeBiotopeB?: number;
870
- routeLengthChangeBiotopeC?: number;
871
- routeLengthChangeBiotopeD?: number;
872
- routeLengthChangeBiotopeE?: number;
873
- routeLengthChangeBiotopeF?: number;
874
- routeLengthChangeBiotopeG?: number;
875
- routeLengthChangeBiotopeH?: number;
876
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
877
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
878
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
879
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
880
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
881
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
882
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
883
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
884
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
885
- wayOfTravelNotes?: string;
886
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
887
- };
888
- gatheringType?: "" | "MY.gatheringTypeForagingArea" | "MY.gatheringTypeBreedingAndRestingArea" | "MY.gatheringTypeCavityTree" | "MY.gatheringTypeDroppingsTree" | "MY.gatheringTypeNestTree" | "MY.gatheringTypeLolifeAccess" | "MY.gatheringTypeLolifeCoreZone" | "MY.gatheringTypeLolifeHabitatZone" | "MY.gatheringTypeLolifeApplicableZone" | "MY.gatheringTypeWaterbirdPoint" | "MY.gatheringTypeWaterbirdRound";
889
- geometry?: {
890
- [k: string]: unknown | undefined;
891
- };
892
- /**
893
- * Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
894
- */
895
- georeferenceSource?: "" | "MY.georeferenceSourceKotka" | "MY.georeferenceSourceKarttapaikka" | "MY.georeferenceSourcePaikkatietoikkuna" | "MY.georeferenceSourceKarjalankartat" | "MY.georeferenceSourceRetkikartta" | "MY.georeferenceSourceGoogle" | "MY.georeferenceSourcePeruskartta" | "MY.georeferenceSourcePapermap" | "MY.georeferenceSourceOtherpaper" | "MY.georeferenceSourceOtherweb" | "MY.georeferenceSourceCatalogue" | "MY.georeferenceSourceBiogeomancer" | "MY.georeferenceSourceGeolocate" | "MY.georeferenceSourceOther" | "MY.georeferenceSourceUnknown";
896
- habitat?: ("" | "MY.habitatEnumValue1" | "MY.habitatEnumValue2" | "MY.habitatEnumValue3" | "MY.habitatEnumValue4" | "MY.habitatEnumValue5" | "MY.habitatEnumValue6" | "MY.habitatEnumValue7" | "MY.habitatEnumValue8" | "MY.habitatEnumValue9" | "MY.habitatEnumValue10" | "MY.habitatEnumValue11" | "MY.habitatEnumValue12" | "MY.habitatEnumValue13" | "MY.habitatEnumValue14" | "MY.habitatEnumValue15" | "MY.habitatEnumValue16" | "MY.habitatEnumValue17" | "MY.habitatEnumValue18" | "MY.habitatEnumValue19" | "MY.habitatEnumValue20" | "MY.habitatEnumValue21" | "MY.habitatEnumValue22" | "MY.habitatEnumValue23" | "MY.habitatEnumValue24" | "MY.habitatEnumValue25" | "MY.habitatEnumValue26" | "MY.habitatEnumValue27" | "MY.habitatEnumValue28" | "MY.habitatEnumValue29" | "MY.habitatEnumValue30" | "MY.habitatEnumValue31" | "MY.habitatEnumValue32" | "MY.habitatEnumValue33" | "MY.habitatEnumValue34" | "MY.habitatEnumValue35" | "MY.habitatEnumValue36" | "MY.habitatEnumValue87" | "MY.habitatEnumValue37" | "MY.habitatEnumValue38" | "MY.habitatEnumValue39" | "MY.habitatEnumValue40" | "MY.habitatEnumValue41" | "MY.habitatEnumValue42" | "MY.habitatEnumValue43" | "MY.habitatEnumValue44" | "MY.habitatEnumValue45" | "MY.habitatEnumValue46" | "MY.habitatEnumValue47" | "MY.habitatEnumValue48" | "MY.habitatEnumValue49" | "MY.habitatEnumValue50" | "MY.habitatEnumValue51" | "MY.habitatEnumValue52" | "MY.habitatEnumValue53" | "MY.habitatEnumValue54" | "MY.habitatEnumValue55" | "MY.habitatEnumValue56" | "MY.habitatEnumValue57" | "MY.habitatEnumValue58" | "MY.habitatEnumValue59" | "MY.habitatEnumValue60" | "MY.habitatEnumValue61" | "MY.habitatEnumValue62" | "MY.habitatEnumValue63" | "MY.habitatEnumValue64" | "MY.habitatEnumValue65" | "MY.habitatEnumValue66" | "MY.habitatEnumValue67" | "MY.habitatEnumValue68" | "MY.habitatEnumValue69" | "MY.habitatEnumValue70" | "MY.habitatEnumValue71" | "MY.habitatEnumValue72" | "MY.habitatEnumValue73" | "MY.habitatEnumValue74" | "MY.habitatEnumValue75" | "MY.habitatEnumValue76" | "MY.habitatEnumValue77" | "MY.habitatEnumValue78" | "MY.habitatEnumValue79" | "MY.habitatEnumValue80" | "MY.habitatEnumValue81" | "MY.habitatEnumValue82" | "MY.habitatEnumValue83" | "MY.habitatEnumValue84" | "MY.habitatEnumValue85" | "MY.habitatEnumValue86" | "MY.habitatEnumValue88" | "MY.habitatEnumValue89" | "MY.habitatEnumValue90" | "MY.habitatEnumValue91" | "MY.habitatEnumValue92" | "MY.habitatEnumValue93" | "MY.habitatEnumValue94")[];
897
- habitatAttributes?: ("" | "MY.habitatAttributesEnumValue1" | "MY.habitatAttributesEnumValue2" | "MY.habitatAttributesEnumValue3" | "MY.habitatAttributesEnumValue4" | "MY.habitatAttributesEnumValue5" | "MY.habitatAttributesEnumValue6" | "MY.habitatAttributesEnumValue7" | "MY.habitatAttributesEnumValue8" | "MY.habitatAttributesEnumValue9" | "MY.habitatAttributesEnumValue10" | "MY.habitatAttributesEnumValue11" | "MY.habitatAttributesEnumValue12" | "MY.habitatAttributesEnumValue13" | "MY.habitatAttributesEnumValue14" | "MY.habitatAttributesEnumValue15" | "MY.habitatAttributesEnumValue16" | "MY.habitatAttributesEnumValue17" | "MY.habitatAttributesEnumValue18" | "MY.habitatAttributesEnumValue19" | "MY.habitatAttributesEnumValue20" | "MY.habitatAttributesEnumValue21" | "MY.habitatAttributesEnumValue22")[];
898
- /**
899
- * Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
900
- */
901
- habitatClassification?: string;
902
- /**
903
- * Informal description of the habitat.
904
- */
905
- habitatDescription?: string;
906
- hasUnit?: string[];
907
- /**
908
- * If country is not known or not applicable, for example continent, ocean or large island
909
- */
910
- higherGeography?: string;
911
- invasiveControlAreaKnown?: boolean;
912
- invasiveControlDangerous?: boolean;
913
- invasiveControlDangerousDescription?: string;
914
- invasiveControlEffectiveness?: "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
915
- invasiveControlEffectivenessNotes?: string;
916
- invasiveControlMethods?: ("" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther")[];
917
- invasiveControlMethodsDescription?: string;
918
- invasiveControlOpen?: boolean;
919
- invasiveControlOpenDescription?: string;
920
- invasiveControlOtherExpensesInEuros?: number;
921
- invasiveControlTaxon?: string[];
922
- /**
923
- * Which parent or larger collection this is part of.
924
- */
925
- isPartOf?: string;
926
- keywords?: string[];
927
- /**
928
- * Latitude. For southern latitudes, use negative value.
929
- */
930
- latitude?: string;
931
- /**
932
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
933
- */
934
- leg?: string[];
935
- /**
936
- * Alkuperäislähteen käyttäjätunnus
937
- */
938
- legUserID?: string[];
939
- /**
940
- * Leg just as it appears in the label or other original source, no interpretation, errors and all.
941
- */
942
- legVerbatim?: string;
943
- /**
944
- * Official name of the locality in basic form. Separate multiple names with commas, from generic to specific. No informal description here.
945
- */
946
- locality?: string;
947
- /**
948
- * Informal description of the exact locality, e.g. '5 km NE of city X, under stone bridge'
949
- */
950
- localityDescription?: string;
951
- /**
952
- * An unique identifier or code for the locality, if the locality has one (e.g. from SAPO-ontology).
953
- */
954
- localityID?: string;
955
- /**
956
- * Locality word-to-word as it appears on the label or other original source, errors and all
957
- */
958
- localityVerbatim?: string;
959
- /**
960
- * Longitude. For western longitudes, use negative value.
961
- */
962
- longitude?: string;
963
- /**
964
- * Municipality, commune, town, city or civil parish
965
- */
966
- municipality?: string;
967
- namedPlaceID?: string;
968
- /**
969
- * Additional information to the data in each section.
970
- */
971
- notes?: string;
972
- /**
973
- * For garden accessions/seed bank, number of individuals from which seeds were collected
974
- */
975
- numberOfSampledIndividuals?: string;
976
- observationDays?: number;
977
- observationMinutes?: number;
978
- /**
979
- * For garden accessions/seed bank, what proportion of the population sampled was giving seeds
980
- */
981
- percentageGivingSeeds?: number;
982
- predominantTree?: "" | "MX.37819" | "MX.37812" | "MX.37992" | "MX.38004" | "MX.38590" | "MX.38686" | "MX.38563" | "MX.38527" | "MX.41344" | "MX.38016" | "MX.39331" | "MX.37990" | "MX.38008" | "MX.38010" | "MX.37975" | "MX.37976" | "MX.39122" | "MX.37815";
983
- projectTitle?: string;
984
- province?: string;
985
- /**
986
- * Relative humidity %
987
- */
988
- relativeHumidity?: number;
989
- /**
990
- * For garden accessions/seed bank, estimated size of the area sampled, in square meters
991
- */
992
- samplingAreaSizeInSquareMeters?: number;
993
- /**
994
- * Main method for (usually intentional) sampling
995
- */
996
- samplingMethod?: "" | "MY.samplingMethodCarnet" | "MY.samplingMethodFeromonetrap" | "MY.samplingMethodNet" | "MY.samplingMethodDrag" | "MY.samplingMethodWindowtrap" | "MY.samplingMethodDigging" | "MY.samplingMethodFishNet" | "MY.samplingMethodHand" | "MY.samplingMethodReared" | "MY.samplingMethodEpupa" | "MY.samplingMethodExovo" | "MY.samplingMethodElarva" | "MY.samplingMethodFishTrap" | "MY.samplingMethodYellowWindowTrap" | "MY.samplingMethodYellowpan" | "MY.samplingMethodTriangleDrag" | "MY.samplingMethodPitfall" | "MY.samplingMethodEclectortrap" | "MY.samplingMethodDungTrap" | "MY.samplingMethodBoard" | "MY.samplingMethodYellowtrap" | "MY.samplingMethodMistnet" | "MY.samplingMethodSweeping" | "MY.samplingMethodSoilsample" | "MY.samplingMethodWashing" | "MY.samplingMethodMalaise" | "MY.samplingMethodPantrap" | "MY.samplingMethodSeine" | "MY.samplingMethodAngleFishing" | "MY.samplingMethodTrampling" | "MY.samplingMethodBeamTrawl" | "MY.samplingMethodTrap" | "MY.samplingMethodDropping" | "MY.samplingMethodTrunkWindowTrap" | "MY.samplingMethodElectrofishing" | "MY.samplingMethodSifting" | "MY.samplingMethodDiverInsectTrap" | "MY.samplingMethodDiving" | "MY.samplingMethodBait" | "MY.samplingMethodBaittrap" | "MY.samplingMethodTrawling" | "MY.samplingMethodLight" | "MY.samplingMethodLightTrap" | "MY.samplingMethodWaterBucket" | "MY.samplingMethodAquaticNet" | "MY.samplingMethodAquaticEmergenceTrap" | "MY.samplingMethodWaterSieve" | "MY.samplingMethodOther";
997
- samplingMethodNotes?: string;
998
- section?: number;
999
- skipped?: boolean;
1000
- spottingScopeUsed?: boolean;
1001
- /**
1002
- * Type of substrate or name of substrate species.
1003
- */
1004
- substrate?: string;
1005
- taxonCensus?: {
1006
- censusTaxonID?: string;
1007
- censusTaxonSetID?: "" | "MX.taxonSetSykeButterflyCensusPapilionoidea" | "MX.taxonSetSykeButterflyCensusOther" | "MX.taxonSetWaterbirdWaterbirds" | "MX.taxonSetWaterbirdWaders" | "MX.taxonSetWaterbirdGulls" | "MX.taxonSetWaterbirdPasserines" | "MX.taxonSetWaterbirdAmphibia" | "MX.taxonSetSykeBumblebee" | "MVL.1201" | "MX.taxonSetSykeBumblebeeOther" | "MX.taxonSetBirdAtlasCommon" | "MX.taxonSetBiomonCompleteListOdonata" | "MX.taxonSetBiomonCompleteListButterflies" | "MX.taxonSetBiomonCompleteListMoths" | "MX.taxonSetBiomonCompleteListBombus" | "MX.taxonSetBiomonCompleteListAmphibiaReptilia" | "MX.taxonSetBiomonCompleteListLargeFlowers" | "MX.taxonSetBiomonCompleteListSubarcticPlants" | "MX.taxonSetBiomonCompleteListMacrolichens" | "MX.taxonSetBiomonCompleteListBracketFungi" | "MX.taxonSetBiomonCompleteListPracticalFungi" | "MX.taxonSetSykeMacrozoobenthos";
1008
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
1009
- }[];
1010
- temperature?: number;
1011
- timeEnd?: string;
1012
- timeStart?: string;
1013
- trapCount?: number;
1014
- weather?: string;
1015
- wgs84Latitude?: string;
1016
- wgs84Longitude?: string;
1017
- images?: string[];
1018
- /**
1019
- * PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
1020
- */
1021
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1022
- units?: {
1023
- id?: string;
1024
- "@type"?: string;
1025
- "@context"?: string;
1026
- /**
1027
- * Diameter at breast height, in centimeters
1028
- */
1029
- DBH?: string;
1030
- /**
1031
- * Leave empty if no sample taken, or if the sample is recorded separately
1032
- */
1033
- DNASampleLocation?: string;
1034
- abundanceString?: string;
1035
- abundanceUnit?: "" | "MY.abundanceUnitIndividualCount" | "MY.abundanceUnitPairCount" | "MY.abundanceUnitNest" | "MY.abundanceUnitBreedingSite" | "MY.abundanceUnitFeedingSite" | "MY.abundanceUnitColony" | "MY.abundanceUnitFruitbody" | "MY.abundanceUnitSprout" | "MY.abundanceUnitHummock" | "MY.abundanceUnitThallus" | "MY.abundanceUnitFlower" | "MY.abundanceUnitSpot" | "MY.abundanceUnitTrunk" | "MY.abundanceUnitQueen" | "MY.abundanceUnitShell" | "MY.abundanceUnitDroppings" | "MY.abundanceUnitMarks" | "MY.abundanceUnitIndirect" | "MY.abundanceUnitSquareDM" | "MY.abundanceUnitSquareM" | "MY.abundanceUnitRelativeDensity" | "MY.abundanceUnitOccursDoesNotOccur";
1036
- /**
1037
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
1038
- */
1039
- additionalIDs?: string[];
1040
- adultIndividualCount?: number;
1041
- /**
1042
- * Estimated or known age in calendar years, years, days or other relevant unit.
1043
- */
1044
- age?: string;
1045
- /**
1046
- * E.g. how age was determined, by whom and when.
1047
- */
1048
- ageNotes?: string;
1049
- alive?: boolean;
1050
- ankleInMillimeters?: string[];
1051
- areaInSquareMeters?: number;
1052
- atlasCode?: "" | "MY.atlasCodeEnum1" | "MY.atlasCodeEnum2" | "MY.atlasCodeEnum3" | "MY.atlasCodeEnum4" | "MY.atlasCodeEnum5" | "MY.atlasCodeEnum6" | "MY.atlasCodeEnum61" | "MY.atlasCodeEnum62" | "MY.atlasCodeEnum63" | "MY.atlasCodeEnum64" | "MY.atlasCodeEnum65" | "MY.atlasCodeEnum66" | "MY.atlasCodeEnum7" | "MY.atlasCodeEnum71" | "MY.atlasCodeEnum72" | "MY.atlasCodeEnum73" | "MY.atlasCodeEnum74" | "MY.atlasCodeEnum75" | "MY.atlasCodeEnum8" | "MY.atlasCodeEnum81" | "MY.atlasCodeEnum82";
1053
- batBehavior?: "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
1054
- beakInMillimeters?: string[];
1055
- birdAge?: "" | "MY.birdAgePp" | "MY.birdAgePm" | "MY.birdAgeFl" | "MY.birdAgePlus1kv" | "MY.birdAge1Kv" | "MY.birdAgePlus2Kv" | "MY.birdAge2kv" | "MY.birdAgePlus3Kv" | "MY.birdAge3Kv" | "MY.birdAgePlus4Kv" | "MY.birdAge4Kv" | "MY.birdAgePlus5Kv" | "MY.birdAge5Kv" | "MY.birdAgePlus6Kv" | "MY.birdAge6Kv" | "MY.birdAgePlus7Kv" | "MY.birdAge7Kv" | "MY.birdAgePlus8Kv" | "MY.birdAge8Kv";
1056
- birdBehavior?: string[];
1057
- birdPlumage?: "" | "MY.birdPlumageAd" | "MY.birdPlumageEijp" | "MY.birdPlumageImm" | "MY.birdPlumageJp" | "MY.birdPlumageJuv" | "MY.birdPlumageNpuk" | "MY.birdPlumagePull" | "MY.birdPlumageSubad" | "MY.birdPlumageTp" | "MY.birdPlumageVp" | "MY.birdPlumagePep" | "MY.birdPlumageSs";
1058
- breeding?: boolean;
1059
- broodSize?: number;
1060
- /**
1061
- * Cause of death, if not intentionally trapped on sampled
1062
- */
1063
- causeOfDeath?: string;
1064
- checklistID?: string;
1065
- /**
1066
- * Results of chemical reaction tests etc.
1067
- */
1068
- chemistry?: string;
1069
- /**
1070
- * Numeric or other description on the amount of individuals (or sprouts, fruiting bodies or such) in the specimen. Sexes and juveniles can be specified like so: 1m2f3j (=1 male, 2 females, 3 juveniles)
1071
- */
1072
- count?: string;
1073
- /**
1074
- * Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
1075
- */
1076
- decayStage?: string;
1077
- distance?: "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
1078
- /**
1079
- * For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
1080
- */
1081
- earliestEpochOrLowestSeries?: "" | "MY.epochOrSeriesCambrian" | "MY.epochOrSeriesCarboniferous" | "MY.epochOrSeriesCretaceous" | "MY.epochOrSeriesDevonian" | "MY.epochOrSeriesEdiacaran" | "MY.epochOrSeriesJurassic" | "MY.epochOrSeriesOrdovician" | "MY.epochOrSeriesPermian" | "MY.epochOrSeriesQuaternary" | "MY.epochOrSeriesRecent" | "MY.epochOrSeriesSilurian" | "MY.epochOrSeriesTertiary" | "MY.epochOrSeriesTriassic";
1082
- femaleIndividualCount?: number;
1083
- /**
1084
- * Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
1085
- */
1086
- fruitType?: "" | "MY.fruitTypeAchene" | "MY.fruitTypeBerry" | "MY.fruitTypeCapsule" | "MY.fruitTypeCaryopsis" | "MY.fruitTypeCone" | "MY.fruitTypeDrupe" | "MY.fruitTypeFollicle" | "MY.fruitTypeLegume" | "MY.fruitTypeNut" | "MY.fruitTypeOther" | "MY.fruitTypePome" | "MY.fruitTypeSchizocarp" | "MY.fruitTypeSiliqua";
1087
- /**
1088
- * Genotype of the microbial strain
1089
- */
1090
- genotype?: string;
1091
- gonadInMillimeters?: string[];
1092
- /**
1093
- * Microbial culture growth medium name, usually from a standard
1094
- */
1095
- growthMediumName?: string;
1096
- /**
1097
- * Other growth conditions for the microbial culture, light etc.
1098
- */
1099
- growthOtherConditions?: string;
1100
- /**
1101
- * Microbial culture growth temperature
1102
- */
1103
- growthTemperature?: string;
1104
- hasIdentification?: string[];
1105
- hasSubUnit?: string[];
1106
- hostID?: string;
1107
- hostInformalNameString?: string;
1108
- indirectObservationType?: "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
1109
- individualCount?: number;
1110
- /**
1111
- * Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
1112
- */
1113
- infestation?: string;
1114
- informalNameString?: string;
1115
- informalTaxonGroup?: string;
1116
- /**
1117
- * Valitut eliöryhmät
1118
- */
1119
- informalTaxonGroups?: string[];
1120
- /**
1121
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
1122
- */
1123
- infrasubspecificSubdivision?: string;
1124
- /**
1125
- * Which parent or larger collection this is part of.
1126
- */
1127
- isPartOf?: string;
1128
- juvenileIndividualCount?: number;
1129
- keywords?: string[];
1130
- larvaIndividualCount?: number;
1131
- /**
1132
- * For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
1133
- */
1134
- latestEpochOrHighestSeries?: "" | "MY.epochOrSeriesCambrian" | "MY.epochOrSeriesCarboniferous" | "MY.epochOrSeriesCretaceous" | "MY.epochOrSeriesDevonian" | "MY.epochOrSeriesEdiacaran" | "MY.epochOrSeriesJurassic" | "MY.epochOrSeriesOrdovician" | "MY.epochOrSeriesPermian" | "MY.epochOrSeriesQuaternary" | "MY.epochOrSeriesRecent" | "MY.epochOrSeriesSilurian" | "MY.epochOrSeriesTertiary" | "MY.epochOrSeriesTriassic";
1135
- lengthInMillimeters?: string[];
1136
- /**
1137
- * Life stage of the specimen. If multiple present, select the one which was present at the time of collecting. Use Life stage description field for extra information.
1138
- */
1139
- lifeStage?: "" | "MY.lifeStageEgg" | "MY.lifeStageLarva" | "MY.lifeStagePupa" | "MY.lifeStageJuvenile" | "MY.lifeStageNymph" | "MY.lifeStageSubimago" | "MY.lifeStageImmature" | "MY.lifeStageAdult" | "MY.lifeStageFertile" | "MY.lifeStageSterile" | "MY.lifeStageTadpole" | "MY.lifeStageEmbryo" | "MY.lifeStageSubadult" | "MY.lifeStageMature" | "MY.lifeStagePullus" | "MY.lifeStageHatchedEgg" | "MY.lifeStageHatchedPupa" | "MY.lifeStageGall" | "MY.lifeStageMarks" | "MY.lifeStageTriungulin";
1140
- /**
1141
- * Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
1142
- */
1143
- lifeStageDescription?: string;
1144
- likelyMigrant?: boolean;
1145
- /**
1146
- * Macroscopic features and measurements, if not recorded separately into measurement fields.
1147
- */
1148
- macroscopy?: string;
1149
- maleIndividualCount?: number;
1150
- /**
1151
- * For measurements taken from the preparation/sample, use the measurement field in the preparation/sample section. For measurements taken from the specimen, use the measurements field on unit level.
1152
- */
1153
- measurement?: {
1154
- DNAConcentrationNgPerMicroliter?: number[];
1155
- DNARatioOfAbsorbance260And280?: number[];
1156
- DNAVolumeMicroliters?: number[];
1157
- beakMillimeters?: number[];
1158
- bodyCentimeters?: number[];
1159
- bodyMillimeters?: number[];
1160
- earLengthMillimeters?: number[];
1161
- embryoCount?: number[];
1162
- follicleDiameterMillimeters?: number[];
1163
- footLengthMillimeters?: number[];
1164
- forearmMillimeters?: number[];
1165
- gonadMillimeters?: number[];
1166
- /**
1167
- * Which parent or larger collection this is part of.
1168
- */
1169
- isPartOf?: string;
1170
- tailCentimeters?: number[];
1171
- tailMillimeters?: number[];
1172
- tarsusLengthMillimeters?: number[];
1173
- totalLengthCentimeters?: number[];
1174
- totalLengthMillimeters?: number[];
1175
- uterineScarCount?: number[];
1176
- weightGrams?: number[];
1177
- weightKilograms?: number[];
1178
- wingMaxMillimeters?: number[];
1179
- wingMillimeters?: number[];
1180
- wingMinMillimeters?: number[];
1181
- };
1182
- /**
1183
- * According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
1184
- */
1185
- microbiologicalRiskGroup?: "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
1186
- /**
1187
- * Microscopic features and measurements, if not recorded separately into measurement fields.
1188
- */
1189
- microscopy?: string;
1190
- movingDirection?: "" | "MY.movingDirectionN" | "MY.movingDirectionNNE" | "MY.movingDirectionNE" | "MY.movingDirectionENE" | "MY.movingDirectionE" | "MY.movingDirectionESE" | "MY.movingDirectionSE" | "MY.movingDirectionSSE" | "MY.movingDirectionS" | "MY.movingDirectionSSW" | "MY.movingDirectionSW" | "MY.movingDirectionWSW" | "MY.movingDirectionW" | "MY.movingDirectionWNW" | "MY.movingDirectionNW" | "MY.movingDirectionNNW";
1191
- movingStatus?: string[];
1192
- /**
1193
- * Information on mutant microbial strain.
1194
- */
1195
- mutant?: string;
1196
- nativeStatus?: "" | "MY.native" | "MY.nonNative";
1197
- nestCount?: number;
1198
- nestNotes?: string;
1199
- nestTreeDiameterInCentimeters?: number;
1200
- nestType?: "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
1201
- /**
1202
- * Additional information to the data in each section.
1203
- */
1204
- notes?: string;
1205
- pairCount?: number;
1206
- pairCountOpinion?: number;
1207
- plantLifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
1208
- /**
1209
- * Status code for the plant (wild, alien etc.)
1210
- */
1211
- plantStatusCode?: "" | "MY.plantStatusCodeL" | "MY.plantStatusCodeA" | "MY.plantStatusCodeAV" | "MY.plantStatusCodeAOV" | "MY.plantStatusCodeAN" | "MY.plantStatusCodeANV" | "MY.plantStatusCodeANS" | "MY.plantStatusCodeT" | "MY.plantStatusCodeTV" | "MY.plantStatusCodeTOV" | "MY.plantStatusCodeTNV" | "MY.plantStatusCodeTNS" | "MY.plantStatusCodeV" | "MY.plantStatusCodeOV" | "MY.plantStatusCodeN" | "MY.plantStatusCodeNV" | "MY.plantStatusCodeNS" | "MY.plantStatusCodeE" | "MY.plantStatusCodeTE" | "MY.plantStatusCodeTVE" | "MY.plantStatusCodeTOVE" | "MY.plantStatusCodeTNVE" | "MY.plantStatusCodeTNSE" | "MY.plantStatusCodeTN" | "MY.plantStatusCodeTNE" | "MY.plantStatusCodeR" | "MY.plantStatusCodeC" | "MY.plantStatusCodeH" | "MY.plantStatusCodeG" | "MY.plantStatusCodeF";
1212
- /**
1213
- * Abundance of the taxon in the field
1214
- */
1215
- populationAbundance?: string;
1216
- /**
1217
- * Preparations/preparates made from the specimen, if not recorded as separate Preparations/samples in the designated section
1218
- */
1219
- preparations?: string;
1220
- /**
1221
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
1222
- */
1223
- preservation?: ("" | "MY.preservationPressed" | "MY.preservationDry" | "MY.preservationCriticalPointDrying" | "MY.preservationPinned" | "MY.preservationGlued" | "MY.preservationLiquid" | "MY.preservationEthanol" | "MY.preservationEthanolPure" | "MY.preservationEthanol70" | "MY.preservationEthanol80" | "MY.preservationEthanol80Pure" | "MY.preservationEthanol96" | "MY.preservationEthanolDenatured" | "MY.preservationEthanolFormalin" | "MY.preservationEthanolExFormalin" | "MY.preservationFormalin" | "MY.preservationBouinSolution" | "MY.preservationPampelsFluid" | "MY.preservationGlycerol" | "MY.preservationParaffin" | "MY.preservationMercuricChloride" | "MY.preservationCryopreserved" | "MY.preservationFrozen" | "MY.preservationFrozenMinus80C" | "MY.preservationFreezeDried" | "MY.preservationGoldPlated" | "MY.preservationActiveCulture" | "MY.preservationLiving" | "MY.preservationSlide" | "MY.preservationSlideCanadaBalsam" | "MY.preservationSlideEuparal" | "MY.preservationSlidePolyviol" | "MY.preservationStuffed" | "MY.preservationCast" | "MY.preservationPlastinated" | "MY.preservationFrozenMinus80CAndEthanolMinus20C")[];
1224
- /**
1225
- * Can be used to highlight one unit as primary specimen/observation if there are many in one document. Only one unit per document can be marked as primary.
1226
- */
1227
- primarySpecimen?: boolean;
1228
- /**
1229
- * Origin or source of the garden accession
1230
- */
1231
- provenance?: "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
1232
- /**
1233
- * Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
1234
- */
1235
- recordBasis?: "" | "MY.recordBasisPreservedSpecimen" | "MY.recordBasisHumanObservation" | "MY.recordBasisHumanObservationSeen" | "MY.recordBasisHumanObservationHeard" | "MY.recordBasisHumanObservationHandled" | "MY.recordBasisHumanObservationPhoto" | "MY.recordBasisHumanObservationAudio" | "MY.recordBasisHumanObservationVideo" | "MY.recordBasisHumanObservationIndirect" | "MY.recordBasisMachineObservation" | "MY.recordBasisMachineObservationPhoto" | "MY.recordBasisMachineObservationVideo" | "MY.recordBasisMachineObservationAudio" | "MY.recordBasisMachineObservationGeologger" | "MY.recordBasisMachineObservationSatelliteTransmitter" | "MY.recordBasisFossilSpecimen" | "MY.recordBasisSubfossilSpecimen" | "MY.recordBasisSubfossilSpecimenAmberInclusion" | "MY.recordBasisMaterialSample" | "MY.recordBasisMaterialSampleAir" | "MY.recordBasisMaterialSampleSoil" | "MY.recordBasisMaterialSampleWater" | "MY.recordBasisMicrobialSpecimen" | "MY.recordBasisLivingSpecimen" | "MY.recordBasisLiterature";
1236
- /**
1237
- * What parts of the record are / have been in storage.
1238
- */
1239
- recordParts?: ("" | "MY.recordPartsBones" | "MY.recordPartsAntler" | "MY.recordPartsHead" | "MY.recordPartsSkull" | "MY.recordPartsSkin" | "MY.recordPartsWing" | "MY.recordPartsTail" | "MY.recordPartsTissue" | "MY.recordPartsFeather" | "MY.recordPartsEgg" | "MY.recordPartsIntestine" | "MY.recordPartsGonad" | "MY.recordPartsSeed" | "MY.recordPartsNest" | "MY.recordPartsFaeces" | "MY.recordPartsFeedingMarks" | "MY.recordPartsTracks" | "MY.recordPartsScale" | "MY.recordPartsFin" | "MY.recordPartsFull" | "MY.recordPartsPart" | "MY.recordPartsActiveCulture" | "MY.recordPartsCutting" | "MY.recordPartsVegetativePart" | "MY.recordPartsFreezeDried" | "MY.recordPartsDryIce" | "MY.recordPartsDNA" | "MY.recordPartsShell" | "MY.recordPartsWholePlant" | "MY.recordPartsTissueCulture" | "MY.recordPartsMount" | "My.recordPartsSkullAndBones")[];
1240
- /**
1241
- * Bird or bat ring number, code, colour code or such
1242
- */
1243
- ring?: string;
1244
- /**
1245
- * Main method for (usually intentional) sampling
1246
- */
1247
- samplingMethod?: "" | "MY.samplingMethodCarnet" | "MY.samplingMethodFeromonetrap" | "MY.samplingMethodNet" | "MY.samplingMethodDrag" | "MY.samplingMethodWindowtrap" | "MY.samplingMethodDigging" | "MY.samplingMethodFishNet" | "MY.samplingMethodHand" | "MY.samplingMethodReared" | "MY.samplingMethodEpupa" | "MY.samplingMethodExovo" | "MY.samplingMethodElarva" | "MY.samplingMethodFishTrap" | "MY.samplingMethodYellowWindowTrap" | "MY.samplingMethodYellowpan" | "MY.samplingMethodTriangleDrag" | "MY.samplingMethodPitfall" | "MY.samplingMethodEclectortrap" | "MY.samplingMethodDungTrap" | "MY.samplingMethodBoard" | "MY.samplingMethodYellowtrap" | "MY.samplingMethodMistnet" | "MY.samplingMethodSweeping" | "MY.samplingMethodSoilsample" | "MY.samplingMethodWashing" | "MY.samplingMethodMalaise" | "MY.samplingMethodPantrap" | "MY.samplingMethodSeine" | "MY.samplingMethodAngleFishing" | "MY.samplingMethodTrampling" | "MY.samplingMethodBeamTrawl" | "MY.samplingMethodTrap" | "MY.samplingMethodDropping" | "MY.samplingMethodTrunkWindowTrap" | "MY.samplingMethodElectrofishing" | "MY.samplingMethodSifting" | "MY.samplingMethodDiverInsectTrap" | "MY.samplingMethodDiving" | "MY.samplingMethodBait" | "MY.samplingMethodBaittrap" | "MY.samplingMethodTrawling" | "MY.samplingMethodLight" | "MY.samplingMethodLightTrap" | "MY.samplingMethodWaterBucket" | "MY.samplingMethodAquaticNet" | "MY.samplingMethodAquaticEmergenceTrap" | "MY.samplingMethodWaterSieve" | "MY.samplingMethodOther";
1248
- samplingMethodNotes?: string;
1249
- /**
1250
- * Maturity of the collected seeds, used for botanical garden accessions/seed bank.
1251
- */
1252
- seedMaturity?: "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
1253
- /**
1254
- * Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
1255
- */
1256
- seedMorphology?: "" | "MY.seedMorphologyBent" | "MY.seedMorphologyBroad" | "MY.seedMorphologyCapitate" | "MY.seedMorphologyFolded" | "MY.seedMorphologyLateral" | "MY.seedMorphologyLinearFullyDeveloped" | "MY.seedMorphologyLinearUnderdeveloped" | "MY.seedMorphologyPeripheral" | "MY.seedMorphologyRudimentary" | "MY.seedMorphologySpatulateFullyDeveloped" | "MY.seedMorphologySpatulateUnderdeveloped" | "MY.seedMorphologyUndifferentiated" | "MY.seedMorphologyInvesting";
1257
- /**
1258
- * Sex of the individual(s)
1259
- */
1260
- sex?: "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
1261
- /**
1262
- * E.g. how sex was determined, by whom and when.
1263
- */
1264
- sexNotes?: string;
1265
- shortHandText?: string;
1266
- smell?: "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
1267
- smellNotes?: string;
1268
- stratigraphyVerbatim?: string;
1269
- substrateClassification?: "" | "MY.substrateGround" | "MY.substrateGroundLowShrubs" | "MY.substrateGroundLichens" | "MY.substrateGroundHerbs" | "MY.substrateGroundMosses" | "MY.substrateGroundSphagnum" | "MY.substrateGroundGrassy" | "MY.substrateGroundNeedleLitter" | "MY.substrateGroundLeafLitter" | "MY.substrateGroundMixedLitter" | "MY.substrateGroundSandySoil" | "MY.substrateGroundGravelSoil" | "MY.substrateGroundClayeySoil" | "MY.substrateGroundHeathHumus" | "MY.substrateGroundMull" | "MY.substrateGroundPeat" | "MY.substrateGroundBurnedSoil" | "MY.substrateLivingTree" | "MY.substrateLivingTreeTrunk" | "MY.substrateLivingTreeBase" | "MY.substrateLivingTreeRoots" | "MY.substrateLivingTreeBranch" | "MY.substrateLivingTreeDeadBranch" | "MY.substrateLivingTreeDeadLimb" | "MY.substrateLivingTreeLeaf" | "MY.substrateLivingTreeNeedle" | "MY.substrateDeadWood" | "MY.substrateDeadWoodStandingTreeTrunk" | "MY.substrateDeadWoodStandingTreeBranch" | "MY.substrateDeadWoodStandingTreeBase" | "MY.substrateDeadWoodFallenTreeTrunk" | "MY.substrateDeadWoodFallenTreeBranch" | "MY.substrateDeadWoodUpturnedRoots" | "MY.substrateDeadWoodDeadRoots" | "MY.substrateDeadWoodStump" | "MY.substrateDeadWoodFallenBranch" | "MY.substrateDeadWoodCone" | "MY.substrateDeadWoodTwigs" | "MY.substrateDeadWoodBark" | "MY.substrateDeadWoodSawdust" | "MY.substrateDeadWoodPieceOfWood" | "MY.substrateDeadWoodLoggingResidue" | "MY.substrateDeadWoodLog" | "MY.substrateDeadWoodDriftwood" | "MY.substrateDeadWoodConstructionWood" | "MY.substrateDung" | "MY.substrateCompost" | "MY.substrateLivingShoot" | "MY.substrateDeadShoot" | "MY.substrateLivingFungus" | "MY.substrateDeadFungus" | "MY.substrateLivingAnimal" | "MY.substrateDeadAnimal" | "MY.substrateRockSurface" | "MY.substrateDeadNeedle" | "MY.substrateDeadLeaf";
1270
- substrateDecayStage?: "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
1271
- substrateNotes?: string;
1272
- substrateSpecies?: string;
1273
- substrateSpeciesID?: string;
1274
- substrateSpeciesInformalNameString?: string;
1275
- substrateTreeClassification?: ("" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6")[];
1276
- tailInMillimeters?: string[];
1277
- taste?: "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
1278
- tasteNotes?: string;
1279
- taxonConfidence?: "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
1280
- twitched?: boolean;
1281
- unitFact?: {
1282
- adultIndividualCount?: number;
1283
- autocompleteSelectedTaxonID?: string;
1284
- glowWormMicrohabitat?: "" | "MY.glowWormMicrohabitatEnum1" | "MY.glowWormMicrohabitatEnum2" | "MY.glowWormMicrohabitatEnum3" | "MY.glowWormMicrohabitatEnum4" | "MY.glowWormMicrohabitatEnum5" | "MY.glowWormMicrohabitatEnum6" | "MY.glowWormMicrohabitatEnumOther";
1285
- individualCountFlock?: number;
1286
- individualCountInner?: number;
1287
- individualCountOuter?: number;
1288
- juvenileIndividualCount?: number;
1289
- lineTransectObsType?: "" | "MY.lineTransectObsTypeSong" | "MY.lineTransectObsTypeOtherSound" | "MY.lineTransectObsTypeSeen" | "MY.lineTransectObsTypeSeenMale" | "MY.lineTransectObsTypeSeenFemale" | "MY.lineTransectObsTypeFlyingOverhead" | "MY.lineTransectObsTypeFlock" | "MY.lineTransectObsTypeFlockFlyingOverhead" | "MY.lineTransectObsTypeSeenPair" | "MY.lineTransectObsTypeSeenBrood" | "MY.lineTransectObsTypeSeenNest" | "MY.lineTransectObsTypeUnknown";
1290
- lineTransectRouteFieldType?: "" | "MY.lineTransectRouteFieldTypeInner" | "MY.lineTransectRouteFieldTypeOuter";
1291
- lolifeDroppingsCount?: "" | "MY.lolifeDroppingsCount0" | "MY.lolifeDroppingsCount1" | "MY.lolifeDroppingsCount2" | "MY.lolifeDroppingsCount25" | "MY.lolifeDroppingsCount3" | "MY.lolifeDroppingsCount4";
1292
- lolifeDroppingsQuality?: "" | "MY.lolifeDroppingsQuality1" | "MY.lolifeDroppingsQuality2";
1293
- lolifeDroppingsType?: "" | "MY.lolifeDroppingsTypeRock" | "MY.lolifeDroppingsTypeTree" | "MY.lolifeDroppingsTypeTreeGroup" | "MY.lolifeDroppingsTypeOther";
1294
- lolifeNestTree?: "" | "MX.38590" | "MX.37812" | "MX.37999" | "MX.37993" | "MX.38010" | "MX.38008" | "MY.lolifeNestTreeOther";
1295
- pairCountInner?: number;
1296
- pairCountOuter?: number;
1297
- pointCountFlock?: string;
1298
- runningWaterInVicinity?: boolean;
1299
- waterbirdFemale?: "" | "MY.waterbirdFemaleEnumYes" | "MY.waterbirdFemaleEnumNo" | "MY.waterbirdFemaleEnumLonelyPanicking";
1300
- waterbirdJuvenileAgeClass?: "" | "MY.waterbirdJuvenileAgeClassIa" | "MY.waterbirdJuvenileAgeClassIb" | "MY.waterbirdJuvenileAgeClassIc" | "MY.waterbirdJuvenileAgeClassIIa" | "MY.waterbirdJuvenileAgeClassIIb" | "MY.waterbirdJuvenileAgeClassIIc" | "MY.waterbirdJuvenileAgeClassIIIa" | "MY.waterbirdJuvenileAgeClassUnknown";
1301
- waterbirdJuvenileCountAccurate?: boolean;
1302
- waterbirdObserverOpinionSelectedCensus?: boolean;
1303
- waterbirdPairCountOpinionReasoning?: "" | "MY.waterbirdPairCountOpinionReasoningEnum1" | "MY.waterbirdPairCountOpinionReasoningEnum2" | "MY.waterbirdPairCountOpinionReasoningEnum3" | "MY.waterbirdPairCountOpinionReasoningEnumOther";
1304
- individualCountBiotopeA?: number;
1305
- individualCountBiotopeB?: number;
1306
- individualCountBiotopeC?: number;
1307
- individualCountBiotopeD?: number;
1308
- individualCountBiotopeE?: number;
1309
- individualCountBiotopeF?: number;
1310
- individualCountBiotopeG?: number;
1311
- individualCountBiotopeH?: number;
1312
- };
1313
- unitGathering?: {
1314
- id?: string;
1315
- "@type"?: string;
1316
- "@context"?: string;
1317
- dateBegin?: string;
1318
- dateEnd?: string;
1319
- geometry?: {
1320
- [k: string]: unknown | undefined;
1321
- };
1322
- /**
1323
- * Informal description of the habitat.
1324
- */
1325
- habitatDescription?: string;
1326
- habitatIUCN?: string;
1327
- /**
1328
- * Type of substrate or name of substrate species.
1329
- */
1330
- substrate?: string;
1331
- };
1332
- unitType?: string[];
1333
- weightInGrams?: string[];
1334
- wild?: "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
1335
- wingInMillimeters?: string[];
1336
- audio?: string[];
1337
- images?: string[];
1338
- /**
1339
- * PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
1340
- */
1341
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1342
- identifications?: {
1343
- id?: string;
1344
- "@type"?: string;
1345
- "@context"?: string;
1346
- "herbo:sortOrder"?: number;
1347
- /**
1348
- * Write associated observation taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type observation.
1349
- */
1350
- associatedObservationTaxa?: string;
1351
- /**
1352
- * Author for the taxon
1353
- */
1354
- author?: string;
1355
- /**
1356
- * Name of the identifier (person) preferably in format "lastname, firstname"
1357
- */
1358
- det?: string;
1359
- /**
1360
- * Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
1361
- */
1362
- detDate?: string;
1363
- detMethod?: "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
1364
- /**
1365
- * Name of the identifier and date of identification in original format (e.g. from the label), errors and all
1366
- */
1367
- detVerbatim?: string;
1368
- /**
1369
- * Additional qualifier or specifier at genus level (e.g. aff., cf.)
1370
- */
1371
- genusQualifier?: string;
1372
- identificationBasis?: ("" | "MY.identificationBasisDNA" | "MY.identificationBasisGenitals" | "MY.identificationBasisGenitalPreparate" | "MY.identificationBasisSpores" | "MY.identificationBasisHandled" | "MY.identificationBasisChemical" | "MY.identificationBasisHeard" | "MY.identificationBasisMicroscope" | "MY.identificationBasisSeen" | "MY.identificationBasisPreservedSpecimen" | "MY.identificationBasisFreshSpecimen" | "MY.identificationBasisMedia")[];
1373
- /**
1374
- * Additional information on the identification, basis or such
1375
- */
1376
- identificationNotes?: string;
1377
- /**
1378
- * Author for the taxon below species level/infra epithet
1379
- */
1380
- infraAuthor?: string;
1381
- /**
1382
- * Taxon name for the epithet below species level
1383
- */
1384
- infraEpithet?: string;
1385
- /**
1386
- * Taxonomic level of the epithet below species level
1387
- */
1388
- infraRank?: "" | "MY.infraRankSsp" | "MY.infraRankVar" | "MY.infraRankBeta" | "MY.infraRankB" | "MY.infraRankForma" | "MY.infraRankHybrid" | "MY.infraRankAnamorph" | "MY.infraRankAggregate" | "MY.infraRankAberration" | "MY.infraRankCultivar" | "MY.infraRankMorpha" | "MY.infraRankUnknown" | "MY.infraRankNothosubspecies" | "MY.infraRankCultivarGroup" | "MY.infraRankFsp";
1389
- /**
1390
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
1391
- */
1392
- infrasubspecificSubdivision?: string;
1393
- /**
1394
- * Which parent or larger collection this is part of.
1395
- */
1396
- isPartOf?: string;
1397
- isTaxonGroup?: boolean;
1398
- /**
1399
- * This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
1400
- */
1401
- preferredIdentification?: string;
1402
- /**
1403
- * Publication reference for the taxon concept, that was used in identification
1404
- */
1405
- sec?: string;
1406
- /**
1407
- * Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
1408
- */
1409
- speciesQualifier?: string;
1410
- /**
1411
- * Taxon name
1412
- */
1413
- taxon?: string;
1414
- /**
1415
- * ID for the taxon if has some other than an MX code
1416
- */
1417
- taxonID?: string;
1418
- /**
1419
- * Taxonomic level for the identification
1420
- */
1421
- taxonRank?: "" | "MX.superdomain" | "MX.domain" | "MX.kingdom" | "MX.subkingdom" | "MX.infrakingdom" | "MX.superphylum" | "MX.phylum" | "MX.subphylum" | "MX.infraphylum" | "MX.superdivision" | "MX.division" | "MX.subdivision" | "MX.infradivision" | "MX.superclass" | "MX.class" | "MX.subclass" | "MX.infraclass" | "MX.parvclass" | "MX.superorder" | "MX.order" | "MX.suborder" | "MX.infraorder" | "MX.parvorder" | "MX.superfamily" | "MX.family" | "MX.subfamily" | "MX.tribe" | "MX.subtribe" | "MX.supergenus" | "MX.genus" | "MX.nothogenus" | "MX.subgenus" | "MX.section" | "MX.subsection" | "MX.series" | "MX.subseries" | "MX.infragenericTaxon" | "MX.aggregate" | "MX.speciesAggregate" | "MX.species" | "MX.nothospecies" | "MX.infraspecificTaxon" | "MX.subspecificAggregate" | "MX.subspecies" | "MX.nothosubspecies" | "MX.variety" | "MX.subvariety" | "MX.form" | "MX.subform" | "MX.hybrid" | "MX.anamorph" | "MX.ecotype" | "MX.populationGroup" | "MX.intergenericHybrid" | "MX.infragenericHybrid" | "MX.cultivar" | "MX.group" | "MX.grex";
1422
- taxonSpecifier?: string;
1423
- taxonURI?: string;
1424
- /**
1425
- * Taxon name in original format (e.g. from the label), errors and all
1426
- */
1427
- taxonVerbatim?: string;
1428
- /**
1429
- * PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
1430
- */
1431
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1432
- sortOrder?: number;
1433
- }[];
1434
- typeSpecimens?: {
1435
- id?: string;
1436
- "@type"?: string;
1437
- "@context"?: string;
1438
- /**
1439
- * Which parent or larger collection this is part of.
1440
- */
1441
- isPartOf?: string;
1442
- /**
1443
- * Author of the type species
1444
- */
1445
- typeAuthor?: string;
1446
- /**
1447
- * Publication reference for original description or basionyme
1448
- */
1449
- typeBasionymePubl?: string;
1450
- /**
1451
- * Additional information on the type
1452
- */
1453
- typeNotes?: string;
1454
- /**
1455
- * Publication reference for type publication
1456
- */
1457
- typePubl?: string;
1458
- /**
1459
- * ID for the type series, if part of one
1460
- */
1461
- typeSeriesID?: string;
1462
- /**
1463
- * Name of the type species
1464
- */
1465
- typeSpecies?: string;
1466
- /**
1467
- * Is this holotype, paratype, syntype etc...
1468
- */
1469
- typeStatus?: "" | "MY.typeStatusType" | "MY.typeStatusHolotype" | "MY.typeStatusSyntype" | "MY.typeStatusParatype" | "MY.typeStatusLectotype" | "MY.typeStatusParalectotype" | "MY.typeStatusNeotype" | "MY.typeStatusAllotype" | "MY.typeStatusNeoallotype" | "MY.typeStatusIsotype" | "MY.typeStatusEpitype" | "MY.typeStatusIsolectotype" | "MY.typeStatusIsoepitype" | "MY.typeStatusIsoneotype" | "MY.typeStatusIsoparatype" | "MY.typeStatusIsosyntype" | "MY.typeStatusOriginalMaterial" | "MY.typeStatusCotype" | "MY.typeStatusTopotype" | "MY.typeStatusHomotype" | "MY.typeStatusNo" | "MY.typeStatusPossible" | "MY.typeStatusObscure" | "MY.typeStatusTypeStrain" | "MY.typeStatusPathovarReferenceStrain";
1470
- /**
1471
- * Name of the type subspecies
1472
- */
1473
- typeSubspecies?: string;
1474
- /**
1475
- * Author of the type subspecies
1476
- */
1477
- typeSubspeciesAuthor?: string;
1478
- /**
1479
- * Verification whether this really is a type?
1480
- */
1481
- typeVerification?: "" | "MY.typeVerificationVerified" | "MY.typeVerificationUnverified" | "MY.typeVerificationProbable" | "MY.typeVerificationDoubtful";
1482
- /**
1483
- * Name of the person who chose the type, preferably in the format "Lastname, firstname"
1484
- */
1485
- typif?: string;
1486
- /**
1487
- * Date when the specimen was chosen as a type
1488
- */
1489
- typifDate?: string;
1490
- /**
1491
- * PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
1492
- */
1493
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1494
- }[];
1495
- }[];
1496
- },
1497
- ...{
1498
- id?: string;
1499
- "@type"?: string;
1500
- "@context"?: string;
1501
- /**
1502
- * AFE grid name
1503
- */
1504
- AFEQuadrat?: string;
1505
- /**
1506
- * UTM grid name
1507
- */
1508
- UTMQuadrat?: string;
1509
- acknowledgeNoUnitsInCensus?: boolean;
1510
- /**
1511
- * Regions, rayons, provinces and other administrative areas. Separate multiple names with commas, from generic to specific. (E.g. Etelä-Suomen lääni, Uusimaa)
1512
- */
1513
- administrativeProvince?: string;
1514
- /**
1515
- * Altitude form sea level in meters, single value or range (E.g. 90, or 80-100). No GPS altitude here.
1516
- */
1517
- alt?: string;
1518
- areaDetail?: string;
1519
- /**
1520
- * Write associated observation taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type observation.
1521
- */
1522
- associatedObservationTaxa?: string;
1523
- /**
1524
- * Write associated specimen taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type Preserved specimen.
1525
- */
1526
- associatedSpecimenTaxa?: string;
1527
- /**
1528
- * Bat habitat
1529
- */
1530
- batHabitat?: ("" | "MY.batHabitatYardCityCentre" | "MY.batHabitatYardSuburbs" | "MY.batHabitatYardRural" | "MY.batHabitatRoadSide" | "MY.batHabitatStandOfTreesCloseToBuildings" | "MY.batHabitatParkWIthFewTrees" | "MY.batHabitatParkAbundantInTrees" | "MY.batHabitatSparseForest" | "MY.batHabitatDenseForest" | "MY.batHabitatEdgeOfShoreCoppice" | "MY.batHabitatLakeShore" | "MY.batHabitatSeaShore" | "MY.batHabitatArchipelago" | "MY.batHabitatStreamOrRiverBank" | "MY.batHabitatOldBuildingOrRuins" | "MY.batHabitatCountryside")[];
1531
- binocularsUsed?: boolean;
1532
- /**
1533
- * Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
1534
- */
1535
- biologicalProvince?: string;
1536
- censusHinderedByEnviromentalFactors?: boolean;
1537
- censusHinderedByFog?: boolean;
1538
- censusHinderedByRain?: boolean;
1539
- censusHinderedByWind?: boolean;
1540
- /**
1541
- * Name of an expedition or such.
1542
- */
1543
- collectingEventName?: string;
1544
- controlActivitiesNotes?: string;
1545
- /**
1546
- * Free-text notes about the coordinates.
1547
- */
1548
- coordinateNotes?: string;
1549
- /**
1550
- * Maximum error of coordinates in meters
1551
- */
1552
- coordinateRadius?: string;
1553
- /**
1554
- * Use for NEW SPECIMENS: Where the coordinates have been acquired
1555
- */
1556
- coordinateSource?: "" | "MY.coordinateSourceGps" | "MY.coordinateSourcePeruskartta" | "MY.coordinateSourcePapermap" | "MY.coordinateSourceKotkamap" | "MY.coordinateSourceKarttapaikka" | "MY.coordinateSourceRetkikartta" | "MY.coordinateSourceGoogle" | "MY.coordinateSourceOther" | "MY.coordinateSourceUnknown";
1557
- /**
1558
- * More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
1559
- */
1560
- coordinateSystem?: "" | "MY.coordinateSystemYkj" | "MY.coordinateSystemWgs84" | "MY.coordinateSystemWgs84dms" | "MY.coordinateSystemKkj" | "MY.coordinateSystemEtrs-tm35fin" | "MY.coordinateSystemDd" | "MY.coordinateSystemDms";
1561
- coordinatesGridYKJ?: string;
1562
- /**
1563
- * Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
1564
- */
1565
- coordinatesVerbatim?: string;
1566
- /**
1567
- * Country name in English, or 2-letter country code, or name from label
1568
- */
1569
- country?: string;
1570
- /**
1571
- * County (piirikunta, kreivikunta etc.)
1572
- */
1573
- county?: string;
1574
- dateBegin?: string;
1575
- dateEnd?: string;
1576
- /**
1577
- * Date just as it appears on the label or other original source, no interpretation, errors and all
1578
- */
1579
- dateVerbatim?: string;
1580
- /**
1581
- * Depth in meters, single value or range (E.g. 0.9, or 0.8-1.0)
1582
- */
1583
- depth?: string;
1584
- dynamicProperties?: string;
1585
- eventDate?: string;
1586
- /**
1587
- * Finnish forest vegetation zone
1588
- */
1589
- forestVegetationZone?: "" | "MY.forestVegetationZone1a" | "MY.forestVegetationZone1b" | "MY.forestVegetationZone2a" | "MY.forestVegetationZone2b" | "MY.forestVegetationZone3a" | "MY.forestVegetationZone3b" | "MY.forestVegetationZone3c" | "MY.forestVegetationZone4a" | "MY.forestVegetationZone4b" | "MY.forestVegetationZone4c" | "MY.forestVegetationZone4d";
1590
- gatheringFact?: {
1591
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
1592
- binocularsUsed?: boolean;
1593
- censusAreaHectares?: number;
1594
- invasiveControlOtherExpensesInEuros?: number;
1595
- invasiveControlWorkHours?: number;
1596
- lineTransectSegmentCounted?: boolean;
1597
- lineTransectSegmentMetersEnd?: number;
1598
- lineTransectSegmentMetersStart?: number;
1599
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
1600
- lolifeSiteClassificationComments?: string;
1601
- observedAreaHectares?: number;
1602
- pointCountHabitat?: "" | "MY.pointCountHabitat0" | "MY.pointCountHabitat1" | "MY.pointCountHabitat2" | "MY.pointCountHabitat3" | "MY.pointCountHabitat4" | "MY.pointCountHabitat5" | "MY.pointCountHabitat6" | "MY.pointCountHabitat7" | "MY.pointCountHabitat8" | "MY.pointCountHabitat9" | "MY.pointCountHabitat10" | "MY.pointCountHabitat11" | "MY.pointCountHabitat12" | "MY.pointCountHabitat13" | "MY.pointCountHabitat14" | "MY.pointCountHabitat15" | "MY.pointCountHabitat16" | "MY.pointCountHabitat17";
1603
- shorelineLengthMeters?: number;
1604
- spottingScopeUsed?: boolean;
1605
- sunniness?: number;
1606
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
1607
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
1608
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
1609
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
1610
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
1611
- ykjSquareNumber?: string;
1612
- ACAFLAonAlder?: number;
1613
- ACAFLAonBirch?: number;
1614
- ACAFLAonGround?: number;
1615
- ACAFLAonPine?: number;
1616
- ACAFLAonSpruce?: number;
1617
- CARSPIonAlder?: number;
1618
- CARSPIonBirch?: number;
1619
- CARSPIonGround?: number;
1620
- CARSPIonPine?: number;
1621
- CARSPIonSpruce?: number;
1622
- LOXIAonAlder?: number;
1623
- LOXIAonBirch?: number;
1624
- LOXIAonGround?: number;
1625
- LOXIAonPine?: number;
1626
- LOXIAonSpruce?: number;
1627
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1628
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1629
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1630
- birdFeederCount?: number;
1631
- birdFeederCountBiotopeA?: number;
1632
- birdFeederCountBiotopeB?: number;
1633
- birdFeederCountBiotopeC?: number;
1634
- birdFeederCountBiotopeD?: number;
1635
- birdFeederCountBiotopeE?: number;
1636
- birdFeederCountBiotopeF?: number;
1637
- birdFeederCountBiotopeG?: number;
1638
- birdFeederCountBiotopeH?: number;
1639
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
1640
- descriptionBiotopeF?: string;
1641
- feedingStationCount?: number;
1642
- feedingStationCountBiotopeA?: number;
1643
- feedingStationCountBiotopeB?: number;
1644
- feedingStationCountBiotopeC?: number;
1645
- feedingStationCountBiotopeD?: number;
1646
- feedingStationCountBiotopeE?: number;
1647
- feedingStationCountBiotopeF?: number;
1648
- feedingStationCountBiotopeG?: number;
1649
- feedingStationCountBiotopeH?: number;
1650
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
1651
- meanTemperature?: number;
1652
- observerCount?: number;
1653
- observerID?: number;
1654
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1655
- routeID?: number;
1656
- routeLength?: number;
1657
- routeLengthBiotopeA?: number;
1658
- routeLengthBiotopeB?: number;
1659
- routeLengthBiotopeC?: number;
1660
- routeLengthBiotopeD?: number;
1661
- routeLengthBiotopeE?: number;
1662
- routeLengthBiotopeF?: number;
1663
- routeLengthBiotopeG?: number;
1664
- routeLengthBiotopeH?: number;
1665
- routeLengthChange?: number;
1666
- routeLengthChangeBiotopeA?: number;
1667
- routeLengthChangeBiotopeB?: number;
1668
- routeLengthChangeBiotopeC?: number;
1669
- routeLengthChangeBiotopeD?: number;
1670
- routeLengthChangeBiotopeE?: number;
1671
- routeLengthChangeBiotopeF?: number;
1672
- routeLengthChangeBiotopeG?: number;
1673
- routeLengthChangeBiotopeH?: number;
1674
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
1675
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
1676
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1677
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1678
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1679
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
1680
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
1681
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
1682
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
1683
- wayOfTravelNotes?: string;
1684
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
1685
- };
1686
- gatheringType?: "" | "MY.gatheringTypeForagingArea" | "MY.gatheringTypeBreedingAndRestingArea" | "MY.gatheringTypeCavityTree" | "MY.gatheringTypeDroppingsTree" | "MY.gatheringTypeNestTree" | "MY.gatheringTypeLolifeAccess" | "MY.gatheringTypeLolifeCoreZone" | "MY.gatheringTypeLolifeHabitatZone" | "MY.gatheringTypeLolifeApplicableZone" | "MY.gatheringTypeWaterbirdPoint" | "MY.gatheringTypeWaterbirdRound";
1687
- geometry?: {
1688
- [k: string]: unknown | undefined;
1689
- };
1690
- /**
1691
- * Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
1692
- */
1693
- georeferenceSource?: "" | "MY.georeferenceSourceKotka" | "MY.georeferenceSourceKarttapaikka" | "MY.georeferenceSourcePaikkatietoikkuna" | "MY.georeferenceSourceKarjalankartat" | "MY.georeferenceSourceRetkikartta" | "MY.georeferenceSourceGoogle" | "MY.georeferenceSourcePeruskartta" | "MY.georeferenceSourcePapermap" | "MY.georeferenceSourceOtherpaper" | "MY.georeferenceSourceOtherweb" | "MY.georeferenceSourceCatalogue" | "MY.georeferenceSourceBiogeomancer" | "MY.georeferenceSourceGeolocate" | "MY.georeferenceSourceOther" | "MY.georeferenceSourceUnknown";
1694
- habitat?: ("" | "MY.habitatEnumValue1" | "MY.habitatEnumValue2" | "MY.habitatEnumValue3" | "MY.habitatEnumValue4" | "MY.habitatEnumValue5" | "MY.habitatEnumValue6" | "MY.habitatEnumValue7" | "MY.habitatEnumValue8" | "MY.habitatEnumValue9" | "MY.habitatEnumValue10" | "MY.habitatEnumValue11" | "MY.habitatEnumValue12" | "MY.habitatEnumValue13" | "MY.habitatEnumValue14" | "MY.habitatEnumValue15" | "MY.habitatEnumValue16" | "MY.habitatEnumValue17" | "MY.habitatEnumValue18" | "MY.habitatEnumValue19" | "MY.habitatEnumValue20" | "MY.habitatEnumValue21" | "MY.habitatEnumValue22" | "MY.habitatEnumValue23" | "MY.habitatEnumValue24" | "MY.habitatEnumValue25" | "MY.habitatEnumValue26" | "MY.habitatEnumValue27" | "MY.habitatEnumValue28" | "MY.habitatEnumValue29" | "MY.habitatEnumValue30" | "MY.habitatEnumValue31" | "MY.habitatEnumValue32" | "MY.habitatEnumValue33" | "MY.habitatEnumValue34" | "MY.habitatEnumValue35" | "MY.habitatEnumValue36" | "MY.habitatEnumValue87" | "MY.habitatEnumValue37" | "MY.habitatEnumValue38" | "MY.habitatEnumValue39" | "MY.habitatEnumValue40" | "MY.habitatEnumValue41" | "MY.habitatEnumValue42" | "MY.habitatEnumValue43" | "MY.habitatEnumValue44" | "MY.habitatEnumValue45" | "MY.habitatEnumValue46" | "MY.habitatEnumValue47" | "MY.habitatEnumValue48" | "MY.habitatEnumValue49" | "MY.habitatEnumValue50" | "MY.habitatEnumValue51" | "MY.habitatEnumValue52" | "MY.habitatEnumValue53" | "MY.habitatEnumValue54" | "MY.habitatEnumValue55" | "MY.habitatEnumValue56" | "MY.habitatEnumValue57" | "MY.habitatEnumValue58" | "MY.habitatEnumValue59" | "MY.habitatEnumValue60" | "MY.habitatEnumValue61" | "MY.habitatEnumValue62" | "MY.habitatEnumValue63" | "MY.habitatEnumValue64" | "MY.habitatEnumValue65" | "MY.habitatEnumValue66" | "MY.habitatEnumValue67" | "MY.habitatEnumValue68" | "MY.habitatEnumValue69" | "MY.habitatEnumValue70" | "MY.habitatEnumValue71" | "MY.habitatEnumValue72" | "MY.habitatEnumValue73" | "MY.habitatEnumValue74" | "MY.habitatEnumValue75" | "MY.habitatEnumValue76" | "MY.habitatEnumValue77" | "MY.habitatEnumValue78" | "MY.habitatEnumValue79" | "MY.habitatEnumValue80" | "MY.habitatEnumValue81" | "MY.habitatEnumValue82" | "MY.habitatEnumValue83" | "MY.habitatEnumValue84" | "MY.habitatEnumValue85" | "MY.habitatEnumValue86" | "MY.habitatEnumValue88" | "MY.habitatEnumValue89" | "MY.habitatEnumValue90" | "MY.habitatEnumValue91" | "MY.habitatEnumValue92" | "MY.habitatEnumValue93" | "MY.habitatEnumValue94")[];
1695
- habitatAttributes?: ("" | "MY.habitatAttributesEnumValue1" | "MY.habitatAttributesEnumValue2" | "MY.habitatAttributesEnumValue3" | "MY.habitatAttributesEnumValue4" | "MY.habitatAttributesEnumValue5" | "MY.habitatAttributesEnumValue6" | "MY.habitatAttributesEnumValue7" | "MY.habitatAttributesEnumValue8" | "MY.habitatAttributesEnumValue9" | "MY.habitatAttributesEnumValue10" | "MY.habitatAttributesEnumValue11" | "MY.habitatAttributesEnumValue12" | "MY.habitatAttributesEnumValue13" | "MY.habitatAttributesEnumValue14" | "MY.habitatAttributesEnumValue15" | "MY.habitatAttributesEnumValue16" | "MY.habitatAttributesEnumValue17" | "MY.habitatAttributesEnumValue18" | "MY.habitatAttributesEnumValue19" | "MY.habitatAttributesEnumValue20" | "MY.habitatAttributesEnumValue21" | "MY.habitatAttributesEnumValue22")[];
1696
- /**
1697
- * Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
1698
- */
1699
- habitatClassification?: string;
1700
- /**
1701
- * Informal description of the habitat.
1702
- */
1703
- habitatDescription?: string;
1704
- hasUnit?: string[];
1705
- /**
1706
- * If country is not known or not applicable, for example continent, ocean or large island
1707
- */
1708
- higherGeography?: string;
1709
- invasiveControlAreaKnown?: boolean;
1710
- invasiveControlDangerous?: boolean;
1711
- invasiveControlDangerousDescription?: string;
1712
- invasiveControlEffectiveness?: "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
1713
- invasiveControlEffectivenessNotes?: string;
1714
- invasiveControlMethods?: ("" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther")[];
1715
- invasiveControlMethodsDescription?: string;
1716
- invasiveControlOpen?: boolean;
1717
- invasiveControlOpenDescription?: string;
1718
- invasiveControlOtherExpensesInEuros?: number;
1719
- invasiveControlTaxon?: string[];
1720
- /**
1721
- * Which parent or larger collection this is part of.
1722
- */
1723
- isPartOf?: string;
1724
- keywords?: string[];
1725
- /**
1726
- * Latitude. For southern latitudes, use negative value.
1727
- */
1728
- latitude?: string;
1729
- /**
1730
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
1731
- */
1732
- leg?: string[];
1733
- /**
1734
- * Alkuperäislähteen käyttäjätunnus
1735
- */
1736
- legUserID?: string[];
1737
- /**
1738
- * Leg just as it appears in the label or other original source, no interpretation, errors and all.
1739
- */
1740
- legVerbatim?: string;
1741
- /**
1742
- * Official name of the locality in basic form. Separate multiple names with commas, from generic to specific. No informal description here.
1743
- */
1744
- locality?: string;
1745
- /**
1746
- * Informal description of the exact locality, e.g. '5 km NE of city X, under stone bridge'
1747
- */
1748
- localityDescription?: string;
1749
- /**
1750
- * An unique identifier or code for the locality, if the locality has one (e.g. from SAPO-ontology).
1751
- */
1752
- localityID?: string;
1753
- /**
1754
- * Locality word-to-word as it appears on the label or other original source, errors and all
1755
- */
1756
- localityVerbatim?: string;
1757
- /**
1758
- * Longitude. For western longitudes, use negative value.
1759
- */
1760
- longitude?: string;
1761
- /**
1762
- * Municipality, commune, town, city or civil parish
1763
- */
1764
- municipality?: string;
1765
- namedPlaceID?: string;
1766
- /**
1767
- * Additional information to the data in each section.
1768
- */
1769
- notes?: string;
1770
- /**
1771
- * For garden accessions/seed bank, number of individuals from which seeds were collected
1772
- */
1773
- numberOfSampledIndividuals?: string;
1774
- observationDays?: number;
1775
- observationMinutes?: number;
1776
- /**
1777
- * For garden accessions/seed bank, what proportion of the population sampled was giving seeds
1778
- */
1779
- percentageGivingSeeds?: number;
1780
- predominantTree?: "" | "MX.37819" | "MX.37812" | "MX.37992" | "MX.38004" | "MX.38590" | "MX.38686" | "MX.38563" | "MX.38527" | "MX.41344" | "MX.38016" | "MX.39331" | "MX.37990" | "MX.38008" | "MX.38010" | "MX.37975" | "MX.37976" | "MX.39122" | "MX.37815";
1781
- projectTitle?: string;
1782
- province?: string;
1783
- /**
1784
- * Relative humidity %
1785
- */
1786
- relativeHumidity?: number;
1787
- /**
1788
- * For garden accessions/seed bank, estimated size of the area sampled, in square meters
1789
- */
1790
- samplingAreaSizeInSquareMeters?: number;
1791
- /**
1792
- * Main method for (usually intentional) sampling
1793
- */
1794
- samplingMethod?: "" | "MY.samplingMethodCarnet" | "MY.samplingMethodFeromonetrap" | "MY.samplingMethodNet" | "MY.samplingMethodDrag" | "MY.samplingMethodWindowtrap" | "MY.samplingMethodDigging" | "MY.samplingMethodFishNet" | "MY.samplingMethodHand" | "MY.samplingMethodReared" | "MY.samplingMethodEpupa" | "MY.samplingMethodExovo" | "MY.samplingMethodElarva" | "MY.samplingMethodFishTrap" | "MY.samplingMethodYellowWindowTrap" | "MY.samplingMethodYellowpan" | "MY.samplingMethodTriangleDrag" | "MY.samplingMethodPitfall" | "MY.samplingMethodEclectortrap" | "MY.samplingMethodDungTrap" | "MY.samplingMethodBoard" | "MY.samplingMethodYellowtrap" | "MY.samplingMethodMistnet" | "MY.samplingMethodSweeping" | "MY.samplingMethodSoilsample" | "MY.samplingMethodWashing" | "MY.samplingMethodMalaise" | "MY.samplingMethodPantrap" | "MY.samplingMethodSeine" | "MY.samplingMethodAngleFishing" | "MY.samplingMethodTrampling" | "MY.samplingMethodBeamTrawl" | "MY.samplingMethodTrap" | "MY.samplingMethodDropping" | "MY.samplingMethodTrunkWindowTrap" | "MY.samplingMethodElectrofishing" | "MY.samplingMethodSifting" | "MY.samplingMethodDiverInsectTrap" | "MY.samplingMethodDiving" | "MY.samplingMethodBait" | "MY.samplingMethodBaittrap" | "MY.samplingMethodTrawling" | "MY.samplingMethodLight" | "MY.samplingMethodLightTrap" | "MY.samplingMethodWaterBucket" | "MY.samplingMethodAquaticNet" | "MY.samplingMethodAquaticEmergenceTrap" | "MY.samplingMethodWaterSieve" | "MY.samplingMethodOther";
1795
- samplingMethodNotes?: string;
1796
- section?: number;
1797
- skipped?: boolean;
1798
- spottingScopeUsed?: boolean;
1799
- /**
1800
- * Type of substrate or name of substrate species.
1801
- */
1802
- substrate?: string;
1803
- taxonCensus?: {
1804
- censusTaxonID?: string;
1805
- censusTaxonSetID?: "" | "MX.taxonSetSykeButterflyCensusPapilionoidea" | "MX.taxonSetSykeButterflyCensusOther" | "MX.taxonSetWaterbirdWaterbirds" | "MX.taxonSetWaterbirdWaders" | "MX.taxonSetWaterbirdGulls" | "MX.taxonSetWaterbirdPasserines" | "MX.taxonSetWaterbirdAmphibia" | "MX.taxonSetSykeBumblebee" | "MVL.1201" | "MX.taxonSetSykeBumblebeeOther" | "MX.taxonSetBirdAtlasCommon" | "MX.taxonSetBiomonCompleteListOdonata" | "MX.taxonSetBiomonCompleteListButterflies" | "MX.taxonSetBiomonCompleteListMoths" | "MX.taxonSetBiomonCompleteListBombus" | "MX.taxonSetBiomonCompleteListAmphibiaReptilia" | "MX.taxonSetBiomonCompleteListLargeFlowers" | "MX.taxonSetBiomonCompleteListSubarcticPlants" | "MX.taxonSetBiomonCompleteListMacrolichens" | "MX.taxonSetBiomonCompleteListBracketFungi" | "MX.taxonSetBiomonCompleteListPracticalFungi" | "MX.taxonSetSykeMacrozoobenthos";
1806
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
1807
- }[];
1808
- temperature?: number;
1809
- timeEnd?: string;
1810
- timeStart?: string;
1811
- trapCount?: number;
1812
- weather?: string;
1813
- wgs84Latitude?: string;
1814
- wgs84Longitude?: string;
1815
- images?: string[];
1816
- /**
1817
- * PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
1818
- */
1819
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1820
- units?: {
1821
- id?: string;
1822
- "@type"?: string;
1823
- "@context"?: string;
1824
- /**
1825
- * Diameter at breast height, in centimeters
1826
- */
1827
- DBH?: string;
1828
- /**
1829
- * Leave empty if no sample taken, or if the sample is recorded separately
1830
- */
1831
- DNASampleLocation?: string;
1832
- abundanceString?: string;
1833
- abundanceUnit?: "" | "MY.abundanceUnitIndividualCount" | "MY.abundanceUnitPairCount" | "MY.abundanceUnitNest" | "MY.abundanceUnitBreedingSite" | "MY.abundanceUnitFeedingSite" | "MY.abundanceUnitColony" | "MY.abundanceUnitFruitbody" | "MY.abundanceUnitSprout" | "MY.abundanceUnitHummock" | "MY.abundanceUnitThallus" | "MY.abundanceUnitFlower" | "MY.abundanceUnitSpot" | "MY.abundanceUnitTrunk" | "MY.abundanceUnitQueen" | "MY.abundanceUnitShell" | "MY.abundanceUnitDroppings" | "MY.abundanceUnitMarks" | "MY.abundanceUnitIndirect" | "MY.abundanceUnitSquareDM" | "MY.abundanceUnitSquareM" | "MY.abundanceUnitRelativeDensity" | "MY.abundanceUnitOccursDoesNotOccur";
1834
- /**
1835
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
1836
- */
1837
- additionalIDs?: string[];
1838
- adultIndividualCount?: number;
1839
- /**
1840
- * Estimated or known age in calendar years, years, days or other relevant unit.
1841
- */
1842
- age?: string;
1843
- /**
1844
- * E.g. how age was determined, by whom and when.
1845
- */
1846
- ageNotes?: string;
1847
- alive?: boolean;
1848
- ankleInMillimeters?: string[];
1849
- areaInSquareMeters?: number;
1850
- atlasCode?: "" | "MY.atlasCodeEnum1" | "MY.atlasCodeEnum2" | "MY.atlasCodeEnum3" | "MY.atlasCodeEnum4" | "MY.atlasCodeEnum5" | "MY.atlasCodeEnum6" | "MY.atlasCodeEnum61" | "MY.atlasCodeEnum62" | "MY.atlasCodeEnum63" | "MY.atlasCodeEnum64" | "MY.atlasCodeEnum65" | "MY.atlasCodeEnum66" | "MY.atlasCodeEnum7" | "MY.atlasCodeEnum71" | "MY.atlasCodeEnum72" | "MY.atlasCodeEnum73" | "MY.atlasCodeEnum74" | "MY.atlasCodeEnum75" | "MY.atlasCodeEnum8" | "MY.atlasCodeEnum81" | "MY.atlasCodeEnum82";
1851
- batBehavior?: "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
1852
- beakInMillimeters?: string[];
1853
- birdAge?: "" | "MY.birdAgePp" | "MY.birdAgePm" | "MY.birdAgeFl" | "MY.birdAgePlus1kv" | "MY.birdAge1Kv" | "MY.birdAgePlus2Kv" | "MY.birdAge2kv" | "MY.birdAgePlus3Kv" | "MY.birdAge3Kv" | "MY.birdAgePlus4Kv" | "MY.birdAge4Kv" | "MY.birdAgePlus5Kv" | "MY.birdAge5Kv" | "MY.birdAgePlus6Kv" | "MY.birdAge6Kv" | "MY.birdAgePlus7Kv" | "MY.birdAge7Kv" | "MY.birdAgePlus8Kv" | "MY.birdAge8Kv";
1854
- birdBehavior?: string[];
1855
- birdPlumage?: "" | "MY.birdPlumageAd" | "MY.birdPlumageEijp" | "MY.birdPlumageImm" | "MY.birdPlumageJp" | "MY.birdPlumageJuv" | "MY.birdPlumageNpuk" | "MY.birdPlumagePull" | "MY.birdPlumageSubad" | "MY.birdPlumageTp" | "MY.birdPlumageVp" | "MY.birdPlumagePep" | "MY.birdPlumageSs";
1856
- breeding?: boolean;
1857
- broodSize?: number;
1858
- /**
1859
- * Cause of death, if not intentionally trapped on sampled
1860
- */
1861
- causeOfDeath?: string;
1862
- checklistID?: string;
1863
- /**
1864
- * Results of chemical reaction tests etc.
1865
- */
1866
- chemistry?: string;
1867
- /**
1868
- * Numeric or other description on the amount of individuals (or sprouts, fruiting bodies or such) in the specimen. Sexes and juveniles can be specified like so: 1m2f3j (=1 male, 2 females, 3 juveniles)
1869
- */
1870
- count?: string;
1871
- /**
1872
- * Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
1873
- */
1874
- decayStage?: string;
1875
- distance?: "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
1876
- /**
1877
- * For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
1878
- */
1879
- earliestEpochOrLowestSeries?: "" | "MY.epochOrSeriesCambrian" | "MY.epochOrSeriesCarboniferous" | "MY.epochOrSeriesCretaceous" | "MY.epochOrSeriesDevonian" | "MY.epochOrSeriesEdiacaran" | "MY.epochOrSeriesJurassic" | "MY.epochOrSeriesOrdovician" | "MY.epochOrSeriesPermian" | "MY.epochOrSeriesQuaternary" | "MY.epochOrSeriesRecent" | "MY.epochOrSeriesSilurian" | "MY.epochOrSeriesTertiary" | "MY.epochOrSeriesTriassic";
1880
- femaleIndividualCount?: number;
1881
- /**
1882
- * Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
1883
- */
1884
- fruitType?: "" | "MY.fruitTypeAchene" | "MY.fruitTypeBerry" | "MY.fruitTypeCapsule" | "MY.fruitTypeCaryopsis" | "MY.fruitTypeCone" | "MY.fruitTypeDrupe" | "MY.fruitTypeFollicle" | "MY.fruitTypeLegume" | "MY.fruitTypeNut" | "MY.fruitTypeOther" | "MY.fruitTypePome" | "MY.fruitTypeSchizocarp" | "MY.fruitTypeSiliqua";
1885
- /**
1886
- * Genotype of the microbial strain
1887
- */
1888
- genotype?: string;
1889
- gonadInMillimeters?: string[];
1890
- /**
1891
- * Microbial culture growth medium name, usually from a standard
1892
- */
1893
- growthMediumName?: string;
1894
- /**
1895
- * Other growth conditions for the microbial culture, light etc.
1896
- */
1897
- growthOtherConditions?: string;
1898
- /**
1899
- * Microbial culture growth temperature
1900
- */
1901
- growthTemperature?: string;
1902
- hasIdentification?: string[];
1903
- hasSubUnit?: string[];
1904
- hostID?: string;
1905
- hostInformalNameString?: string;
1906
- indirectObservationType?: "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
1907
- individualCount?: number;
1908
- /**
1909
- * Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
1910
- */
1911
- infestation?: string;
1912
- informalNameString?: string;
1913
- informalTaxonGroup?: string;
1914
- /**
1915
- * Valitut eliöryhmät
1916
- */
1917
- informalTaxonGroups?: string[];
1918
- /**
1919
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
1920
- */
1921
- infrasubspecificSubdivision?: string;
1922
- /**
1923
- * Which parent or larger collection this is part of.
1924
- */
1925
- isPartOf?: string;
1926
- juvenileIndividualCount?: number;
1927
- keywords?: string[];
1928
- larvaIndividualCount?: number;
1929
- /**
1930
- * For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
1931
- */
1932
- latestEpochOrHighestSeries?: "" | "MY.epochOrSeriesCambrian" | "MY.epochOrSeriesCarboniferous" | "MY.epochOrSeriesCretaceous" | "MY.epochOrSeriesDevonian" | "MY.epochOrSeriesEdiacaran" | "MY.epochOrSeriesJurassic" | "MY.epochOrSeriesOrdovician" | "MY.epochOrSeriesPermian" | "MY.epochOrSeriesQuaternary" | "MY.epochOrSeriesRecent" | "MY.epochOrSeriesSilurian" | "MY.epochOrSeriesTertiary" | "MY.epochOrSeriesTriassic";
1933
- lengthInMillimeters?: string[];
1934
- /**
1935
- * Life stage of the specimen. If multiple present, select the one which was present at the time of collecting. Use Life stage description field for extra information.
1936
- */
1937
- lifeStage?: "" | "MY.lifeStageEgg" | "MY.lifeStageLarva" | "MY.lifeStagePupa" | "MY.lifeStageJuvenile" | "MY.lifeStageNymph" | "MY.lifeStageSubimago" | "MY.lifeStageImmature" | "MY.lifeStageAdult" | "MY.lifeStageFertile" | "MY.lifeStageSterile" | "MY.lifeStageTadpole" | "MY.lifeStageEmbryo" | "MY.lifeStageSubadult" | "MY.lifeStageMature" | "MY.lifeStagePullus" | "MY.lifeStageHatchedEgg" | "MY.lifeStageHatchedPupa" | "MY.lifeStageGall" | "MY.lifeStageMarks" | "MY.lifeStageTriungulin";
1938
- /**
1939
- * Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
1940
- */
1941
- lifeStageDescription?: string;
1942
- likelyMigrant?: boolean;
1943
- /**
1944
- * Macroscopic features and measurements, if not recorded separately into measurement fields.
1945
- */
1946
- macroscopy?: string;
1947
- maleIndividualCount?: number;
1948
- /**
1949
- * For measurements taken from the preparation/sample, use the measurement field in the preparation/sample section. For measurements taken from the specimen, use the measurements field on unit level.
1950
- */
1951
- measurement?: {
1952
- DNAConcentrationNgPerMicroliter?: number[];
1953
- DNARatioOfAbsorbance260And280?: number[];
1954
- DNAVolumeMicroliters?: number[];
1955
- beakMillimeters?: number[];
1956
- bodyCentimeters?: number[];
1957
- bodyMillimeters?: number[];
1958
- earLengthMillimeters?: number[];
1959
- embryoCount?: number[];
1960
- follicleDiameterMillimeters?: number[];
1961
- footLengthMillimeters?: number[];
1962
- forearmMillimeters?: number[];
1963
- gonadMillimeters?: number[];
1964
- /**
1965
- * Which parent or larger collection this is part of.
1966
- */
1967
- isPartOf?: string;
1968
- tailCentimeters?: number[];
1969
- tailMillimeters?: number[];
1970
- tarsusLengthMillimeters?: number[];
1971
- totalLengthCentimeters?: number[];
1972
- totalLengthMillimeters?: number[];
1973
- uterineScarCount?: number[];
1974
- weightGrams?: number[];
1975
- weightKilograms?: number[];
1976
- wingMaxMillimeters?: number[];
1977
- wingMillimeters?: number[];
1978
- wingMinMillimeters?: number[];
1979
- };
1980
- /**
1981
- * According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
1982
- */
1983
- microbiologicalRiskGroup?: "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
1984
- /**
1985
- * Microscopic features and measurements, if not recorded separately into measurement fields.
1986
- */
1987
- microscopy?: string;
1988
- movingDirection?: "" | "MY.movingDirectionN" | "MY.movingDirectionNNE" | "MY.movingDirectionNE" | "MY.movingDirectionENE" | "MY.movingDirectionE" | "MY.movingDirectionESE" | "MY.movingDirectionSE" | "MY.movingDirectionSSE" | "MY.movingDirectionS" | "MY.movingDirectionSSW" | "MY.movingDirectionSW" | "MY.movingDirectionWSW" | "MY.movingDirectionW" | "MY.movingDirectionWNW" | "MY.movingDirectionNW" | "MY.movingDirectionNNW";
1989
- movingStatus?: string[];
1990
- /**
1991
- * Information on mutant microbial strain.
1992
- */
1993
- mutant?: string;
1994
- nativeStatus?: "" | "MY.native" | "MY.nonNative";
1995
- nestCount?: number;
1996
- nestNotes?: string;
1997
- nestTreeDiameterInCentimeters?: number;
1998
- nestType?: "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
1999
- /**
2000
- * Additional information to the data in each section.
2001
- */
2002
- notes?: string;
2003
- pairCount?: number;
2004
- pairCountOpinion?: number;
2005
- plantLifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
2006
- /**
2007
- * Status code for the plant (wild, alien etc.)
2008
- */
2009
- plantStatusCode?: "" | "MY.plantStatusCodeL" | "MY.plantStatusCodeA" | "MY.plantStatusCodeAV" | "MY.plantStatusCodeAOV" | "MY.plantStatusCodeAN" | "MY.plantStatusCodeANV" | "MY.plantStatusCodeANS" | "MY.plantStatusCodeT" | "MY.plantStatusCodeTV" | "MY.plantStatusCodeTOV" | "MY.plantStatusCodeTNV" | "MY.plantStatusCodeTNS" | "MY.plantStatusCodeV" | "MY.plantStatusCodeOV" | "MY.plantStatusCodeN" | "MY.plantStatusCodeNV" | "MY.plantStatusCodeNS" | "MY.plantStatusCodeE" | "MY.plantStatusCodeTE" | "MY.plantStatusCodeTVE" | "MY.plantStatusCodeTOVE" | "MY.plantStatusCodeTNVE" | "MY.plantStatusCodeTNSE" | "MY.plantStatusCodeTN" | "MY.plantStatusCodeTNE" | "MY.plantStatusCodeR" | "MY.plantStatusCodeC" | "MY.plantStatusCodeH" | "MY.plantStatusCodeG" | "MY.plantStatusCodeF";
2010
- /**
2011
- * Abundance of the taxon in the field
2012
- */
2013
- populationAbundance?: string;
2014
- /**
2015
- * Preparations/preparates made from the specimen, if not recorded as separate Preparations/samples in the designated section
2016
- */
2017
- preparations?: string;
2018
- /**
2019
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
2020
- */
2021
- preservation?: ("" | "MY.preservationPressed" | "MY.preservationDry" | "MY.preservationCriticalPointDrying" | "MY.preservationPinned" | "MY.preservationGlued" | "MY.preservationLiquid" | "MY.preservationEthanol" | "MY.preservationEthanolPure" | "MY.preservationEthanol70" | "MY.preservationEthanol80" | "MY.preservationEthanol80Pure" | "MY.preservationEthanol96" | "MY.preservationEthanolDenatured" | "MY.preservationEthanolFormalin" | "MY.preservationEthanolExFormalin" | "MY.preservationFormalin" | "MY.preservationBouinSolution" | "MY.preservationPampelsFluid" | "MY.preservationGlycerol" | "MY.preservationParaffin" | "MY.preservationMercuricChloride" | "MY.preservationCryopreserved" | "MY.preservationFrozen" | "MY.preservationFrozenMinus80C" | "MY.preservationFreezeDried" | "MY.preservationGoldPlated" | "MY.preservationActiveCulture" | "MY.preservationLiving" | "MY.preservationSlide" | "MY.preservationSlideCanadaBalsam" | "MY.preservationSlideEuparal" | "MY.preservationSlidePolyviol" | "MY.preservationStuffed" | "MY.preservationCast" | "MY.preservationPlastinated" | "MY.preservationFrozenMinus80CAndEthanolMinus20C")[];
2022
- /**
2023
- * Can be used to highlight one unit as primary specimen/observation if there are many in one document. Only one unit per document can be marked as primary.
2024
- */
2025
- primarySpecimen?: boolean;
2026
- /**
2027
- * Origin or source of the garden accession
2028
- */
2029
- provenance?: "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
2030
- /**
2031
- * Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
2032
- */
2033
- recordBasis?: "" | "MY.recordBasisPreservedSpecimen" | "MY.recordBasisHumanObservation" | "MY.recordBasisHumanObservationSeen" | "MY.recordBasisHumanObservationHeard" | "MY.recordBasisHumanObservationHandled" | "MY.recordBasisHumanObservationPhoto" | "MY.recordBasisHumanObservationAudio" | "MY.recordBasisHumanObservationVideo" | "MY.recordBasisHumanObservationIndirect" | "MY.recordBasisMachineObservation" | "MY.recordBasisMachineObservationPhoto" | "MY.recordBasisMachineObservationVideo" | "MY.recordBasisMachineObservationAudio" | "MY.recordBasisMachineObservationGeologger" | "MY.recordBasisMachineObservationSatelliteTransmitter" | "MY.recordBasisFossilSpecimen" | "MY.recordBasisSubfossilSpecimen" | "MY.recordBasisSubfossilSpecimenAmberInclusion" | "MY.recordBasisMaterialSample" | "MY.recordBasisMaterialSampleAir" | "MY.recordBasisMaterialSampleSoil" | "MY.recordBasisMaterialSampleWater" | "MY.recordBasisMicrobialSpecimen" | "MY.recordBasisLivingSpecimen" | "MY.recordBasisLiterature";
2034
- /**
2035
- * What parts of the record are / have been in storage.
2036
- */
2037
- recordParts?: ("" | "MY.recordPartsBones" | "MY.recordPartsAntler" | "MY.recordPartsHead" | "MY.recordPartsSkull" | "MY.recordPartsSkin" | "MY.recordPartsWing" | "MY.recordPartsTail" | "MY.recordPartsTissue" | "MY.recordPartsFeather" | "MY.recordPartsEgg" | "MY.recordPartsIntestine" | "MY.recordPartsGonad" | "MY.recordPartsSeed" | "MY.recordPartsNest" | "MY.recordPartsFaeces" | "MY.recordPartsFeedingMarks" | "MY.recordPartsTracks" | "MY.recordPartsScale" | "MY.recordPartsFin" | "MY.recordPartsFull" | "MY.recordPartsPart" | "MY.recordPartsActiveCulture" | "MY.recordPartsCutting" | "MY.recordPartsVegetativePart" | "MY.recordPartsFreezeDried" | "MY.recordPartsDryIce" | "MY.recordPartsDNA" | "MY.recordPartsShell" | "MY.recordPartsWholePlant" | "MY.recordPartsTissueCulture" | "MY.recordPartsMount" | "My.recordPartsSkullAndBones")[];
2038
- /**
2039
- * Bird or bat ring number, code, colour code or such
2040
- */
2041
- ring?: string;
2042
- /**
2043
- * Main method for (usually intentional) sampling
2044
- */
2045
- samplingMethod?: "" | "MY.samplingMethodCarnet" | "MY.samplingMethodFeromonetrap" | "MY.samplingMethodNet" | "MY.samplingMethodDrag" | "MY.samplingMethodWindowtrap" | "MY.samplingMethodDigging" | "MY.samplingMethodFishNet" | "MY.samplingMethodHand" | "MY.samplingMethodReared" | "MY.samplingMethodEpupa" | "MY.samplingMethodExovo" | "MY.samplingMethodElarva" | "MY.samplingMethodFishTrap" | "MY.samplingMethodYellowWindowTrap" | "MY.samplingMethodYellowpan" | "MY.samplingMethodTriangleDrag" | "MY.samplingMethodPitfall" | "MY.samplingMethodEclectortrap" | "MY.samplingMethodDungTrap" | "MY.samplingMethodBoard" | "MY.samplingMethodYellowtrap" | "MY.samplingMethodMistnet" | "MY.samplingMethodSweeping" | "MY.samplingMethodSoilsample" | "MY.samplingMethodWashing" | "MY.samplingMethodMalaise" | "MY.samplingMethodPantrap" | "MY.samplingMethodSeine" | "MY.samplingMethodAngleFishing" | "MY.samplingMethodTrampling" | "MY.samplingMethodBeamTrawl" | "MY.samplingMethodTrap" | "MY.samplingMethodDropping" | "MY.samplingMethodTrunkWindowTrap" | "MY.samplingMethodElectrofishing" | "MY.samplingMethodSifting" | "MY.samplingMethodDiverInsectTrap" | "MY.samplingMethodDiving" | "MY.samplingMethodBait" | "MY.samplingMethodBaittrap" | "MY.samplingMethodTrawling" | "MY.samplingMethodLight" | "MY.samplingMethodLightTrap" | "MY.samplingMethodWaterBucket" | "MY.samplingMethodAquaticNet" | "MY.samplingMethodAquaticEmergenceTrap" | "MY.samplingMethodWaterSieve" | "MY.samplingMethodOther";
2046
- samplingMethodNotes?: string;
2047
- /**
2048
- * Maturity of the collected seeds, used for botanical garden accessions/seed bank.
2049
- */
2050
- seedMaturity?: "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
2051
- /**
2052
- * Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
2053
- */
2054
- seedMorphology?: "" | "MY.seedMorphologyBent" | "MY.seedMorphologyBroad" | "MY.seedMorphologyCapitate" | "MY.seedMorphologyFolded" | "MY.seedMorphologyLateral" | "MY.seedMorphologyLinearFullyDeveloped" | "MY.seedMorphologyLinearUnderdeveloped" | "MY.seedMorphologyPeripheral" | "MY.seedMorphologyRudimentary" | "MY.seedMorphologySpatulateFullyDeveloped" | "MY.seedMorphologySpatulateUnderdeveloped" | "MY.seedMorphologyUndifferentiated" | "MY.seedMorphologyInvesting";
2055
- /**
2056
- * Sex of the individual(s)
2057
- */
2058
- sex?: "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
2059
- /**
2060
- * E.g. how sex was determined, by whom and when.
2061
- */
2062
- sexNotes?: string;
2063
- shortHandText?: string;
2064
- smell?: "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
2065
- smellNotes?: string;
2066
- stratigraphyVerbatim?: string;
2067
- substrateClassification?: "" | "MY.substrateGround" | "MY.substrateGroundLowShrubs" | "MY.substrateGroundLichens" | "MY.substrateGroundHerbs" | "MY.substrateGroundMosses" | "MY.substrateGroundSphagnum" | "MY.substrateGroundGrassy" | "MY.substrateGroundNeedleLitter" | "MY.substrateGroundLeafLitter" | "MY.substrateGroundMixedLitter" | "MY.substrateGroundSandySoil" | "MY.substrateGroundGravelSoil" | "MY.substrateGroundClayeySoil" | "MY.substrateGroundHeathHumus" | "MY.substrateGroundMull" | "MY.substrateGroundPeat" | "MY.substrateGroundBurnedSoil" | "MY.substrateLivingTree" | "MY.substrateLivingTreeTrunk" | "MY.substrateLivingTreeBase" | "MY.substrateLivingTreeRoots" | "MY.substrateLivingTreeBranch" | "MY.substrateLivingTreeDeadBranch" | "MY.substrateLivingTreeDeadLimb" | "MY.substrateLivingTreeLeaf" | "MY.substrateLivingTreeNeedle" | "MY.substrateDeadWood" | "MY.substrateDeadWoodStandingTreeTrunk" | "MY.substrateDeadWoodStandingTreeBranch" | "MY.substrateDeadWoodStandingTreeBase" | "MY.substrateDeadWoodFallenTreeTrunk" | "MY.substrateDeadWoodFallenTreeBranch" | "MY.substrateDeadWoodUpturnedRoots" | "MY.substrateDeadWoodDeadRoots" | "MY.substrateDeadWoodStump" | "MY.substrateDeadWoodFallenBranch" | "MY.substrateDeadWoodCone" | "MY.substrateDeadWoodTwigs" | "MY.substrateDeadWoodBark" | "MY.substrateDeadWoodSawdust" | "MY.substrateDeadWoodPieceOfWood" | "MY.substrateDeadWoodLoggingResidue" | "MY.substrateDeadWoodLog" | "MY.substrateDeadWoodDriftwood" | "MY.substrateDeadWoodConstructionWood" | "MY.substrateDung" | "MY.substrateCompost" | "MY.substrateLivingShoot" | "MY.substrateDeadShoot" | "MY.substrateLivingFungus" | "MY.substrateDeadFungus" | "MY.substrateLivingAnimal" | "MY.substrateDeadAnimal" | "MY.substrateRockSurface" | "MY.substrateDeadNeedle" | "MY.substrateDeadLeaf";
2068
- substrateDecayStage?: "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
2069
- substrateNotes?: string;
2070
- substrateSpecies?: string;
2071
- substrateSpeciesID?: string;
2072
- substrateSpeciesInformalNameString?: string;
2073
- substrateTreeClassification?: ("" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6")[];
2074
- tailInMillimeters?: string[];
2075
- taste?: "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
2076
- tasteNotes?: string;
2077
- taxonConfidence?: "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
2078
- twitched?: boolean;
2079
- unitFact?: {
2080
- adultIndividualCount?: number;
2081
- autocompleteSelectedTaxonID?: string;
2082
- glowWormMicrohabitat?: "" | "MY.glowWormMicrohabitatEnum1" | "MY.glowWormMicrohabitatEnum2" | "MY.glowWormMicrohabitatEnum3" | "MY.glowWormMicrohabitatEnum4" | "MY.glowWormMicrohabitatEnum5" | "MY.glowWormMicrohabitatEnum6" | "MY.glowWormMicrohabitatEnumOther";
2083
- individualCountFlock?: number;
2084
- individualCountInner?: number;
2085
- individualCountOuter?: number;
2086
- juvenileIndividualCount?: number;
2087
- lineTransectObsType?: "" | "MY.lineTransectObsTypeSong" | "MY.lineTransectObsTypeOtherSound" | "MY.lineTransectObsTypeSeen" | "MY.lineTransectObsTypeSeenMale" | "MY.lineTransectObsTypeSeenFemale" | "MY.lineTransectObsTypeFlyingOverhead" | "MY.lineTransectObsTypeFlock" | "MY.lineTransectObsTypeFlockFlyingOverhead" | "MY.lineTransectObsTypeSeenPair" | "MY.lineTransectObsTypeSeenBrood" | "MY.lineTransectObsTypeSeenNest" | "MY.lineTransectObsTypeUnknown";
2088
- lineTransectRouteFieldType?: "" | "MY.lineTransectRouteFieldTypeInner" | "MY.lineTransectRouteFieldTypeOuter";
2089
- lolifeDroppingsCount?: "" | "MY.lolifeDroppingsCount0" | "MY.lolifeDroppingsCount1" | "MY.lolifeDroppingsCount2" | "MY.lolifeDroppingsCount25" | "MY.lolifeDroppingsCount3" | "MY.lolifeDroppingsCount4";
2090
- lolifeDroppingsQuality?: "" | "MY.lolifeDroppingsQuality1" | "MY.lolifeDroppingsQuality2";
2091
- lolifeDroppingsType?: "" | "MY.lolifeDroppingsTypeRock" | "MY.lolifeDroppingsTypeTree" | "MY.lolifeDroppingsTypeTreeGroup" | "MY.lolifeDroppingsTypeOther";
2092
- lolifeNestTree?: "" | "MX.38590" | "MX.37812" | "MX.37999" | "MX.37993" | "MX.38010" | "MX.38008" | "MY.lolifeNestTreeOther";
2093
- pairCountInner?: number;
2094
- pairCountOuter?: number;
2095
- pointCountFlock?: string;
2096
- runningWaterInVicinity?: boolean;
2097
- waterbirdFemale?: "" | "MY.waterbirdFemaleEnumYes" | "MY.waterbirdFemaleEnumNo" | "MY.waterbirdFemaleEnumLonelyPanicking";
2098
- waterbirdJuvenileAgeClass?: "" | "MY.waterbirdJuvenileAgeClassIa" | "MY.waterbirdJuvenileAgeClassIb" | "MY.waterbirdJuvenileAgeClassIc" | "MY.waterbirdJuvenileAgeClassIIa" | "MY.waterbirdJuvenileAgeClassIIb" | "MY.waterbirdJuvenileAgeClassIIc" | "MY.waterbirdJuvenileAgeClassIIIa" | "MY.waterbirdJuvenileAgeClassUnknown";
2099
- waterbirdJuvenileCountAccurate?: boolean;
2100
- waterbirdObserverOpinionSelectedCensus?: boolean;
2101
- waterbirdPairCountOpinionReasoning?: "" | "MY.waterbirdPairCountOpinionReasoningEnum1" | "MY.waterbirdPairCountOpinionReasoningEnum2" | "MY.waterbirdPairCountOpinionReasoningEnum3" | "MY.waterbirdPairCountOpinionReasoningEnumOther";
2102
- individualCountBiotopeA?: number;
2103
- individualCountBiotopeB?: number;
2104
- individualCountBiotopeC?: number;
2105
- individualCountBiotopeD?: number;
2106
- individualCountBiotopeE?: number;
2107
- individualCountBiotopeF?: number;
2108
- individualCountBiotopeG?: number;
2109
- individualCountBiotopeH?: number;
2110
- };
2111
- unitGathering?: {
2112
- id?: string;
2113
- "@type"?: string;
2114
- "@context"?: string;
2115
- dateBegin?: string;
2116
- dateEnd?: string;
2117
- geometry?: {
2118
- [k: string]: unknown | undefined;
2119
- };
2120
- /**
2121
- * Informal description of the habitat.
2122
- */
2123
- habitatDescription?: string;
2124
- habitatIUCN?: string;
2125
- /**
2126
- * Type of substrate or name of substrate species.
2127
- */
2128
- substrate?: string;
2129
- };
2130
- unitType?: string[];
2131
- weightInGrams?: string[];
2132
- wild?: "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
2133
- wingInMillimeters?: string[];
2134
- audio?: string[];
2135
- images?: string[];
2136
- /**
2137
- * PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
2138
- */
2139
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
2140
- identifications?: {
2141
- id?: string;
2142
- "@type"?: string;
2143
- "@context"?: string;
2144
- "herbo:sortOrder"?: number;
2145
- /**
2146
- * Write associated observation taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type observation.
2147
- */
2148
- associatedObservationTaxa?: string;
2149
- /**
2150
- * Author for the taxon
2151
- */
2152
- author?: string;
2153
- /**
2154
- * Name of the identifier (person) preferably in format "lastname, firstname"
2155
- */
2156
- det?: string;
2157
- /**
2158
- * Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
2159
- */
2160
- detDate?: string;
2161
- detMethod?: "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
2162
- /**
2163
- * Name of the identifier and date of identification in original format (e.g. from the label), errors and all
2164
- */
2165
- detVerbatim?: string;
2166
- /**
2167
- * Additional qualifier or specifier at genus level (e.g. aff., cf.)
2168
- */
2169
- genusQualifier?: string;
2170
- identificationBasis?: ("" | "MY.identificationBasisDNA" | "MY.identificationBasisGenitals" | "MY.identificationBasisGenitalPreparate" | "MY.identificationBasisSpores" | "MY.identificationBasisHandled" | "MY.identificationBasisChemical" | "MY.identificationBasisHeard" | "MY.identificationBasisMicroscope" | "MY.identificationBasisSeen" | "MY.identificationBasisPreservedSpecimen" | "MY.identificationBasisFreshSpecimen" | "MY.identificationBasisMedia")[];
2171
- /**
2172
- * Additional information on the identification, basis or such
2173
- */
2174
- identificationNotes?: string;
2175
- /**
2176
- * Author for the taxon below species level/infra epithet
2177
- */
2178
- infraAuthor?: string;
2179
- /**
2180
- * Taxon name for the epithet below species level
2181
- */
2182
- infraEpithet?: string;
2183
- /**
2184
- * Taxonomic level of the epithet below species level
2185
- */
2186
- infraRank?: "" | "MY.infraRankSsp" | "MY.infraRankVar" | "MY.infraRankBeta" | "MY.infraRankB" | "MY.infraRankForma" | "MY.infraRankHybrid" | "MY.infraRankAnamorph" | "MY.infraRankAggregate" | "MY.infraRankAberration" | "MY.infraRankCultivar" | "MY.infraRankMorpha" | "MY.infraRankUnknown" | "MY.infraRankNothosubspecies" | "MY.infraRankCultivarGroup" | "MY.infraRankFsp";
2187
- /**
2188
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
2189
- */
2190
- infrasubspecificSubdivision?: string;
2191
- /**
2192
- * Which parent or larger collection this is part of.
2193
- */
2194
- isPartOf?: string;
2195
- isTaxonGroup?: boolean;
2196
- /**
2197
- * This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
2198
- */
2199
- preferredIdentification?: string;
2200
- /**
2201
- * Publication reference for the taxon concept, that was used in identification
2202
- */
2203
- sec?: string;
2204
- /**
2205
- * Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
2206
- */
2207
- speciesQualifier?: string;
2208
- /**
2209
- * Taxon name
2210
- */
2211
- taxon?: string;
2212
- /**
2213
- * ID for the taxon if has some other than an MX code
2214
- */
2215
- taxonID?: string;
2216
- /**
2217
- * Taxonomic level for the identification
2218
- */
2219
- taxonRank?: "" | "MX.superdomain" | "MX.domain" | "MX.kingdom" | "MX.subkingdom" | "MX.infrakingdom" | "MX.superphylum" | "MX.phylum" | "MX.subphylum" | "MX.infraphylum" | "MX.superdivision" | "MX.division" | "MX.subdivision" | "MX.infradivision" | "MX.superclass" | "MX.class" | "MX.subclass" | "MX.infraclass" | "MX.parvclass" | "MX.superorder" | "MX.order" | "MX.suborder" | "MX.infraorder" | "MX.parvorder" | "MX.superfamily" | "MX.family" | "MX.subfamily" | "MX.tribe" | "MX.subtribe" | "MX.supergenus" | "MX.genus" | "MX.nothogenus" | "MX.subgenus" | "MX.section" | "MX.subsection" | "MX.series" | "MX.subseries" | "MX.infragenericTaxon" | "MX.aggregate" | "MX.speciesAggregate" | "MX.species" | "MX.nothospecies" | "MX.infraspecificTaxon" | "MX.subspecificAggregate" | "MX.subspecies" | "MX.nothosubspecies" | "MX.variety" | "MX.subvariety" | "MX.form" | "MX.subform" | "MX.hybrid" | "MX.anamorph" | "MX.ecotype" | "MX.populationGroup" | "MX.intergenericHybrid" | "MX.infragenericHybrid" | "MX.cultivar" | "MX.group" | "MX.grex";
2220
- taxonSpecifier?: string;
2221
- taxonURI?: string;
2222
- /**
2223
- * Taxon name in original format (e.g. from the label), errors and all
2224
- */
2225
- taxonVerbatim?: string;
2226
- /**
2227
- * PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
2228
- */
2229
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
2230
- sortOrder?: number;
2231
- }[];
2232
- typeSpecimens?: {
2233
- id?: string;
2234
- "@type"?: string;
2235
- "@context"?: string;
2236
- /**
2237
- * Which parent or larger collection this is part of.
2238
- */
2239
- isPartOf?: string;
2240
- /**
2241
- * Author of the type species
2242
- */
2243
- typeAuthor?: string;
2244
- /**
2245
- * Publication reference for original description or basionyme
2246
- */
2247
- typeBasionymePubl?: string;
2248
- /**
2249
- * Additional information on the type
2250
- */
2251
- typeNotes?: string;
2252
- /**
2253
- * Publication reference for type publication
2254
- */
2255
- typePubl?: string;
2256
- /**
2257
- * ID for the type series, if part of one
2258
- */
2259
- typeSeriesID?: string;
2260
- /**
2261
- * Name of the type species
2262
- */
2263
- typeSpecies?: string;
2264
- /**
2265
- * Is this holotype, paratype, syntype etc...
2266
- */
2267
- typeStatus?: "" | "MY.typeStatusType" | "MY.typeStatusHolotype" | "MY.typeStatusSyntype" | "MY.typeStatusParatype" | "MY.typeStatusLectotype" | "MY.typeStatusParalectotype" | "MY.typeStatusNeotype" | "MY.typeStatusAllotype" | "MY.typeStatusNeoallotype" | "MY.typeStatusIsotype" | "MY.typeStatusEpitype" | "MY.typeStatusIsolectotype" | "MY.typeStatusIsoepitype" | "MY.typeStatusIsoneotype" | "MY.typeStatusIsoparatype" | "MY.typeStatusIsosyntype" | "MY.typeStatusOriginalMaterial" | "MY.typeStatusCotype" | "MY.typeStatusTopotype" | "MY.typeStatusHomotype" | "MY.typeStatusNo" | "MY.typeStatusPossible" | "MY.typeStatusObscure" | "MY.typeStatusTypeStrain" | "MY.typeStatusPathovarReferenceStrain";
2268
- /**
2269
- * Name of the type subspecies
2270
- */
2271
- typeSubspecies?: string;
2272
- /**
2273
- * Author of the type subspecies
2274
- */
2275
- typeSubspeciesAuthor?: string;
2276
- /**
2277
- * Verification whether this really is a type?
2278
- */
2279
- typeVerification?: "" | "MY.typeVerificationVerified" | "MY.typeVerificationUnverified" | "MY.typeVerificationProbable" | "MY.typeVerificationDoubtful";
2280
- /**
2281
- * Name of the person who chose the type, preferably in the format "Lastname, firstname"
2282
- */
2283
- typif?: string;
2284
- /**
2285
- * Date when the specimen was chosen as a type
2286
- */
2287
- typifDate?: string;
2288
- /**
2289
- * PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
2290
- */
2291
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
2292
- }[];
2293
- }[];
2294
- }[]
2295
- ];
2296
- };
2297
- printType?: "" | "MHL.printTypeLineTransect";
180
+ prepopulatedDocument?: Document;
181
+ printType?: PrintTypeEnum;
2298
182
  /**
2299
183
  * Users need to have permission to access the form
2300
184
  */
2301
- restrictAccess?: "" | "MHL.restrictAccessStrict" | "MHL.restrictAccessLoose";
2302
- resultServiceType?: "" | "MHL.resultServiceTypeLineTransect" | "MHL.resultServiceTypeNafi" | "MHL.resultServiceTypeBirdPointCount" | "MHL.resultServiceTypeWinterBirdCount" | "MHL.resultServiceTypeSykeInsectProjects" | "MHL.resultServiceTypeInvasiveControl" | "MHL.resultServiceTypeCompleteLists";
185
+ restrictAccess?: RestrictAccessEnum;
186
+ resultServiceType?: ResultServiceTypeEnum;
2303
187
  /**
2304
188
  * Message shown when document save failed
2305
189
  */
@@ -2319,16 +203,7 @@ export declare class FormOptions {
2319
203
  /**
2320
204
  * Named places page shows the places as done if they have observation inside the season
2321
205
  */
2322
- season?: {
2323
- /**
2324
- * End of season
2325
- */
2326
- end?: string;
2327
- /**
2328
- * Start of season
2329
- */
2330
- start?: string;
2331
- };
206
+ season?: FormSeason;
2332
207
  /**
2333
208
  * Makes the documents reported with the form secondary
2334
209
  */
@@ -2361,7 +236,7 @@ export declare class FormOptions {
2361
236
  * Uses schema comments as form help texts
2362
237
  */
2363
238
  useSchemaCommentsAsHelpTexts?: boolean;
2364
- viewerType?: "" | "MHL.viewerTypeLineTransect" | "MHL.viewerTypeBirdPointCount";
239
+ viewerType?: ViewerTypeEnum;
2365
240
  warnEditingOldDocument?: boolean;
2366
241
  /**
2367
242
  * Duration in ISO 8601 duration format. Defaults to P1W (one week)