@luomus/laji-schema 2.0.10 → 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 +5 -6
  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 +5 -6
  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,1984 +1,39 @@
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 { Document } from './';
2
+ import { DateRange } from './';
3
+ import { Reserve } from './';
4
+ export declare enum AccessibilityEnum {
5
+ "empty" = "",
6
+ "accessibilityEasy" = "MNP.accessibilityEasy",
7
+ "accessibilityModerate" = "MNP.accessibilityModerate",
8
+ "accessibilityDifficult" = "MNP.accessibilityDifficult"
9
+ }
10
+ export declare enum PriorityEnum {
11
+ "empty" = "",
12
+ "priority1" = "MNP.priority1",
13
+ "priority2" = "MNP.priority2",
14
+ "priority3" = "MNP.priority3",
15
+ "priority4" = "MNP.priority4",
16
+ "priority5" = "MNP.priority5"
17
+ }
18
+ export declare enum TagEnum {
19
+ "empty" = "",
20
+ "tagAccessibilityEasy" = "MNP.tagAccessibilityEasy",
21
+ "tagAccessibilityModerate" = "MNP.tagAccessibilityModerate",
22
+ "tagAccessibilityDifficult" = "MNP.tagAccessibilityDifficult",
23
+ "tagHabitatImportant" = "MNP.tagHabitatImportant",
24
+ "tagCensusRare" = "MNP.tagCensusRare",
25
+ "tagHabitatFarmland" = "MNP.tagHabitatFarmland",
26
+ "tagHabitatMire" = "MNP.tagHabitatMire",
27
+ "tagHabitatMountain" = "MNP.tagHabitatMountain",
28
+ "tagSuitable" = "MNP.tagSuitable"
29
+ }
6
30
  export declare class NamedPlace {
7
31
  "@context"?: string;
8
32
  id?: string;
9
33
  "@type"?: string;
10
- acceptedDocument?: {
11
- id?: string;
12
- "@type"?: string;
13
- "@context"?: string;
14
- /**
15
- * Secure level (salaus-/karkeistustaso) for the data
16
- */
17
- secureLevel?: "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
18
- /**
19
- * Leave empty if no sample taken, or if the sample is recorded separately
20
- */
21
- DNASampleLocation?: string;
22
- /**
23
- * IPEN Number for the accession
24
- */
25
- IPEN?: string;
26
- /**
27
- * URL where more information is available about the specimen
28
- */
29
- URL?: string;
30
- acknowledgedWarnings?: {
31
- [k: string]: unknown | undefined;
32
- }[];
33
- /**
34
- * From who/where the specimen was acquired (if not recorded as a transaction)
35
- */
36
- acquiredFrom?: string;
37
- /**
38
- * Organization where the accession was acquired from. If the organization is not on the list, add it first.
39
- */
40
- acquiredFromOrganization?: string;
41
- /**
42
- * 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.
43
- */
44
- acquisitionDate?: string;
45
- /**
46
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
47
- */
48
- additionalIDs?: string[];
49
- /**
50
- * BOLD identifier, usually BOLD Sample ID. You can include additonal comment by separating them with colon, e.g. "AY123456:comments here"
51
- */
52
- bold?: string[];
53
- caption?: string;
54
- /**
55
- * Clad book id number or such
56
- */
57
- cladBookID?: string;
58
- /**
59
- * Clad specimen id: usually color description and a number
60
- */
61
- cladSpecimenID?: string;
62
- /**
63
- * Verbatim specimen data from clad book
64
- */
65
- cladVerbatim?: string;
66
- /**
67
- * The collection which this specimen belongs to
68
- */
69
- collectionID?: string;
70
- /**
71
- * 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.
72
- */
73
- condition?: string;
74
- /**
75
- * Annuality/perenniality or other specialities about cultivation in our conditions.
76
- */
77
- cultivationInformation?: string;
78
- dataOrigin?: ("" | "MY.dataOriginPaperForm" | "MY.dataOriginWebForm" | "MY.dataOriginSpreadsheetFile")[];
79
- /**
80
- * Where the data about this specimen or observation is from, in addition to labels. Eg. reference to a publication, field notes or an expedition.
81
- */
82
- dataSource?: string;
83
- /**
84
- * The tags this specimen has
85
- */
86
- datasetID?: string[];
87
- datatype?: string;
88
- deviceID?: string;
89
- /**
90
- * 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
91
- */
92
- documentLocation?: string;
93
- /**
94
- * Description where duplicates (specimens of the same individual) are located or have been sent to and by which ID's.
95
- */
96
- duplicatesIn?: string;
97
- /**
98
- * Reason for this edit or notes about it.
99
- */
100
- editNotes?: string;
101
- editor?: string;
102
- /**
103
- * Date the data was first transcribed into electronic format or paper registry
104
- */
105
- entered?: string;
106
- /**
107
- * Free-text diary-style information about what has been done to the specimen and when.
108
- */
109
- event?: string[];
110
- /**
111
- * Name of the exsiccatum this specimen belongs to and possible exsiccatum number.
112
- */
113
- exsiccatum?: string;
114
- /**
115
- * Id of the form that was used for the document
116
- */
117
- formID?: string;
118
- gatheringEvent?: {
119
- id?: string;
120
- "@type"?: string;
121
- "@context"?: string;
122
- acknowledgeNoUnitsInCensus?: boolean;
123
- artificialLight?: "" | "MY.artificialLightEnum1" | "MY.artificialLightEnum2" | "MY.artificialLightEnum3" | "MY.artificialLightEnum4" | "MY.artificialLightEnum5";
124
- breaksDuringCensusInMinutes?: number;
125
- censusHinderedByEnviromentalFactors?: boolean;
126
- censusHinderedByFog?: boolean;
127
- censusHinderedByRain?: boolean;
128
- censusHinderedByWind?: boolean;
129
- censusPrematurelyAborted?: boolean;
130
- cloudCover?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
131
- cloudCoverEnd?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
132
- cloudCoverStart?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
133
- completeList?: {
134
- completeListTaxonID?: string;
135
- completeListType?: "" | "MY.completeListTypeCompleteWithBreedingStatus" | "MY.completeListTypeComplete" | "MY.completeListTypeIncomplete";
136
- };
137
- dateBegin?: string;
138
- dateEnd?: string;
139
- gatheringFact?: {
140
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
141
- binocularsUsed?: boolean;
142
- censusAreaHectares?: number;
143
- invasiveControlOtherExpensesInEuros?: number;
144
- invasiveControlWorkHours?: number;
145
- lineTransectSegmentCounted?: boolean;
146
- lineTransectSegmentMetersEnd?: number;
147
- lineTransectSegmentMetersStart?: number;
148
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
149
- lolifeSiteClassificationComments?: string;
150
- observedAreaHectares?: number;
151
- 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";
152
- shorelineLengthMeters?: number;
153
- spottingScopeUsed?: boolean;
154
- sunniness?: number;
155
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
156
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
157
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
158
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
159
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
160
- ykjSquareNumber?: string;
161
- ACAFLAonAlder?: number;
162
- ACAFLAonBirch?: number;
163
- ACAFLAonGround?: number;
164
- ACAFLAonPine?: number;
165
- ACAFLAonSpruce?: number;
166
- CARSPIonAlder?: number;
167
- CARSPIonBirch?: number;
168
- CARSPIonGround?: number;
169
- CARSPIonPine?: number;
170
- CARSPIonSpruce?: number;
171
- LOXIAonAlder?: number;
172
- LOXIAonBirch?: number;
173
- LOXIAonGround?: number;
174
- LOXIAonPine?: number;
175
- LOXIAonSpruce?: number;
176
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
177
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
178
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
179
- birdFeederCount?: number;
180
- birdFeederCountBiotopeA?: number;
181
- birdFeederCountBiotopeB?: number;
182
- birdFeederCountBiotopeC?: number;
183
- birdFeederCountBiotopeD?: number;
184
- birdFeederCountBiotopeE?: number;
185
- birdFeederCountBiotopeF?: number;
186
- birdFeederCountBiotopeG?: number;
187
- birdFeederCountBiotopeH?: number;
188
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
189
- descriptionBiotopeF?: string;
190
- feedingStationCount?: number;
191
- feedingStationCountBiotopeA?: number;
192
- feedingStationCountBiotopeB?: number;
193
- feedingStationCountBiotopeC?: number;
194
- feedingStationCountBiotopeD?: number;
195
- feedingStationCountBiotopeE?: number;
196
- feedingStationCountBiotopeF?: number;
197
- feedingStationCountBiotopeG?: number;
198
- feedingStationCountBiotopeH?: number;
199
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
200
- meanTemperature?: number;
201
- observerCount?: number;
202
- observerID?: number;
203
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
204
- routeID?: number;
205
- routeLength?: number;
206
- routeLengthBiotopeA?: number;
207
- routeLengthBiotopeB?: number;
208
- routeLengthBiotopeC?: number;
209
- routeLengthBiotopeD?: number;
210
- routeLengthBiotopeE?: number;
211
- routeLengthBiotopeF?: number;
212
- routeLengthBiotopeG?: number;
213
- routeLengthBiotopeH?: number;
214
- routeLengthChange?: number;
215
- routeLengthChangeBiotopeA?: number;
216
- routeLengthChangeBiotopeB?: number;
217
- routeLengthChangeBiotopeC?: number;
218
- routeLengthChangeBiotopeD?: number;
219
- routeLengthChangeBiotopeE?: number;
220
- routeLengthChangeBiotopeF?: number;
221
- routeLengthChangeBiotopeG?: number;
222
- routeLengthChangeBiotopeH?: number;
223
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
224
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
225
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
226
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
227
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
228
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
229
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
230
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
231
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
232
- wayOfTravelNotes?: string;
233
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
234
- };
235
- geometry?: {
236
- [k: string]: unknown | undefined;
237
- };
238
- gpsUsed?: boolean;
239
- /**
240
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
241
- */
242
- leg?: string[];
243
- legPublic?: boolean;
244
- /**
245
- * Alkuperäislähteen käyttäjätunnus
246
- */
247
- legUserID?: string[];
248
- namedPlaceNotes?: string;
249
- nextMonitoringYear?: number;
250
- /**
251
- * Additional information to the data in each section.
252
- */
253
- notes?: string;
254
- rainIntensity?: "" | "MY.rainIntensityEnumNoRain" | "MY.rainIntensityEnumLightRain" | "MY.rainIntensityEnumModerateRain" | "MY.rainIntensityEnumHeavyRain" | "MY.rainIntensityEnumTorrentialRain";
255
- routeDirectionAdhered?: boolean;
256
- spottingScopeUsed?: boolean;
257
- startDistanceFromNECorner?: string;
258
- startPointDeviation?: number;
259
- taxonCensus?: {
260
- censusTaxonID?: string;
261
- 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";
262
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
263
- }[];
264
- temperature?: number;
265
- temperatureEnd?: number;
266
- temperatureStart?: number;
267
- timeEnd?: string;
268
- timeStart?: string;
269
- };
270
- /**
271
- * Genbank identifier. You can include additonal comment by separating them with colon, e.g. "AY123456:comments here"
272
- */
273
- genbank?: string[];
274
- hasGathering?: string[];
275
- isTemplate?: boolean;
276
- keywords?: string[];
277
- /**
278
- * All text from labels word-for-word, including spelling errors. Separate each label on its own row, starting from topmost label.
279
- */
280
- labelsVerbatim?: string;
281
- /**
282
- * Language the data is (mainly) written in, if applicable.
283
- */
284
- language?: string;
285
- /**
286
- * Collecting number (field identifier, keruunumero) for the specimen
287
- */
288
- legID?: string;
289
- locked?: boolean;
290
- namedPlaceID?: string;
291
- /**
292
- * Additional information to the data in each section.
293
- */
294
- notes?: string;
295
- /**
296
- * Original catalogue number or other original identifier of the specimen. E.g. H9000000
297
- */
298
- originalSpecimenID?: string;
299
- /**
300
- * Garden area where this accession is planned to be located.
301
- */
302
- plannedLocation?: string;
303
- /**
304
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
305
- */
306
- 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")[];
307
- /**
308
- * Location of the primary data if not Kotka.
309
- */
310
- primaryDataLocation?: string;
311
- /**
312
- * 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.
313
- */
314
- privateNotes?: string;
315
- /**
316
- * Publication references or doi's that refer to this specimen
317
- */
318
- publication?: string[];
319
- /**
320
- * 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"
321
- */
322
- relationship?: string[];
323
- /**
324
- * The history of the specimen, for example how it was acquired or in which museums it has been before.
325
- */
326
- sampleHistory?: string;
327
- /**
328
- * ID of the specimen from which this has been separated
329
- */
330
- separatedFrom?: string;
331
- /**
332
- * ID's of those new specimens that have been separated from this specimen
333
- */
334
- separatedTo?: string[];
335
- serialNumber?: string;
336
- sourceID?: string;
337
- /**
338
- * Empty value means same as "ok" - that there is not anything special about the status of the specimen.
339
- */
340
- 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";
341
- temp?: boolean;
342
- templateDescription?: string;
343
- templateName?: string;
344
- /**
345
- * Additional information regarding the data entry or transcription process, e.g. unclarities, explanations for interpretations,
346
- */
347
- transcriberNotes?: string;
348
- /**
349
- * Common name of agreement concerning the transfer, if any.
350
- */
351
- transferAgreement?: string;
352
- /**
353
- * List of those fields that contain unreliable data. The list is created automatically.
354
- */
355
- unreliableFields?: string;
356
- /**
357
- * Information about the quality of the specimen data. Possible to select several.
358
- */
359
- verificationStatus?: ("" | "MY.verificationStatusOk" | "MY.verificationStatusVerify" | "MY.verificationStatusComplete" | "MY.verificationStatusGeoreference" | "MY.verificationStatusDet" | "MY.verificationStatusCheckID" | "MY.verificationStatusVerifyCoordinates")[];
360
- /**
361
- * Identifier of the herbarium voucher specimen or information about it if the identifier is unknown.
362
- */
363
- voucherSpecimenID?: string;
364
- creator?: string;
365
- dateCreated?: string;
366
- dateEdited?: string;
367
- editors?: string[];
368
- images?: string[];
369
- /**
370
- * Team or organisation that owns the record and can edit it.
371
- */
372
- owner?: string;
373
- /**
374
- * 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.
375
- */
376
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
377
- scheduledForDeletion?: boolean;
378
- gatherings: [
379
- {
380
- id?: string;
381
- "@type"?: string;
382
- "@context"?: string;
383
- /**
384
- * AFE grid name
385
- */
386
- AFEQuadrat?: string;
387
- /**
388
- * UTM grid name
389
- */
390
- UTMQuadrat?: string;
391
- acknowledgeNoUnitsInCensus?: boolean;
392
- /**
393
- * Regions, rayons, provinces and other administrative areas. Separate multiple names with commas, from generic to specific. (E.g. Etelä-Suomen lääni, Uusimaa)
394
- */
395
- administrativeProvince?: string;
396
- /**
397
- * Altitude form sea level in meters, single value or range (E.g. 90, or 80-100). No GPS altitude here.
398
- */
399
- alt?: string;
400
- areaDetail?: string;
401
- /**
402
- * 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.
403
- */
404
- associatedObservationTaxa?: string;
405
- /**
406
- * 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.
407
- */
408
- associatedSpecimenTaxa?: string;
409
- /**
410
- * Bat habitat
411
- */
412
- 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")[];
413
- binocularsUsed?: boolean;
414
- /**
415
- * Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
416
- */
417
- biologicalProvince?: string;
418
- censusHinderedByEnviromentalFactors?: boolean;
419
- censusHinderedByFog?: boolean;
420
- censusHinderedByRain?: boolean;
421
- censusHinderedByWind?: boolean;
422
- /**
423
- * Name of an expedition or such.
424
- */
425
- collectingEventName?: string;
426
- controlActivitiesNotes?: string;
427
- /**
428
- * Free-text notes about the coordinates.
429
- */
430
- coordinateNotes?: string;
431
- /**
432
- * Maximum error of coordinates in meters
433
- */
434
- coordinateRadius?: string;
435
- /**
436
- * Use for NEW SPECIMENS: Where the coordinates have been acquired
437
- */
438
- coordinateSource?: "" | "MY.coordinateSourceGps" | "MY.coordinateSourcePeruskartta" | "MY.coordinateSourcePapermap" | "MY.coordinateSourceKotkamap" | "MY.coordinateSourceKarttapaikka" | "MY.coordinateSourceRetkikartta" | "MY.coordinateSourceGoogle" | "MY.coordinateSourceOther" | "MY.coordinateSourceUnknown";
439
- /**
440
- * More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
441
- */
442
- coordinateSystem?: "" | "MY.coordinateSystemYkj" | "MY.coordinateSystemWgs84" | "MY.coordinateSystemWgs84dms" | "MY.coordinateSystemKkj" | "MY.coordinateSystemEtrs-tm35fin" | "MY.coordinateSystemDd" | "MY.coordinateSystemDms";
443
- coordinatesGridYKJ?: string;
444
- /**
445
- * Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
446
- */
447
- coordinatesVerbatim?: string;
448
- /**
449
- * Country name in English, or 2-letter country code, or name from label
450
- */
451
- country?: string;
452
- /**
453
- * County (piirikunta, kreivikunta etc.)
454
- */
455
- county?: string;
456
- dateBegin?: string;
457
- dateEnd?: string;
458
- /**
459
- * Date just as it appears on the label or other original source, no interpretation, errors and all
460
- */
461
- dateVerbatim?: string;
462
- /**
463
- * Depth in meters, single value or range (E.g. 0.9, or 0.8-1.0)
464
- */
465
- depth?: string;
466
- dynamicProperties?: string;
467
- eventDate?: string;
468
- /**
469
- * Finnish forest vegetation zone
470
- */
471
- forestVegetationZone?: "" | "MY.forestVegetationZone1a" | "MY.forestVegetationZone1b" | "MY.forestVegetationZone2a" | "MY.forestVegetationZone2b" | "MY.forestVegetationZone3a" | "MY.forestVegetationZone3b" | "MY.forestVegetationZone3c" | "MY.forestVegetationZone4a" | "MY.forestVegetationZone4b" | "MY.forestVegetationZone4c" | "MY.forestVegetationZone4d";
472
- gatheringFact?: {
473
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
474
- binocularsUsed?: boolean;
475
- censusAreaHectares?: number;
476
- invasiveControlOtherExpensesInEuros?: number;
477
- invasiveControlWorkHours?: number;
478
- lineTransectSegmentCounted?: boolean;
479
- lineTransectSegmentMetersEnd?: number;
480
- lineTransectSegmentMetersStart?: number;
481
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
482
- lolifeSiteClassificationComments?: string;
483
- observedAreaHectares?: number;
484
- 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";
485
- shorelineLengthMeters?: number;
486
- spottingScopeUsed?: boolean;
487
- sunniness?: number;
488
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
489
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
490
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
491
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
492
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
493
- ykjSquareNumber?: string;
494
- ACAFLAonAlder?: number;
495
- ACAFLAonBirch?: number;
496
- ACAFLAonGround?: number;
497
- ACAFLAonPine?: number;
498
- ACAFLAonSpruce?: number;
499
- CARSPIonAlder?: number;
500
- CARSPIonBirch?: number;
501
- CARSPIonGround?: number;
502
- CARSPIonPine?: number;
503
- CARSPIonSpruce?: number;
504
- LOXIAonAlder?: number;
505
- LOXIAonBirch?: number;
506
- LOXIAonGround?: number;
507
- LOXIAonPine?: number;
508
- LOXIAonSpruce?: number;
509
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
510
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
511
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
512
- birdFeederCount?: number;
513
- birdFeederCountBiotopeA?: number;
514
- birdFeederCountBiotopeB?: number;
515
- birdFeederCountBiotopeC?: number;
516
- birdFeederCountBiotopeD?: number;
517
- birdFeederCountBiotopeE?: number;
518
- birdFeederCountBiotopeF?: number;
519
- birdFeederCountBiotopeG?: number;
520
- birdFeederCountBiotopeH?: number;
521
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
522
- descriptionBiotopeF?: string;
523
- feedingStationCount?: number;
524
- feedingStationCountBiotopeA?: number;
525
- feedingStationCountBiotopeB?: number;
526
- feedingStationCountBiotopeC?: number;
527
- feedingStationCountBiotopeD?: number;
528
- feedingStationCountBiotopeE?: number;
529
- feedingStationCountBiotopeF?: number;
530
- feedingStationCountBiotopeG?: number;
531
- feedingStationCountBiotopeH?: number;
532
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
533
- meanTemperature?: number;
534
- observerCount?: number;
535
- observerID?: number;
536
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
537
- routeID?: number;
538
- routeLength?: number;
539
- routeLengthBiotopeA?: number;
540
- routeLengthBiotopeB?: number;
541
- routeLengthBiotopeC?: number;
542
- routeLengthBiotopeD?: number;
543
- routeLengthBiotopeE?: number;
544
- routeLengthBiotopeF?: number;
545
- routeLengthBiotopeG?: number;
546
- routeLengthBiotopeH?: number;
547
- routeLengthChange?: number;
548
- routeLengthChangeBiotopeA?: number;
549
- routeLengthChangeBiotopeB?: number;
550
- routeLengthChangeBiotopeC?: number;
551
- routeLengthChangeBiotopeD?: number;
552
- routeLengthChangeBiotopeE?: number;
553
- routeLengthChangeBiotopeF?: number;
554
- routeLengthChangeBiotopeG?: number;
555
- routeLengthChangeBiotopeH?: number;
556
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
557
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
558
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
559
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
560
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
561
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
562
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
563
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
564
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
565
- wayOfTravelNotes?: string;
566
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
567
- };
568
- gatheringType?: "" | "MY.gatheringTypeForagingArea" | "MY.gatheringTypeBreedingAndRestingArea" | "MY.gatheringTypeCavityTree" | "MY.gatheringTypeDroppingsTree" | "MY.gatheringTypeNestTree" | "MY.gatheringTypeLolifeAccess" | "MY.gatheringTypeLolifeCoreZone" | "MY.gatheringTypeLolifeHabitatZone" | "MY.gatheringTypeLolifeApplicableZone" | "MY.gatheringTypeWaterbirdPoint" | "MY.gatheringTypeWaterbirdRound";
569
- geometry?: {
570
- [k: string]: unknown | undefined;
571
- };
572
- /**
573
- * Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
574
- */
575
- 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";
576
- 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")[];
577
- 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")[];
578
- /**
579
- * Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
580
- */
581
- habitatClassification?: string;
582
- /**
583
- * Informal description of the habitat.
584
- */
585
- habitatDescription?: string;
586
- hasUnit?: string[];
587
- /**
588
- * If country is not known or not applicable, for example continent, ocean or large island
589
- */
590
- higherGeography?: string;
591
- invasiveControlAreaKnown?: boolean;
592
- invasiveControlDangerous?: boolean;
593
- invasiveControlDangerousDescription?: string;
594
- invasiveControlEffectiveness?: "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
595
- invasiveControlEffectivenessNotes?: string;
596
- invasiveControlMethods?: ("" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther")[];
597
- invasiveControlMethodsDescription?: string;
598
- invasiveControlOpen?: boolean;
599
- invasiveControlOpenDescription?: string;
600
- invasiveControlOtherExpensesInEuros?: number;
601
- invasiveControlTaxon?: string[];
602
- /**
603
- * Which parent or larger collection this is part of.
604
- */
605
- isPartOf?: string;
606
- keywords?: string[];
607
- /**
608
- * Latitude. For southern latitudes, use negative value.
609
- */
610
- latitude?: string;
611
- /**
612
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
613
- */
614
- leg?: string[];
615
- /**
616
- * Alkuperäislähteen käyttäjätunnus
617
- */
618
- legUserID?: string[];
619
- /**
620
- * Leg just as it appears in the label or other original source, no interpretation, errors and all.
621
- */
622
- legVerbatim?: string;
623
- /**
624
- * Official name of the locality in basic form. Separate multiple names with commas, from generic to specific. No informal description here.
625
- */
626
- locality?: string;
627
- /**
628
- * Informal description of the exact locality, e.g. '5 km NE of city X, under stone bridge'
629
- */
630
- localityDescription?: string;
631
- /**
632
- * An unique identifier or code for the locality, if the locality has one (e.g. from SAPO-ontology).
633
- */
634
- localityID?: string;
635
- /**
636
- * Locality word-to-word as it appears on the label or other original source, errors and all
637
- */
638
- localityVerbatim?: string;
639
- /**
640
- * Longitude. For western longitudes, use negative value.
641
- */
642
- longitude?: string;
643
- /**
644
- * Municipality, commune, town, city or civil parish
645
- */
646
- municipality?: string;
647
- namedPlaceID?: string;
648
- /**
649
- * Additional information to the data in each section.
650
- */
651
- notes?: string;
652
- /**
653
- * For garden accessions/seed bank, number of individuals from which seeds were collected
654
- */
655
- numberOfSampledIndividuals?: string;
656
- observationDays?: number;
657
- observationMinutes?: number;
658
- /**
659
- * For garden accessions/seed bank, what proportion of the population sampled was giving seeds
660
- */
661
- percentageGivingSeeds?: number;
662
- 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";
663
- projectTitle?: string;
664
- province?: string;
665
- /**
666
- * Relative humidity %
667
- */
668
- relativeHumidity?: number;
669
- /**
670
- * For garden accessions/seed bank, estimated size of the area sampled, in square meters
671
- */
672
- samplingAreaSizeInSquareMeters?: number;
673
- /**
674
- * Main method for (usually intentional) sampling
675
- */
676
- 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";
677
- samplingMethodNotes?: string;
678
- section?: number;
679
- skipped?: boolean;
680
- spottingScopeUsed?: boolean;
681
- /**
682
- * Type of substrate or name of substrate species.
683
- */
684
- substrate?: string;
685
- taxonCensus?: {
686
- censusTaxonID?: string;
687
- 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";
688
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
689
- }[];
690
- temperature?: number;
691
- timeEnd?: string;
692
- timeStart?: string;
693
- trapCount?: number;
694
- weather?: string;
695
- wgs84Latitude?: string;
696
- wgs84Longitude?: string;
697
- images?: string[];
698
- /**
699
- * 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.
700
- */
701
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
702
- units?: {
703
- id?: string;
704
- "@type"?: string;
705
- "@context"?: string;
706
- /**
707
- * Diameter at breast height, in centimeters
708
- */
709
- DBH?: string;
710
- /**
711
- * Leave empty if no sample taken, or if the sample is recorded separately
712
- */
713
- DNASampleLocation?: string;
714
- abundanceString?: string;
715
- 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";
716
- /**
717
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
718
- */
719
- additionalIDs?: string[];
720
- adultIndividualCount?: number;
721
- /**
722
- * Estimated or known age in calendar years, years, days or other relevant unit.
723
- */
724
- age?: string;
725
- /**
726
- * E.g. how age was determined, by whom and when.
727
- */
728
- ageNotes?: string;
729
- alive?: boolean;
730
- ankleInMillimeters?: string[];
731
- areaInSquareMeters?: number;
732
- 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";
733
- batBehavior?: "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
734
- beakInMillimeters?: string[];
735
- 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";
736
- birdBehavior?: string[];
737
- 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";
738
- breeding?: boolean;
739
- broodSize?: number;
740
- /**
741
- * Cause of death, if not intentionally trapped on sampled
742
- */
743
- causeOfDeath?: string;
744
- checklistID?: string;
745
- /**
746
- * Results of chemical reaction tests etc.
747
- */
748
- chemistry?: string;
749
- /**
750
- * 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)
751
- */
752
- count?: string;
753
- /**
754
- * Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
755
- */
756
- decayStage?: string;
757
- distance?: "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
758
- /**
759
- * For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
760
- */
761
- 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";
762
- femaleIndividualCount?: number;
763
- /**
764
- * Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
765
- */
766
- 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";
767
- /**
768
- * Genotype of the microbial strain
769
- */
770
- genotype?: string;
771
- gonadInMillimeters?: string[];
772
- /**
773
- * Microbial culture growth medium name, usually from a standard
774
- */
775
- growthMediumName?: string;
776
- /**
777
- * Other growth conditions for the microbial culture, light etc.
778
- */
779
- growthOtherConditions?: string;
780
- /**
781
- * Microbial culture growth temperature
782
- */
783
- growthTemperature?: string;
784
- hasIdentification?: string[];
785
- hasSubUnit?: string[];
786
- hostID?: string;
787
- hostInformalNameString?: string;
788
- indirectObservationType?: "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
789
- individualCount?: number;
790
- /**
791
- * Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
792
- */
793
- infestation?: string;
794
- informalNameString?: string;
795
- informalTaxonGroup?: string;
796
- /**
797
- * Valitut eliöryhmät
798
- */
799
- informalTaxonGroups?: string[];
800
- /**
801
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
802
- */
803
- infrasubspecificSubdivision?: string;
804
- /**
805
- * Which parent or larger collection this is part of.
806
- */
807
- isPartOf?: string;
808
- juvenileIndividualCount?: number;
809
- keywords?: string[];
810
- larvaIndividualCount?: number;
811
- /**
812
- * For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
813
- */
814
- 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";
815
- lengthInMillimeters?: string[];
816
- /**
817
- * 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.
818
- */
819
- 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";
820
- /**
821
- * Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
822
- */
823
- lifeStageDescription?: string;
824
- likelyMigrant?: boolean;
825
- /**
826
- * Macroscopic features and measurements, if not recorded separately into measurement fields.
827
- */
828
- macroscopy?: string;
829
- maleIndividualCount?: number;
830
- /**
831
- * 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.
832
- */
833
- measurement?: {
834
- DNAConcentrationNgPerMicroliter?: number[];
835
- DNARatioOfAbsorbance260And280?: number[];
836
- DNAVolumeMicroliters?: number[];
837
- beakMillimeters?: number[];
838
- bodyCentimeters?: number[];
839
- bodyMillimeters?: number[];
840
- earLengthMillimeters?: number[];
841
- embryoCount?: number[];
842
- follicleDiameterMillimeters?: number[];
843
- footLengthMillimeters?: number[];
844
- forearmMillimeters?: number[];
845
- gonadMillimeters?: number[];
846
- /**
847
- * Which parent or larger collection this is part of.
848
- */
849
- isPartOf?: string;
850
- tailCentimeters?: number[];
851
- tailMillimeters?: number[];
852
- tarsusLengthMillimeters?: number[];
853
- totalLengthCentimeters?: number[];
854
- totalLengthMillimeters?: number[];
855
- uterineScarCount?: number[];
856
- weightGrams?: number[];
857
- weightKilograms?: number[];
858
- wingMaxMillimeters?: number[];
859
- wingMillimeters?: number[];
860
- wingMinMillimeters?: number[];
861
- };
862
- /**
863
- * According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
864
- */
865
- microbiologicalRiskGroup?: "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
866
- /**
867
- * Microscopic features and measurements, if not recorded separately into measurement fields.
868
- */
869
- microscopy?: string;
870
- 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";
871
- movingStatus?: string[];
872
- /**
873
- * Information on mutant microbial strain.
874
- */
875
- mutant?: string;
876
- nativeStatus?: "" | "MY.native" | "MY.nonNative";
877
- nestCount?: number;
878
- nestNotes?: string;
879
- nestTreeDiameterInCentimeters?: number;
880
- nestType?: "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
881
- /**
882
- * Additional information to the data in each section.
883
- */
884
- notes?: string;
885
- pairCount?: number;
886
- pairCountOpinion?: number;
887
- plantLifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
888
- /**
889
- * Status code for the plant (wild, alien etc.)
890
- */
891
- 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";
892
- /**
893
- * Abundance of the taxon in the field
894
- */
895
- populationAbundance?: string;
896
- /**
897
- * Preparations/preparates made from the specimen, if not recorded as separate Preparations/samples in the designated section
898
- */
899
- preparations?: string;
900
- /**
901
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
902
- */
903
- 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")[];
904
- /**
905
- * 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.
906
- */
907
- primarySpecimen?: boolean;
908
- /**
909
- * Origin or source of the garden accession
910
- */
911
- provenance?: "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
912
- /**
913
- * Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
914
- */
915
- 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";
916
- /**
917
- * What parts of the record are / have been in storage.
918
- */
919
- 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")[];
920
- /**
921
- * Bird or bat ring number, code, colour code or such
922
- */
923
- ring?: string;
924
- /**
925
- * Main method for (usually intentional) sampling
926
- */
927
- 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";
928
- samplingMethodNotes?: string;
929
- /**
930
- * Maturity of the collected seeds, used for botanical garden accessions/seed bank.
931
- */
932
- seedMaturity?: "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
933
- /**
934
- * Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
935
- */
936
- 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";
937
- /**
938
- * Sex of the individual(s)
939
- */
940
- sex?: "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
941
- /**
942
- * E.g. how sex was determined, by whom and when.
943
- */
944
- sexNotes?: string;
945
- shortHandText?: string;
946
- smell?: "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
947
- smellNotes?: string;
948
- stratigraphyVerbatim?: string;
949
- 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";
950
- substrateDecayStage?: "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
951
- substrateNotes?: string;
952
- substrateSpecies?: string;
953
- substrateSpeciesID?: string;
954
- substrateSpeciesInformalNameString?: string;
955
- substrateTreeClassification?: ("" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6")[];
956
- tailInMillimeters?: string[];
957
- taste?: "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
958
- tasteNotes?: string;
959
- taxonConfidence?: "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
960
- twitched?: boolean;
961
- unitFact?: {
962
- adultIndividualCount?: number;
963
- autocompleteSelectedTaxonID?: string;
964
- glowWormMicrohabitat?: "" | "MY.glowWormMicrohabitatEnum1" | "MY.glowWormMicrohabitatEnum2" | "MY.glowWormMicrohabitatEnum3" | "MY.glowWormMicrohabitatEnum4" | "MY.glowWormMicrohabitatEnum5" | "MY.glowWormMicrohabitatEnum6" | "MY.glowWormMicrohabitatEnumOther";
965
- individualCountFlock?: number;
966
- individualCountInner?: number;
967
- individualCountOuter?: number;
968
- juvenileIndividualCount?: number;
969
- 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";
970
- lineTransectRouteFieldType?: "" | "MY.lineTransectRouteFieldTypeInner" | "MY.lineTransectRouteFieldTypeOuter";
971
- lolifeDroppingsCount?: "" | "MY.lolifeDroppingsCount0" | "MY.lolifeDroppingsCount1" | "MY.lolifeDroppingsCount2" | "MY.lolifeDroppingsCount25" | "MY.lolifeDroppingsCount3" | "MY.lolifeDroppingsCount4";
972
- lolifeDroppingsQuality?: "" | "MY.lolifeDroppingsQuality1" | "MY.lolifeDroppingsQuality2";
973
- lolifeDroppingsType?: "" | "MY.lolifeDroppingsTypeRock" | "MY.lolifeDroppingsTypeTree" | "MY.lolifeDroppingsTypeTreeGroup" | "MY.lolifeDroppingsTypeOther";
974
- lolifeNestTree?: "" | "MX.38590" | "MX.37812" | "MX.37999" | "MX.37993" | "MX.38010" | "MX.38008" | "MY.lolifeNestTreeOther";
975
- pairCountInner?: number;
976
- pairCountOuter?: number;
977
- pointCountFlock?: string;
978
- runningWaterInVicinity?: boolean;
979
- waterbirdFemale?: "" | "MY.waterbirdFemaleEnumYes" | "MY.waterbirdFemaleEnumNo" | "MY.waterbirdFemaleEnumLonelyPanicking";
980
- waterbirdJuvenileAgeClass?: "" | "MY.waterbirdJuvenileAgeClassIa" | "MY.waterbirdJuvenileAgeClassIb" | "MY.waterbirdJuvenileAgeClassIc" | "MY.waterbirdJuvenileAgeClassIIa" | "MY.waterbirdJuvenileAgeClassIIb" | "MY.waterbirdJuvenileAgeClassIIc" | "MY.waterbirdJuvenileAgeClassIIIa" | "MY.waterbirdJuvenileAgeClassUnknown";
981
- waterbirdJuvenileCountAccurate?: boolean;
982
- waterbirdObserverOpinionSelectedCensus?: boolean;
983
- waterbirdPairCountOpinionReasoning?: "" | "MY.waterbirdPairCountOpinionReasoningEnum1" | "MY.waterbirdPairCountOpinionReasoningEnum2" | "MY.waterbirdPairCountOpinionReasoningEnum3" | "MY.waterbirdPairCountOpinionReasoningEnumOther";
984
- individualCountBiotopeA?: number;
985
- individualCountBiotopeB?: number;
986
- individualCountBiotopeC?: number;
987
- individualCountBiotopeD?: number;
988
- individualCountBiotopeE?: number;
989
- individualCountBiotopeF?: number;
990
- individualCountBiotopeG?: number;
991
- individualCountBiotopeH?: number;
992
- };
993
- unitGathering?: {
994
- id?: string;
995
- "@type"?: string;
996
- "@context"?: string;
997
- dateBegin?: string;
998
- dateEnd?: string;
999
- geometry?: {
1000
- [k: string]: unknown | undefined;
1001
- };
1002
- /**
1003
- * Informal description of the habitat.
1004
- */
1005
- habitatDescription?: string;
1006
- habitatIUCN?: string;
1007
- /**
1008
- * Type of substrate or name of substrate species.
1009
- */
1010
- substrate?: string;
1011
- };
1012
- unitType?: string[];
1013
- weightInGrams?: string[];
1014
- wild?: "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
1015
- wingInMillimeters?: string[];
1016
- audio?: 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
- identifications?: {
1023
- id?: string;
1024
- "@type"?: string;
1025
- "@context"?: string;
1026
- "herbo:sortOrder"?: number;
1027
- /**
1028
- * 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.
1029
- */
1030
- associatedObservationTaxa?: string;
1031
- /**
1032
- * Author for the taxon
1033
- */
1034
- author?: string;
1035
- /**
1036
- * Name of the identifier (person) preferably in format "lastname, firstname"
1037
- */
1038
- det?: string;
1039
- /**
1040
- * Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
1041
- */
1042
- detDate?: string;
1043
- detMethod?: "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
1044
- /**
1045
- * Name of the identifier and date of identification in original format (e.g. from the label), errors and all
1046
- */
1047
- detVerbatim?: string;
1048
- /**
1049
- * Additional qualifier or specifier at genus level (e.g. aff., cf.)
1050
- */
1051
- genusQualifier?: string;
1052
- 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")[];
1053
- /**
1054
- * Additional information on the identification, basis or such
1055
- */
1056
- identificationNotes?: string;
1057
- /**
1058
- * Author for the taxon below species level/infra epithet
1059
- */
1060
- infraAuthor?: string;
1061
- /**
1062
- * Taxon name for the epithet below species level
1063
- */
1064
- infraEpithet?: string;
1065
- /**
1066
- * Taxonomic level of the epithet below species level
1067
- */
1068
- 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";
1069
- /**
1070
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
1071
- */
1072
- infrasubspecificSubdivision?: string;
1073
- /**
1074
- * Which parent or larger collection this is part of.
1075
- */
1076
- isPartOf?: string;
1077
- isTaxonGroup?: boolean;
1078
- /**
1079
- * This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
1080
- */
1081
- preferredIdentification?: string;
1082
- /**
1083
- * Publication reference for the taxon concept, that was used in identification
1084
- */
1085
- sec?: string;
1086
- /**
1087
- * Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
1088
- */
1089
- speciesQualifier?: string;
1090
- /**
1091
- * Taxon name
1092
- */
1093
- taxon?: string;
1094
- /**
1095
- * ID for the taxon if has some other than an MX code
1096
- */
1097
- taxonID?: string;
1098
- /**
1099
- * Taxonomic level for the identification
1100
- */
1101
- 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";
1102
- taxonSpecifier?: string;
1103
- taxonURI?: string;
1104
- /**
1105
- * Taxon name in original format (e.g. from the label), errors and all
1106
- */
1107
- taxonVerbatim?: string;
1108
- /**
1109
- * 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.
1110
- */
1111
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1112
- sortOrder?: number;
1113
- }[];
1114
- typeSpecimens?: {
1115
- id?: string;
1116
- "@type"?: string;
1117
- "@context"?: string;
1118
- /**
1119
- * Which parent or larger collection this is part of.
1120
- */
1121
- isPartOf?: string;
1122
- /**
1123
- * Author of the type species
1124
- */
1125
- typeAuthor?: string;
1126
- /**
1127
- * Publication reference for original description or basionyme
1128
- */
1129
- typeBasionymePubl?: string;
1130
- /**
1131
- * Additional information on the type
1132
- */
1133
- typeNotes?: string;
1134
- /**
1135
- * Publication reference for type publication
1136
- */
1137
- typePubl?: string;
1138
- /**
1139
- * ID for the type series, if part of one
1140
- */
1141
- typeSeriesID?: string;
1142
- /**
1143
- * Name of the type species
1144
- */
1145
- typeSpecies?: string;
1146
- /**
1147
- * Is this holotype, paratype, syntype etc...
1148
- */
1149
- 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";
1150
- /**
1151
- * Name of the type subspecies
1152
- */
1153
- typeSubspecies?: string;
1154
- /**
1155
- * Author of the type subspecies
1156
- */
1157
- typeSubspeciesAuthor?: string;
1158
- /**
1159
- * Verification whether this really is a type?
1160
- */
1161
- typeVerification?: "" | "MY.typeVerificationVerified" | "MY.typeVerificationUnverified" | "MY.typeVerificationProbable" | "MY.typeVerificationDoubtful";
1162
- /**
1163
- * Name of the person who chose the type, preferably in the format "Lastname, firstname"
1164
- */
1165
- typif?: string;
1166
- /**
1167
- * Date when the specimen was chosen as a type
1168
- */
1169
- typifDate?: string;
1170
- /**
1171
- * 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.
1172
- */
1173
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1174
- }[];
1175
- }[];
1176
- },
1177
- ...{
1178
- id?: string;
1179
- "@type"?: string;
1180
- "@context"?: string;
1181
- /**
1182
- * AFE grid name
1183
- */
1184
- AFEQuadrat?: string;
1185
- /**
1186
- * UTM grid name
1187
- */
1188
- UTMQuadrat?: string;
1189
- acknowledgeNoUnitsInCensus?: boolean;
1190
- /**
1191
- * Regions, rayons, provinces and other administrative areas. Separate multiple names with commas, from generic to specific. (E.g. Etelä-Suomen lääni, Uusimaa)
1192
- */
1193
- administrativeProvince?: string;
1194
- /**
1195
- * Altitude form sea level in meters, single value or range (E.g. 90, or 80-100). No GPS altitude here.
1196
- */
1197
- alt?: string;
1198
- areaDetail?: string;
1199
- /**
1200
- * 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.
1201
- */
1202
- associatedObservationTaxa?: string;
1203
- /**
1204
- * 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.
1205
- */
1206
- associatedSpecimenTaxa?: string;
1207
- /**
1208
- * Bat habitat
1209
- */
1210
- 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")[];
1211
- binocularsUsed?: boolean;
1212
- /**
1213
- * Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
1214
- */
1215
- biologicalProvince?: string;
1216
- censusHinderedByEnviromentalFactors?: boolean;
1217
- censusHinderedByFog?: boolean;
1218
- censusHinderedByRain?: boolean;
1219
- censusHinderedByWind?: boolean;
1220
- /**
1221
- * Name of an expedition or such.
1222
- */
1223
- collectingEventName?: string;
1224
- controlActivitiesNotes?: string;
1225
- /**
1226
- * Free-text notes about the coordinates.
1227
- */
1228
- coordinateNotes?: string;
1229
- /**
1230
- * Maximum error of coordinates in meters
1231
- */
1232
- coordinateRadius?: string;
1233
- /**
1234
- * Use for NEW SPECIMENS: Where the coordinates have been acquired
1235
- */
1236
- coordinateSource?: "" | "MY.coordinateSourceGps" | "MY.coordinateSourcePeruskartta" | "MY.coordinateSourcePapermap" | "MY.coordinateSourceKotkamap" | "MY.coordinateSourceKarttapaikka" | "MY.coordinateSourceRetkikartta" | "MY.coordinateSourceGoogle" | "MY.coordinateSourceOther" | "MY.coordinateSourceUnknown";
1237
- /**
1238
- * More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
1239
- */
1240
- coordinateSystem?: "" | "MY.coordinateSystemYkj" | "MY.coordinateSystemWgs84" | "MY.coordinateSystemWgs84dms" | "MY.coordinateSystemKkj" | "MY.coordinateSystemEtrs-tm35fin" | "MY.coordinateSystemDd" | "MY.coordinateSystemDms";
1241
- coordinatesGridYKJ?: string;
1242
- /**
1243
- * Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
1244
- */
1245
- coordinatesVerbatim?: string;
1246
- /**
1247
- * Country name in English, or 2-letter country code, or name from label
1248
- */
1249
- country?: string;
1250
- /**
1251
- * County (piirikunta, kreivikunta etc.)
1252
- */
1253
- county?: string;
1254
- dateBegin?: string;
1255
- dateEnd?: string;
1256
- /**
1257
- * Date just as it appears on the label or other original source, no interpretation, errors and all
1258
- */
1259
- dateVerbatim?: string;
1260
- /**
1261
- * Depth in meters, single value or range (E.g. 0.9, or 0.8-1.0)
1262
- */
1263
- depth?: string;
1264
- dynamicProperties?: string;
1265
- eventDate?: string;
1266
- /**
1267
- * Finnish forest vegetation zone
1268
- */
1269
- forestVegetationZone?: "" | "MY.forestVegetationZone1a" | "MY.forestVegetationZone1b" | "MY.forestVegetationZone2a" | "MY.forestVegetationZone2b" | "MY.forestVegetationZone3a" | "MY.forestVegetationZone3b" | "MY.forestVegetationZone3c" | "MY.forestVegetationZone4a" | "MY.forestVegetationZone4b" | "MY.forestVegetationZone4c" | "MY.forestVegetationZone4d";
1270
- gatheringFact?: {
1271
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
1272
- binocularsUsed?: boolean;
1273
- censusAreaHectares?: number;
1274
- invasiveControlOtherExpensesInEuros?: number;
1275
- invasiveControlWorkHours?: number;
1276
- lineTransectSegmentCounted?: boolean;
1277
- lineTransectSegmentMetersEnd?: number;
1278
- lineTransectSegmentMetersStart?: number;
1279
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
1280
- lolifeSiteClassificationComments?: string;
1281
- observedAreaHectares?: number;
1282
- 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";
1283
- shorelineLengthMeters?: number;
1284
- spottingScopeUsed?: boolean;
1285
- sunniness?: number;
1286
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
1287
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
1288
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
1289
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
1290
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
1291
- ykjSquareNumber?: string;
1292
- ACAFLAonAlder?: number;
1293
- ACAFLAonBirch?: number;
1294
- ACAFLAonGround?: number;
1295
- ACAFLAonPine?: number;
1296
- ACAFLAonSpruce?: number;
1297
- CARSPIonAlder?: number;
1298
- CARSPIonBirch?: number;
1299
- CARSPIonGround?: number;
1300
- CARSPIonPine?: number;
1301
- CARSPIonSpruce?: number;
1302
- LOXIAonAlder?: number;
1303
- LOXIAonBirch?: number;
1304
- LOXIAonGround?: number;
1305
- LOXIAonPine?: number;
1306
- LOXIAonSpruce?: number;
1307
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1308
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1309
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1310
- birdFeederCount?: number;
1311
- birdFeederCountBiotopeA?: number;
1312
- birdFeederCountBiotopeB?: number;
1313
- birdFeederCountBiotopeC?: number;
1314
- birdFeederCountBiotopeD?: number;
1315
- birdFeederCountBiotopeE?: number;
1316
- birdFeederCountBiotopeF?: number;
1317
- birdFeederCountBiotopeG?: number;
1318
- birdFeederCountBiotopeH?: number;
1319
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
1320
- descriptionBiotopeF?: string;
1321
- feedingStationCount?: number;
1322
- feedingStationCountBiotopeA?: number;
1323
- feedingStationCountBiotopeB?: number;
1324
- feedingStationCountBiotopeC?: number;
1325
- feedingStationCountBiotopeD?: number;
1326
- feedingStationCountBiotopeE?: number;
1327
- feedingStationCountBiotopeF?: number;
1328
- feedingStationCountBiotopeG?: number;
1329
- feedingStationCountBiotopeH?: number;
1330
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
1331
- meanTemperature?: number;
1332
- observerCount?: number;
1333
- observerID?: number;
1334
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1335
- routeID?: number;
1336
- routeLength?: number;
1337
- routeLengthBiotopeA?: number;
1338
- routeLengthBiotopeB?: number;
1339
- routeLengthBiotopeC?: number;
1340
- routeLengthBiotopeD?: number;
1341
- routeLengthBiotopeE?: number;
1342
- routeLengthBiotopeF?: number;
1343
- routeLengthBiotopeG?: number;
1344
- routeLengthBiotopeH?: number;
1345
- routeLengthChange?: number;
1346
- routeLengthChangeBiotopeA?: number;
1347
- routeLengthChangeBiotopeB?: number;
1348
- routeLengthChangeBiotopeC?: number;
1349
- routeLengthChangeBiotopeD?: number;
1350
- routeLengthChangeBiotopeE?: number;
1351
- routeLengthChangeBiotopeF?: number;
1352
- routeLengthChangeBiotopeG?: number;
1353
- routeLengthChangeBiotopeH?: number;
1354
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
1355
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
1356
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1357
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1358
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1359
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
1360
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
1361
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
1362
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
1363
- wayOfTravelNotes?: string;
1364
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
1365
- };
1366
- gatheringType?: "" | "MY.gatheringTypeForagingArea" | "MY.gatheringTypeBreedingAndRestingArea" | "MY.gatheringTypeCavityTree" | "MY.gatheringTypeDroppingsTree" | "MY.gatheringTypeNestTree" | "MY.gatheringTypeLolifeAccess" | "MY.gatheringTypeLolifeCoreZone" | "MY.gatheringTypeLolifeHabitatZone" | "MY.gatheringTypeLolifeApplicableZone" | "MY.gatheringTypeWaterbirdPoint" | "MY.gatheringTypeWaterbirdRound";
1367
- geometry?: {
1368
- [k: string]: unknown | undefined;
1369
- };
1370
- /**
1371
- * Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
1372
- */
1373
- 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";
1374
- 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")[];
1375
- 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")[];
1376
- /**
1377
- * Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
1378
- */
1379
- habitatClassification?: string;
1380
- /**
1381
- * Informal description of the habitat.
1382
- */
1383
- habitatDescription?: string;
1384
- hasUnit?: string[];
1385
- /**
1386
- * If country is not known or not applicable, for example continent, ocean or large island
1387
- */
1388
- higherGeography?: string;
1389
- invasiveControlAreaKnown?: boolean;
1390
- invasiveControlDangerous?: boolean;
1391
- invasiveControlDangerousDescription?: string;
1392
- invasiveControlEffectiveness?: "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
1393
- invasiveControlEffectivenessNotes?: string;
1394
- invasiveControlMethods?: ("" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther")[];
1395
- invasiveControlMethodsDescription?: string;
1396
- invasiveControlOpen?: boolean;
1397
- invasiveControlOpenDescription?: string;
1398
- invasiveControlOtherExpensesInEuros?: number;
1399
- invasiveControlTaxon?: string[];
1400
- /**
1401
- * Which parent or larger collection this is part of.
1402
- */
1403
- isPartOf?: string;
1404
- keywords?: string[];
1405
- /**
1406
- * Latitude. For southern latitudes, use negative value.
1407
- */
1408
- latitude?: string;
1409
- /**
1410
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
1411
- */
1412
- leg?: string[];
1413
- /**
1414
- * Alkuperäislähteen käyttäjätunnus
1415
- */
1416
- legUserID?: string[];
1417
- /**
1418
- * Leg just as it appears in the label or other original source, no interpretation, errors and all.
1419
- */
1420
- legVerbatim?: string;
1421
- /**
1422
- * Official name of the locality in basic form. Separate multiple names with commas, from generic to specific. No informal description here.
1423
- */
1424
- locality?: string;
1425
- /**
1426
- * Informal description of the exact locality, e.g. '5 km NE of city X, under stone bridge'
1427
- */
1428
- localityDescription?: string;
1429
- /**
1430
- * An unique identifier or code for the locality, if the locality has one (e.g. from SAPO-ontology).
1431
- */
1432
- localityID?: string;
1433
- /**
1434
- * Locality word-to-word as it appears on the label or other original source, errors and all
1435
- */
1436
- localityVerbatim?: string;
1437
- /**
1438
- * Longitude. For western longitudes, use negative value.
1439
- */
1440
- longitude?: string;
1441
- /**
1442
- * Municipality, commune, town, city or civil parish
1443
- */
1444
- municipality?: string;
1445
- namedPlaceID?: string;
1446
- /**
1447
- * Additional information to the data in each section.
1448
- */
1449
- notes?: string;
1450
- /**
1451
- * For garden accessions/seed bank, number of individuals from which seeds were collected
1452
- */
1453
- numberOfSampledIndividuals?: string;
1454
- observationDays?: number;
1455
- observationMinutes?: number;
1456
- /**
1457
- * For garden accessions/seed bank, what proportion of the population sampled was giving seeds
1458
- */
1459
- percentageGivingSeeds?: number;
1460
- 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";
1461
- projectTitle?: string;
1462
- province?: string;
1463
- /**
1464
- * Relative humidity %
1465
- */
1466
- relativeHumidity?: number;
1467
- /**
1468
- * For garden accessions/seed bank, estimated size of the area sampled, in square meters
1469
- */
1470
- samplingAreaSizeInSquareMeters?: number;
1471
- /**
1472
- * Main method for (usually intentional) sampling
1473
- */
1474
- 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";
1475
- samplingMethodNotes?: string;
1476
- section?: number;
1477
- skipped?: boolean;
1478
- spottingScopeUsed?: boolean;
1479
- /**
1480
- * Type of substrate or name of substrate species.
1481
- */
1482
- substrate?: string;
1483
- taxonCensus?: {
1484
- censusTaxonID?: string;
1485
- 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";
1486
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
1487
- }[];
1488
- temperature?: number;
1489
- timeEnd?: string;
1490
- timeStart?: string;
1491
- trapCount?: number;
1492
- weather?: string;
1493
- wgs84Latitude?: string;
1494
- wgs84Longitude?: string;
1495
- images?: string[];
1496
- /**
1497
- * 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.
1498
- */
1499
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1500
- units?: {
1501
- id?: string;
1502
- "@type"?: string;
1503
- "@context"?: string;
1504
- /**
1505
- * Diameter at breast height, in centimeters
1506
- */
1507
- DBH?: string;
1508
- /**
1509
- * Leave empty if no sample taken, or if the sample is recorded separately
1510
- */
1511
- DNASampleLocation?: string;
1512
- abundanceString?: string;
1513
- 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";
1514
- /**
1515
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
1516
- */
1517
- additionalIDs?: string[];
1518
- adultIndividualCount?: number;
1519
- /**
1520
- * Estimated or known age in calendar years, years, days or other relevant unit.
1521
- */
1522
- age?: string;
1523
- /**
1524
- * E.g. how age was determined, by whom and when.
1525
- */
1526
- ageNotes?: string;
1527
- alive?: boolean;
1528
- ankleInMillimeters?: string[];
1529
- areaInSquareMeters?: number;
1530
- 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";
1531
- batBehavior?: "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
1532
- beakInMillimeters?: string[];
1533
- 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";
1534
- birdBehavior?: string[];
1535
- 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";
1536
- breeding?: boolean;
1537
- broodSize?: number;
1538
- /**
1539
- * Cause of death, if not intentionally trapped on sampled
1540
- */
1541
- causeOfDeath?: string;
1542
- checklistID?: string;
1543
- /**
1544
- * Results of chemical reaction tests etc.
1545
- */
1546
- chemistry?: string;
1547
- /**
1548
- * 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)
1549
- */
1550
- count?: string;
1551
- /**
1552
- * Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
1553
- */
1554
- decayStage?: string;
1555
- distance?: "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
1556
- /**
1557
- * For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
1558
- */
1559
- 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";
1560
- femaleIndividualCount?: number;
1561
- /**
1562
- * Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
1563
- */
1564
- 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";
1565
- /**
1566
- * Genotype of the microbial strain
1567
- */
1568
- genotype?: string;
1569
- gonadInMillimeters?: string[];
1570
- /**
1571
- * Microbial culture growth medium name, usually from a standard
1572
- */
1573
- growthMediumName?: string;
1574
- /**
1575
- * Other growth conditions for the microbial culture, light etc.
1576
- */
1577
- growthOtherConditions?: string;
1578
- /**
1579
- * Microbial culture growth temperature
1580
- */
1581
- growthTemperature?: string;
1582
- hasIdentification?: string[];
1583
- hasSubUnit?: string[];
1584
- hostID?: string;
1585
- hostInformalNameString?: string;
1586
- indirectObservationType?: "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
1587
- individualCount?: number;
1588
- /**
1589
- * Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
1590
- */
1591
- infestation?: string;
1592
- informalNameString?: string;
1593
- informalTaxonGroup?: string;
1594
- /**
1595
- * Valitut eliöryhmät
1596
- */
1597
- informalTaxonGroups?: string[];
1598
- /**
1599
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
1600
- */
1601
- infrasubspecificSubdivision?: string;
1602
- /**
1603
- * Which parent or larger collection this is part of.
1604
- */
1605
- isPartOf?: string;
1606
- juvenileIndividualCount?: number;
1607
- keywords?: string[];
1608
- larvaIndividualCount?: number;
1609
- /**
1610
- * For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
1611
- */
1612
- 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";
1613
- lengthInMillimeters?: string[];
1614
- /**
1615
- * 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.
1616
- */
1617
- 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";
1618
- /**
1619
- * Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
1620
- */
1621
- lifeStageDescription?: string;
1622
- likelyMigrant?: boolean;
1623
- /**
1624
- * Macroscopic features and measurements, if not recorded separately into measurement fields.
1625
- */
1626
- macroscopy?: string;
1627
- maleIndividualCount?: number;
1628
- /**
1629
- * 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.
1630
- */
1631
- measurement?: {
1632
- DNAConcentrationNgPerMicroliter?: number[];
1633
- DNARatioOfAbsorbance260And280?: number[];
1634
- DNAVolumeMicroliters?: number[];
1635
- beakMillimeters?: number[];
1636
- bodyCentimeters?: number[];
1637
- bodyMillimeters?: number[];
1638
- earLengthMillimeters?: number[];
1639
- embryoCount?: number[];
1640
- follicleDiameterMillimeters?: number[];
1641
- footLengthMillimeters?: number[];
1642
- forearmMillimeters?: number[];
1643
- gonadMillimeters?: number[];
1644
- /**
1645
- * Which parent or larger collection this is part of.
1646
- */
1647
- isPartOf?: string;
1648
- tailCentimeters?: number[];
1649
- tailMillimeters?: number[];
1650
- tarsusLengthMillimeters?: number[];
1651
- totalLengthCentimeters?: number[];
1652
- totalLengthMillimeters?: number[];
1653
- uterineScarCount?: number[];
1654
- weightGrams?: number[];
1655
- weightKilograms?: number[];
1656
- wingMaxMillimeters?: number[];
1657
- wingMillimeters?: number[];
1658
- wingMinMillimeters?: number[];
1659
- };
1660
- /**
1661
- * According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
1662
- */
1663
- microbiologicalRiskGroup?: "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
1664
- /**
1665
- * Microscopic features and measurements, if not recorded separately into measurement fields.
1666
- */
1667
- microscopy?: string;
1668
- 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";
1669
- movingStatus?: string[];
1670
- /**
1671
- * Information on mutant microbial strain.
1672
- */
1673
- mutant?: string;
1674
- nativeStatus?: "" | "MY.native" | "MY.nonNative";
1675
- nestCount?: number;
1676
- nestNotes?: string;
1677
- nestTreeDiameterInCentimeters?: number;
1678
- nestType?: "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
1679
- /**
1680
- * Additional information to the data in each section.
1681
- */
1682
- notes?: string;
1683
- pairCount?: number;
1684
- pairCountOpinion?: number;
1685
- plantLifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
1686
- /**
1687
- * Status code for the plant (wild, alien etc.)
1688
- */
1689
- 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";
1690
- /**
1691
- * Abundance of the taxon in the field
1692
- */
1693
- populationAbundance?: string;
1694
- /**
1695
- * Preparations/preparates made from the specimen, if not recorded as separate Preparations/samples in the designated section
1696
- */
1697
- preparations?: string;
1698
- /**
1699
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
1700
- */
1701
- 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")[];
1702
- /**
1703
- * 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.
1704
- */
1705
- primarySpecimen?: boolean;
1706
- /**
1707
- * Origin or source of the garden accession
1708
- */
1709
- provenance?: "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
1710
- /**
1711
- * Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
1712
- */
1713
- 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";
1714
- /**
1715
- * What parts of the record are / have been in storage.
1716
- */
1717
- 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")[];
1718
- /**
1719
- * Bird or bat ring number, code, colour code or such
1720
- */
1721
- ring?: string;
1722
- /**
1723
- * Main method for (usually intentional) sampling
1724
- */
1725
- 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";
1726
- samplingMethodNotes?: string;
1727
- /**
1728
- * Maturity of the collected seeds, used for botanical garden accessions/seed bank.
1729
- */
1730
- seedMaturity?: "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
1731
- /**
1732
- * Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
1733
- */
1734
- 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";
1735
- /**
1736
- * Sex of the individual(s)
1737
- */
1738
- sex?: "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
1739
- /**
1740
- * E.g. how sex was determined, by whom and when.
1741
- */
1742
- sexNotes?: string;
1743
- shortHandText?: string;
1744
- smell?: "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
1745
- smellNotes?: string;
1746
- stratigraphyVerbatim?: string;
1747
- 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";
1748
- substrateDecayStage?: "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
1749
- substrateNotes?: string;
1750
- substrateSpecies?: string;
1751
- substrateSpeciesID?: string;
1752
- substrateSpeciesInformalNameString?: string;
1753
- substrateTreeClassification?: ("" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6")[];
1754
- tailInMillimeters?: string[];
1755
- taste?: "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
1756
- tasteNotes?: string;
1757
- taxonConfidence?: "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
1758
- twitched?: boolean;
1759
- unitFact?: {
1760
- adultIndividualCount?: number;
1761
- autocompleteSelectedTaxonID?: string;
1762
- glowWormMicrohabitat?: "" | "MY.glowWormMicrohabitatEnum1" | "MY.glowWormMicrohabitatEnum2" | "MY.glowWormMicrohabitatEnum3" | "MY.glowWormMicrohabitatEnum4" | "MY.glowWormMicrohabitatEnum5" | "MY.glowWormMicrohabitatEnum6" | "MY.glowWormMicrohabitatEnumOther";
1763
- individualCountFlock?: number;
1764
- individualCountInner?: number;
1765
- individualCountOuter?: number;
1766
- juvenileIndividualCount?: number;
1767
- 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";
1768
- lineTransectRouteFieldType?: "" | "MY.lineTransectRouteFieldTypeInner" | "MY.lineTransectRouteFieldTypeOuter";
1769
- lolifeDroppingsCount?: "" | "MY.lolifeDroppingsCount0" | "MY.lolifeDroppingsCount1" | "MY.lolifeDroppingsCount2" | "MY.lolifeDroppingsCount25" | "MY.lolifeDroppingsCount3" | "MY.lolifeDroppingsCount4";
1770
- lolifeDroppingsQuality?: "" | "MY.lolifeDroppingsQuality1" | "MY.lolifeDroppingsQuality2";
1771
- lolifeDroppingsType?: "" | "MY.lolifeDroppingsTypeRock" | "MY.lolifeDroppingsTypeTree" | "MY.lolifeDroppingsTypeTreeGroup" | "MY.lolifeDroppingsTypeOther";
1772
- lolifeNestTree?: "" | "MX.38590" | "MX.37812" | "MX.37999" | "MX.37993" | "MX.38010" | "MX.38008" | "MY.lolifeNestTreeOther";
1773
- pairCountInner?: number;
1774
- pairCountOuter?: number;
1775
- pointCountFlock?: string;
1776
- runningWaterInVicinity?: boolean;
1777
- waterbirdFemale?: "" | "MY.waterbirdFemaleEnumYes" | "MY.waterbirdFemaleEnumNo" | "MY.waterbirdFemaleEnumLonelyPanicking";
1778
- waterbirdJuvenileAgeClass?: "" | "MY.waterbirdJuvenileAgeClassIa" | "MY.waterbirdJuvenileAgeClassIb" | "MY.waterbirdJuvenileAgeClassIc" | "MY.waterbirdJuvenileAgeClassIIa" | "MY.waterbirdJuvenileAgeClassIIb" | "MY.waterbirdJuvenileAgeClassIIc" | "MY.waterbirdJuvenileAgeClassIIIa" | "MY.waterbirdJuvenileAgeClassUnknown";
1779
- waterbirdJuvenileCountAccurate?: boolean;
1780
- waterbirdObserverOpinionSelectedCensus?: boolean;
1781
- waterbirdPairCountOpinionReasoning?: "" | "MY.waterbirdPairCountOpinionReasoningEnum1" | "MY.waterbirdPairCountOpinionReasoningEnum2" | "MY.waterbirdPairCountOpinionReasoningEnum3" | "MY.waterbirdPairCountOpinionReasoningEnumOther";
1782
- individualCountBiotopeA?: number;
1783
- individualCountBiotopeB?: number;
1784
- individualCountBiotopeC?: number;
1785
- individualCountBiotopeD?: number;
1786
- individualCountBiotopeE?: number;
1787
- individualCountBiotopeF?: number;
1788
- individualCountBiotopeG?: number;
1789
- individualCountBiotopeH?: number;
1790
- };
1791
- unitGathering?: {
1792
- id?: string;
1793
- "@type"?: string;
1794
- "@context"?: string;
1795
- dateBegin?: string;
1796
- dateEnd?: string;
1797
- geometry?: {
1798
- [k: string]: unknown | undefined;
1799
- };
1800
- /**
1801
- * Informal description of the habitat.
1802
- */
1803
- habitatDescription?: string;
1804
- habitatIUCN?: string;
1805
- /**
1806
- * Type of substrate or name of substrate species.
1807
- */
1808
- substrate?: string;
1809
- };
1810
- unitType?: string[];
1811
- weightInGrams?: string[];
1812
- wild?: "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
1813
- wingInMillimeters?: string[];
1814
- audio?: 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
- identifications?: {
1821
- id?: string;
1822
- "@type"?: string;
1823
- "@context"?: string;
1824
- "herbo:sortOrder"?: number;
1825
- /**
1826
- * 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.
1827
- */
1828
- associatedObservationTaxa?: string;
1829
- /**
1830
- * Author for the taxon
1831
- */
1832
- author?: string;
1833
- /**
1834
- * Name of the identifier (person) preferably in format "lastname, firstname"
1835
- */
1836
- det?: string;
1837
- /**
1838
- * Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
1839
- */
1840
- detDate?: string;
1841
- detMethod?: "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
1842
- /**
1843
- * Name of the identifier and date of identification in original format (e.g. from the label), errors and all
1844
- */
1845
- detVerbatim?: string;
1846
- /**
1847
- * Additional qualifier or specifier at genus level (e.g. aff., cf.)
1848
- */
1849
- genusQualifier?: string;
1850
- 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")[];
1851
- /**
1852
- * Additional information on the identification, basis or such
1853
- */
1854
- identificationNotes?: string;
1855
- /**
1856
- * Author for the taxon below species level/infra epithet
1857
- */
1858
- infraAuthor?: string;
1859
- /**
1860
- * Taxon name for the epithet below species level
1861
- */
1862
- infraEpithet?: string;
1863
- /**
1864
- * Taxonomic level of the epithet below species level
1865
- */
1866
- 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";
1867
- /**
1868
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
1869
- */
1870
- infrasubspecificSubdivision?: string;
1871
- /**
1872
- * Which parent or larger collection this is part of.
1873
- */
1874
- isPartOf?: string;
1875
- isTaxonGroup?: boolean;
1876
- /**
1877
- * This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
1878
- */
1879
- preferredIdentification?: string;
1880
- /**
1881
- * Publication reference for the taxon concept, that was used in identification
1882
- */
1883
- sec?: string;
1884
- /**
1885
- * Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
1886
- */
1887
- speciesQualifier?: string;
1888
- /**
1889
- * Taxon name
1890
- */
1891
- taxon?: string;
1892
- /**
1893
- * ID for the taxon if has some other than an MX code
1894
- */
1895
- taxonID?: string;
1896
- /**
1897
- * Taxonomic level for the identification
1898
- */
1899
- 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";
1900
- taxonSpecifier?: string;
1901
- taxonURI?: string;
1902
- /**
1903
- * Taxon name in original format (e.g. from the label), errors and all
1904
- */
1905
- taxonVerbatim?: string;
1906
- /**
1907
- * 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.
1908
- */
1909
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1910
- sortOrder?: number;
1911
- }[];
1912
- typeSpecimens?: {
1913
- id?: string;
1914
- "@type"?: string;
1915
- "@context"?: string;
1916
- /**
1917
- * Which parent or larger collection this is part of.
1918
- */
1919
- isPartOf?: string;
1920
- /**
1921
- * Author of the type species
1922
- */
1923
- typeAuthor?: string;
1924
- /**
1925
- * Publication reference for original description or basionyme
1926
- */
1927
- typeBasionymePubl?: string;
1928
- /**
1929
- * Additional information on the type
1930
- */
1931
- typeNotes?: string;
1932
- /**
1933
- * Publication reference for type publication
1934
- */
1935
- typePubl?: string;
1936
- /**
1937
- * ID for the type series, if part of one
1938
- */
1939
- typeSeriesID?: string;
1940
- /**
1941
- * Name of the type species
1942
- */
1943
- typeSpecies?: string;
1944
- /**
1945
- * Is this holotype, paratype, syntype etc...
1946
- */
1947
- 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";
1948
- /**
1949
- * Name of the type subspecies
1950
- */
1951
- typeSubspecies?: string;
1952
- /**
1953
- * Author of the type subspecies
1954
- */
1955
- typeSubspeciesAuthor?: string;
1956
- /**
1957
- * Verification whether this really is a type?
1958
- */
1959
- typeVerification?: "" | "MY.typeVerificationVerified" | "MY.typeVerificationUnverified" | "MY.typeVerificationProbable" | "MY.typeVerificationDoubtful";
1960
- /**
1961
- * Name of the person who chose the type, preferably in the format "Lastname, firstname"
1962
- */
1963
- typif?: string;
1964
- /**
1965
- * Date when the specimen was chosen as a type
1966
- */
1967
- typifDate?: string;
1968
- /**
1969
- * 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.
1970
- */
1971
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1972
- }[];
1973
- }[];
1974
- }[]
1975
- ];
1976
- };
1977
- accessibility?: "" | "MNP.accessibilityEasy" | "MNP.accessibilityModerate" | "MNP.accessibilityDifficult";
1978
- active?: {
1979
- end?: string;
1980
- start?: string;
1981
- };
34
+ acceptedDocument?: Document;
35
+ accessibility?: AccessibilityEnum;
36
+ active?: DateRange;
1982
37
  alternativeIDs?: string[];
1983
38
  /**
1984
39
  * Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
@@ -2009,1983 +64,14 @@ export declare class NamedPlace {
2009
64
  * Persons who have full use access and rights to edit the named place
2010
65
  */
2011
66
  owners?: string[];
2012
- prepopulatedDocument?: {
2013
- id?: string;
2014
- "@type"?: string;
2015
- "@context"?: string;
2016
- /**
2017
- * Secure level (salaus-/karkeistustaso) for the data
2018
- */
2019
- secureLevel?: "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
2020
- /**
2021
- * Leave empty if no sample taken, or if the sample is recorded separately
2022
- */
2023
- DNASampleLocation?: string;
2024
- /**
2025
- * IPEN Number for the accession
2026
- */
2027
- IPEN?: string;
2028
- /**
2029
- * URL where more information is available about the specimen
2030
- */
2031
- URL?: string;
2032
- acknowledgedWarnings?: {
2033
- [k: string]: unknown | undefined;
2034
- }[];
2035
- /**
2036
- * From who/where the specimen was acquired (if not recorded as a transaction)
2037
- */
2038
- acquiredFrom?: string;
2039
- /**
2040
- * Organization where the accession was acquired from. If the organization is not on the list, add it first.
2041
- */
2042
- acquiredFromOrganization?: string;
2043
- /**
2044
- * 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.
2045
- */
2046
- acquisitionDate?: string;
2047
- /**
2048
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
2049
- */
2050
- additionalIDs?: string[];
2051
- /**
2052
- * BOLD identifier, usually BOLD Sample ID. You can include additonal comment by separating them with colon, e.g. "AY123456:comments here"
2053
- */
2054
- bold?: string[];
2055
- caption?: string;
2056
- /**
2057
- * Clad book id number or such
2058
- */
2059
- cladBookID?: string;
2060
- /**
2061
- * Clad specimen id: usually color description and a number
2062
- */
2063
- cladSpecimenID?: string;
2064
- /**
2065
- * Verbatim specimen data from clad book
2066
- */
2067
- cladVerbatim?: string;
2068
- /**
2069
- * The collection which this specimen belongs to
2070
- */
2071
- collectionID?: string;
2072
- /**
2073
- * 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.
2074
- */
2075
- condition?: string;
2076
- /**
2077
- * Annuality/perenniality or other specialities about cultivation in our conditions.
2078
- */
2079
- cultivationInformation?: string;
2080
- dataOrigin?: ("" | "MY.dataOriginPaperForm" | "MY.dataOriginWebForm" | "MY.dataOriginSpreadsheetFile")[];
2081
- /**
2082
- * Where the data about this specimen or observation is from, in addition to labels. Eg. reference to a publication, field notes or an expedition.
2083
- */
2084
- dataSource?: string;
2085
- /**
2086
- * The tags this specimen has
2087
- */
2088
- datasetID?: string[];
2089
- datatype?: string;
2090
- deviceID?: string;
2091
- /**
2092
- * 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
2093
- */
2094
- documentLocation?: string;
2095
- /**
2096
- * Description where duplicates (specimens of the same individual) are located or have been sent to and by which ID's.
2097
- */
2098
- duplicatesIn?: string;
2099
- /**
2100
- * Reason for this edit or notes about it.
2101
- */
2102
- editNotes?: string;
2103
- editor?: string;
2104
- /**
2105
- * Date the data was first transcribed into electronic format or paper registry
2106
- */
2107
- entered?: string;
2108
- /**
2109
- * Free-text diary-style information about what has been done to the specimen and when.
2110
- */
2111
- event?: string[];
2112
- /**
2113
- * Name of the exsiccatum this specimen belongs to and possible exsiccatum number.
2114
- */
2115
- exsiccatum?: string;
2116
- /**
2117
- * Id of the form that was used for the document
2118
- */
2119
- formID?: string;
2120
- gatheringEvent?: {
2121
- id?: string;
2122
- "@type"?: string;
2123
- "@context"?: string;
2124
- acknowledgeNoUnitsInCensus?: boolean;
2125
- artificialLight?: "" | "MY.artificialLightEnum1" | "MY.artificialLightEnum2" | "MY.artificialLightEnum3" | "MY.artificialLightEnum4" | "MY.artificialLightEnum5";
2126
- breaksDuringCensusInMinutes?: number;
2127
- censusHinderedByEnviromentalFactors?: boolean;
2128
- censusHinderedByFog?: boolean;
2129
- censusHinderedByRain?: boolean;
2130
- censusHinderedByWind?: boolean;
2131
- censusPrematurelyAborted?: boolean;
2132
- cloudCover?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
2133
- cloudCoverEnd?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
2134
- cloudCoverStart?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
2135
- completeList?: {
2136
- completeListTaxonID?: string;
2137
- completeListType?: "" | "MY.completeListTypeCompleteWithBreedingStatus" | "MY.completeListTypeComplete" | "MY.completeListTypeIncomplete";
2138
- };
2139
- dateBegin?: string;
2140
- dateEnd?: string;
2141
- gatheringFact?: {
2142
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
2143
- binocularsUsed?: boolean;
2144
- censusAreaHectares?: number;
2145
- invasiveControlOtherExpensesInEuros?: number;
2146
- invasiveControlWorkHours?: number;
2147
- lineTransectSegmentCounted?: boolean;
2148
- lineTransectSegmentMetersEnd?: number;
2149
- lineTransectSegmentMetersStart?: number;
2150
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
2151
- lolifeSiteClassificationComments?: string;
2152
- observedAreaHectares?: number;
2153
- 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";
2154
- shorelineLengthMeters?: number;
2155
- spottingScopeUsed?: boolean;
2156
- sunniness?: number;
2157
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
2158
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
2159
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
2160
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
2161
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
2162
- ykjSquareNumber?: string;
2163
- ACAFLAonAlder?: number;
2164
- ACAFLAonBirch?: number;
2165
- ACAFLAonGround?: number;
2166
- ACAFLAonPine?: number;
2167
- ACAFLAonSpruce?: number;
2168
- CARSPIonAlder?: number;
2169
- CARSPIonBirch?: number;
2170
- CARSPIonGround?: number;
2171
- CARSPIonPine?: number;
2172
- CARSPIonSpruce?: number;
2173
- LOXIAonAlder?: number;
2174
- LOXIAonBirch?: number;
2175
- LOXIAonGround?: number;
2176
- LOXIAonPine?: number;
2177
- LOXIAonSpruce?: number;
2178
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
2179
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
2180
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
2181
- birdFeederCount?: number;
2182
- birdFeederCountBiotopeA?: number;
2183
- birdFeederCountBiotopeB?: number;
2184
- birdFeederCountBiotopeC?: number;
2185
- birdFeederCountBiotopeD?: number;
2186
- birdFeederCountBiotopeE?: number;
2187
- birdFeederCountBiotopeF?: number;
2188
- birdFeederCountBiotopeG?: number;
2189
- birdFeederCountBiotopeH?: number;
2190
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
2191
- descriptionBiotopeF?: string;
2192
- feedingStationCount?: number;
2193
- feedingStationCountBiotopeA?: number;
2194
- feedingStationCountBiotopeB?: number;
2195
- feedingStationCountBiotopeC?: number;
2196
- feedingStationCountBiotopeD?: number;
2197
- feedingStationCountBiotopeE?: number;
2198
- feedingStationCountBiotopeF?: number;
2199
- feedingStationCountBiotopeG?: number;
2200
- feedingStationCountBiotopeH?: number;
2201
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
2202
- meanTemperature?: number;
2203
- observerCount?: number;
2204
- observerID?: number;
2205
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
2206
- routeID?: number;
2207
- routeLength?: number;
2208
- routeLengthBiotopeA?: number;
2209
- routeLengthBiotopeB?: number;
2210
- routeLengthBiotopeC?: number;
2211
- routeLengthBiotopeD?: number;
2212
- routeLengthBiotopeE?: number;
2213
- routeLengthBiotopeF?: number;
2214
- routeLengthBiotopeG?: number;
2215
- routeLengthBiotopeH?: number;
2216
- routeLengthChange?: number;
2217
- routeLengthChangeBiotopeA?: number;
2218
- routeLengthChangeBiotopeB?: number;
2219
- routeLengthChangeBiotopeC?: number;
2220
- routeLengthChangeBiotopeD?: number;
2221
- routeLengthChangeBiotopeE?: number;
2222
- routeLengthChangeBiotopeF?: number;
2223
- routeLengthChangeBiotopeG?: number;
2224
- routeLengthChangeBiotopeH?: number;
2225
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
2226
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
2227
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
2228
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
2229
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
2230
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
2231
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
2232
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
2233
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
2234
- wayOfTravelNotes?: string;
2235
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
2236
- };
2237
- geometry?: {
2238
- [k: string]: unknown | undefined;
2239
- };
2240
- gpsUsed?: boolean;
2241
- /**
2242
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
2243
- */
2244
- leg?: string[];
2245
- legPublic?: boolean;
2246
- /**
2247
- * Alkuperäislähteen käyttäjätunnus
2248
- */
2249
- legUserID?: string[];
2250
- namedPlaceNotes?: string;
2251
- nextMonitoringYear?: number;
2252
- /**
2253
- * Additional information to the data in each section.
2254
- */
2255
- notes?: string;
2256
- rainIntensity?: "" | "MY.rainIntensityEnumNoRain" | "MY.rainIntensityEnumLightRain" | "MY.rainIntensityEnumModerateRain" | "MY.rainIntensityEnumHeavyRain" | "MY.rainIntensityEnumTorrentialRain";
2257
- routeDirectionAdhered?: boolean;
2258
- spottingScopeUsed?: boolean;
2259
- startDistanceFromNECorner?: string;
2260
- startPointDeviation?: number;
2261
- taxonCensus?: {
2262
- censusTaxonID?: string;
2263
- 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";
2264
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
2265
- }[];
2266
- temperature?: number;
2267
- temperatureEnd?: number;
2268
- temperatureStart?: number;
2269
- timeEnd?: string;
2270
- timeStart?: string;
2271
- };
2272
- /**
2273
- * Genbank identifier. You can include additonal comment by separating them with colon, e.g. "AY123456:comments here"
2274
- */
2275
- genbank?: string[];
2276
- hasGathering?: string[];
2277
- isTemplate?: boolean;
2278
- keywords?: string[];
2279
- /**
2280
- * All text from labels word-for-word, including spelling errors. Separate each label on its own row, starting from topmost label.
2281
- */
2282
- labelsVerbatim?: string;
2283
- /**
2284
- * Language the data is (mainly) written in, if applicable.
2285
- */
2286
- language?: string;
2287
- /**
2288
- * Collecting number (field identifier, keruunumero) for the specimen
2289
- */
2290
- legID?: string;
2291
- locked?: boolean;
2292
- namedPlaceID?: string;
2293
- /**
2294
- * Additional information to the data in each section.
2295
- */
2296
- notes?: string;
2297
- /**
2298
- * Original catalogue number or other original identifier of the specimen. E.g. H9000000
2299
- */
2300
- originalSpecimenID?: string;
2301
- /**
2302
- * Garden area where this accession is planned to be located.
2303
- */
2304
- plannedLocation?: string;
2305
- /**
2306
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
2307
- */
2308
- 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")[];
2309
- /**
2310
- * Location of the primary data if not Kotka.
2311
- */
2312
- primaryDataLocation?: string;
2313
- /**
2314
- * 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.
2315
- */
2316
- privateNotes?: string;
2317
- /**
2318
- * Publication references or doi's that refer to this specimen
2319
- */
2320
- publication?: string[];
2321
- /**
2322
- * 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"
2323
- */
2324
- relationship?: string[];
2325
- /**
2326
- * The history of the specimen, for example how it was acquired or in which museums it has been before.
2327
- */
2328
- sampleHistory?: string;
2329
- /**
2330
- * ID of the specimen from which this has been separated
2331
- */
2332
- separatedFrom?: string;
2333
- /**
2334
- * ID's of those new specimens that have been separated from this specimen
2335
- */
2336
- separatedTo?: string[];
2337
- serialNumber?: string;
2338
- sourceID?: string;
2339
- /**
2340
- * Empty value means same as "ok" - that there is not anything special about the status of the specimen.
2341
- */
2342
- 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";
2343
- temp?: boolean;
2344
- templateDescription?: string;
2345
- templateName?: string;
2346
- /**
2347
- * Additional information regarding the data entry or transcription process, e.g. unclarities, explanations for interpretations,
2348
- */
2349
- transcriberNotes?: string;
2350
- /**
2351
- * Common name of agreement concerning the transfer, if any.
2352
- */
2353
- transferAgreement?: string;
2354
- /**
2355
- * List of those fields that contain unreliable data. The list is created automatically.
2356
- */
2357
- unreliableFields?: string;
2358
- /**
2359
- * Information about the quality of the specimen data. Possible to select several.
2360
- */
2361
- verificationStatus?: ("" | "MY.verificationStatusOk" | "MY.verificationStatusVerify" | "MY.verificationStatusComplete" | "MY.verificationStatusGeoreference" | "MY.verificationStatusDet" | "MY.verificationStatusCheckID" | "MY.verificationStatusVerifyCoordinates")[];
2362
- /**
2363
- * Identifier of the herbarium voucher specimen or information about it if the identifier is unknown.
2364
- */
2365
- voucherSpecimenID?: string;
2366
- creator?: string;
2367
- dateCreated?: string;
2368
- dateEdited?: string;
2369
- editors?: string[];
2370
- images?: string[];
2371
- /**
2372
- * Team or organisation that owns the record and can edit it.
2373
- */
2374
- owner?: string;
2375
- /**
2376
- * 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.
2377
- */
2378
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
2379
- scheduledForDeletion?: boolean;
2380
- gatherings: [
2381
- {
2382
- id?: string;
2383
- "@type"?: string;
2384
- "@context"?: string;
2385
- /**
2386
- * AFE grid name
2387
- */
2388
- AFEQuadrat?: string;
2389
- /**
2390
- * UTM grid name
2391
- */
2392
- UTMQuadrat?: string;
2393
- acknowledgeNoUnitsInCensus?: boolean;
2394
- /**
2395
- * Regions, rayons, provinces and other administrative areas. Separate multiple names with commas, from generic to specific. (E.g. Etelä-Suomen lääni, Uusimaa)
2396
- */
2397
- administrativeProvince?: string;
2398
- /**
2399
- * Altitude form sea level in meters, single value or range (E.g. 90, or 80-100). No GPS altitude here.
2400
- */
2401
- alt?: string;
2402
- areaDetail?: string;
2403
- /**
2404
- * 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.
2405
- */
2406
- associatedObservationTaxa?: string;
2407
- /**
2408
- * 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.
2409
- */
2410
- associatedSpecimenTaxa?: string;
2411
- /**
2412
- * Bat habitat
2413
- */
2414
- 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")[];
2415
- binocularsUsed?: boolean;
2416
- /**
2417
- * Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
2418
- */
2419
- biologicalProvince?: string;
2420
- censusHinderedByEnviromentalFactors?: boolean;
2421
- censusHinderedByFog?: boolean;
2422
- censusHinderedByRain?: boolean;
2423
- censusHinderedByWind?: boolean;
2424
- /**
2425
- * Name of an expedition or such.
2426
- */
2427
- collectingEventName?: string;
2428
- controlActivitiesNotes?: string;
2429
- /**
2430
- * Free-text notes about the coordinates.
2431
- */
2432
- coordinateNotes?: string;
2433
- /**
2434
- * Maximum error of coordinates in meters
2435
- */
2436
- coordinateRadius?: string;
2437
- /**
2438
- * Use for NEW SPECIMENS: Where the coordinates have been acquired
2439
- */
2440
- coordinateSource?: "" | "MY.coordinateSourceGps" | "MY.coordinateSourcePeruskartta" | "MY.coordinateSourcePapermap" | "MY.coordinateSourceKotkamap" | "MY.coordinateSourceKarttapaikka" | "MY.coordinateSourceRetkikartta" | "MY.coordinateSourceGoogle" | "MY.coordinateSourceOther" | "MY.coordinateSourceUnknown";
2441
- /**
2442
- * More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
2443
- */
2444
- coordinateSystem?: "" | "MY.coordinateSystemYkj" | "MY.coordinateSystemWgs84" | "MY.coordinateSystemWgs84dms" | "MY.coordinateSystemKkj" | "MY.coordinateSystemEtrs-tm35fin" | "MY.coordinateSystemDd" | "MY.coordinateSystemDms";
2445
- coordinatesGridYKJ?: string;
2446
- /**
2447
- * Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
2448
- */
2449
- coordinatesVerbatim?: string;
2450
- /**
2451
- * Country name in English, or 2-letter country code, or name from label
2452
- */
2453
- country?: string;
2454
- /**
2455
- * County (piirikunta, kreivikunta etc.)
2456
- */
2457
- county?: string;
2458
- dateBegin?: string;
2459
- dateEnd?: string;
2460
- /**
2461
- * Date just as it appears on the label or other original source, no interpretation, errors and all
2462
- */
2463
- dateVerbatim?: string;
2464
- /**
2465
- * Depth in meters, single value or range (E.g. 0.9, or 0.8-1.0)
2466
- */
2467
- depth?: string;
2468
- dynamicProperties?: string;
2469
- eventDate?: string;
2470
- /**
2471
- * Finnish forest vegetation zone
2472
- */
2473
- forestVegetationZone?: "" | "MY.forestVegetationZone1a" | "MY.forestVegetationZone1b" | "MY.forestVegetationZone2a" | "MY.forestVegetationZone2b" | "MY.forestVegetationZone3a" | "MY.forestVegetationZone3b" | "MY.forestVegetationZone3c" | "MY.forestVegetationZone4a" | "MY.forestVegetationZone4b" | "MY.forestVegetationZone4c" | "MY.forestVegetationZone4d";
2474
- gatheringFact?: {
2475
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
2476
- binocularsUsed?: boolean;
2477
- censusAreaHectares?: number;
2478
- invasiveControlOtherExpensesInEuros?: number;
2479
- invasiveControlWorkHours?: number;
2480
- lineTransectSegmentCounted?: boolean;
2481
- lineTransectSegmentMetersEnd?: number;
2482
- lineTransectSegmentMetersStart?: number;
2483
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
2484
- lolifeSiteClassificationComments?: string;
2485
- observedAreaHectares?: number;
2486
- 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";
2487
- shorelineLengthMeters?: number;
2488
- spottingScopeUsed?: boolean;
2489
- sunniness?: number;
2490
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
2491
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
2492
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
2493
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
2494
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
2495
- ykjSquareNumber?: string;
2496
- ACAFLAonAlder?: number;
2497
- ACAFLAonBirch?: number;
2498
- ACAFLAonGround?: number;
2499
- ACAFLAonPine?: number;
2500
- ACAFLAonSpruce?: number;
2501
- CARSPIonAlder?: number;
2502
- CARSPIonBirch?: number;
2503
- CARSPIonGround?: number;
2504
- CARSPIonPine?: number;
2505
- CARSPIonSpruce?: number;
2506
- LOXIAonAlder?: number;
2507
- LOXIAonBirch?: number;
2508
- LOXIAonGround?: number;
2509
- LOXIAonPine?: number;
2510
- LOXIAonSpruce?: number;
2511
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
2512
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
2513
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
2514
- birdFeederCount?: number;
2515
- birdFeederCountBiotopeA?: number;
2516
- birdFeederCountBiotopeB?: number;
2517
- birdFeederCountBiotopeC?: number;
2518
- birdFeederCountBiotopeD?: number;
2519
- birdFeederCountBiotopeE?: number;
2520
- birdFeederCountBiotopeF?: number;
2521
- birdFeederCountBiotopeG?: number;
2522
- birdFeederCountBiotopeH?: number;
2523
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
2524
- descriptionBiotopeF?: string;
2525
- feedingStationCount?: number;
2526
- feedingStationCountBiotopeA?: number;
2527
- feedingStationCountBiotopeB?: number;
2528
- feedingStationCountBiotopeC?: number;
2529
- feedingStationCountBiotopeD?: number;
2530
- feedingStationCountBiotopeE?: number;
2531
- feedingStationCountBiotopeF?: number;
2532
- feedingStationCountBiotopeG?: number;
2533
- feedingStationCountBiotopeH?: number;
2534
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
2535
- meanTemperature?: number;
2536
- observerCount?: number;
2537
- observerID?: number;
2538
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
2539
- routeID?: number;
2540
- routeLength?: number;
2541
- routeLengthBiotopeA?: number;
2542
- routeLengthBiotopeB?: number;
2543
- routeLengthBiotopeC?: number;
2544
- routeLengthBiotopeD?: number;
2545
- routeLengthBiotopeE?: number;
2546
- routeLengthBiotopeF?: number;
2547
- routeLengthBiotopeG?: number;
2548
- routeLengthBiotopeH?: number;
2549
- routeLengthChange?: number;
2550
- routeLengthChangeBiotopeA?: number;
2551
- routeLengthChangeBiotopeB?: number;
2552
- routeLengthChangeBiotopeC?: number;
2553
- routeLengthChangeBiotopeD?: number;
2554
- routeLengthChangeBiotopeE?: number;
2555
- routeLengthChangeBiotopeF?: number;
2556
- routeLengthChangeBiotopeG?: number;
2557
- routeLengthChangeBiotopeH?: number;
2558
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
2559
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
2560
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
2561
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
2562
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
2563
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
2564
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
2565
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
2566
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
2567
- wayOfTravelNotes?: string;
2568
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
2569
- };
2570
- gatheringType?: "" | "MY.gatheringTypeForagingArea" | "MY.gatheringTypeBreedingAndRestingArea" | "MY.gatheringTypeCavityTree" | "MY.gatheringTypeDroppingsTree" | "MY.gatheringTypeNestTree" | "MY.gatheringTypeLolifeAccess" | "MY.gatheringTypeLolifeCoreZone" | "MY.gatheringTypeLolifeHabitatZone" | "MY.gatheringTypeLolifeApplicableZone" | "MY.gatheringTypeWaterbirdPoint" | "MY.gatheringTypeWaterbirdRound";
2571
- geometry?: {
2572
- [k: string]: unknown | undefined;
2573
- };
2574
- /**
2575
- * Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
2576
- */
2577
- 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";
2578
- 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")[];
2579
- 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")[];
2580
- /**
2581
- * Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
2582
- */
2583
- habitatClassification?: string;
2584
- /**
2585
- * Informal description of the habitat.
2586
- */
2587
- habitatDescription?: string;
2588
- hasUnit?: string[];
2589
- /**
2590
- * If country is not known or not applicable, for example continent, ocean or large island
2591
- */
2592
- higherGeography?: string;
2593
- invasiveControlAreaKnown?: boolean;
2594
- invasiveControlDangerous?: boolean;
2595
- invasiveControlDangerousDescription?: string;
2596
- invasiveControlEffectiveness?: "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
2597
- invasiveControlEffectivenessNotes?: string;
2598
- invasiveControlMethods?: ("" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther")[];
2599
- invasiveControlMethodsDescription?: string;
2600
- invasiveControlOpen?: boolean;
2601
- invasiveControlOpenDescription?: string;
2602
- invasiveControlOtherExpensesInEuros?: number;
2603
- invasiveControlTaxon?: string[];
2604
- /**
2605
- * Which parent or larger collection this is part of.
2606
- */
2607
- isPartOf?: string;
2608
- keywords?: string[];
2609
- /**
2610
- * Latitude. For southern latitudes, use negative value.
2611
- */
2612
- latitude?: string;
2613
- /**
2614
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
2615
- */
2616
- leg?: string[];
2617
- /**
2618
- * Alkuperäislähteen käyttäjätunnus
2619
- */
2620
- legUserID?: string[];
2621
- /**
2622
- * Leg just as it appears in the label or other original source, no interpretation, errors and all.
2623
- */
2624
- legVerbatim?: string;
2625
- /**
2626
- * Official name of the locality in basic form. Separate multiple names with commas, from generic to specific. No informal description here.
2627
- */
2628
- locality?: string;
2629
- /**
2630
- * Informal description of the exact locality, e.g. '5 km NE of city X, under stone bridge'
2631
- */
2632
- localityDescription?: string;
2633
- /**
2634
- * An unique identifier or code for the locality, if the locality has one (e.g. from SAPO-ontology).
2635
- */
2636
- localityID?: string;
2637
- /**
2638
- * Locality word-to-word as it appears on the label or other original source, errors and all
2639
- */
2640
- localityVerbatim?: string;
2641
- /**
2642
- * Longitude. For western longitudes, use negative value.
2643
- */
2644
- longitude?: string;
2645
- /**
2646
- * Municipality, commune, town, city or civil parish
2647
- */
2648
- municipality?: string;
2649
- namedPlaceID?: string;
2650
- /**
2651
- * Additional information to the data in each section.
2652
- */
2653
- notes?: string;
2654
- /**
2655
- * For garden accessions/seed bank, number of individuals from which seeds were collected
2656
- */
2657
- numberOfSampledIndividuals?: string;
2658
- observationDays?: number;
2659
- observationMinutes?: number;
2660
- /**
2661
- * For garden accessions/seed bank, what proportion of the population sampled was giving seeds
2662
- */
2663
- percentageGivingSeeds?: number;
2664
- 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";
2665
- projectTitle?: string;
2666
- province?: string;
2667
- /**
2668
- * Relative humidity %
2669
- */
2670
- relativeHumidity?: number;
2671
- /**
2672
- * For garden accessions/seed bank, estimated size of the area sampled, in square meters
2673
- */
2674
- samplingAreaSizeInSquareMeters?: number;
2675
- /**
2676
- * Main method for (usually intentional) sampling
2677
- */
2678
- 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";
2679
- samplingMethodNotes?: string;
2680
- section?: number;
2681
- skipped?: boolean;
2682
- spottingScopeUsed?: boolean;
2683
- /**
2684
- * Type of substrate or name of substrate species.
2685
- */
2686
- substrate?: string;
2687
- taxonCensus?: {
2688
- censusTaxonID?: string;
2689
- 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";
2690
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
2691
- }[];
2692
- temperature?: number;
2693
- timeEnd?: string;
2694
- timeStart?: string;
2695
- trapCount?: number;
2696
- weather?: string;
2697
- wgs84Latitude?: string;
2698
- wgs84Longitude?: string;
2699
- images?: string[];
2700
- /**
2701
- * 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.
2702
- */
2703
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
2704
- units?: {
2705
- id?: string;
2706
- "@type"?: string;
2707
- "@context"?: string;
2708
- /**
2709
- * Diameter at breast height, in centimeters
2710
- */
2711
- DBH?: string;
2712
- /**
2713
- * Leave empty if no sample taken, or if the sample is recorded separately
2714
- */
2715
- DNASampleLocation?: string;
2716
- abundanceString?: string;
2717
- 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";
2718
- /**
2719
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
2720
- */
2721
- additionalIDs?: string[];
2722
- adultIndividualCount?: number;
2723
- /**
2724
- * Estimated or known age in calendar years, years, days or other relevant unit.
2725
- */
2726
- age?: string;
2727
- /**
2728
- * E.g. how age was determined, by whom and when.
2729
- */
2730
- ageNotes?: string;
2731
- alive?: boolean;
2732
- ankleInMillimeters?: string[];
2733
- areaInSquareMeters?: number;
2734
- 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";
2735
- batBehavior?: "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
2736
- beakInMillimeters?: string[];
2737
- 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";
2738
- birdBehavior?: string[];
2739
- 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";
2740
- breeding?: boolean;
2741
- broodSize?: number;
2742
- /**
2743
- * Cause of death, if not intentionally trapped on sampled
2744
- */
2745
- causeOfDeath?: string;
2746
- checklistID?: string;
2747
- /**
2748
- * Results of chemical reaction tests etc.
2749
- */
2750
- chemistry?: string;
2751
- /**
2752
- * 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)
2753
- */
2754
- count?: string;
2755
- /**
2756
- * Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
2757
- */
2758
- decayStage?: string;
2759
- distance?: "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
2760
- /**
2761
- * For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
2762
- */
2763
- 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";
2764
- femaleIndividualCount?: number;
2765
- /**
2766
- * Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
2767
- */
2768
- 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";
2769
- /**
2770
- * Genotype of the microbial strain
2771
- */
2772
- genotype?: string;
2773
- gonadInMillimeters?: string[];
2774
- /**
2775
- * Microbial culture growth medium name, usually from a standard
2776
- */
2777
- growthMediumName?: string;
2778
- /**
2779
- * Other growth conditions for the microbial culture, light etc.
2780
- */
2781
- growthOtherConditions?: string;
2782
- /**
2783
- * Microbial culture growth temperature
2784
- */
2785
- growthTemperature?: string;
2786
- hasIdentification?: string[];
2787
- hasSubUnit?: string[];
2788
- hostID?: string;
2789
- hostInformalNameString?: string;
2790
- indirectObservationType?: "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
2791
- individualCount?: number;
2792
- /**
2793
- * Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
2794
- */
2795
- infestation?: string;
2796
- informalNameString?: string;
2797
- informalTaxonGroup?: string;
2798
- /**
2799
- * Valitut eliöryhmät
2800
- */
2801
- informalTaxonGroups?: string[];
2802
- /**
2803
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
2804
- */
2805
- infrasubspecificSubdivision?: string;
2806
- /**
2807
- * Which parent or larger collection this is part of.
2808
- */
2809
- isPartOf?: string;
2810
- juvenileIndividualCount?: number;
2811
- keywords?: string[];
2812
- larvaIndividualCount?: number;
2813
- /**
2814
- * For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
2815
- */
2816
- 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";
2817
- lengthInMillimeters?: string[];
2818
- /**
2819
- * 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.
2820
- */
2821
- 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";
2822
- /**
2823
- * Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
2824
- */
2825
- lifeStageDescription?: string;
2826
- likelyMigrant?: boolean;
2827
- /**
2828
- * Macroscopic features and measurements, if not recorded separately into measurement fields.
2829
- */
2830
- macroscopy?: string;
2831
- maleIndividualCount?: number;
2832
- /**
2833
- * 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.
2834
- */
2835
- measurement?: {
2836
- DNAConcentrationNgPerMicroliter?: number[];
2837
- DNARatioOfAbsorbance260And280?: number[];
2838
- DNAVolumeMicroliters?: number[];
2839
- beakMillimeters?: number[];
2840
- bodyCentimeters?: number[];
2841
- bodyMillimeters?: number[];
2842
- earLengthMillimeters?: number[];
2843
- embryoCount?: number[];
2844
- follicleDiameterMillimeters?: number[];
2845
- footLengthMillimeters?: number[];
2846
- forearmMillimeters?: number[];
2847
- gonadMillimeters?: number[];
2848
- /**
2849
- * Which parent or larger collection this is part of.
2850
- */
2851
- isPartOf?: string;
2852
- tailCentimeters?: number[];
2853
- tailMillimeters?: number[];
2854
- tarsusLengthMillimeters?: number[];
2855
- totalLengthCentimeters?: number[];
2856
- totalLengthMillimeters?: number[];
2857
- uterineScarCount?: number[];
2858
- weightGrams?: number[];
2859
- weightKilograms?: number[];
2860
- wingMaxMillimeters?: number[];
2861
- wingMillimeters?: number[];
2862
- wingMinMillimeters?: number[];
2863
- };
2864
- /**
2865
- * According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
2866
- */
2867
- microbiologicalRiskGroup?: "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
2868
- /**
2869
- * Microscopic features and measurements, if not recorded separately into measurement fields.
2870
- */
2871
- microscopy?: string;
2872
- 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";
2873
- movingStatus?: string[];
2874
- /**
2875
- * Information on mutant microbial strain.
2876
- */
2877
- mutant?: string;
2878
- nativeStatus?: "" | "MY.native" | "MY.nonNative";
2879
- nestCount?: number;
2880
- nestNotes?: string;
2881
- nestTreeDiameterInCentimeters?: number;
2882
- nestType?: "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
2883
- /**
2884
- * Additional information to the data in each section.
2885
- */
2886
- notes?: string;
2887
- pairCount?: number;
2888
- pairCountOpinion?: number;
2889
- plantLifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
2890
- /**
2891
- * Status code for the plant (wild, alien etc.)
2892
- */
2893
- 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";
2894
- /**
2895
- * Abundance of the taxon in the field
2896
- */
2897
- populationAbundance?: string;
2898
- /**
2899
- * Preparations/preparates made from the specimen, if not recorded as separate Preparations/samples in the designated section
2900
- */
2901
- preparations?: string;
2902
- /**
2903
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
2904
- */
2905
- 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")[];
2906
- /**
2907
- * 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.
2908
- */
2909
- primarySpecimen?: boolean;
2910
- /**
2911
- * Origin or source of the garden accession
2912
- */
2913
- provenance?: "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
2914
- /**
2915
- * Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
2916
- */
2917
- 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";
2918
- /**
2919
- * What parts of the record are / have been in storage.
2920
- */
2921
- 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")[];
2922
- /**
2923
- * Bird or bat ring number, code, colour code or such
2924
- */
2925
- ring?: string;
2926
- /**
2927
- * Main method for (usually intentional) sampling
2928
- */
2929
- 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";
2930
- samplingMethodNotes?: string;
2931
- /**
2932
- * Maturity of the collected seeds, used for botanical garden accessions/seed bank.
2933
- */
2934
- seedMaturity?: "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
2935
- /**
2936
- * Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
2937
- */
2938
- 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";
2939
- /**
2940
- * Sex of the individual(s)
2941
- */
2942
- sex?: "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
2943
- /**
2944
- * E.g. how sex was determined, by whom and when.
2945
- */
2946
- sexNotes?: string;
2947
- shortHandText?: string;
2948
- smell?: "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
2949
- smellNotes?: string;
2950
- stratigraphyVerbatim?: string;
2951
- 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";
2952
- substrateDecayStage?: "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
2953
- substrateNotes?: string;
2954
- substrateSpecies?: string;
2955
- substrateSpeciesID?: string;
2956
- substrateSpeciesInformalNameString?: string;
2957
- substrateTreeClassification?: ("" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6")[];
2958
- tailInMillimeters?: string[];
2959
- taste?: "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
2960
- tasteNotes?: string;
2961
- taxonConfidence?: "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
2962
- twitched?: boolean;
2963
- unitFact?: {
2964
- adultIndividualCount?: number;
2965
- autocompleteSelectedTaxonID?: string;
2966
- glowWormMicrohabitat?: "" | "MY.glowWormMicrohabitatEnum1" | "MY.glowWormMicrohabitatEnum2" | "MY.glowWormMicrohabitatEnum3" | "MY.glowWormMicrohabitatEnum4" | "MY.glowWormMicrohabitatEnum5" | "MY.glowWormMicrohabitatEnum6" | "MY.glowWormMicrohabitatEnumOther";
2967
- individualCountFlock?: number;
2968
- individualCountInner?: number;
2969
- individualCountOuter?: number;
2970
- juvenileIndividualCount?: number;
2971
- 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";
2972
- lineTransectRouteFieldType?: "" | "MY.lineTransectRouteFieldTypeInner" | "MY.lineTransectRouteFieldTypeOuter";
2973
- lolifeDroppingsCount?: "" | "MY.lolifeDroppingsCount0" | "MY.lolifeDroppingsCount1" | "MY.lolifeDroppingsCount2" | "MY.lolifeDroppingsCount25" | "MY.lolifeDroppingsCount3" | "MY.lolifeDroppingsCount4";
2974
- lolifeDroppingsQuality?: "" | "MY.lolifeDroppingsQuality1" | "MY.lolifeDroppingsQuality2";
2975
- lolifeDroppingsType?: "" | "MY.lolifeDroppingsTypeRock" | "MY.lolifeDroppingsTypeTree" | "MY.lolifeDroppingsTypeTreeGroup" | "MY.lolifeDroppingsTypeOther";
2976
- lolifeNestTree?: "" | "MX.38590" | "MX.37812" | "MX.37999" | "MX.37993" | "MX.38010" | "MX.38008" | "MY.lolifeNestTreeOther";
2977
- pairCountInner?: number;
2978
- pairCountOuter?: number;
2979
- pointCountFlock?: string;
2980
- runningWaterInVicinity?: boolean;
2981
- waterbirdFemale?: "" | "MY.waterbirdFemaleEnumYes" | "MY.waterbirdFemaleEnumNo" | "MY.waterbirdFemaleEnumLonelyPanicking";
2982
- waterbirdJuvenileAgeClass?: "" | "MY.waterbirdJuvenileAgeClassIa" | "MY.waterbirdJuvenileAgeClassIb" | "MY.waterbirdJuvenileAgeClassIc" | "MY.waterbirdJuvenileAgeClassIIa" | "MY.waterbirdJuvenileAgeClassIIb" | "MY.waterbirdJuvenileAgeClassIIc" | "MY.waterbirdJuvenileAgeClassIIIa" | "MY.waterbirdJuvenileAgeClassUnknown";
2983
- waterbirdJuvenileCountAccurate?: boolean;
2984
- waterbirdObserverOpinionSelectedCensus?: boolean;
2985
- waterbirdPairCountOpinionReasoning?: "" | "MY.waterbirdPairCountOpinionReasoningEnum1" | "MY.waterbirdPairCountOpinionReasoningEnum2" | "MY.waterbirdPairCountOpinionReasoningEnum3" | "MY.waterbirdPairCountOpinionReasoningEnumOther";
2986
- individualCountBiotopeA?: number;
2987
- individualCountBiotopeB?: number;
2988
- individualCountBiotopeC?: number;
2989
- individualCountBiotopeD?: number;
2990
- individualCountBiotopeE?: number;
2991
- individualCountBiotopeF?: number;
2992
- individualCountBiotopeG?: number;
2993
- individualCountBiotopeH?: number;
2994
- };
2995
- unitGathering?: {
2996
- id?: string;
2997
- "@type"?: string;
2998
- "@context"?: string;
2999
- dateBegin?: string;
3000
- dateEnd?: string;
3001
- geometry?: {
3002
- [k: string]: unknown | undefined;
3003
- };
3004
- /**
3005
- * Informal description of the habitat.
3006
- */
3007
- habitatDescription?: string;
3008
- habitatIUCN?: string;
3009
- /**
3010
- * Type of substrate or name of substrate species.
3011
- */
3012
- substrate?: string;
3013
- };
3014
- unitType?: string[];
3015
- weightInGrams?: string[];
3016
- wild?: "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
3017
- wingInMillimeters?: string[];
3018
- audio?: string[];
3019
- images?: string[];
3020
- /**
3021
- * 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.
3022
- */
3023
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
3024
- identifications?: {
3025
- id?: string;
3026
- "@type"?: string;
3027
- "@context"?: string;
3028
- "herbo:sortOrder"?: number;
3029
- /**
3030
- * 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.
3031
- */
3032
- associatedObservationTaxa?: string;
3033
- /**
3034
- * Author for the taxon
3035
- */
3036
- author?: string;
3037
- /**
3038
- * Name of the identifier (person) preferably in format "lastname, firstname"
3039
- */
3040
- det?: string;
3041
- /**
3042
- * Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
3043
- */
3044
- detDate?: string;
3045
- detMethod?: "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
3046
- /**
3047
- * Name of the identifier and date of identification in original format (e.g. from the label), errors and all
3048
- */
3049
- detVerbatim?: string;
3050
- /**
3051
- * Additional qualifier or specifier at genus level (e.g. aff., cf.)
3052
- */
3053
- genusQualifier?: string;
3054
- 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")[];
3055
- /**
3056
- * Additional information on the identification, basis or such
3057
- */
3058
- identificationNotes?: string;
3059
- /**
3060
- * Author for the taxon below species level/infra epithet
3061
- */
3062
- infraAuthor?: string;
3063
- /**
3064
- * Taxon name for the epithet below species level
3065
- */
3066
- infraEpithet?: string;
3067
- /**
3068
- * Taxonomic level of the epithet below species level
3069
- */
3070
- 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";
3071
- /**
3072
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
3073
- */
3074
- infrasubspecificSubdivision?: string;
3075
- /**
3076
- * Which parent or larger collection this is part of.
3077
- */
3078
- isPartOf?: string;
3079
- isTaxonGroup?: boolean;
3080
- /**
3081
- * This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
3082
- */
3083
- preferredIdentification?: string;
3084
- /**
3085
- * Publication reference for the taxon concept, that was used in identification
3086
- */
3087
- sec?: string;
3088
- /**
3089
- * Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
3090
- */
3091
- speciesQualifier?: string;
3092
- /**
3093
- * Taxon name
3094
- */
3095
- taxon?: string;
3096
- /**
3097
- * ID for the taxon if has some other than an MX code
3098
- */
3099
- taxonID?: string;
3100
- /**
3101
- * Taxonomic level for the identification
3102
- */
3103
- 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";
3104
- taxonSpecifier?: string;
3105
- taxonURI?: string;
3106
- /**
3107
- * Taxon name in original format (e.g. from the label), errors and all
3108
- */
3109
- taxonVerbatim?: string;
3110
- /**
3111
- * 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.
3112
- */
3113
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
3114
- sortOrder?: number;
3115
- }[];
3116
- typeSpecimens?: {
3117
- id?: string;
3118
- "@type"?: string;
3119
- "@context"?: string;
3120
- /**
3121
- * Which parent or larger collection this is part of.
3122
- */
3123
- isPartOf?: string;
3124
- /**
3125
- * Author of the type species
3126
- */
3127
- typeAuthor?: string;
3128
- /**
3129
- * Publication reference for original description or basionyme
3130
- */
3131
- typeBasionymePubl?: string;
3132
- /**
3133
- * Additional information on the type
3134
- */
3135
- typeNotes?: string;
3136
- /**
3137
- * Publication reference for type publication
3138
- */
3139
- typePubl?: string;
3140
- /**
3141
- * ID for the type series, if part of one
3142
- */
3143
- typeSeriesID?: string;
3144
- /**
3145
- * Name of the type species
3146
- */
3147
- typeSpecies?: string;
3148
- /**
3149
- * Is this holotype, paratype, syntype etc...
3150
- */
3151
- 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";
3152
- /**
3153
- * Name of the type subspecies
3154
- */
3155
- typeSubspecies?: string;
3156
- /**
3157
- * Author of the type subspecies
3158
- */
3159
- typeSubspeciesAuthor?: string;
3160
- /**
3161
- * Verification whether this really is a type?
3162
- */
3163
- typeVerification?: "" | "MY.typeVerificationVerified" | "MY.typeVerificationUnverified" | "MY.typeVerificationProbable" | "MY.typeVerificationDoubtful";
3164
- /**
3165
- * Name of the person who chose the type, preferably in the format "Lastname, firstname"
3166
- */
3167
- typif?: string;
3168
- /**
3169
- * Date when the specimen was chosen as a type
3170
- */
3171
- typifDate?: string;
3172
- /**
3173
- * 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.
3174
- */
3175
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
3176
- }[];
3177
- }[];
3178
- },
3179
- ...{
3180
- id?: string;
3181
- "@type"?: string;
3182
- "@context"?: string;
3183
- /**
3184
- * AFE grid name
3185
- */
3186
- AFEQuadrat?: string;
3187
- /**
3188
- * UTM grid name
3189
- */
3190
- UTMQuadrat?: string;
3191
- acknowledgeNoUnitsInCensus?: boolean;
3192
- /**
3193
- * Regions, rayons, provinces and other administrative areas. Separate multiple names with commas, from generic to specific. (E.g. Etelä-Suomen lääni, Uusimaa)
3194
- */
3195
- administrativeProvince?: string;
3196
- /**
3197
- * Altitude form sea level in meters, single value or range (E.g. 90, or 80-100). No GPS altitude here.
3198
- */
3199
- alt?: string;
3200
- areaDetail?: string;
3201
- /**
3202
- * 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.
3203
- */
3204
- associatedObservationTaxa?: string;
3205
- /**
3206
- * 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.
3207
- */
3208
- associatedSpecimenTaxa?: string;
3209
- /**
3210
- * Bat habitat
3211
- */
3212
- 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")[];
3213
- binocularsUsed?: boolean;
3214
- /**
3215
- * Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
3216
- */
3217
- biologicalProvince?: string;
3218
- censusHinderedByEnviromentalFactors?: boolean;
3219
- censusHinderedByFog?: boolean;
3220
- censusHinderedByRain?: boolean;
3221
- censusHinderedByWind?: boolean;
3222
- /**
3223
- * Name of an expedition or such.
3224
- */
3225
- collectingEventName?: string;
3226
- controlActivitiesNotes?: string;
3227
- /**
3228
- * Free-text notes about the coordinates.
3229
- */
3230
- coordinateNotes?: string;
3231
- /**
3232
- * Maximum error of coordinates in meters
3233
- */
3234
- coordinateRadius?: string;
3235
- /**
3236
- * Use for NEW SPECIMENS: Where the coordinates have been acquired
3237
- */
3238
- coordinateSource?: "" | "MY.coordinateSourceGps" | "MY.coordinateSourcePeruskartta" | "MY.coordinateSourcePapermap" | "MY.coordinateSourceKotkamap" | "MY.coordinateSourceKarttapaikka" | "MY.coordinateSourceRetkikartta" | "MY.coordinateSourceGoogle" | "MY.coordinateSourceOther" | "MY.coordinateSourceUnknown";
3239
- /**
3240
- * More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
3241
- */
3242
- coordinateSystem?: "" | "MY.coordinateSystemYkj" | "MY.coordinateSystemWgs84" | "MY.coordinateSystemWgs84dms" | "MY.coordinateSystemKkj" | "MY.coordinateSystemEtrs-tm35fin" | "MY.coordinateSystemDd" | "MY.coordinateSystemDms";
3243
- coordinatesGridYKJ?: string;
3244
- /**
3245
- * Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
3246
- */
3247
- coordinatesVerbatim?: string;
3248
- /**
3249
- * Country name in English, or 2-letter country code, or name from label
3250
- */
3251
- country?: string;
3252
- /**
3253
- * County (piirikunta, kreivikunta etc.)
3254
- */
3255
- county?: string;
3256
- dateBegin?: string;
3257
- dateEnd?: string;
3258
- /**
3259
- * Date just as it appears on the label or other original source, no interpretation, errors and all
3260
- */
3261
- dateVerbatim?: string;
3262
- /**
3263
- * Depth in meters, single value or range (E.g. 0.9, or 0.8-1.0)
3264
- */
3265
- depth?: string;
3266
- dynamicProperties?: string;
3267
- eventDate?: string;
3268
- /**
3269
- * Finnish forest vegetation zone
3270
- */
3271
- forestVegetationZone?: "" | "MY.forestVegetationZone1a" | "MY.forestVegetationZone1b" | "MY.forestVegetationZone2a" | "MY.forestVegetationZone2b" | "MY.forestVegetationZone3a" | "MY.forestVegetationZone3b" | "MY.forestVegetationZone3c" | "MY.forestVegetationZone4a" | "MY.forestVegetationZone4b" | "MY.forestVegetationZone4c" | "MY.forestVegetationZone4d";
3272
- gatheringFact?: {
3273
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
3274
- binocularsUsed?: boolean;
3275
- censusAreaHectares?: number;
3276
- invasiveControlOtherExpensesInEuros?: number;
3277
- invasiveControlWorkHours?: number;
3278
- lineTransectSegmentCounted?: boolean;
3279
- lineTransectSegmentMetersEnd?: number;
3280
- lineTransectSegmentMetersStart?: number;
3281
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
3282
- lolifeSiteClassificationComments?: string;
3283
- observedAreaHectares?: number;
3284
- 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";
3285
- shorelineLengthMeters?: number;
3286
- spottingScopeUsed?: boolean;
3287
- sunniness?: number;
3288
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
3289
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
3290
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
3291
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
3292
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
3293
- ykjSquareNumber?: string;
3294
- ACAFLAonAlder?: number;
3295
- ACAFLAonBirch?: number;
3296
- ACAFLAonGround?: number;
3297
- ACAFLAonPine?: number;
3298
- ACAFLAonSpruce?: number;
3299
- CARSPIonAlder?: number;
3300
- CARSPIonBirch?: number;
3301
- CARSPIonGround?: number;
3302
- CARSPIonPine?: number;
3303
- CARSPIonSpruce?: number;
3304
- LOXIAonAlder?: number;
3305
- LOXIAonBirch?: number;
3306
- LOXIAonGround?: number;
3307
- LOXIAonPine?: number;
3308
- LOXIAonSpruce?: number;
3309
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
3310
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
3311
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
3312
- birdFeederCount?: number;
3313
- birdFeederCountBiotopeA?: number;
3314
- birdFeederCountBiotopeB?: number;
3315
- birdFeederCountBiotopeC?: number;
3316
- birdFeederCountBiotopeD?: number;
3317
- birdFeederCountBiotopeE?: number;
3318
- birdFeederCountBiotopeF?: number;
3319
- birdFeederCountBiotopeG?: number;
3320
- birdFeederCountBiotopeH?: number;
3321
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
3322
- descriptionBiotopeF?: string;
3323
- feedingStationCount?: number;
3324
- feedingStationCountBiotopeA?: number;
3325
- feedingStationCountBiotopeB?: number;
3326
- feedingStationCountBiotopeC?: number;
3327
- feedingStationCountBiotopeD?: number;
3328
- feedingStationCountBiotopeE?: number;
3329
- feedingStationCountBiotopeF?: number;
3330
- feedingStationCountBiotopeG?: number;
3331
- feedingStationCountBiotopeH?: number;
3332
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
3333
- meanTemperature?: number;
3334
- observerCount?: number;
3335
- observerID?: number;
3336
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
3337
- routeID?: number;
3338
- routeLength?: number;
3339
- routeLengthBiotopeA?: number;
3340
- routeLengthBiotopeB?: number;
3341
- routeLengthBiotopeC?: number;
3342
- routeLengthBiotopeD?: number;
3343
- routeLengthBiotopeE?: number;
3344
- routeLengthBiotopeF?: number;
3345
- routeLengthBiotopeG?: number;
3346
- routeLengthBiotopeH?: number;
3347
- routeLengthChange?: number;
3348
- routeLengthChangeBiotopeA?: number;
3349
- routeLengthChangeBiotopeB?: number;
3350
- routeLengthChangeBiotopeC?: number;
3351
- routeLengthChangeBiotopeD?: number;
3352
- routeLengthChangeBiotopeE?: number;
3353
- routeLengthChangeBiotopeF?: number;
3354
- routeLengthChangeBiotopeG?: number;
3355
- routeLengthChangeBiotopeH?: number;
3356
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
3357
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
3358
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
3359
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
3360
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
3361
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
3362
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
3363
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
3364
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
3365
- wayOfTravelNotes?: string;
3366
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
3367
- };
3368
- gatheringType?: "" | "MY.gatheringTypeForagingArea" | "MY.gatheringTypeBreedingAndRestingArea" | "MY.gatheringTypeCavityTree" | "MY.gatheringTypeDroppingsTree" | "MY.gatheringTypeNestTree" | "MY.gatheringTypeLolifeAccess" | "MY.gatheringTypeLolifeCoreZone" | "MY.gatheringTypeLolifeHabitatZone" | "MY.gatheringTypeLolifeApplicableZone" | "MY.gatheringTypeWaterbirdPoint" | "MY.gatheringTypeWaterbirdRound";
3369
- geometry?: {
3370
- [k: string]: unknown | undefined;
3371
- };
3372
- /**
3373
- * Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
3374
- */
3375
- 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";
3376
- 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")[];
3377
- 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")[];
3378
- /**
3379
- * Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
3380
- */
3381
- habitatClassification?: string;
3382
- /**
3383
- * Informal description of the habitat.
3384
- */
3385
- habitatDescription?: string;
3386
- hasUnit?: string[];
3387
- /**
3388
- * If country is not known or not applicable, for example continent, ocean or large island
3389
- */
3390
- higherGeography?: string;
3391
- invasiveControlAreaKnown?: boolean;
3392
- invasiveControlDangerous?: boolean;
3393
- invasiveControlDangerousDescription?: string;
3394
- invasiveControlEffectiveness?: "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
3395
- invasiveControlEffectivenessNotes?: string;
3396
- invasiveControlMethods?: ("" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther")[];
3397
- invasiveControlMethodsDescription?: string;
3398
- invasiveControlOpen?: boolean;
3399
- invasiveControlOpenDescription?: string;
3400
- invasiveControlOtherExpensesInEuros?: number;
3401
- invasiveControlTaxon?: string[];
3402
- /**
3403
- * Which parent or larger collection this is part of.
3404
- */
3405
- isPartOf?: string;
3406
- keywords?: string[];
3407
- /**
3408
- * Latitude. For southern latitudes, use negative value.
3409
- */
3410
- latitude?: string;
3411
- /**
3412
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
3413
- */
3414
- leg?: string[];
3415
- /**
3416
- * Alkuperäislähteen käyttäjätunnus
3417
- */
3418
- legUserID?: string[];
3419
- /**
3420
- * Leg just as it appears in the label or other original source, no interpretation, errors and all.
3421
- */
3422
- legVerbatim?: string;
3423
- /**
3424
- * Official name of the locality in basic form. Separate multiple names with commas, from generic to specific. No informal description here.
3425
- */
3426
- locality?: string;
3427
- /**
3428
- * Informal description of the exact locality, e.g. '5 km NE of city X, under stone bridge'
3429
- */
3430
- localityDescription?: string;
3431
- /**
3432
- * An unique identifier or code for the locality, if the locality has one (e.g. from SAPO-ontology).
3433
- */
3434
- localityID?: string;
3435
- /**
3436
- * Locality word-to-word as it appears on the label or other original source, errors and all
3437
- */
3438
- localityVerbatim?: string;
3439
- /**
3440
- * Longitude. For western longitudes, use negative value.
3441
- */
3442
- longitude?: string;
3443
- /**
3444
- * Municipality, commune, town, city or civil parish
3445
- */
3446
- municipality?: string;
3447
- namedPlaceID?: string;
3448
- /**
3449
- * Additional information to the data in each section.
3450
- */
3451
- notes?: string;
3452
- /**
3453
- * For garden accessions/seed bank, number of individuals from which seeds were collected
3454
- */
3455
- numberOfSampledIndividuals?: string;
3456
- observationDays?: number;
3457
- observationMinutes?: number;
3458
- /**
3459
- * For garden accessions/seed bank, what proportion of the population sampled was giving seeds
3460
- */
3461
- percentageGivingSeeds?: number;
3462
- 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";
3463
- projectTitle?: string;
3464
- province?: string;
3465
- /**
3466
- * Relative humidity %
3467
- */
3468
- relativeHumidity?: number;
3469
- /**
3470
- * For garden accessions/seed bank, estimated size of the area sampled, in square meters
3471
- */
3472
- samplingAreaSizeInSquareMeters?: number;
3473
- /**
3474
- * Main method for (usually intentional) sampling
3475
- */
3476
- 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";
3477
- samplingMethodNotes?: string;
3478
- section?: number;
3479
- skipped?: boolean;
3480
- spottingScopeUsed?: boolean;
3481
- /**
3482
- * Type of substrate or name of substrate species.
3483
- */
3484
- substrate?: string;
3485
- taxonCensus?: {
3486
- censusTaxonID?: string;
3487
- 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";
3488
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
3489
- }[];
3490
- temperature?: number;
3491
- timeEnd?: string;
3492
- timeStart?: string;
3493
- trapCount?: number;
3494
- weather?: string;
3495
- wgs84Latitude?: string;
3496
- wgs84Longitude?: string;
3497
- images?: string[];
3498
- /**
3499
- * 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.
3500
- */
3501
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
3502
- units?: {
3503
- id?: string;
3504
- "@type"?: string;
3505
- "@context"?: string;
3506
- /**
3507
- * Diameter at breast height, in centimeters
3508
- */
3509
- DBH?: string;
3510
- /**
3511
- * Leave empty if no sample taken, or if the sample is recorded separately
3512
- */
3513
- DNASampleLocation?: string;
3514
- abundanceString?: string;
3515
- 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";
3516
- /**
3517
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
3518
- */
3519
- additionalIDs?: string[];
3520
- adultIndividualCount?: number;
3521
- /**
3522
- * Estimated or known age in calendar years, years, days or other relevant unit.
3523
- */
3524
- age?: string;
3525
- /**
3526
- * E.g. how age was determined, by whom and when.
3527
- */
3528
- ageNotes?: string;
3529
- alive?: boolean;
3530
- ankleInMillimeters?: string[];
3531
- areaInSquareMeters?: number;
3532
- 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";
3533
- batBehavior?: "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
3534
- beakInMillimeters?: string[];
3535
- 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";
3536
- birdBehavior?: string[];
3537
- 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";
3538
- breeding?: boolean;
3539
- broodSize?: number;
3540
- /**
3541
- * Cause of death, if not intentionally trapped on sampled
3542
- */
3543
- causeOfDeath?: string;
3544
- checklistID?: string;
3545
- /**
3546
- * Results of chemical reaction tests etc.
3547
- */
3548
- chemistry?: string;
3549
- /**
3550
- * 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)
3551
- */
3552
- count?: string;
3553
- /**
3554
- * Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
3555
- */
3556
- decayStage?: string;
3557
- distance?: "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
3558
- /**
3559
- * For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
3560
- */
3561
- 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";
3562
- femaleIndividualCount?: number;
3563
- /**
3564
- * Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
3565
- */
3566
- 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";
3567
- /**
3568
- * Genotype of the microbial strain
3569
- */
3570
- genotype?: string;
3571
- gonadInMillimeters?: string[];
3572
- /**
3573
- * Microbial culture growth medium name, usually from a standard
3574
- */
3575
- growthMediumName?: string;
3576
- /**
3577
- * Other growth conditions for the microbial culture, light etc.
3578
- */
3579
- growthOtherConditions?: string;
3580
- /**
3581
- * Microbial culture growth temperature
3582
- */
3583
- growthTemperature?: string;
3584
- hasIdentification?: string[];
3585
- hasSubUnit?: string[];
3586
- hostID?: string;
3587
- hostInformalNameString?: string;
3588
- indirectObservationType?: "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
3589
- individualCount?: number;
3590
- /**
3591
- * Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
3592
- */
3593
- infestation?: string;
3594
- informalNameString?: string;
3595
- informalTaxonGroup?: string;
3596
- /**
3597
- * Valitut eliöryhmät
3598
- */
3599
- informalTaxonGroups?: string[];
3600
- /**
3601
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
3602
- */
3603
- infrasubspecificSubdivision?: string;
3604
- /**
3605
- * Which parent or larger collection this is part of.
3606
- */
3607
- isPartOf?: string;
3608
- juvenileIndividualCount?: number;
3609
- keywords?: string[];
3610
- larvaIndividualCount?: number;
3611
- /**
3612
- * For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
3613
- */
3614
- 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";
3615
- lengthInMillimeters?: string[];
3616
- /**
3617
- * 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.
3618
- */
3619
- 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";
3620
- /**
3621
- * Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
3622
- */
3623
- lifeStageDescription?: string;
3624
- likelyMigrant?: boolean;
3625
- /**
3626
- * Macroscopic features and measurements, if not recorded separately into measurement fields.
3627
- */
3628
- macroscopy?: string;
3629
- maleIndividualCount?: number;
3630
- /**
3631
- * 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.
3632
- */
3633
- measurement?: {
3634
- DNAConcentrationNgPerMicroliter?: number[];
3635
- DNARatioOfAbsorbance260And280?: number[];
3636
- DNAVolumeMicroliters?: number[];
3637
- beakMillimeters?: number[];
3638
- bodyCentimeters?: number[];
3639
- bodyMillimeters?: number[];
3640
- earLengthMillimeters?: number[];
3641
- embryoCount?: number[];
3642
- follicleDiameterMillimeters?: number[];
3643
- footLengthMillimeters?: number[];
3644
- forearmMillimeters?: number[];
3645
- gonadMillimeters?: number[];
3646
- /**
3647
- * Which parent or larger collection this is part of.
3648
- */
3649
- isPartOf?: string;
3650
- tailCentimeters?: number[];
3651
- tailMillimeters?: number[];
3652
- tarsusLengthMillimeters?: number[];
3653
- totalLengthCentimeters?: number[];
3654
- totalLengthMillimeters?: number[];
3655
- uterineScarCount?: number[];
3656
- weightGrams?: number[];
3657
- weightKilograms?: number[];
3658
- wingMaxMillimeters?: number[];
3659
- wingMillimeters?: number[];
3660
- wingMinMillimeters?: number[];
3661
- };
3662
- /**
3663
- * According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
3664
- */
3665
- microbiologicalRiskGroup?: "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
3666
- /**
3667
- * Microscopic features and measurements, if not recorded separately into measurement fields.
3668
- */
3669
- microscopy?: string;
3670
- 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";
3671
- movingStatus?: string[];
3672
- /**
3673
- * Information on mutant microbial strain.
3674
- */
3675
- mutant?: string;
3676
- nativeStatus?: "" | "MY.native" | "MY.nonNative";
3677
- nestCount?: number;
3678
- nestNotes?: string;
3679
- nestTreeDiameterInCentimeters?: number;
3680
- nestType?: "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
3681
- /**
3682
- * Additional information to the data in each section.
3683
- */
3684
- notes?: string;
3685
- pairCount?: number;
3686
- pairCountOpinion?: number;
3687
- plantLifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
3688
- /**
3689
- * Status code for the plant (wild, alien etc.)
3690
- */
3691
- 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";
3692
- /**
3693
- * Abundance of the taxon in the field
3694
- */
3695
- populationAbundance?: string;
3696
- /**
3697
- * Preparations/preparates made from the specimen, if not recorded as separate Preparations/samples in the designated section
3698
- */
3699
- preparations?: string;
3700
- /**
3701
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
3702
- */
3703
- 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")[];
3704
- /**
3705
- * 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.
3706
- */
3707
- primarySpecimen?: boolean;
3708
- /**
3709
- * Origin or source of the garden accession
3710
- */
3711
- provenance?: "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
3712
- /**
3713
- * Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
3714
- */
3715
- 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";
3716
- /**
3717
- * What parts of the record are / have been in storage.
3718
- */
3719
- 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")[];
3720
- /**
3721
- * Bird or bat ring number, code, colour code or such
3722
- */
3723
- ring?: string;
3724
- /**
3725
- * Main method for (usually intentional) sampling
3726
- */
3727
- 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";
3728
- samplingMethodNotes?: string;
3729
- /**
3730
- * Maturity of the collected seeds, used for botanical garden accessions/seed bank.
3731
- */
3732
- seedMaturity?: "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
3733
- /**
3734
- * Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
3735
- */
3736
- 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";
3737
- /**
3738
- * Sex of the individual(s)
3739
- */
3740
- sex?: "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
3741
- /**
3742
- * E.g. how sex was determined, by whom and when.
3743
- */
3744
- sexNotes?: string;
3745
- shortHandText?: string;
3746
- smell?: "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
3747
- smellNotes?: string;
3748
- stratigraphyVerbatim?: string;
3749
- 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";
3750
- substrateDecayStage?: "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
3751
- substrateNotes?: string;
3752
- substrateSpecies?: string;
3753
- substrateSpeciesID?: string;
3754
- substrateSpeciesInformalNameString?: string;
3755
- substrateTreeClassification?: ("" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6")[];
3756
- tailInMillimeters?: string[];
3757
- taste?: "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
3758
- tasteNotes?: string;
3759
- taxonConfidence?: "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
3760
- twitched?: boolean;
3761
- unitFact?: {
3762
- adultIndividualCount?: number;
3763
- autocompleteSelectedTaxonID?: string;
3764
- glowWormMicrohabitat?: "" | "MY.glowWormMicrohabitatEnum1" | "MY.glowWormMicrohabitatEnum2" | "MY.glowWormMicrohabitatEnum3" | "MY.glowWormMicrohabitatEnum4" | "MY.glowWormMicrohabitatEnum5" | "MY.glowWormMicrohabitatEnum6" | "MY.glowWormMicrohabitatEnumOther";
3765
- individualCountFlock?: number;
3766
- individualCountInner?: number;
3767
- individualCountOuter?: number;
3768
- juvenileIndividualCount?: number;
3769
- 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";
3770
- lineTransectRouteFieldType?: "" | "MY.lineTransectRouteFieldTypeInner" | "MY.lineTransectRouteFieldTypeOuter";
3771
- lolifeDroppingsCount?: "" | "MY.lolifeDroppingsCount0" | "MY.lolifeDroppingsCount1" | "MY.lolifeDroppingsCount2" | "MY.lolifeDroppingsCount25" | "MY.lolifeDroppingsCount3" | "MY.lolifeDroppingsCount4";
3772
- lolifeDroppingsQuality?: "" | "MY.lolifeDroppingsQuality1" | "MY.lolifeDroppingsQuality2";
3773
- lolifeDroppingsType?: "" | "MY.lolifeDroppingsTypeRock" | "MY.lolifeDroppingsTypeTree" | "MY.lolifeDroppingsTypeTreeGroup" | "MY.lolifeDroppingsTypeOther";
3774
- lolifeNestTree?: "" | "MX.38590" | "MX.37812" | "MX.37999" | "MX.37993" | "MX.38010" | "MX.38008" | "MY.lolifeNestTreeOther";
3775
- pairCountInner?: number;
3776
- pairCountOuter?: number;
3777
- pointCountFlock?: string;
3778
- runningWaterInVicinity?: boolean;
3779
- waterbirdFemale?: "" | "MY.waterbirdFemaleEnumYes" | "MY.waterbirdFemaleEnumNo" | "MY.waterbirdFemaleEnumLonelyPanicking";
3780
- waterbirdJuvenileAgeClass?: "" | "MY.waterbirdJuvenileAgeClassIa" | "MY.waterbirdJuvenileAgeClassIb" | "MY.waterbirdJuvenileAgeClassIc" | "MY.waterbirdJuvenileAgeClassIIa" | "MY.waterbirdJuvenileAgeClassIIb" | "MY.waterbirdJuvenileAgeClassIIc" | "MY.waterbirdJuvenileAgeClassIIIa" | "MY.waterbirdJuvenileAgeClassUnknown";
3781
- waterbirdJuvenileCountAccurate?: boolean;
3782
- waterbirdObserverOpinionSelectedCensus?: boolean;
3783
- waterbirdPairCountOpinionReasoning?: "" | "MY.waterbirdPairCountOpinionReasoningEnum1" | "MY.waterbirdPairCountOpinionReasoningEnum2" | "MY.waterbirdPairCountOpinionReasoningEnum3" | "MY.waterbirdPairCountOpinionReasoningEnumOther";
3784
- individualCountBiotopeA?: number;
3785
- individualCountBiotopeB?: number;
3786
- individualCountBiotopeC?: number;
3787
- individualCountBiotopeD?: number;
3788
- individualCountBiotopeE?: number;
3789
- individualCountBiotopeF?: number;
3790
- individualCountBiotopeG?: number;
3791
- individualCountBiotopeH?: number;
3792
- };
3793
- unitGathering?: {
3794
- id?: string;
3795
- "@type"?: string;
3796
- "@context"?: string;
3797
- dateBegin?: string;
3798
- dateEnd?: string;
3799
- geometry?: {
3800
- [k: string]: unknown | undefined;
3801
- };
3802
- /**
3803
- * Informal description of the habitat.
3804
- */
3805
- habitatDescription?: string;
3806
- habitatIUCN?: string;
3807
- /**
3808
- * Type of substrate or name of substrate species.
3809
- */
3810
- substrate?: string;
3811
- };
3812
- unitType?: string[];
3813
- weightInGrams?: string[];
3814
- wild?: "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
3815
- wingInMillimeters?: string[];
3816
- audio?: string[];
3817
- images?: string[];
3818
- /**
3819
- * 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.
3820
- */
3821
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
3822
- identifications?: {
3823
- id?: string;
3824
- "@type"?: string;
3825
- "@context"?: string;
3826
- "herbo:sortOrder"?: number;
3827
- /**
3828
- * 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.
3829
- */
3830
- associatedObservationTaxa?: string;
3831
- /**
3832
- * Author for the taxon
3833
- */
3834
- author?: string;
3835
- /**
3836
- * Name of the identifier (person) preferably in format "lastname, firstname"
3837
- */
3838
- det?: string;
3839
- /**
3840
- * Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
3841
- */
3842
- detDate?: string;
3843
- detMethod?: "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
3844
- /**
3845
- * Name of the identifier and date of identification in original format (e.g. from the label), errors and all
3846
- */
3847
- detVerbatim?: string;
3848
- /**
3849
- * Additional qualifier or specifier at genus level (e.g. aff., cf.)
3850
- */
3851
- genusQualifier?: string;
3852
- 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")[];
3853
- /**
3854
- * Additional information on the identification, basis or such
3855
- */
3856
- identificationNotes?: string;
3857
- /**
3858
- * Author for the taxon below species level/infra epithet
3859
- */
3860
- infraAuthor?: string;
3861
- /**
3862
- * Taxon name for the epithet below species level
3863
- */
3864
- infraEpithet?: string;
3865
- /**
3866
- * Taxonomic level of the epithet below species level
3867
- */
3868
- 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";
3869
- /**
3870
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
3871
- */
3872
- infrasubspecificSubdivision?: string;
3873
- /**
3874
- * Which parent or larger collection this is part of.
3875
- */
3876
- isPartOf?: string;
3877
- isTaxonGroup?: boolean;
3878
- /**
3879
- * This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
3880
- */
3881
- preferredIdentification?: string;
3882
- /**
3883
- * Publication reference for the taxon concept, that was used in identification
3884
- */
3885
- sec?: string;
3886
- /**
3887
- * Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
3888
- */
3889
- speciesQualifier?: string;
3890
- /**
3891
- * Taxon name
3892
- */
3893
- taxon?: string;
3894
- /**
3895
- * ID for the taxon if has some other than an MX code
3896
- */
3897
- taxonID?: string;
3898
- /**
3899
- * Taxonomic level for the identification
3900
- */
3901
- 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";
3902
- taxonSpecifier?: string;
3903
- taxonURI?: string;
3904
- /**
3905
- * Taxon name in original format (e.g. from the label), errors and all
3906
- */
3907
- taxonVerbatim?: string;
3908
- /**
3909
- * 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.
3910
- */
3911
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
3912
- sortOrder?: number;
3913
- }[];
3914
- typeSpecimens?: {
3915
- id?: string;
3916
- "@type"?: string;
3917
- "@context"?: string;
3918
- /**
3919
- * Which parent or larger collection this is part of.
3920
- */
3921
- isPartOf?: string;
3922
- /**
3923
- * Author of the type species
3924
- */
3925
- typeAuthor?: string;
3926
- /**
3927
- * Publication reference for original description or basionyme
3928
- */
3929
- typeBasionymePubl?: string;
3930
- /**
3931
- * Additional information on the type
3932
- */
3933
- typeNotes?: string;
3934
- /**
3935
- * Publication reference for type publication
3936
- */
3937
- typePubl?: string;
3938
- /**
3939
- * ID for the type series, if part of one
3940
- */
3941
- typeSeriesID?: string;
3942
- /**
3943
- * Name of the type species
3944
- */
3945
- typeSpecies?: string;
3946
- /**
3947
- * Is this holotype, paratype, syntype etc...
3948
- */
3949
- 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";
3950
- /**
3951
- * Name of the type subspecies
3952
- */
3953
- typeSubspecies?: string;
3954
- /**
3955
- * Author of the type subspecies
3956
- */
3957
- typeSubspeciesAuthor?: string;
3958
- /**
3959
- * Verification whether this really is a type?
3960
- */
3961
- typeVerification?: "" | "MY.typeVerificationVerified" | "MY.typeVerificationUnverified" | "MY.typeVerificationProbable" | "MY.typeVerificationDoubtful";
3962
- /**
3963
- * Name of the person who chose the type, preferably in the format "Lastname, firstname"
3964
- */
3965
- typif?: string;
3966
- /**
3967
- * Date when the specimen was chosen as a type
3968
- */
3969
- typifDate?: string;
3970
- /**
3971
- * 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.
3972
- */
3973
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
3974
- }[];
3975
- }[];
3976
- }[]
3977
- ];
3978
- };
3979
- priority?: "" | "MNP.priority1" | "MNP.priority2" | "MNP.priority3" | "MNP.priority4" | "MNP.priority5";
67
+ prepopulatedDocument?: Document;
68
+ priority?: PriorityEnum;
3980
69
  privateNotes?: string;
3981
70
  /**
3982
71
  * Is the named place publicaly available. (Defaults to false)
3983
72
  */
3984
73
  public?: boolean;
3985
- reserve?: {
3986
- reserver: string;
3987
- until: string;
3988
- };
3989
- tags?: ("" | "MNP.tagAccessibilityEasy" | "MNP.tagAccessibilityModerate" | "MNP.tagAccessibilityDifficult" | "MNP.tagHabitatImportant" | "MNP.tagCensusRare" | "MNP.tagHabitatFarmland" | "MNP.tagHabitatMire" | "MNP.tagHabitatMountain" | "MNP.tagSuitable")[];
74
+ reserve?: Reserve;
75
+ tags?: TagEnum[];
3990
76
  taxonIDs?: string[];
3991
77
  }