@luomus/laji-schema 2.0.11 → 2.0.13

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 (547) 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/Trait.js +12 -0
  78. package/dist/cjs/classes/TraitEnumValue.js +12 -0
  79. package/dist/cjs/classes/TraitGroup.js +12 -0
  80. package/dist/cjs/classes/Transaction.js +80 -7
  81. package/dist/cjs/classes/TransactionEvent.js +22 -7
  82. package/dist/cjs/classes/TransactionItem.js +20 -7
  83. package/dist/cjs/classes/Translation.js +6 -6
  84. package/dist/cjs/classes/TypeSpecimen.js +51 -7
  85. package/dist/cjs/classes/Unit.js +614 -7
  86. package/dist/cjs/classes/UnitFact.js +102 -7
  87. package/dist/cjs/classes/UnitGathering.js +6 -6
  88. package/dist/cjs/classes/UnitOfMeasurement.js +12 -0
  89. package/dist/cjs/classes/Validator.js +6 -6
  90. package/dist/cjs/classes/Video.js +103 -7
  91. package/dist/cjs/classes/index.js +90 -174
  92. package/dist/cjs/models/AdministrativeStatus.js +0 -6
  93. package/dist/cjs/models/Agent.js +0 -6
  94. package/dist/cjs/models/Annotation.js +0 -6
  95. package/dist/cjs/models/AnnotationOccurrence.js +0 -6
  96. package/dist/cjs/models/Area.js +0 -6
  97. package/dist/cjs/models/Audio.js +0 -6
  98. package/dist/cjs/models/BibliographicResource.js +0 -6
  99. package/dist/cjs/models/BirdSongRecognitionSkillLevel.js +0 -6
  100. package/dist/cjs/models/Branch.js +0 -6
  101. package/dist/cjs/models/Checklist.js +0 -6
  102. package/dist/cjs/models/ChecklistVersion.js +0 -6
  103. package/dist/cjs/models/Collection.js +0 -6
  104. package/dist/cjs/models/CompleteList.js +0 -6
  105. package/dist/cjs/models/Concept.js +0 -6
  106. package/dist/cjs/models/ContentContextDescription.js +0 -6
  107. package/dist/cjs/models/DataField.js +0 -6
  108. package/dist/cjs/models/Dataset.js +0 -6
  109. package/dist/cjs/models/DateRange.js +0 -6
  110. package/dist/cjs/models/Device.js +0 -6
  111. package/dist/cjs/models/DeviceIndividual.js +0 -6
  112. package/dist/cjs/models/Document.js +0 -6
  113. package/dist/cjs/models/DownloadRequest.js +0 -6
  114. package/dist/cjs/models/Endangerment.js +0 -6
  115. package/dist/cjs/models/Event.js +0 -6
  116. package/dist/cjs/models/Field.js +0 -6
  117. package/dist/cjs/models/Fieldset.js +0 -6
  118. package/dist/cjs/models/Form.js +0 -6
  119. package/dist/cjs/models/FormFooter.js +0 -6
  120. package/dist/cjs/models/FormInstructions.js +0 -6
  121. package/dist/cjs/models/FormNamedPlaceOptions.js +0 -6
  122. package/dist/cjs/models/FormOptions.js +0 -6
  123. package/dist/cjs/models/FormPermission.js +0 -6
  124. package/dist/cjs/models/FormPermissionPerson.js +0 -6
  125. package/dist/cjs/models/FormPermissionSingle.js +0 -6
  126. package/dist/cjs/models/FormSeason.js +0 -6
  127. package/dist/cjs/models/Gathering.js +0 -6
  128. package/dist/cjs/models/GatheringEvent.js +0 -6
  129. package/dist/cjs/models/GatheringFact.js +0 -6
  130. package/dist/cjs/models/Habitat.js +0 -6
  131. package/dist/cjs/models/Identification.js +0 -6
  132. package/dist/cjs/models/Image.js +0 -6
  133. package/dist/cjs/models/Individual.js +0 -6
  134. package/dist/cjs/models/InformalTaxonGroup.js +0 -6
  135. package/dist/cjs/models/InformationSystem.js +0 -6
  136. package/dist/cjs/models/IucnRedListEvaluation.js +0 -6
  137. package/dist/cjs/models/IucnRedListEvaluationYear.js +0 -6
  138. package/dist/cjs/models/IucnRedListTaxonGroup.js +0 -6
  139. package/dist/cjs/models/Measurement.js +0 -6
  140. package/dist/cjs/models/Model.js +0 -6
  141. package/dist/cjs/models/Multimedia.js +0 -6
  142. package/dist/cjs/models/NamedPlace.js +0 -6
  143. package/dist/cjs/models/News.js +0 -6
  144. package/dist/cjs/models/Notification.js +0 -6
  145. package/dist/cjs/models/Occurrence.js +0 -6
  146. package/dist/cjs/models/Organization.js +0 -6
  147. package/dist/cjs/models/Pdf.js +0 -6
  148. package/dist/cjs/models/Permit.js +0 -6
  149. package/dist/cjs/models/Person.js +0 -6
  150. package/dist/cjs/models/Pinkka.js +0 -6
  151. package/dist/cjs/models/Preparation.js +0 -6
  152. package/dist/cjs/models/Profile.js +0 -6
  153. package/dist/cjs/models/Publication.js +0 -6
  154. package/dist/cjs/models/RegionalStatus.js +0 -6
  155. package/dist/cjs/models/Reserve.js +0 -6
  156. package/dist/cjs/models/Sample.js +0 -6
  157. package/dist/cjs/models/SatelliteTrackingProject.js +0 -6
  158. package/dist/cjs/models/SpecimenTransaction.js +0 -6
  159. package/dist/cjs/models/SpecimenTransactionEvent.js +0 -6
  160. package/dist/cjs/models/SubUnit.js +0 -6
  161. package/dist/cjs/models/Tag.js +0 -6
  162. package/dist/cjs/models/Taxon.js +0 -6
  163. package/dist/cjs/models/TaxonCensus.js +0 -6
  164. package/dist/cjs/models/TaxonConcept.js +0 -6
  165. package/dist/cjs/models/TaxonGroupIucnEditors.js +0 -6
  166. package/dist/cjs/models/TaxonInteraction.js +0 -6
  167. package/dist/cjs/models/TaxonSet.js +0 -6
  168. package/dist/cjs/models/Trait.js +2 -0
  169. package/dist/cjs/models/TraitEnumValue.js +2 -0
  170. package/dist/cjs/models/TraitGroup.js +2 -0
  171. package/dist/cjs/models/Transaction.js +0 -6
  172. package/dist/cjs/models/TransactionEvent.js +0 -6
  173. package/dist/cjs/models/TransactionItem.js +0 -6
  174. package/dist/cjs/models/Translation.js +0 -6
  175. package/dist/cjs/models/TypeSpecimen.js +0 -6
  176. package/dist/cjs/models/Unit.js +0 -6
  177. package/dist/cjs/models/UnitFact.js +0 -6
  178. package/dist/cjs/models/UnitGathering.js +0 -6
  179. package/dist/cjs/models/UnitOfMeasurement.js +2 -0
  180. package/dist/cjs/models/Validator.js +0 -6
  181. package/dist/cjs/models/Video.js +0 -6
  182. package/dist/cjs/models/index.js +17 -12
  183. package/dist/esm/classes/AdministrativeStatus.js +5 -5
  184. package/dist/esm/classes/Agent.js +5 -5
  185. package/dist/esm/classes/Annotation.js +55 -5
  186. package/dist/esm/classes/AnnotationOccurrence.js +5 -5
  187. package/dist/esm/classes/Area.js +17 -5
  188. package/dist/esm/classes/Audio.js +101 -5
  189. package/dist/esm/classes/BibliographicResource.js +5 -5
  190. package/dist/esm/classes/BirdSongRecognitionSkillLevel.js +12 -5
  191. package/dist/esm/classes/Branch.js +5 -5
  192. package/dist/esm/classes/Checklist.js +5 -5
  193. package/dist/esm/classes/ChecklistVersion.js +5 -5
  194. package/dist/esm/classes/Collection.js +80 -5
  195. package/dist/esm/classes/CompleteList.js +12 -5
  196. package/dist/esm/classes/Concept.js +5 -5
  197. package/dist/esm/classes/ContentContextDescription.js +5 -5
  198. package/dist/esm/classes/DataField.js +5 -5
  199. package/dist/esm/classes/Dataset.js +10 -5
  200. package/dist/esm/classes/DateRange.js +5 -5
  201. package/dist/esm/classes/Device.js +5 -5
  202. package/dist/esm/classes/DeviceIndividual.js +5 -5
  203. package/dist/esm/classes/Document.js +103 -5
  204. package/dist/esm/classes/DownloadRequest.js +5 -5
  205. package/dist/esm/classes/Endangerment.js +34 -5
  206. package/dist/esm/classes/Event.js +52 -5
  207. package/dist/esm/classes/Field.js +5 -5
  208. package/dist/esm/classes/Fieldset.js +5 -5
  209. package/dist/esm/classes/Form.js +29 -5
  210. package/dist/esm/classes/FormFooter.js +5 -5
  211. package/dist/esm/classes/FormInstructions.js +5 -5
  212. package/dist/esm/classes/FormNamedPlaceOptions.js +5 -5
  213. package/dist/esm/classes/FormOptions.js +33 -5
  214. package/dist/esm/classes/FormPermission.js +5 -5
  215. package/dist/esm/classes/FormPermissionPerson.js +5 -5
  216. package/dist/esm/classes/FormPermissionSingle.js +12 -5
  217. package/dist/esm/classes/FormSeason.js +5 -5
  218. package/dist/esm/classes/Gathering.js +319 -5
  219. package/dist/esm/classes/GatheringEvent.js +65 -5
  220. package/dist/esm/classes/GatheringFact.js +253 -5
  221. package/dist/esm/classes/Habitat.js +116 -5
  222. package/dist/esm/classes/Identification.js +116 -5
  223. package/dist/esm/classes/Image.js +101 -5
  224. package/dist/esm/classes/Individual.js +31 -5
  225. package/dist/esm/classes/InformalTaxonGroup.js +5 -5
  226. package/dist/esm/classes/InformationSystem.js +29 -5
  227. package/dist/esm/classes/IucnRedListEvaluation.js +228 -5
  228. package/dist/esm/classes/IucnRedListEvaluationYear.js +5 -5
  229. package/dist/esm/classes/IucnRedListTaxonGroup.js +5 -5
  230. package/dist/esm/classes/Measurement.js +5 -5
  231. package/dist/esm/classes/Model.js +101 -5
  232. package/dist/esm/classes/Multimedia.js +5 -5
  233. package/dist/esm/classes/NamedPlace.js +34 -5
  234. package/dist/esm/classes/News.js +11 -5
  235. package/dist/esm/classes/Notification.js +11 -5
  236. package/dist/esm/classes/Occurrence.js +53 -5
  237. package/dist/esm/classes/Organization.js +11 -5
  238. package/dist/esm/classes/Pdf.js +38 -5
  239. package/dist/esm/classes/Permit.js +22 -5
  240. package/dist/esm/classes/Person.js +38 -5
  241. package/dist/esm/classes/Pinkka.js +5 -5
  242. package/dist/esm/classes/Preparation.js +42 -5
  243. package/dist/esm/classes/Profile.js +21 -5
  244. package/dist/esm/classes/Publication.js +5 -5
  245. package/dist/esm/classes/RegionalStatus.js +53 -5
  246. package/dist/esm/classes/Reserve.js +5 -5
  247. package/dist/esm/classes/Sample.js +146 -5
  248. package/dist/esm/classes/SatelliteTrackingProject.js +5 -5
  249. package/dist/esm/classes/SpecimenTransaction.js +60 -5
  250. package/dist/esm/classes/SpecimenTransactionEvent.js +10 -5
  251. package/dist/esm/classes/SubUnit.js +17 -5
  252. package/dist/esm/classes/Tag.js +34 -5
  253. package/dist/esm/classes/Taxon.js +380 -5
  254. package/dist/esm/classes/TaxonCensus.js +37 -5
  255. package/dist/esm/classes/TaxonConcept.js +5 -5
  256. package/dist/esm/classes/TaxonGroupIucnEditors.js +5 -5
  257. package/dist/esm/classes/TaxonInteraction.js +66 -5
  258. package/dist/esm/classes/TaxonSet.js +5 -5
  259. package/dist/esm/classes/Trait.js +8 -0
  260. package/dist/esm/classes/TraitEnumValue.js +8 -0
  261. package/dist/esm/classes/TraitGroup.js +8 -0
  262. package/dist/esm/classes/Transaction.js +78 -5
  263. package/dist/esm/classes/TransactionEvent.js +20 -5
  264. package/dist/esm/classes/TransactionItem.js +18 -5
  265. package/dist/esm/classes/Translation.js +5 -5
  266. package/dist/esm/classes/TypeSpecimen.js +49 -5
  267. package/dist/esm/classes/Unit.js +612 -5
  268. package/dist/esm/classes/UnitFact.js +100 -5
  269. package/dist/esm/classes/UnitGathering.js +5 -5
  270. package/dist/esm/classes/UnitOfMeasurement.js +8 -0
  271. package/dist/esm/classes/Validator.js +5 -5
  272. package/dist/esm/classes/Video.js +101 -5
  273. package/dist/esm/classes/index.js +90 -86
  274. package/dist/esm/models/AdministrativeStatus.js +0 -6
  275. package/dist/esm/models/Agent.js +0 -6
  276. package/dist/esm/models/Annotation.js +0 -6
  277. package/dist/esm/models/AnnotationOccurrence.js +0 -6
  278. package/dist/esm/models/Area.js +0 -6
  279. package/dist/esm/models/Audio.js +0 -6
  280. package/dist/esm/models/BibliographicResource.js +0 -6
  281. package/dist/esm/models/BirdSongRecognitionSkillLevel.js +0 -6
  282. package/dist/esm/models/Branch.js +0 -6
  283. package/dist/esm/models/Checklist.js +0 -6
  284. package/dist/esm/models/ChecklistVersion.js +0 -6
  285. package/dist/esm/models/Collection.js +0 -6
  286. package/dist/esm/models/CompleteList.js +0 -6
  287. package/dist/esm/models/Concept.js +0 -6
  288. package/dist/esm/models/ContentContextDescription.js +0 -6
  289. package/dist/esm/models/DataField.js +0 -6
  290. package/dist/esm/models/Dataset.js +0 -6
  291. package/dist/esm/models/DateRange.js +0 -6
  292. package/dist/esm/models/Device.js +0 -6
  293. package/dist/esm/models/DeviceIndividual.js +0 -6
  294. package/dist/esm/models/Document.js +0 -6
  295. package/dist/esm/models/DownloadRequest.js +0 -6
  296. package/dist/esm/models/Endangerment.js +0 -6
  297. package/dist/esm/models/Event.js +0 -6
  298. package/dist/esm/models/Field.js +0 -6
  299. package/dist/esm/models/Fieldset.js +0 -6
  300. package/dist/esm/models/Form.js +0 -6
  301. package/dist/esm/models/FormFooter.js +0 -6
  302. package/dist/esm/models/FormInstructions.js +0 -6
  303. package/dist/esm/models/FormNamedPlaceOptions.js +0 -6
  304. package/dist/esm/models/FormOptions.js +0 -6
  305. package/dist/esm/models/FormPermission.js +0 -6
  306. package/dist/esm/models/FormPermissionPerson.js +0 -6
  307. package/dist/esm/models/FormPermissionSingle.js +0 -6
  308. package/dist/esm/models/FormSeason.js +0 -6
  309. package/dist/esm/models/Gathering.js +0 -6
  310. package/dist/esm/models/GatheringEvent.js +0 -6
  311. package/dist/esm/models/GatheringFact.js +0 -6
  312. package/dist/esm/models/Habitat.js +0 -6
  313. package/dist/esm/models/Identification.js +0 -6
  314. package/dist/esm/models/Image.js +0 -6
  315. package/dist/esm/models/Individual.js +0 -6
  316. package/dist/esm/models/InformalTaxonGroup.js +0 -6
  317. package/dist/esm/models/InformationSystem.js +0 -6
  318. package/dist/esm/models/IucnRedListEvaluation.js +0 -6
  319. package/dist/esm/models/IucnRedListEvaluationYear.js +0 -6
  320. package/dist/esm/models/IucnRedListTaxonGroup.js +0 -6
  321. package/dist/esm/models/Measurement.js +0 -6
  322. package/dist/esm/models/Model.js +0 -6
  323. package/dist/esm/models/Multimedia.js +0 -6
  324. package/dist/esm/models/NamedPlace.js +0 -6
  325. package/dist/esm/models/News.js +0 -6
  326. package/dist/esm/models/Notification.js +0 -6
  327. package/dist/esm/models/Occurrence.js +0 -6
  328. package/dist/esm/models/Organization.js +0 -6
  329. package/dist/esm/models/Pdf.js +0 -6
  330. package/dist/esm/models/Permit.js +0 -6
  331. package/dist/esm/models/Person.js +0 -6
  332. package/dist/esm/models/Pinkka.js +0 -6
  333. package/dist/esm/models/Preparation.js +0 -6
  334. package/dist/esm/models/Profile.js +0 -6
  335. package/dist/esm/models/Publication.js +0 -6
  336. package/dist/esm/models/RegionalStatus.js +0 -6
  337. package/dist/esm/models/Reserve.js +0 -6
  338. package/dist/esm/models/Sample.js +0 -6
  339. package/dist/esm/models/SatelliteTrackingProject.js +0 -6
  340. package/dist/esm/models/SpecimenTransaction.js +0 -6
  341. package/dist/esm/models/SpecimenTransactionEvent.js +0 -6
  342. package/dist/esm/models/SubUnit.js +0 -6
  343. package/dist/esm/models/Tag.js +0 -6
  344. package/dist/esm/models/Taxon.js +0 -6
  345. package/dist/esm/models/TaxonCensus.js +0 -6
  346. package/dist/esm/models/TaxonConcept.js +0 -6
  347. package/dist/esm/models/TaxonGroupIucnEditors.js +0 -6
  348. package/dist/esm/models/TaxonInteraction.js +0 -6
  349. package/dist/esm/models/TaxonSet.js +0 -6
  350. package/dist/esm/models/Trait.js +1 -0
  351. package/dist/esm/models/TraitEnumValue.js +1 -0
  352. package/dist/esm/models/TraitGroup.js +1 -0
  353. package/dist/esm/models/Transaction.js +0 -6
  354. package/dist/esm/models/TransactionEvent.js +0 -6
  355. package/dist/esm/models/TransactionItem.js +0 -6
  356. package/dist/esm/models/Translation.js +0 -6
  357. package/dist/esm/models/TypeSpecimen.js +0 -6
  358. package/dist/esm/models/Unit.js +0 -6
  359. package/dist/esm/models/UnitFact.js +0 -6
  360. package/dist/esm/models/UnitGathering.js +0 -6
  361. package/dist/esm/models/UnitOfMeasurement.js +1 -0
  362. package/dist/esm/models/Validator.js +0 -6
  363. package/dist/esm/models/Video.js +0 -6
  364. package/dist/esm/models/index.js +12 -1
  365. package/dist/types/classes/AdministrativeStatus.d.ts +0 -5
  366. package/dist/types/classes/Agent.d.ts +0 -5
  367. package/dist/types/classes/Annotation.d.ts +54 -114
  368. package/dist/types/classes/AnnotationOccurrence.d.ts +0 -5
  369. package/dist/types/classes/Area.d.ts +12 -6
  370. package/dist/types/classes/Audio.d.ts +96 -11
  371. package/dist/types/classes/BibliographicResource.d.ts +0 -5
  372. package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +7 -6
  373. package/dist/types/classes/Branch.d.ts +0 -5
  374. package/dist/types/classes/Checklist.d.ts +0 -5
  375. package/dist/types/classes/ChecklistVersion.d.ts +0 -5
  376. package/dist/types/classes/Collection.d.ts +77 -13
  377. package/dist/types/classes/CompleteList.d.ts +7 -6
  378. package/dist/types/classes/Concept.d.ts +0 -5
  379. package/dist/types/classes/ContentContextDescription.d.ts +0 -5
  380. package/dist/types/classes/DataField.d.ts +0 -5
  381. package/dist/types/classes/Dataset.d.ts +5 -6
  382. package/dist/types/classes/DateRange.d.ts +0 -5
  383. package/dist/types/classes/Device.d.ts +0 -5
  384. package/dist/types/classes/DeviceIndividual.d.ts +0 -5
  385. package/dist/types/classes/Document.d.ts +102 -1761
  386. package/dist/types/classes/DownloadRequest.d.ts +0 -5
  387. package/dist/types/classes/Endangerment.d.ts +29 -6
  388. package/dist/types/classes/Event.d.ts +47 -7
  389. package/dist/types/classes/Field.d.ts +1 -156
  390. package/dist/types/classes/Fieldset.d.ts +0 -5
  391. package/dist/types/classes/Form.d.ts +28 -2521
  392. package/dist/types/classes/FormFooter.d.ts +0 -5
  393. package/dist/types/classes/FormInstructions.d.ts +0 -5
  394. package/dist/types/classes/FormNamedPlaceOptions.d.ts +0 -5
  395. package/dist/types/classes/FormOptions.d.ts +36 -2161
  396. package/dist/types/classes/FormPermission.d.ts +0 -5
  397. package/dist/types/classes/FormPermissionPerson.d.ts +0 -5
  398. package/dist/types/classes/FormPermissionSingle.d.ts +7 -6
  399. package/dist/types/classes/FormSeason.d.ts +0 -5
  400. package/dist/types/classes/Gathering.d.ts +320 -593
  401. package/dist/types/classes/GatheringEvent.d.ts +66 -115
  402. package/dist/types/classes/GatheringFact.d.ts +248 -29
  403. package/dist/types/classes/Habitat.d.ts +111 -7
  404. package/dist/types/classes/Identification.d.ts +111 -10
  405. package/dist/types/classes/Image.d.ts +96 -11
  406. package/dist/types/classes/Individual.d.ts +26 -6
  407. package/dist/types/classes/InformalTaxonGroup.d.ts +0 -5
  408. package/dist/types/classes/InformationSystem.d.ts +24 -8
  409. package/dist/types/classes/IucnRedListEvaluation.d.ts +232 -29
  410. package/dist/types/classes/IucnRedListEvaluationYear.d.ts +0 -5
  411. package/dist/types/classes/IucnRedListTaxonGroup.d.ts +0 -5
  412. package/dist/types/classes/Measurement.d.ts +0 -5
  413. package/dist/types/classes/Model.d.ts +96 -11
  414. package/dist/types/classes/Multimedia.d.ts +0 -5
  415. package/dist/types/classes/NamedPlace.d.ts +36 -3950
  416. package/dist/types/classes/News.d.ts +6 -6
  417. package/dist/types/classes/Notification.d.ts +8 -135
  418. package/dist/types/classes/Occurrence.d.ts +48 -6
  419. package/dist/types/classes/Organization.d.ts +6 -6
  420. package/dist/types/classes/Pdf.d.ts +33 -7
  421. package/dist/types/classes/Permit.d.ts +17 -7
  422. package/dist/types/classes/Person.d.ts +33 -8
  423. package/dist/types/classes/Pinkka.d.ts +0 -5
  424. package/dist/types/classes/Preparation.d.ts +37 -7
  425. package/dist/types/classes/Profile.d.ts +18 -11
  426. package/dist/types/classes/Publication.d.ts +0 -5
  427. package/dist/types/classes/RegionalStatus.d.ts +48 -6
  428. package/dist/types/classes/Reserve.d.ts +0 -5
  429. package/dist/types/classes/Sample.d.ts +143 -42
  430. package/dist/types/classes/SatelliteTrackingProject.d.ts +0 -5
  431. package/dist/types/classes/SpecimenTransaction.d.ts +59 -33
  432. package/dist/types/classes/SpecimenTransactionEvent.d.ts +5 -6
  433. package/dist/types/classes/SubUnit.d.ts +12 -6
  434. package/dist/types/classes/Tag.d.ts +29 -8
  435. package/dist/types/classes/Taxon.d.ts +375 -22
  436. package/dist/types/classes/TaxonCensus.d.ts +32 -7
  437. package/dist/types/classes/TaxonConcept.d.ts +0 -5
  438. package/dist/types/classes/TaxonGroupIucnEditors.d.ts +0 -5
  439. package/dist/types/classes/TaxonInteraction.d.ts +61 -8
  440. package/dist/types/classes/TaxonSet.d.ts +0 -5
  441. package/dist/types/classes/Trait.d.ts +14 -0
  442. package/dist/types/classes/TraitEnumValue.d.ts +9 -0
  443. package/dist/types/classes/TraitGroup.d.ts +7 -0
  444. package/dist/types/classes/Transaction.d.ts +75 -28
  445. package/dist/types/classes/TransactionEvent.d.ts +17 -33
  446. package/dist/types/classes/TransactionItem.d.ts +13 -7
  447. package/dist/types/classes/Translation.d.ts +0 -5
  448. package/dist/types/classes/TypeSpecimen.d.ts +44 -8
  449. package/dist/types/classes/Unit.d.ts +617 -271
  450. package/dist/types/classes/UnitFact.d.ts +95 -15
  451. package/dist/types/classes/UnitGathering.d.ts +0 -5
  452. package/dist/types/classes/UnitOfMeasurement.d.ts +13 -0
  453. package/dist/types/classes/Validator.d.ts +0 -5
  454. package/dist/types/classes/Video.d.ts +96 -11
  455. package/dist/types/classes/index.d.ts +180 -86
  456. package/dist/types/models/AdministrativeStatus.d.ts +0 -5
  457. package/dist/types/models/Agent.d.ts +0 -5
  458. package/dist/types/models/Annotation.d.ts +16 -114
  459. package/dist/types/models/AnnotationOccurrence.d.ts +0 -5
  460. package/dist/types/models/Area.d.ts +2 -6
  461. package/dist/types/models/Audio.d.ts +12 -11
  462. package/dist/types/models/BibliographicResource.d.ts +0 -5
  463. package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +2 -6
  464. package/dist/types/models/Branch.d.ts +0 -5
  465. package/dist/types/models/Checklist.d.ts +0 -5
  466. package/dist/types/models/ChecklistVersion.d.ts +0 -5
  467. package/dist/types/models/Collection.d.ts +18 -13
  468. package/dist/types/models/CompleteList.d.ts +2 -6
  469. package/dist/types/models/Concept.d.ts +0 -5
  470. package/dist/types/models/ContentContextDescription.d.ts +0 -5
  471. package/dist/types/models/DataField.d.ts +0 -5
  472. package/dist/types/models/Dataset.d.ts +2 -6
  473. package/dist/types/models/DateRange.d.ts +0 -5
  474. package/dist/types/models/Device.d.ts +0 -5
  475. package/dist/types/models/DeviceIndividual.d.ts +0 -5
  476. package/dist/types/models/Document.d.ts +16 -1761
  477. package/dist/types/models/DownloadRequest.d.ts +0 -5
  478. package/dist/types/models/Endangerment.d.ts +2 -6
  479. package/dist/types/models/Event.d.ts +4 -7
  480. package/dist/types/models/Field.d.ts +1 -156
  481. package/dist/types/models/Fieldset.d.ts +0 -5
  482. package/dist/types/models/Form.d.ts +10 -2521
  483. package/dist/types/models/FormFooter.d.ts +0 -5
  484. package/dist/types/models/FormInstructions.d.ts +0 -5
  485. package/dist/types/models/FormNamedPlaceOptions.d.ts +0 -5
  486. package/dist/types/models/FormOptions.d.ts +16 -2161
  487. package/dist/types/models/FormPermission.d.ts +0 -5
  488. package/dist/types/models/FormPermissionPerson.d.ts +0 -5
  489. package/dist/types/models/FormPermissionSingle.d.ts +2 -6
  490. package/dist/types/models/FormSeason.d.ts +0 -5
  491. package/dist/types/models/Gathering.d.ts +32 -593
  492. package/dist/types/models/GatheringEvent.d.ts +16 -115
  493. package/dist/types/models/GatheringFact.d.ts +48 -29
  494. package/dist/types/models/Habitat.d.ts +4 -7
  495. package/dist/types/models/Identification.d.ts +10 -10
  496. package/dist/types/models/Image.d.ts +12 -11
  497. package/dist/types/models/Individual.d.ts +2 -6
  498. package/dist/types/models/InformalTaxonGroup.d.ts +0 -5
  499. package/dist/types/models/InformationSystem.d.ts +6 -8
  500. package/dist/types/models/IucnRedListEvaluation.d.ts +39 -29
  501. package/dist/types/models/IucnRedListEvaluationYear.d.ts +0 -5
  502. package/dist/types/models/IucnRedListTaxonGroup.d.ts +0 -5
  503. package/dist/types/models/Measurement.d.ts +0 -5
  504. package/dist/types/models/Model.d.ts +12 -11
  505. package/dist/types/models/Multimedia.d.ts +0 -5
  506. package/dist/types/models/NamedPlace.d.ts +13 -3950
  507. package/dist/types/models/News.d.ts +2 -6
  508. package/dist/types/models/Notification.d.ts +4 -135
  509. package/dist/types/models/Occurrence.d.ts +2 -6
  510. package/dist/types/models/Organization.d.ts +2 -6
  511. package/dist/types/models/Pdf.d.ts +4 -7
  512. package/dist/types/models/Permit.d.ts +4 -7
  513. package/dist/types/models/Person.d.ts +6 -8
  514. package/dist/types/models/Pinkka.d.ts +0 -5
  515. package/dist/types/models/Preparation.d.ts +4 -7
  516. package/dist/types/models/Profile.d.ts +6 -11
  517. package/dist/types/models/Publication.d.ts +0 -5
  518. package/dist/types/models/RegionalStatus.d.ts +2 -6
  519. package/dist/types/models/Reserve.d.ts +0 -5
  520. package/dist/types/models/Sample.d.ts +18 -42
  521. package/dist/types/models/SatelliteTrackingProject.d.ts +0 -5
  522. package/dist/types/models/SpecimenTransaction.d.ts +16 -33
  523. package/dist/types/models/SpecimenTransactionEvent.d.ts +2 -6
  524. package/dist/types/models/SubUnit.d.ts +2 -6
  525. package/dist/types/models/Tag.d.ts +6 -8
  526. package/dist/types/models/Taxon.d.ts +34 -22
  527. package/dist/types/models/TaxonCensus.d.ts +4 -7
  528. package/dist/types/models/TaxonConcept.d.ts +0 -5
  529. package/dist/types/models/TaxonGroupIucnEditors.d.ts +0 -5
  530. package/dist/types/models/TaxonInteraction.d.ts +6 -8
  531. package/dist/types/models/TaxonSet.d.ts +0 -5
  532. package/dist/types/models/Trait.d.ts +14 -0
  533. package/dist/types/models/TraitEnumValue.d.ts +9 -0
  534. package/dist/types/models/TraitGroup.d.ts +7 -0
  535. package/dist/types/models/Transaction.d.ts +18 -28
  536. package/dist/types/models/TransactionEvent.d.ts +6 -33
  537. package/dist/types/models/TransactionItem.d.ts +4 -7
  538. package/dist/types/models/Translation.d.ts +0 -5
  539. package/dist/types/models/TypeSpecimen.d.ts +6 -8
  540. package/dist/types/models/Unit.d.ts +76 -271
  541. package/dist/types/models/UnitFact.d.ts +20 -15
  542. package/dist/types/models/UnitGathering.d.ts +0 -5
  543. package/dist/types/models/UnitOfMeasurement.d.ts +13 -0
  544. package/dist/types/models/Validator.d.ts +0 -5
  545. package/dist/types/models/Video.d.ts +12 -11
  546. package/dist/types/models/index.d.ts +13 -2
  547. package/package.json +1 -1
@@ -1,14 +1,14 @@
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 { Field } from './';
2
+ import { FormOptions } from './';
3
+ export declare type CategoryEnum = "" | "MHL.categoryGeneric" | "MHL.categorySurvey" | "MHL.categoryTaxonomicGroup" | "MHL.categoryBirdMonitoringSchemes" | "MHL.categoryCitizenScience" | "MHL.categoryBiomonCompleteLists";
4
+ export declare type LanguageEnum = "" | "en" | "fi" | "sv";
5
+ export declare type LanguageEnum1 = "" | "en" | "fi" | "sv";
6
6
  export interface Form {
7
7
  "@context"?: string;
8
8
  id?: string;
9
9
  "@type"?: string;
10
10
  baseFormID?: string;
11
- category?: "" | "MHL.categoryGeneric" | "MHL.categorySurvey" | "MHL.categoryTaxonomicGroup" | "MHL.categoryBirdMonitoringSchemes" | "MHL.categoryCitizenScience" | "MHL.categoryBiomonCompleteLists";
11
+ category?: CategoryEnum;
12
12
  /**
13
13
  * Id for the collection to where observation useing this form are connected
14
14
  */
@@ -18,2526 +18,15 @@ export interface Form {
18
18
  */
19
19
  context?: string;
20
20
  description?: string;
21
- fields?: {
22
- name?: string;
23
- fields?: {
24
- name?: string;
25
- fields?: {
26
- name?: string;
27
- fields?: {
28
- name?: string;
29
- fields?: {
30
- name?: string;
31
- fields?: {
32
- name?: string;
33
- fields?: {}[];
34
- filters?: {
35
- [k: string]: unknown | undefined;
36
- };
37
- label?: string;
38
- notices?: {
39
- [k: string]: unknown | undefined;
40
- };
41
- options?: {
42
- [k: string]: unknown | undefined;
43
- };
44
- required?: boolean;
45
- type?: string;
46
- ui?: {
47
- [k: string]: unknown | undefined;
48
- };
49
- validators?: {
50
- [k: string]: unknown | undefined;
51
- };
52
- value?: string;
53
- warnings?: {
54
- [k: string]: unknown | undefined;
55
- };
56
- }[];
57
- filters?: {
58
- [k: string]: unknown | undefined;
59
- };
60
- label?: string;
61
- notices?: {
62
- [k: string]: unknown | undefined;
63
- };
64
- options?: {
65
- [k: string]: unknown | undefined;
66
- };
67
- required?: boolean;
68
- type?: string;
69
- ui?: {
70
- [k: string]: unknown | undefined;
71
- };
72
- validators?: {
73
- [k: string]: unknown | undefined;
74
- };
75
- value?: string;
76
- warnings?: {
77
- [k: string]: unknown | undefined;
78
- };
79
- }[];
80
- filters?: {
81
- [k: string]: unknown | undefined;
82
- };
83
- label?: string;
84
- notices?: {
85
- [k: string]: unknown | undefined;
86
- };
87
- options?: {
88
- [k: string]: unknown | undefined;
89
- };
90
- required?: boolean;
91
- type?: string;
92
- ui?: {
93
- [k: string]: unknown | undefined;
94
- };
95
- validators?: {
96
- [k: string]: unknown | undefined;
97
- };
98
- value?: string;
99
- warnings?: {
100
- [k: string]: unknown | undefined;
101
- };
102
- }[];
103
- filters?: {
104
- [k: string]: unknown | undefined;
105
- };
106
- label?: string;
107
- notices?: {
108
- [k: string]: unknown | undefined;
109
- };
110
- options?: {
111
- [k: string]: unknown | undefined;
112
- };
113
- required?: boolean;
114
- type?: string;
115
- ui?: {
116
- [k: string]: unknown | undefined;
117
- };
118
- validators?: {
119
- [k: string]: unknown | undefined;
120
- };
121
- value?: string;
122
- warnings?: {
123
- [k: string]: unknown | undefined;
124
- };
125
- }[];
126
- filters?: {
127
- [k: string]: unknown | undefined;
128
- };
129
- label?: string;
130
- notices?: {
131
- [k: string]: unknown | undefined;
132
- };
133
- options?: {
134
- [k: string]: unknown | undefined;
135
- };
136
- required?: boolean;
137
- type?: string;
138
- ui?: {
139
- [k: string]: unknown | undefined;
140
- };
141
- validators?: {
142
- [k: string]: unknown | undefined;
143
- };
144
- value?: string;
145
- warnings?: {
146
- [k: string]: unknown | undefined;
147
- };
148
- }[];
149
- filters?: {
150
- [k: string]: unknown | undefined;
151
- };
152
- label?: string;
153
- notices?: {
154
- [k: string]: unknown | undefined;
155
- };
156
- options?: {
157
- [k: string]: unknown | undefined;
158
- };
159
- required?: boolean;
160
- type?: string;
161
- ui?: {
162
- [k: string]: unknown | undefined;
163
- };
164
- validators?: {
165
- [k: string]: unknown | undefined;
166
- };
167
- value?: string;
168
- warnings?: {
169
- [k: string]: unknown | undefined;
170
- };
171
- }[];
21
+ fields?: Field[];
172
22
  /**
173
23
  * Use fields, uiSchema and translations from the form
174
24
  */
175
25
  fieldsFormID?: string;
176
- language?: "" | "en" | "fi" | "sv";
26
+ language?: LanguageEnum;
177
27
  logo?: string;
178
28
  name?: string;
179
- options?: {
180
- about?: {
181
- en?: string;
182
- fi?: string;
183
- sv?: string;
184
- };
185
- /**
186
- * Form admin can lock documents. Locked documents can't be edited
187
- */
188
- adminLockable?: boolean;
189
- /**
190
- * Form users can create new named places for the form
191
- */
192
- allowAddingPublicNamedPlaces?: boolean;
193
- /**
194
- * Allows usage in spreadsheet upload component
195
- */
196
- allowExcel?: boolean;
197
- /**
198
- * Allows creating templates from documents
199
- */
200
- allowTemplate?: boolean;
201
- /**
202
- * Label for the cancel button at the form footer
203
- */
204
- cancelLabel?: string;
205
- /**
206
- * The latest document is copied to named place's prepopulatedDocument. if documents date is same or after the current prepopulated document's date, or if prepopulated document doesn't have date. Date is checked from gatheringEvent or from gatherings
207
- */
208
- copyLatestDocumentToNamedPlace?: boolean;
209
- /**
210
- * Has dataset about page
211
- */
212
- dataset?: boolean;
213
- /**
214
- * Theme form introduction page doesn't show description for the form permission request button
215
- */
216
- disableRequestDescription?: boolean;
217
- /**
218
- * Prevent sending documents & named places
219
- */
220
- disabled?: boolean;
221
- /**
222
- * Only if has named places. All documents for admin
223
- */
224
- displayOwnSubmissions?: boolean;
225
- /**
226
- * The users can see all the documents with the form's collection ID instead of just their own
227
- */
228
- documentsViewableForAll?: boolean;
229
- /**
230
- * Label for the draft button at the form footer
231
- */
232
- draftLabel?: string;
233
- editLabel?: string;
234
- /**
235
- * Units without count aren't considered in laji.fi viewer (including document viewers and datatables)
236
- */
237
- emptyOnNoCount?: boolean;
238
- /**
239
- * Excludes from the Vihko excel tools
240
- */
241
- excludeFromGlobalExcel?: boolean;
242
- /**
243
- * The named place UI allows filtering by bird association area
244
- */
245
- filterNamedPlacesByBirdAssociationArea?: boolean;
246
- /**
247
- * The named place UI allows filtering by municipality
248
- */
249
- filterNamedPlacesByMunicipality?: boolean;
250
- /**
251
- * The named place UI allows filtering by tags
252
- */
253
- filterNamedPlacesByTags?: boolean;
254
- /**
255
- * Options for footer of the observation form
256
- */
257
- footer?: {
258
- /**
259
- * Text to show for footer
260
- */
261
- footerDescription?: string;
262
- /**
263
- * Key is an image URI, value is the URI of the page clicking the image opens
264
- */
265
- footerLogos?: {
266
- [k: string]: unknown | undefined;
267
- };
268
- };
269
- /**
270
- * Label for the own submissions list at the header of document form
271
- */
272
- formOwnSubmissionsLabel?: string;
273
- /**
274
- * Shown at form permission intro page. Allows HTML
275
- */
276
- formPermissionDescription?: string;
277
- forms?: string[];
278
- /**
279
- * The form has administrators. Administrators can handle user access permissions and admin roles for all forms with the collectionID of the form.
280
- */
281
- hasAdmins?: boolean;
282
- /**
283
- * Hides the cancel button at form footer
284
- */
285
- hideCancelButton?: boolean;
286
- hideDraftButton?: boolean;
287
- /**
288
- * Hides the save/edit button at form footer
289
- */
290
- hideSaveButton?: boolean;
291
- /**
292
- * Terms of Service is hidden at the header of observation form
293
- */
294
- hideTES?: boolean;
295
- /**
296
- * Hides the draft button at form footer
297
- */
298
- hideTempButton?: boolean;
299
- instructions?: {
300
- en?: string;
301
- fi?: string;
302
- sv?: string;
303
- };
304
- /**
305
- * Form UI has a greeting page for convenient mobile usage
306
- */
307
- mobile?: boolean;
308
- namedPlaceOptions?: {
309
- /**
310
- * Named place viewer shows button to copy the URL for the named place viewer
311
- */
312
- adminShowCopyLink?: boolean;
313
- /**
314
- * Form users can create new named places for the form
315
- */
316
- allowAddingPublic?: boolean;
317
- /**
318
- * Help text for bird association filter
319
- */
320
- birdAssociationAreaHelp?: string;
321
- /**
322
- * Description shown at named place choose page. Allows HTML.
323
- */
324
- chooseDescription?: string;
325
- /**
326
- * The latest document is copied to named place's prepopulatedDocument. if documents date is same or after the current prepopulated document's date, or if prepopulated document doesn't have date. Date is checked from gatheringEvent or from gatherings
327
- */
328
- copyLatestDocumentToNamedPlace?: boolean;
329
- /**
330
- * Description shown above named place form when creating new named place. Allows HTML.
331
- */
332
- createDescription?: string;
333
- /**
334
- * Label for new named place creation button at named place choose page
335
- */
336
- createNewButtonLabel?: string;
337
- /**
338
- * Label for text before new named place creation button at named place choose page
339
- */
340
- createNewButtonPrependingTextLabel?: string;
341
- /**
342
- * Theme own submissions page uses local document viewer (that shows more accurate data)
343
- */
344
- documentListUseLocalDocumentViewer?: boolean;
345
- /**
346
- * Forces local document viewer to show these fields
347
- */
348
- documentViewerForcedFields?: string[];
349
- /**
350
- * The path of geometry that document viewer should show
351
- */
352
- documentViewerGatheringGeometryJSONPath?: string[];
353
- /**
354
- * Document viewer zooms to data instead of locked zoom level
355
- */
356
- documentViewerZoomToData?: boolean;
357
- /**
358
- * Admin label for named place viewer's document list
359
- */
360
- earlierLabel?: string;
361
- /**
362
- * Description shown at top of page when editing named place
363
- */
364
- editDescription?: string;
365
- /**
366
- * The named place UI allows filtering by bird association area
367
- */
368
- filterByBirdAssociationArea?: boolean;
369
- /**
370
- * The named place UI allows filtering by municipality
371
- */
372
- filterByMunicipality?: boolean;
373
- /**
374
- * The named place UI allows filtering by tags
375
- */
376
- filterByTags?: boolean;
377
- /**
378
- * When recording a document for a named place, the named place's data of these fields will be shown at the top of the page (defaults to ["alternativeIDs", "name", "municipality"]
379
- */
380
- headerFields?: string[];
381
- /**
382
- * On named place chooser view, map tab is hidden
383
- */
384
- hideMapTab?: boolean;
385
- /**
386
- * Named places will be fetched with units included (hard coded to work only for HR.2049)
387
- */
388
- includeUnits?: boolean;
389
- /**
390
- * Fields that named place viewer shows (if not defined will be digged from uiSchema["ui:options"].fieldsScopes[form collectionID])
391
- */
392
- infoFields?: string[];
393
- /**
394
- * Label for named place viewer last census
395
- */
396
- lastCensusLabel?: string;
397
- /**
398
- * Overrides labels for named place list column headers
399
- */
400
- listColumnNameMapping?: {
401
- [k: string]: string | undefined;
402
- };
403
- /**
404
- * List of columns visible in the list view
405
- */
406
- listColumns?: string[];
407
- listColumnsMultisort?: boolean;
408
- /**
409
- * Label for named place chooser list tab
410
- */
411
- listLabel?: string;
412
- mapCluster?: boolean;
413
- /**
414
- * Overlays that named place chooser map should show
415
- */
416
- mapOverlayNames?: string[];
417
- /**
418
- * Tilelayer name that named place chooser map should show
419
- */
420
- mapTileLayerName?: string;
421
- /**
422
- * User label for named place viewer's document list
423
- */
424
- myEarlierLabel?: string;
425
- /**
426
- * Form ID of named place form (defaults to MHL.36)
427
- */
428
- namedPlaceFormID?: string;
429
- /**
430
- * Fields that named places list shows.
431
- */
432
- namedPlaceList?: string[];
433
- /**
434
- * When a new named place is created, the prepopulatedDocument will be populated according to this.
435
- */
436
- prepopulatedDocumentFields?: {
437
- [k: string]: unknown | undefined;
438
- };
439
- /**
440
- * Label for print button of named place viewer
441
- */
442
- printLabel?: string;
443
- releaseLabel?: string;
444
- reservableLabel?: string;
445
- /**
446
- * Places are reservable if defined. Value defines when the reservation should expire in ISO-8601. Example: ${year}-10-12
447
- */
448
- reservationUntil?: string;
449
- reservedLabel?: string;
450
- /**
451
- * Named place list shows legend for the row colors
452
- */
453
- showLegendList?: boolean;
454
- /**
455
- * Named place chooser view starts with map tab instead of list
456
- */
457
- startWithMap?: boolean;
458
- /**
459
- * Instead of populating observation form with prepopulatedDocument, it is populated with acceptedDocument. Admin can change the acceptedDocument from observation list
460
- */
461
- useAcceptedDocument?: boolean;
462
- /**
463
- * Named place viewer label for button for recording new observation
464
- */
465
- useLabel?: string;
466
- /**
467
- * Named place chooser map is initialized with data fitted in view.
468
- */
469
- zoomToData?: boolean;
470
- };
471
- /**
472
- * The title label for theme form sidebar
473
- */
474
- navigationTitle?: string;
475
- /**
476
- * Available actions for own submissions (only on the own submissions page). Defaults to ['edit', 'view', 'download', 'stats', 'delete']
477
- */
478
- ownSubmissionsActions?: string[];
479
- /**
480
- * Shown at sidebar link and title of all submissions page
481
- */
482
- ownSubmissionsAdminTitle?: string;
483
- /**
484
- * Columns for own submissions (only on the own submissions page). Defaults to ['dateEdited', 'dateObserved', 'taxon', 'namedPlaceName', 'observer', 'id']
485
- */
486
- ownSubmissionsColumns?: string[];
487
- /**
488
- * Shown at sidebar link and title of all submissions page
489
- */
490
- ownSubmissionsTitle?: string;
491
- /**
492
- * Periods that the "NoExistingGatheringsInNamedPlace" validation uses
493
- */
494
- periods?: string[];
495
- prepopulateWithInformalTaxonGroups?: string[];
496
- prepopulateWithTaxonSets?: string;
497
- /**
498
- * Initial document data
499
- */
500
- prepopulatedDocument?: {
501
- id?: string;
502
- "@type"?: string;
503
- "@context"?: string;
504
- /**
505
- * Secure level (salaus-/karkeistustaso) for the data
506
- */
507
- secureLevel?: "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
508
- /**
509
- * Leave empty if no sample taken, or if the sample is recorded separately
510
- */
511
- DNASampleLocation?: string;
512
- /**
513
- * IPEN Number for the accession
514
- */
515
- IPEN?: string;
516
- /**
517
- * URL where more information is available about the specimen
518
- */
519
- URL?: string;
520
- acknowledgedWarnings?: {
521
- [k: string]: unknown | undefined;
522
- }[];
523
- /**
524
- * From who/where the specimen was acquired (if not recorded as a transaction)
525
- */
526
- acquiredFrom?: string;
527
- /**
528
- * Organization where the accession was acquired from. If the organization is not on the list, add it first.
529
- */
530
- acquiredFromOrganization?: string;
531
- /**
532
- * 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.
533
- */
534
- acquisitionDate?: string;
535
- /**
536
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
537
- */
538
- additionalIDs?: string[];
539
- /**
540
- * BOLD identifier, usually BOLD Sample ID. You can include additonal comment by separating them with colon, e.g. "AY123456:comments here"
541
- */
542
- bold?: string[];
543
- caption?: string;
544
- /**
545
- * Clad book id number or such
546
- */
547
- cladBookID?: string;
548
- /**
549
- * Clad specimen id: usually color description and a number
550
- */
551
- cladSpecimenID?: string;
552
- /**
553
- * Verbatim specimen data from clad book
554
- */
555
- cladVerbatim?: string;
556
- /**
557
- * The collection which this specimen belongs to
558
- */
559
- collectionID?: string;
560
- /**
561
- * 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.
562
- */
563
- condition?: string;
564
- /**
565
- * Annuality/perenniality or other specialities about cultivation in our conditions.
566
- */
567
- cultivationInformation?: string;
568
- dataOrigin?: ("" | "MY.dataOriginPaperForm" | "MY.dataOriginWebForm" | "MY.dataOriginSpreadsheetFile")[];
569
- /**
570
- * Where the data about this specimen or observation is from, in addition to labels. Eg. reference to a publication, field notes or an expedition.
571
- */
572
- dataSource?: string;
573
- /**
574
- * The tags this specimen has
575
- */
576
- datasetID?: string[];
577
- datatype?: string;
578
- deviceID?: string;
579
- /**
580
- * 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
581
- */
582
- documentLocation?: string;
583
- /**
584
- * Description where duplicates (specimens of the same individual) are located or have been sent to and by which ID's.
585
- */
586
- duplicatesIn?: string;
587
- /**
588
- * Reason for this edit or notes about it.
589
- */
590
- editNotes?: string;
591
- editor?: string;
592
- /**
593
- * Date the data was first transcribed into electronic format or paper registry
594
- */
595
- entered?: string;
596
- /**
597
- * Free-text diary-style information about what has been done to the specimen and when.
598
- */
599
- event?: string[];
600
- /**
601
- * Name of the exsiccatum this specimen belongs to and possible exsiccatum number.
602
- */
603
- exsiccatum?: string;
604
- /**
605
- * Id of the form that was used for the document
606
- */
607
- formID?: string;
608
- gatheringEvent?: {
609
- id?: string;
610
- "@type"?: string;
611
- "@context"?: string;
612
- acknowledgeNoUnitsInCensus?: boolean;
613
- artificialLight?: "" | "MY.artificialLightEnum1" | "MY.artificialLightEnum2" | "MY.artificialLightEnum3" | "MY.artificialLightEnum4" | "MY.artificialLightEnum5";
614
- breaksDuringCensusInMinutes?: number;
615
- censusHinderedByEnviromentalFactors?: boolean;
616
- censusHinderedByFog?: boolean;
617
- censusHinderedByRain?: boolean;
618
- censusHinderedByWind?: boolean;
619
- censusPrematurelyAborted?: boolean;
620
- cloudCover?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
621
- cloudCoverEnd?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
622
- cloudCoverStart?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
623
- completeList?: {
624
- completeListTaxonID?: string;
625
- completeListType?: "" | "MY.completeListTypeCompleteWithBreedingStatus" | "MY.completeListTypeComplete" | "MY.completeListTypeIncomplete";
626
- };
627
- dateBegin?: string;
628
- dateEnd?: string;
629
- gatheringFact?: {
630
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
631
- binocularsUsed?: boolean;
632
- censusAreaHectares?: number;
633
- invasiveControlOtherExpensesInEuros?: number;
634
- invasiveControlWorkHours?: number;
635
- lineTransectSegmentCounted?: boolean;
636
- lineTransectSegmentMetersEnd?: number;
637
- lineTransectSegmentMetersStart?: number;
638
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
639
- lolifeSiteClassificationComments?: string;
640
- observedAreaHectares?: number;
641
- 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";
642
- shorelineLengthMeters?: number;
643
- spottingScopeUsed?: boolean;
644
- sunniness?: number;
645
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
646
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
647
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
648
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
649
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
650
- ykjSquareNumber?: string;
651
- ACAFLAonAlder?: number;
652
- ACAFLAonBirch?: number;
653
- ACAFLAonGround?: number;
654
- ACAFLAonPine?: number;
655
- ACAFLAonSpruce?: number;
656
- CARSPIonAlder?: number;
657
- CARSPIonBirch?: number;
658
- CARSPIonGround?: number;
659
- CARSPIonPine?: number;
660
- CARSPIonSpruce?: number;
661
- LOXIAonAlder?: number;
662
- LOXIAonBirch?: number;
663
- LOXIAonGround?: number;
664
- LOXIAonPine?: number;
665
- LOXIAonSpruce?: number;
666
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
667
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
668
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
669
- birdFeederCount?: number;
670
- birdFeederCountBiotopeA?: number;
671
- birdFeederCountBiotopeB?: number;
672
- birdFeederCountBiotopeC?: number;
673
- birdFeederCountBiotopeD?: number;
674
- birdFeederCountBiotopeE?: number;
675
- birdFeederCountBiotopeF?: number;
676
- birdFeederCountBiotopeG?: number;
677
- birdFeederCountBiotopeH?: number;
678
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
679
- descriptionBiotopeF?: string;
680
- feedingStationCount?: number;
681
- feedingStationCountBiotopeA?: number;
682
- feedingStationCountBiotopeB?: number;
683
- feedingStationCountBiotopeC?: number;
684
- feedingStationCountBiotopeD?: number;
685
- feedingStationCountBiotopeE?: number;
686
- feedingStationCountBiotopeF?: number;
687
- feedingStationCountBiotopeG?: number;
688
- feedingStationCountBiotopeH?: number;
689
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
690
- meanTemperature?: number;
691
- observerCount?: number;
692
- observerID?: number;
693
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
694
- routeID?: number;
695
- routeLength?: number;
696
- routeLengthBiotopeA?: number;
697
- routeLengthBiotopeB?: number;
698
- routeLengthBiotopeC?: number;
699
- routeLengthBiotopeD?: number;
700
- routeLengthBiotopeE?: number;
701
- routeLengthBiotopeF?: number;
702
- routeLengthBiotopeG?: number;
703
- routeLengthBiotopeH?: number;
704
- routeLengthChange?: number;
705
- routeLengthChangeBiotopeA?: number;
706
- routeLengthChangeBiotopeB?: number;
707
- routeLengthChangeBiotopeC?: number;
708
- routeLengthChangeBiotopeD?: number;
709
- routeLengthChangeBiotopeE?: number;
710
- routeLengthChangeBiotopeF?: number;
711
- routeLengthChangeBiotopeG?: number;
712
- routeLengthChangeBiotopeH?: number;
713
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
714
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
715
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
716
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
717
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
718
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
719
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
720
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
721
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
722
- wayOfTravelNotes?: string;
723
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
724
- };
725
- geometry?: {
726
- [k: string]: unknown | undefined;
727
- };
728
- gpsUsed?: boolean;
729
- /**
730
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
731
- */
732
- leg?: string[];
733
- legPublic?: boolean;
734
- /**
735
- * Alkuperäislähteen käyttäjätunnus
736
- */
737
- legUserID?: string[];
738
- namedPlaceNotes?: string;
739
- nextMonitoringYear?: number;
740
- /**
741
- * Additional information to the data in each section.
742
- */
743
- notes?: string;
744
- rainIntensity?: "" | "MY.rainIntensityEnumNoRain" | "MY.rainIntensityEnumLightRain" | "MY.rainIntensityEnumModerateRain" | "MY.rainIntensityEnumHeavyRain" | "MY.rainIntensityEnumTorrentialRain";
745
- routeDirectionAdhered?: boolean;
746
- spottingScopeUsed?: boolean;
747
- startDistanceFromNECorner?: string;
748
- startPointDeviation?: number;
749
- taxonCensus?: {
750
- censusTaxonID?: string;
751
- 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";
752
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
753
- }[];
754
- temperature?: number;
755
- temperatureEnd?: number;
756
- temperatureStart?: number;
757
- timeEnd?: string;
758
- timeStart?: string;
759
- };
760
- /**
761
- * Genbank identifier. You can include additonal comment by separating them with colon, e.g. "AY123456:comments here"
762
- */
763
- genbank?: string[];
764
- hasGathering?: string[];
765
- isTemplate?: boolean;
766
- keywords?: string[];
767
- /**
768
- * All text from labels word-for-word, including spelling errors. Separate each label on its own row, starting from topmost label.
769
- */
770
- labelsVerbatim?: string;
771
- /**
772
- * Language the data is (mainly) written in, if applicable.
773
- */
774
- language?: string;
775
- /**
776
- * Collecting number (field identifier, keruunumero) for the specimen
777
- */
778
- legID?: string;
779
- locked?: boolean;
780
- namedPlaceID?: string;
781
- /**
782
- * Additional information to the data in each section.
783
- */
784
- notes?: string;
785
- /**
786
- * Original catalogue number or other original identifier of the specimen. E.g. H9000000
787
- */
788
- originalSpecimenID?: string;
789
- /**
790
- * Garden area where this accession is planned to be located.
791
- */
792
- plannedLocation?: string;
793
- /**
794
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
795
- */
796
- 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")[];
797
- /**
798
- * Location of the primary data if not Kotka.
799
- */
800
- primaryDataLocation?: string;
801
- /**
802
- * 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.
803
- */
804
- privateNotes?: string;
805
- /**
806
- * Publication references or doi's that refer to this specimen
807
- */
808
- publication?: string[];
809
- /**
810
- * 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"
811
- */
812
- relationship?: string[];
813
- /**
814
- * The history of the specimen, for example how it was acquired or in which museums it has been before.
815
- */
816
- sampleHistory?: string;
817
- /**
818
- * ID of the specimen from which this has been separated
819
- */
820
- separatedFrom?: string;
821
- /**
822
- * ID's of those new specimens that have been separated from this specimen
823
- */
824
- separatedTo?: string[];
825
- serialNumber?: string;
826
- sourceID?: string;
827
- /**
828
- * Empty value means same as "ok" - that there is not anything special about the status of the specimen.
829
- */
830
- 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";
831
- temp?: boolean;
832
- templateDescription?: string;
833
- templateName?: string;
834
- /**
835
- * Additional information regarding the data entry or transcription process, e.g. unclarities, explanations for interpretations,
836
- */
837
- transcriberNotes?: string;
838
- /**
839
- * Common name of agreement concerning the transfer, if any.
840
- */
841
- transferAgreement?: string;
842
- /**
843
- * List of those fields that contain unreliable data. The list is created automatically.
844
- */
845
- unreliableFields?: string;
846
- /**
847
- * Information about the quality of the specimen data. Possible to select several.
848
- */
849
- verificationStatus?: ("" | "MY.verificationStatusOk" | "MY.verificationStatusVerify" | "MY.verificationStatusComplete" | "MY.verificationStatusGeoreference" | "MY.verificationStatusDet" | "MY.verificationStatusCheckID" | "MY.verificationStatusVerifyCoordinates")[];
850
- /**
851
- * Identifier of the herbarium voucher specimen or information about it if the identifier is unknown.
852
- */
853
- voucherSpecimenID?: string;
854
- creator?: string;
855
- dateCreated?: string;
856
- dateEdited?: string;
857
- editors?: string[];
858
- images?: string[];
859
- /**
860
- * Team or organisation that owns the record and can edit it.
861
- */
862
- owner?: string;
863
- /**
864
- * 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.
865
- */
866
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
867
- scheduledForDeletion?: boolean;
868
- gatherings: [
869
- {
870
- id?: string;
871
- "@type"?: string;
872
- "@context"?: string;
873
- /**
874
- * AFE grid name
875
- */
876
- AFEQuadrat?: string;
877
- /**
878
- * UTM grid name
879
- */
880
- UTMQuadrat?: string;
881
- acknowledgeNoUnitsInCensus?: boolean;
882
- /**
883
- * Regions, rayons, provinces and other administrative areas. Separate multiple names with commas, from generic to specific. (E.g. Etelä-Suomen lääni, Uusimaa)
884
- */
885
- administrativeProvince?: string;
886
- /**
887
- * Altitude form sea level in meters, single value or range (E.g. 90, or 80-100). No GPS altitude here.
888
- */
889
- alt?: string;
890
- areaDetail?: string;
891
- /**
892
- * 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.
893
- */
894
- associatedObservationTaxa?: string;
895
- /**
896
- * 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.
897
- */
898
- associatedSpecimenTaxa?: string;
899
- /**
900
- * Bat habitat
901
- */
902
- 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")[];
903
- binocularsUsed?: boolean;
904
- /**
905
- * Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
906
- */
907
- biologicalProvince?: string;
908
- censusHinderedByEnviromentalFactors?: boolean;
909
- censusHinderedByFog?: boolean;
910
- censusHinderedByRain?: boolean;
911
- censusHinderedByWind?: boolean;
912
- /**
913
- * Name of an expedition or such.
914
- */
915
- collectingEventName?: string;
916
- controlActivitiesNotes?: string;
917
- /**
918
- * Free-text notes about the coordinates.
919
- */
920
- coordinateNotes?: string;
921
- /**
922
- * Maximum error of coordinates in meters
923
- */
924
- coordinateRadius?: string;
925
- /**
926
- * Use for NEW SPECIMENS: Where the coordinates have been acquired
927
- */
928
- coordinateSource?: "" | "MY.coordinateSourceGps" | "MY.coordinateSourcePeruskartta" | "MY.coordinateSourcePapermap" | "MY.coordinateSourceKotkamap" | "MY.coordinateSourceKarttapaikka" | "MY.coordinateSourceRetkikartta" | "MY.coordinateSourceGoogle" | "MY.coordinateSourceOther" | "MY.coordinateSourceUnknown";
929
- /**
930
- * More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
931
- */
932
- coordinateSystem?: "" | "MY.coordinateSystemYkj" | "MY.coordinateSystemWgs84" | "MY.coordinateSystemWgs84dms" | "MY.coordinateSystemKkj" | "MY.coordinateSystemEtrs-tm35fin" | "MY.coordinateSystemDd" | "MY.coordinateSystemDms";
933
- coordinatesGridYKJ?: string;
934
- /**
935
- * Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
936
- */
937
- coordinatesVerbatim?: string;
938
- /**
939
- * Country name in English, or 2-letter country code, or name from label
940
- */
941
- country?: string;
942
- /**
943
- * County (piirikunta, kreivikunta etc.)
944
- */
945
- county?: string;
946
- dateBegin?: string;
947
- dateEnd?: string;
948
- /**
949
- * Date just as it appears on the label or other original source, no interpretation, errors and all
950
- */
951
- dateVerbatim?: string;
952
- /**
953
- * Depth in meters, single value or range (E.g. 0.9, or 0.8-1.0)
954
- */
955
- depth?: string;
956
- dynamicProperties?: string;
957
- eventDate?: string;
958
- /**
959
- * Finnish forest vegetation zone
960
- */
961
- forestVegetationZone?: "" | "MY.forestVegetationZone1a" | "MY.forestVegetationZone1b" | "MY.forestVegetationZone2a" | "MY.forestVegetationZone2b" | "MY.forestVegetationZone3a" | "MY.forestVegetationZone3b" | "MY.forestVegetationZone3c" | "MY.forestVegetationZone4a" | "MY.forestVegetationZone4b" | "MY.forestVegetationZone4c" | "MY.forestVegetationZone4d";
962
- gatheringFact?: {
963
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
964
- binocularsUsed?: boolean;
965
- censusAreaHectares?: number;
966
- invasiveControlOtherExpensesInEuros?: number;
967
- invasiveControlWorkHours?: number;
968
- lineTransectSegmentCounted?: boolean;
969
- lineTransectSegmentMetersEnd?: number;
970
- lineTransectSegmentMetersStart?: number;
971
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
972
- lolifeSiteClassificationComments?: string;
973
- observedAreaHectares?: number;
974
- 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";
975
- shorelineLengthMeters?: number;
976
- spottingScopeUsed?: boolean;
977
- sunniness?: number;
978
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
979
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
980
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
981
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
982
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
983
- ykjSquareNumber?: string;
984
- ACAFLAonAlder?: number;
985
- ACAFLAonBirch?: number;
986
- ACAFLAonGround?: number;
987
- ACAFLAonPine?: number;
988
- ACAFLAonSpruce?: number;
989
- CARSPIonAlder?: number;
990
- CARSPIonBirch?: number;
991
- CARSPIonGround?: number;
992
- CARSPIonPine?: number;
993
- CARSPIonSpruce?: number;
994
- LOXIAonAlder?: number;
995
- LOXIAonBirch?: number;
996
- LOXIAonGround?: number;
997
- LOXIAonPine?: number;
998
- LOXIAonSpruce?: number;
999
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1000
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1001
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1002
- birdFeederCount?: number;
1003
- birdFeederCountBiotopeA?: number;
1004
- birdFeederCountBiotopeB?: number;
1005
- birdFeederCountBiotopeC?: number;
1006
- birdFeederCountBiotopeD?: number;
1007
- birdFeederCountBiotopeE?: number;
1008
- birdFeederCountBiotopeF?: number;
1009
- birdFeederCountBiotopeG?: number;
1010
- birdFeederCountBiotopeH?: number;
1011
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
1012
- descriptionBiotopeF?: string;
1013
- feedingStationCount?: number;
1014
- feedingStationCountBiotopeA?: number;
1015
- feedingStationCountBiotopeB?: number;
1016
- feedingStationCountBiotopeC?: number;
1017
- feedingStationCountBiotopeD?: number;
1018
- feedingStationCountBiotopeE?: number;
1019
- feedingStationCountBiotopeF?: number;
1020
- feedingStationCountBiotopeG?: number;
1021
- feedingStationCountBiotopeH?: number;
1022
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
1023
- meanTemperature?: number;
1024
- observerCount?: number;
1025
- observerID?: number;
1026
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1027
- routeID?: number;
1028
- routeLength?: number;
1029
- routeLengthBiotopeA?: number;
1030
- routeLengthBiotopeB?: number;
1031
- routeLengthBiotopeC?: number;
1032
- routeLengthBiotopeD?: number;
1033
- routeLengthBiotopeE?: number;
1034
- routeLengthBiotopeF?: number;
1035
- routeLengthBiotopeG?: number;
1036
- routeLengthBiotopeH?: number;
1037
- routeLengthChange?: number;
1038
- routeLengthChangeBiotopeA?: number;
1039
- routeLengthChangeBiotopeB?: number;
1040
- routeLengthChangeBiotopeC?: number;
1041
- routeLengthChangeBiotopeD?: number;
1042
- routeLengthChangeBiotopeE?: number;
1043
- routeLengthChangeBiotopeF?: number;
1044
- routeLengthChangeBiotopeG?: number;
1045
- routeLengthChangeBiotopeH?: number;
1046
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
1047
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
1048
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1049
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1050
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1051
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
1052
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
1053
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
1054
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
1055
- wayOfTravelNotes?: string;
1056
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
1057
- };
1058
- gatheringType?: "" | "MY.gatheringTypeForagingArea" | "MY.gatheringTypeBreedingAndRestingArea" | "MY.gatheringTypeCavityTree" | "MY.gatheringTypeDroppingsTree" | "MY.gatheringTypeNestTree" | "MY.gatheringTypeLolifeAccess" | "MY.gatheringTypeLolifeCoreZone" | "MY.gatheringTypeLolifeHabitatZone" | "MY.gatheringTypeLolifeApplicableZone" | "MY.gatheringTypeWaterbirdPoint" | "MY.gatheringTypeWaterbirdRound";
1059
- geometry?: {
1060
- [k: string]: unknown | undefined;
1061
- };
1062
- /**
1063
- * Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
1064
- */
1065
- 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";
1066
- 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")[];
1067
- 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")[];
1068
- /**
1069
- * Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
1070
- */
1071
- habitatClassification?: string;
1072
- /**
1073
- * Informal description of the habitat.
1074
- */
1075
- habitatDescription?: string;
1076
- hasUnit?: string[];
1077
- /**
1078
- * If country is not known or not applicable, for example continent, ocean or large island
1079
- */
1080
- higherGeography?: string;
1081
- invasiveControlAreaKnown?: boolean;
1082
- invasiveControlDangerous?: boolean;
1083
- invasiveControlDangerousDescription?: string;
1084
- invasiveControlEffectiveness?: "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
1085
- invasiveControlEffectivenessNotes?: string;
1086
- invasiveControlMethods?: ("" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther")[];
1087
- invasiveControlMethodsDescription?: string;
1088
- invasiveControlOpen?: boolean;
1089
- invasiveControlOpenDescription?: string;
1090
- invasiveControlOtherExpensesInEuros?: number;
1091
- invasiveControlTaxon?: string[];
1092
- /**
1093
- * Which parent or larger collection this is part of.
1094
- */
1095
- isPartOf?: string;
1096
- keywords?: string[];
1097
- /**
1098
- * Latitude. For southern latitudes, use negative value.
1099
- */
1100
- latitude?: string;
1101
- /**
1102
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
1103
- */
1104
- leg?: string[];
1105
- /**
1106
- * Alkuperäislähteen käyttäjätunnus
1107
- */
1108
- legUserID?: string[];
1109
- /**
1110
- * Leg just as it appears in the label or other original source, no interpretation, errors and all.
1111
- */
1112
- legVerbatim?: string;
1113
- /**
1114
- * Official name of the locality in basic form. Separate multiple names with commas, from generic to specific. No informal description here.
1115
- */
1116
- locality?: string;
1117
- /**
1118
- * Informal description of the exact locality, e.g. '5 km NE of city X, under stone bridge'
1119
- */
1120
- localityDescription?: string;
1121
- /**
1122
- * An unique identifier or code for the locality, if the locality has one (e.g. from SAPO-ontology).
1123
- */
1124
- localityID?: string;
1125
- /**
1126
- * Locality word-to-word as it appears on the label or other original source, errors and all
1127
- */
1128
- localityVerbatim?: string;
1129
- /**
1130
- * Longitude. For western longitudes, use negative value.
1131
- */
1132
- longitude?: string;
1133
- /**
1134
- * Municipality, commune, town, city or civil parish
1135
- */
1136
- municipality?: string;
1137
- namedPlaceID?: string;
1138
- /**
1139
- * Additional information to the data in each section.
1140
- */
1141
- notes?: string;
1142
- /**
1143
- * For garden accessions/seed bank, number of individuals from which seeds were collected
1144
- */
1145
- numberOfSampledIndividuals?: string;
1146
- observationDays?: number;
1147
- observationMinutes?: number;
1148
- /**
1149
- * For garden accessions/seed bank, what proportion of the population sampled was giving seeds
1150
- */
1151
- percentageGivingSeeds?: number;
1152
- 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";
1153
- projectTitle?: string;
1154
- province?: string;
1155
- /**
1156
- * Relative humidity %
1157
- */
1158
- relativeHumidity?: number;
1159
- /**
1160
- * For garden accessions/seed bank, estimated size of the area sampled, in square meters
1161
- */
1162
- samplingAreaSizeInSquareMeters?: number;
1163
- /**
1164
- * Main method for (usually intentional) sampling
1165
- */
1166
- 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";
1167
- samplingMethodNotes?: string;
1168
- section?: number;
1169
- skipped?: boolean;
1170
- spottingScopeUsed?: boolean;
1171
- /**
1172
- * Type of substrate or name of substrate species.
1173
- */
1174
- substrate?: string;
1175
- taxonCensus?: {
1176
- censusTaxonID?: string;
1177
- 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";
1178
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
1179
- }[];
1180
- temperature?: number;
1181
- timeEnd?: string;
1182
- timeStart?: string;
1183
- trapCount?: number;
1184
- weather?: string;
1185
- wgs84Latitude?: string;
1186
- wgs84Longitude?: string;
1187
- images?: string[];
1188
- /**
1189
- * 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.
1190
- */
1191
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1192
- units?: {
1193
- id?: string;
1194
- "@type"?: string;
1195
- "@context"?: string;
1196
- /**
1197
- * Diameter at breast height, in centimeters
1198
- */
1199
- DBH?: string;
1200
- /**
1201
- * Leave empty if no sample taken, or if the sample is recorded separately
1202
- */
1203
- DNASampleLocation?: string;
1204
- abundanceString?: string;
1205
- 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";
1206
- /**
1207
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
1208
- */
1209
- additionalIDs?: string[];
1210
- adultIndividualCount?: number;
1211
- /**
1212
- * Estimated or known age in calendar years, years, days or other relevant unit.
1213
- */
1214
- age?: string;
1215
- /**
1216
- * E.g. how age was determined, by whom and when.
1217
- */
1218
- ageNotes?: string;
1219
- alive?: boolean;
1220
- ankleInMillimeters?: string[];
1221
- areaInSquareMeters?: number;
1222
- 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";
1223
- batBehavior?: "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
1224
- beakInMillimeters?: string[];
1225
- 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";
1226
- birdBehavior?: string[];
1227
- 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";
1228
- breeding?: boolean;
1229
- broodSize?: number;
1230
- /**
1231
- * Cause of death, if not intentionally trapped on sampled
1232
- */
1233
- causeOfDeath?: string;
1234
- checklistID?: string;
1235
- /**
1236
- * Results of chemical reaction tests etc.
1237
- */
1238
- chemistry?: string;
1239
- /**
1240
- * 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)
1241
- */
1242
- count?: string;
1243
- /**
1244
- * Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
1245
- */
1246
- decayStage?: string;
1247
- distance?: "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
1248
- /**
1249
- * For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
1250
- */
1251
- 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";
1252
- femaleIndividualCount?: number;
1253
- /**
1254
- * Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
1255
- */
1256
- 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";
1257
- /**
1258
- * Genotype of the microbial strain
1259
- */
1260
- genotype?: string;
1261
- gonadInMillimeters?: string[];
1262
- /**
1263
- * Microbial culture growth medium name, usually from a standard
1264
- */
1265
- growthMediumName?: string;
1266
- /**
1267
- * Other growth conditions for the microbial culture, light etc.
1268
- */
1269
- growthOtherConditions?: string;
1270
- /**
1271
- * Microbial culture growth temperature
1272
- */
1273
- growthTemperature?: string;
1274
- hasIdentification?: string[];
1275
- hasSubUnit?: string[];
1276
- hostID?: string;
1277
- hostInformalNameString?: string;
1278
- indirectObservationType?: "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
1279
- individualCount?: number;
1280
- /**
1281
- * Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
1282
- */
1283
- infestation?: string;
1284
- informalNameString?: string;
1285
- informalTaxonGroup?: string;
1286
- /**
1287
- * Valitut eliöryhmät
1288
- */
1289
- informalTaxonGroups?: string[];
1290
- /**
1291
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
1292
- */
1293
- infrasubspecificSubdivision?: string;
1294
- /**
1295
- * Which parent or larger collection this is part of.
1296
- */
1297
- isPartOf?: string;
1298
- juvenileIndividualCount?: number;
1299
- keywords?: string[];
1300
- larvaIndividualCount?: number;
1301
- /**
1302
- * For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
1303
- */
1304
- 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";
1305
- lengthInMillimeters?: string[];
1306
- /**
1307
- * 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.
1308
- */
1309
- 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";
1310
- /**
1311
- * Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
1312
- */
1313
- lifeStageDescription?: string;
1314
- likelyMigrant?: boolean;
1315
- /**
1316
- * Macroscopic features and measurements, if not recorded separately into measurement fields.
1317
- */
1318
- macroscopy?: string;
1319
- maleIndividualCount?: number;
1320
- /**
1321
- * 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.
1322
- */
1323
- measurement?: {
1324
- DNAConcentrationNgPerMicroliter?: number[];
1325
- DNARatioOfAbsorbance260And280?: number[];
1326
- DNAVolumeMicroliters?: number[];
1327
- beakMillimeters?: number[];
1328
- bodyCentimeters?: number[];
1329
- bodyMillimeters?: number[];
1330
- earLengthMillimeters?: number[];
1331
- embryoCount?: number[];
1332
- follicleDiameterMillimeters?: number[];
1333
- footLengthMillimeters?: number[];
1334
- forearmMillimeters?: number[];
1335
- gonadMillimeters?: number[];
1336
- /**
1337
- * Which parent or larger collection this is part of.
1338
- */
1339
- isPartOf?: string;
1340
- tailCentimeters?: number[];
1341
- tailMillimeters?: number[];
1342
- tarsusLengthMillimeters?: number[];
1343
- totalLengthCentimeters?: number[];
1344
- totalLengthMillimeters?: number[];
1345
- uterineScarCount?: number[];
1346
- weightGrams?: number[];
1347
- weightKilograms?: number[];
1348
- wingMaxMillimeters?: number[];
1349
- wingMillimeters?: number[];
1350
- wingMinMillimeters?: number[];
1351
- };
1352
- /**
1353
- * According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
1354
- */
1355
- microbiologicalRiskGroup?: "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
1356
- /**
1357
- * Microscopic features and measurements, if not recorded separately into measurement fields.
1358
- */
1359
- microscopy?: string;
1360
- 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";
1361
- movingStatus?: string[];
1362
- /**
1363
- * Information on mutant microbial strain.
1364
- */
1365
- mutant?: string;
1366
- nativeStatus?: "" | "MY.native" | "MY.nonNative";
1367
- nestCount?: number;
1368
- nestNotes?: string;
1369
- nestTreeDiameterInCentimeters?: number;
1370
- nestType?: "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
1371
- /**
1372
- * Additional information to the data in each section.
1373
- */
1374
- notes?: string;
1375
- pairCount?: number;
1376
- pairCountOpinion?: number;
1377
- plantLifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
1378
- /**
1379
- * Status code for the plant (wild, alien etc.)
1380
- */
1381
- 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";
1382
- /**
1383
- * Abundance of the taxon in the field
1384
- */
1385
- populationAbundance?: string;
1386
- /**
1387
- * Preparations/preparates made from the specimen, if not recorded as separate Preparations/samples in the designated section
1388
- */
1389
- preparations?: string;
1390
- /**
1391
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
1392
- */
1393
- 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")[];
1394
- /**
1395
- * 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.
1396
- */
1397
- primarySpecimen?: boolean;
1398
- /**
1399
- * Origin or source of the garden accession
1400
- */
1401
- provenance?: "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
1402
- /**
1403
- * Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
1404
- */
1405
- 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";
1406
- /**
1407
- * What parts of the record are / have been in storage.
1408
- */
1409
- 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")[];
1410
- /**
1411
- * Bird or bat ring number, code, colour code or such
1412
- */
1413
- ring?: string;
1414
- /**
1415
- * Main method for (usually intentional) sampling
1416
- */
1417
- 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";
1418
- samplingMethodNotes?: string;
1419
- /**
1420
- * Maturity of the collected seeds, used for botanical garden accessions/seed bank.
1421
- */
1422
- seedMaturity?: "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
1423
- /**
1424
- * Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
1425
- */
1426
- 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";
1427
- /**
1428
- * Sex of the individual(s)
1429
- */
1430
- sex?: "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
1431
- /**
1432
- * E.g. how sex was determined, by whom and when.
1433
- */
1434
- sexNotes?: string;
1435
- shortHandText?: string;
1436
- smell?: "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
1437
- smellNotes?: string;
1438
- stratigraphyVerbatim?: string;
1439
- 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";
1440
- substrateDecayStage?: "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
1441
- substrateNotes?: string;
1442
- substrateSpecies?: string;
1443
- substrateSpeciesID?: string;
1444
- substrateSpeciesInformalNameString?: string;
1445
- substrateTreeClassification?: ("" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6")[];
1446
- tailInMillimeters?: string[];
1447
- taste?: "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
1448
- tasteNotes?: string;
1449
- taxonConfidence?: "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
1450
- twitched?: boolean;
1451
- unitFact?: {
1452
- adultIndividualCount?: number;
1453
- autocompleteSelectedTaxonID?: string;
1454
- glowWormMicrohabitat?: "" | "MY.glowWormMicrohabitatEnum1" | "MY.glowWormMicrohabitatEnum2" | "MY.glowWormMicrohabitatEnum3" | "MY.glowWormMicrohabitatEnum4" | "MY.glowWormMicrohabitatEnum5" | "MY.glowWormMicrohabitatEnum6" | "MY.glowWormMicrohabitatEnumOther";
1455
- individualCountFlock?: number;
1456
- individualCountInner?: number;
1457
- individualCountOuter?: number;
1458
- juvenileIndividualCount?: number;
1459
- 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";
1460
- lineTransectRouteFieldType?: "" | "MY.lineTransectRouteFieldTypeInner" | "MY.lineTransectRouteFieldTypeOuter";
1461
- lolifeDroppingsCount?: "" | "MY.lolifeDroppingsCount0" | "MY.lolifeDroppingsCount1" | "MY.lolifeDroppingsCount2" | "MY.lolifeDroppingsCount25" | "MY.lolifeDroppingsCount3" | "MY.lolifeDroppingsCount4";
1462
- lolifeDroppingsQuality?: "" | "MY.lolifeDroppingsQuality1" | "MY.lolifeDroppingsQuality2";
1463
- lolifeDroppingsType?: "" | "MY.lolifeDroppingsTypeRock" | "MY.lolifeDroppingsTypeTree" | "MY.lolifeDroppingsTypeTreeGroup" | "MY.lolifeDroppingsTypeOther";
1464
- lolifeNestTree?: "" | "MX.38590" | "MX.37812" | "MX.37999" | "MX.37993" | "MX.38010" | "MX.38008" | "MY.lolifeNestTreeOther";
1465
- pairCountInner?: number;
1466
- pairCountOuter?: number;
1467
- pointCountFlock?: string;
1468
- runningWaterInVicinity?: boolean;
1469
- waterbirdFemale?: "" | "MY.waterbirdFemaleEnumYes" | "MY.waterbirdFemaleEnumNo" | "MY.waterbirdFemaleEnumLonelyPanicking";
1470
- waterbirdJuvenileAgeClass?: "" | "MY.waterbirdJuvenileAgeClassIa" | "MY.waterbirdJuvenileAgeClassIb" | "MY.waterbirdJuvenileAgeClassIc" | "MY.waterbirdJuvenileAgeClassIIa" | "MY.waterbirdJuvenileAgeClassIIb" | "MY.waterbirdJuvenileAgeClassIIc" | "MY.waterbirdJuvenileAgeClassIIIa" | "MY.waterbirdJuvenileAgeClassUnknown";
1471
- waterbirdJuvenileCountAccurate?: boolean;
1472
- waterbirdObserverOpinionSelectedCensus?: boolean;
1473
- waterbirdPairCountOpinionReasoning?: "" | "MY.waterbirdPairCountOpinionReasoningEnum1" | "MY.waterbirdPairCountOpinionReasoningEnum2" | "MY.waterbirdPairCountOpinionReasoningEnum3" | "MY.waterbirdPairCountOpinionReasoningEnumOther";
1474
- individualCountBiotopeA?: number;
1475
- individualCountBiotopeB?: number;
1476
- individualCountBiotopeC?: number;
1477
- individualCountBiotopeD?: number;
1478
- individualCountBiotopeE?: number;
1479
- individualCountBiotopeF?: number;
1480
- individualCountBiotopeG?: number;
1481
- individualCountBiotopeH?: number;
1482
- };
1483
- unitGathering?: {
1484
- id?: string;
1485
- "@type"?: string;
1486
- "@context"?: string;
1487
- dateBegin?: string;
1488
- dateEnd?: string;
1489
- geometry?: {
1490
- [k: string]: unknown | undefined;
1491
- };
1492
- /**
1493
- * Informal description of the habitat.
1494
- */
1495
- habitatDescription?: string;
1496
- habitatIUCN?: string;
1497
- /**
1498
- * Type of substrate or name of substrate species.
1499
- */
1500
- substrate?: string;
1501
- };
1502
- unitType?: string[];
1503
- weightInGrams?: string[];
1504
- wild?: "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
1505
- wingInMillimeters?: string[];
1506
- audio?: string[];
1507
- images?: string[];
1508
- /**
1509
- * 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.
1510
- */
1511
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1512
- identifications?: {
1513
- id?: string;
1514
- "@type"?: string;
1515
- "@context"?: string;
1516
- "herbo:sortOrder"?: number;
1517
- /**
1518
- * 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.
1519
- */
1520
- associatedObservationTaxa?: string;
1521
- /**
1522
- * Author for the taxon
1523
- */
1524
- author?: string;
1525
- /**
1526
- * Name of the identifier (person) preferably in format "lastname, firstname"
1527
- */
1528
- det?: string;
1529
- /**
1530
- * Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
1531
- */
1532
- detDate?: string;
1533
- detMethod?: "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
1534
- /**
1535
- * Name of the identifier and date of identification in original format (e.g. from the label), errors and all
1536
- */
1537
- detVerbatim?: string;
1538
- /**
1539
- * Additional qualifier or specifier at genus level (e.g. aff., cf.)
1540
- */
1541
- genusQualifier?: string;
1542
- 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")[];
1543
- /**
1544
- * Additional information on the identification, basis or such
1545
- */
1546
- identificationNotes?: string;
1547
- /**
1548
- * Author for the taxon below species level/infra epithet
1549
- */
1550
- infraAuthor?: string;
1551
- /**
1552
- * Taxon name for the epithet below species level
1553
- */
1554
- infraEpithet?: string;
1555
- /**
1556
- * Taxonomic level of the epithet below species level
1557
- */
1558
- 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";
1559
- /**
1560
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
1561
- */
1562
- infrasubspecificSubdivision?: string;
1563
- /**
1564
- * Which parent or larger collection this is part of.
1565
- */
1566
- isPartOf?: string;
1567
- isTaxonGroup?: boolean;
1568
- /**
1569
- * This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
1570
- */
1571
- preferredIdentification?: string;
1572
- /**
1573
- * Publication reference for the taxon concept, that was used in identification
1574
- */
1575
- sec?: string;
1576
- /**
1577
- * Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
1578
- */
1579
- speciesQualifier?: string;
1580
- /**
1581
- * Taxon name
1582
- */
1583
- taxon?: string;
1584
- /**
1585
- * ID for the taxon if has some other than an MX code
1586
- */
1587
- taxonID?: string;
1588
- /**
1589
- * Taxonomic level for the identification
1590
- */
1591
- 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";
1592
- taxonSpecifier?: string;
1593
- taxonURI?: string;
1594
- /**
1595
- * Taxon name in original format (e.g. from the label), errors and all
1596
- */
1597
- taxonVerbatim?: string;
1598
- /**
1599
- * 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.
1600
- */
1601
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1602
- sortOrder?: number;
1603
- }[];
1604
- typeSpecimens?: {
1605
- id?: string;
1606
- "@type"?: string;
1607
- "@context"?: string;
1608
- /**
1609
- * Which parent or larger collection this is part of.
1610
- */
1611
- isPartOf?: string;
1612
- /**
1613
- * Author of the type species
1614
- */
1615
- typeAuthor?: string;
1616
- /**
1617
- * Publication reference for original description or basionyme
1618
- */
1619
- typeBasionymePubl?: string;
1620
- /**
1621
- * Additional information on the type
1622
- */
1623
- typeNotes?: string;
1624
- /**
1625
- * Publication reference for type publication
1626
- */
1627
- typePubl?: string;
1628
- /**
1629
- * ID for the type series, if part of one
1630
- */
1631
- typeSeriesID?: string;
1632
- /**
1633
- * Name of the type species
1634
- */
1635
- typeSpecies?: string;
1636
- /**
1637
- * Is this holotype, paratype, syntype etc...
1638
- */
1639
- 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";
1640
- /**
1641
- * Name of the type subspecies
1642
- */
1643
- typeSubspecies?: string;
1644
- /**
1645
- * Author of the type subspecies
1646
- */
1647
- typeSubspeciesAuthor?: string;
1648
- /**
1649
- * Verification whether this really is a type?
1650
- */
1651
- typeVerification?: "" | "MY.typeVerificationVerified" | "MY.typeVerificationUnverified" | "MY.typeVerificationProbable" | "MY.typeVerificationDoubtful";
1652
- /**
1653
- * Name of the person who chose the type, preferably in the format "Lastname, firstname"
1654
- */
1655
- typif?: string;
1656
- /**
1657
- * Date when the specimen was chosen as a type
1658
- */
1659
- typifDate?: string;
1660
- /**
1661
- * 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.
1662
- */
1663
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1664
- }[];
1665
- }[];
1666
- },
1667
- ...{
1668
- id?: string;
1669
- "@type"?: string;
1670
- "@context"?: string;
1671
- /**
1672
- * AFE grid name
1673
- */
1674
- AFEQuadrat?: string;
1675
- /**
1676
- * UTM grid name
1677
- */
1678
- UTMQuadrat?: string;
1679
- acknowledgeNoUnitsInCensus?: boolean;
1680
- /**
1681
- * Regions, rayons, provinces and other administrative areas. Separate multiple names with commas, from generic to specific. (E.g. Etelä-Suomen lääni, Uusimaa)
1682
- */
1683
- administrativeProvince?: string;
1684
- /**
1685
- * Altitude form sea level in meters, single value or range (E.g. 90, or 80-100). No GPS altitude here.
1686
- */
1687
- alt?: string;
1688
- areaDetail?: string;
1689
- /**
1690
- * 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.
1691
- */
1692
- associatedObservationTaxa?: string;
1693
- /**
1694
- * 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.
1695
- */
1696
- associatedSpecimenTaxa?: string;
1697
- /**
1698
- * Bat habitat
1699
- */
1700
- 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")[];
1701
- binocularsUsed?: boolean;
1702
- /**
1703
- * Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
1704
- */
1705
- biologicalProvince?: string;
1706
- censusHinderedByEnviromentalFactors?: boolean;
1707
- censusHinderedByFog?: boolean;
1708
- censusHinderedByRain?: boolean;
1709
- censusHinderedByWind?: boolean;
1710
- /**
1711
- * Name of an expedition or such.
1712
- */
1713
- collectingEventName?: string;
1714
- controlActivitiesNotes?: string;
1715
- /**
1716
- * Free-text notes about the coordinates.
1717
- */
1718
- coordinateNotes?: string;
1719
- /**
1720
- * Maximum error of coordinates in meters
1721
- */
1722
- coordinateRadius?: string;
1723
- /**
1724
- * Use for NEW SPECIMENS: Where the coordinates have been acquired
1725
- */
1726
- coordinateSource?: "" | "MY.coordinateSourceGps" | "MY.coordinateSourcePeruskartta" | "MY.coordinateSourcePapermap" | "MY.coordinateSourceKotkamap" | "MY.coordinateSourceKarttapaikka" | "MY.coordinateSourceRetkikartta" | "MY.coordinateSourceGoogle" | "MY.coordinateSourceOther" | "MY.coordinateSourceUnknown";
1727
- /**
1728
- * More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
1729
- */
1730
- coordinateSystem?: "" | "MY.coordinateSystemYkj" | "MY.coordinateSystemWgs84" | "MY.coordinateSystemWgs84dms" | "MY.coordinateSystemKkj" | "MY.coordinateSystemEtrs-tm35fin" | "MY.coordinateSystemDd" | "MY.coordinateSystemDms";
1731
- coordinatesGridYKJ?: string;
1732
- /**
1733
- * Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
1734
- */
1735
- coordinatesVerbatim?: string;
1736
- /**
1737
- * Country name in English, or 2-letter country code, or name from label
1738
- */
1739
- country?: string;
1740
- /**
1741
- * County (piirikunta, kreivikunta etc.)
1742
- */
1743
- county?: string;
1744
- dateBegin?: string;
1745
- dateEnd?: string;
1746
- /**
1747
- * Date just as it appears on the label or other original source, no interpretation, errors and all
1748
- */
1749
- dateVerbatim?: string;
1750
- /**
1751
- * Depth in meters, single value or range (E.g. 0.9, or 0.8-1.0)
1752
- */
1753
- depth?: string;
1754
- dynamicProperties?: string;
1755
- eventDate?: string;
1756
- /**
1757
- * Finnish forest vegetation zone
1758
- */
1759
- forestVegetationZone?: "" | "MY.forestVegetationZone1a" | "MY.forestVegetationZone1b" | "MY.forestVegetationZone2a" | "MY.forestVegetationZone2b" | "MY.forestVegetationZone3a" | "MY.forestVegetationZone3b" | "MY.forestVegetationZone3c" | "MY.forestVegetationZone4a" | "MY.forestVegetationZone4b" | "MY.forestVegetationZone4c" | "MY.forestVegetationZone4d";
1760
- gatheringFact?: {
1761
- batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
1762
- binocularsUsed?: boolean;
1763
- censusAreaHectares?: number;
1764
- invasiveControlOtherExpensesInEuros?: number;
1765
- invasiveControlWorkHours?: number;
1766
- lineTransectSegmentCounted?: boolean;
1767
- lineTransectSegmentMetersEnd?: number;
1768
- lineTransectSegmentMetersStart?: number;
1769
- lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
1770
- lolifeSiteClassificationComments?: string;
1771
- observedAreaHectares?: number;
1772
- 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";
1773
- shorelineLengthMeters?: number;
1774
- spottingScopeUsed?: boolean;
1775
- sunniness?: number;
1776
- sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
1777
- sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
1778
- sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
1779
- waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
1780
- waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
1781
- ykjSquareNumber?: string;
1782
- ACAFLAonAlder?: number;
1783
- ACAFLAonBirch?: number;
1784
- ACAFLAonGround?: number;
1785
- ACAFLAonPine?: number;
1786
- ACAFLAonSpruce?: number;
1787
- CARSPIonAlder?: number;
1788
- CARSPIonBirch?: number;
1789
- CARSPIonGround?: number;
1790
- CARSPIonPine?: number;
1791
- CARSPIonSpruce?: number;
1792
- LOXIAonAlder?: number;
1793
- LOXIAonBirch?: number;
1794
- LOXIAonGround?: number;
1795
- LOXIAonPine?: number;
1796
- LOXIAonSpruce?: number;
1797
- abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1798
- abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1799
- abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
1800
- birdFeederCount?: number;
1801
- birdFeederCountBiotopeA?: number;
1802
- birdFeederCountBiotopeB?: number;
1803
- birdFeederCountBiotopeC?: number;
1804
- birdFeederCountBiotopeD?: number;
1805
- birdFeederCountBiotopeE?: number;
1806
- birdFeederCountBiotopeF?: number;
1807
- birdFeederCountBiotopeG?: number;
1808
- birdFeederCountBiotopeH?: number;
1809
- cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
1810
- descriptionBiotopeF?: string;
1811
- feedingStationCount?: number;
1812
- feedingStationCountBiotopeA?: number;
1813
- feedingStationCountBiotopeB?: number;
1814
- feedingStationCountBiotopeC?: number;
1815
- feedingStationCountBiotopeD?: number;
1816
- feedingStationCountBiotopeE?: number;
1817
- feedingStationCountBiotopeF?: number;
1818
- feedingStationCountBiotopeG?: number;
1819
- feedingStationCountBiotopeH?: number;
1820
- iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
1821
- meanTemperature?: number;
1822
- observerCount?: number;
1823
- observerID?: number;
1824
- pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1825
- routeID?: number;
1826
- routeLength?: number;
1827
- routeLengthBiotopeA?: number;
1828
- routeLengthBiotopeB?: number;
1829
- routeLengthBiotopeC?: number;
1830
- routeLengthBiotopeD?: number;
1831
- routeLengthBiotopeE?: number;
1832
- routeLengthBiotopeF?: number;
1833
- routeLengthBiotopeG?: number;
1834
- routeLengthBiotopeH?: number;
1835
- routeLengthChange?: number;
1836
- routeLengthChangeBiotopeA?: number;
1837
- routeLengthChangeBiotopeB?: number;
1838
- routeLengthChangeBiotopeC?: number;
1839
- routeLengthChangeBiotopeD?: number;
1840
- routeLengthChangeBiotopeE?: number;
1841
- routeLengthChangeBiotopeF?: number;
1842
- routeLengthChangeBiotopeG?: number;
1843
- routeLengthChangeBiotopeH?: number;
1844
- snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
1845
- snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
1846
- sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1847
- sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1848
- spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
1849
- typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
1850
- visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
1851
- waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
1852
- wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
1853
- wayOfTravelNotes?: string;
1854
- wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
1855
- };
1856
- gatheringType?: "" | "MY.gatheringTypeForagingArea" | "MY.gatheringTypeBreedingAndRestingArea" | "MY.gatheringTypeCavityTree" | "MY.gatheringTypeDroppingsTree" | "MY.gatheringTypeNestTree" | "MY.gatheringTypeLolifeAccess" | "MY.gatheringTypeLolifeCoreZone" | "MY.gatheringTypeLolifeHabitatZone" | "MY.gatheringTypeLolifeApplicableZone" | "MY.gatheringTypeWaterbirdPoint" | "MY.gatheringTypeWaterbirdRound";
1857
- geometry?: {
1858
- [k: string]: unknown | undefined;
1859
- };
1860
- /**
1861
- * Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
1862
- */
1863
- 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";
1864
- 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")[];
1865
- 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")[];
1866
- /**
1867
- * Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
1868
- */
1869
- habitatClassification?: string;
1870
- /**
1871
- * Informal description of the habitat.
1872
- */
1873
- habitatDescription?: string;
1874
- hasUnit?: string[];
1875
- /**
1876
- * If country is not known or not applicable, for example continent, ocean or large island
1877
- */
1878
- higherGeography?: string;
1879
- invasiveControlAreaKnown?: boolean;
1880
- invasiveControlDangerous?: boolean;
1881
- invasiveControlDangerousDescription?: string;
1882
- invasiveControlEffectiveness?: "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
1883
- invasiveControlEffectivenessNotes?: string;
1884
- invasiveControlMethods?: ("" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther")[];
1885
- invasiveControlMethodsDescription?: string;
1886
- invasiveControlOpen?: boolean;
1887
- invasiveControlOpenDescription?: string;
1888
- invasiveControlOtherExpensesInEuros?: number;
1889
- invasiveControlTaxon?: string[];
1890
- /**
1891
- * Which parent or larger collection this is part of.
1892
- */
1893
- isPartOf?: string;
1894
- keywords?: string[];
1895
- /**
1896
- * Latitude. For southern latitudes, use negative value.
1897
- */
1898
- latitude?: string;
1899
- /**
1900
- * Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
1901
- */
1902
- leg?: string[];
1903
- /**
1904
- * Alkuperäislähteen käyttäjätunnus
1905
- */
1906
- legUserID?: string[];
1907
- /**
1908
- * Leg just as it appears in the label or other original source, no interpretation, errors and all.
1909
- */
1910
- legVerbatim?: string;
1911
- /**
1912
- * Official name of the locality in basic form. Separate multiple names with commas, from generic to specific. No informal description here.
1913
- */
1914
- locality?: string;
1915
- /**
1916
- * Informal description of the exact locality, e.g. '5 km NE of city X, under stone bridge'
1917
- */
1918
- localityDescription?: string;
1919
- /**
1920
- * An unique identifier or code for the locality, if the locality has one (e.g. from SAPO-ontology).
1921
- */
1922
- localityID?: string;
1923
- /**
1924
- * Locality word-to-word as it appears on the label or other original source, errors and all
1925
- */
1926
- localityVerbatim?: string;
1927
- /**
1928
- * Longitude. For western longitudes, use negative value.
1929
- */
1930
- longitude?: string;
1931
- /**
1932
- * Municipality, commune, town, city or civil parish
1933
- */
1934
- municipality?: string;
1935
- namedPlaceID?: string;
1936
- /**
1937
- * Additional information to the data in each section.
1938
- */
1939
- notes?: string;
1940
- /**
1941
- * For garden accessions/seed bank, number of individuals from which seeds were collected
1942
- */
1943
- numberOfSampledIndividuals?: string;
1944
- observationDays?: number;
1945
- observationMinutes?: number;
1946
- /**
1947
- * For garden accessions/seed bank, what proportion of the population sampled was giving seeds
1948
- */
1949
- percentageGivingSeeds?: number;
1950
- 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";
1951
- projectTitle?: string;
1952
- province?: string;
1953
- /**
1954
- * Relative humidity %
1955
- */
1956
- relativeHumidity?: number;
1957
- /**
1958
- * For garden accessions/seed bank, estimated size of the area sampled, in square meters
1959
- */
1960
- samplingAreaSizeInSquareMeters?: number;
1961
- /**
1962
- * Main method for (usually intentional) sampling
1963
- */
1964
- 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";
1965
- samplingMethodNotes?: string;
1966
- section?: number;
1967
- skipped?: boolean;
1968
- spottingScopeUsed?: boolean;
1969
- /**
1970
- * Type of substrate or name of substrate species.
1971
- */
1972
- substrate?: string;
1973
- taxonCensus?: {
1974
- censusTaxonID?: string;
1975
- 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";
1976
- taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
1977
- }[];
1978
- temperature?: number;
1979
- timeEnd?: string;
1980
- timeStart?: string;
1981
- trapCount?: number;
1982
- weather?: string;
1983
- wgs84Latitude?: string;
1984
- wgs84Longitude?: string;
1985
- images?: string[];
1986
- /**
1987
- * 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.
1988
- */
1989
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
1990
- units?: {
1991
- id?: string;
1992
- "@type"?: string;
1993
- "@context"?: string;
1994
- /**
1995
- * Diameter at breast height, in centimeters
1996
- */
1997
- DBH?: string;
1998
- /**
1999
- * Leave empty if no sample taken, or if the sample is recorded separately
2000
- */
2001
- DNASampleLocation?: string;
2002
- abundanceString?: string;
2003
- 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";
2004
- /**
2005
- * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
2006
- */
2007
- additionalIDs?: string[];
2008
- adultIndividualCount?: number;
2009
- /**
2010
- * Estimated or known age in calendar years, years, days or other relevant unit.
2011
- */
2012
- age?: string;
2013
- /**
2014
- * E.g. how age was determined, by whom and when.
2015
- */
2016
- ageNotes?: string;
2017
- alive?: boolean;
2018
- ankleInMillimeters?: string[];
2019
- areaInSquareMeters?: number;
2020
- 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";
2021
- batBehavior?: "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
2022
- beakInMillimeters?: string[];
2023
- 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";
2024
- birdBehavior?: string[];
2025
- 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";
2026
- breeding?: boolean;
2027
- broodSize?: number;
2028
- /**
2029
- * Cause of death, if not intentionally trapped on sampled
2030
- */
2031
- causeOfDeath?: string;
2032
- checklistID?: string;
2033
- /**
2034
- * Results of chemical reaction tests etc.
2035
- */
2036
- chemistry?: string;
2037
- /**
2038
- * 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)
2039
- */
2040
- count?: string;
2041
- /**
2042
- * Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
2043
- */
2044
- decayStage?: string;
2045
- distance?: "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
2046
- /**
2047
- * For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
2048
- */
2049
- 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";
2050
- femaleIndividualCount?: number;
2051
- /**
2052
- * Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
2053
- */
2054
- 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";
2055
- /**
2056
- * Genotype of the microbial strain
2057
- */
2058
- genotype?: string;
2059
- gonadInMillimeters?: string[];
2060
- /**
2061
- * Microbial culture growth medium name, usually from a standard
2062
- */
2063
- growthMediumName?: string;
2064
- /**
2065
- * Other growth conditions for the microbial culture, light etc.
2066
- */
2067
- growthOtherConditions?: string;
2068
- /**
2069
- * Microbial culture growth temperature
2070
- */
2071
- growthTemperature?: string;
2072
- hasIdentification?: string[];
2073
- hasSubUnit?: string[];
2074
- hostID?: string;
2075
- hostInformalNameString?: string;
2076
- indirectObservationType?: "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
2077
- individualCount?: number;
2078
- /**
2079
- * Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
2080
- */
2081
- infestation?: string;
2082
- informalNameString?: string;
2083
- informalTaxonGroup?: string;
2084
- /**
2085
- * Valitut eliöryhmät
2086
- */
2087
- informalTaxonGroups?: string[];
2088
- /**
2089
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
2090
- */
2091
- infrasubspecificSubdivision?: string;
2092
- /**
2093
- * Which parent or larger collection this is part of.
2094
- */
2095
- isPartOf?: string;
2096
- juvenileIndividualCount?: number;
2097
- keywords?: string[];
2098
- larvaIndividualCount?: number;
2099
- /**
2100
- * For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
2101
- */
2102
- 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";
2103
- lengthInMillimeters?: string[];
2104
- /**
2105
- * 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.
2106
- */
2107
- 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";
2108
- /**
2109
- * Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
2110
- */
2111
- lifeStageDescription?: string;
2112
- likelyMigrant?: boolean;
2113
- /**
2114
- * Macroscopic features and measurements, if not recorded separately into measurement fields.
2115
- */
2116
- macroscopy?: string;
2117
- maleIndividualCount?: number;
2118
- /**
2119
- * 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.
2120
- */
2121
- measurement?: {
2122
- DNAConcentrationNgPerMicroliter?: number[];
2123
- DNARatioOfAbsorbance260And280?: number[];
2124
- DNAVolumeMicroliters?: number[];
2125
- beakMillimeters?: number[];
2126
- bodyCentimeters?: number[];
2127
- bodyMillimeters?: number[];
2128
- earLengthMillimeters?: number[];
2129
- embryoCount?: number[];
2130
- follicleDiameterMillimeters?: number[];
2131
- footLengthMillimeters?: number[];
2132
- forearmMillimeters?: number[];
2133
- gonadMillimeters?: number[];
2134
- /**
2135
- * Which parent or larger collection this is part of.
2136
- */
2137
- isPartOf?: string;
2138
- tailCentimeters?: number[];
2139
- tailMillimeters?: number[];
2140
- tarsusLengthMillimeters?: number[];
2141
- totalLengthCentimeters?: number[];
2142
- totalLengthMillimeters?: number[];
2143
- uterineScarCount?: number[];
2144
- weightGrams?: number[];
2145
- weightKilograms?: number[];
2146
- wingMaxMillimeters?: number[];
2147
- wingMillimeters?: number[];
2148
- wingMinMillimeters?: number[];
2149
- };
2150
- /**
2151
- * According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
2152
- */
2153
- microbiologicalRiskGroup?: "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
2154
- /**
2155
- * Microscopic features and measurements, if not recorded separately into measurement fields.
2156
- */
2157
- microscopy?: string;
2158
- 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";
2159
- movingStatus?: string[];
2160
- /**
2161
- * Information on mutant microbial strain.
2162
- */
2163
- mutant?: string;
2164
- nativeStatus?: "" | "MY.native" | "MY.nonNative";
2165
- nestCount?: number;
2166
- nestNotes?: string;
2167
- nestTreeDiameterInCentimeters?: number;
2168
- nestType?: "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
2169
- /**
2170
- * Additional information to the data in each section.
2171
- */
2172
- notes?: string;
2173
- pairCount?: number;
2174
- pairCountOpinion?: number;
2175
- plantLifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
2176
- /**
2177
- * Status code for the plant (wild, alien etc.)
2178
- */
2179
- 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";
2180
- /**
2181
- * Abundance of the taxon in the field
2182
- */
2183
- populationAbundance?: string;
2184
- /**
2185
- * Preparations/preparates made from the specimen, if not recorded as separate Preparations/samples in the designated section
2186
- */
2187
- preparations?: string;
2188
- /**
2189
- * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
2190
- */
2191
- 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")[];
2192
- /**
2193
- * 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.
2194
- */
2195
- primarySpecimen?: boolean;
2196
- /**
2197
- * Origin or source of the garden accession
2198
- */
2199
- provenance?: "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
2200
- /**
2201
- * Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
2202
- */
2203
- 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";
2204
- /**
2205
- * What parts of the record are / have been in storage.
2206
- */
2207
- 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")[];
2208
- /**
2209
- * Bird or bat ring number, code, colour code or such
2210
- */
2211
- ring?: string;
2212
- /**
2213
- * Main method for (usually intentional) sampling
2214
- */
2215
- 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";
2216
- samplingMethodNotes?: string;
2217
- /**
2218
- * Maturity of the collected seeds, used for botanical garden accessions/seed bank.
2219
- */
2220
- seedMaturity?: "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
2221
- /**
2222
- * Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
2223
- */
2224
- 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";
2225
- /**
2226
- * Sex of the individual(s)
2227
- */
2228
- sex?: "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
2229
- /**
2230
- * E.g. how sex was determined, by whom and when.
2231
- */
2232
- sexNotes?: string;
2233
- shortHandText?: string;
2234
- smell?: "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
2235
- smellNotes?: string;
2236
- stratigraphyVerbatim?: string;
2237
- 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";
2238
- substrateDecayStage?: "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
2239
- substrateNotes?: string;
2240
- substrateSpecies?: string;
2241
- substrateSpeciesID?: string;
2242
- substrateSpeciesInformalNameString?: string;
2243
- substrateTreeClassification?: ("" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6")[];
2244
- tailInMillimeters?: string[];
2245
- taste?: "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
2246
- tasteNotes?: string;
2247
- taxonConfidence?: "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
2248
- twitched?: boolean;
2249
- unitFact?: {
2250
- adultIndividualCount?: number;
2251
- autocompleteSelectedTaxonID?: string;
2252
- glowWormMicrohabitat?: "" | "MY.glowWormMicrohabitatEnum1" | "MY.glowWormMicrohabitatEnum2" | "MY.glowWormMicrohabitatEnum3" | "MY.glowWormMicrohabitatEnum4" | "MY.glowWormMicrohabitatEnum5" | "MY.glowWormMicrohabitatEnum6" | "MY.glowWormMicrohabitatEnumOther";
2253
- individualCountFlock?: number;
2254
- individualCountInner?: number;
2255
- individualCountOuter?: number;
2256
- juvenileIndividualCount?: number;
2257
- 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";
2258
- lineTransectRouteFieldType?: "" | "MY.lineTransectRouteFieldTypeInner" | "MY.lineTransectRouteFieldTypeOuter";
2259
- lolifeDroppingsCount?: "" | "MY.lolifeDroppingsCount0" | "MY.lolifeDroppingsCount1" | "MY.lolifeDroppingsCount2" | "MY.lolifeDroppingsCount25" | "MY.lolifeDroppingsCount3" | "MY.lolifeDroppingsCount4";
2260
- lolifeDroppingsQuality?: "" | "MY.lolifeDroppingsQuality1" | "MY.lolifeDroppingsQuality2";
2261
- lolifeDroppingsType?: "" | "MY.lolifeDroppingsTypeRock" | "MY.lolifeDroppingsTypeTree" | "MY.lolifeDroppingsTypeTreeGroup" | "MY.lolifeDroppingsTypeOther";
2262
- lolifeNestTree?: "" | "MX.38590" | "MX.37812" | "MX.37999" | "MX.37993" | "MX.38010" | "MX.38008" | "MY.lolifeNestTreeOther";
2263
- pairCountInner?: number;
2264
- pairCountOuter?: number;
2265
- pointCountFlock?: string;
2266
- runningWaterInVicinity?: boolean;
2267
- waterbirdFemale?: "" | "MY.waterbirdFemaleEnumYes" | "MY.waterbirdFemaleEnumNo" | "MY.waterbirdFemaleEnumLonelyPanicking";
2268
- waterbirdJuvenileAgeClass?: "" | "MY.waterbirdJuvenileAgeClassIa" | "MY.waterbirdJuvenileAgeClassIb" | "MY.waterbirdJuvenileAgeClassIc" | "MY.waterbirdJuvenileAgeClassIIa" | "MY.waterbirdJuvenileAgeClassIIb" | "MY.waterbirdJuvenileAgeClassIIc" | "MY.waterbirdJuvenileAgeClassIIIa" | "MY.waterbirdJuvenileAgeClassUnknown";
2269
- waterbirdJuvenileCountAccurate?: boolean;
2270
- waterbirdObserverOpinionSelectedCensus?: boolean;
2271
- waterbirdPairCountOpinionReasoning?: "" | "MY.waterbirdPairCountOpinionReasoningEnum1" | "MY.waterbirdPairCountOpinionReasoningEnum2" | "MY.waterbirdPairCountOpinionReasoningEnum3" | "MY.waterbirdPairCountOpinionReasoningEnumOther";
2272
- individualCountBiotopeA?: number;
2273
- individualCountBiotopeB?: number;
2274
- individualCountBiotopeC?: number;
2275
- individualCountBiotopeD?: number;
2276
- individualCountBiotopeE?: number;
2277
- individualCountBiotopeF?: number;
2278
- individualCountBiotopeG?: number;
2279
- individualCountBiotopeH?: number;
2280
- };
2281
- unitGathering?: {
2282
- id?: string;
2283
- "@type"?: string;
2284
- "@context"?: string;
2285
- dateBegin?: string;
2286
- dateEnd?: string;
2287
- geometry?: {
2288
- [k: string]: unknown | undefined;
2289
- };
2290
- /**
2291
- * Informal description of the habitat.
2292
- */
2293
- habitatDescription?: string;
2294
- habitatIUCN?: string;
2295
- /**
2296
- * Type of substrate or name of substrate species.
2297
- */
2298
- substrate?: string;
2299
- };
2300
- unitType?: string[];
2301
- weightInGrams?: string[];
2302
- wild?: "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
2303
- wingInMillimeters?: string[];
2304
- audio?: string[];
2305
- images?: string[];
2306
- /**
2307
- * 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.
2308
- */
2309
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
2310
- identifications?: {
2311
- id?: string;
2312
- "@type"?: string;
2313
- "@context"?: string;
2314
- "herbo:sortOrder"?: number;
2315
- /**
2316
- * 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.
2317
- */
2318
- associatedObservationTaxa?: string;
2319
- /**
2320
- * Author for the taxon
2321
- */
2322
- author?: string;
2323
- /**
2324
- * Name of the identifier (person) preferably in format "lastname, firstname"
2325
- */
2326
- det?: string;
2327
- /**
2328
- * Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
2329
- */
2330
- detDate?: string;
2331
- detMethod?: "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
2332
- /**
2333
- * Name of the identifier and date of identification in original format (e.g. from the label), errors and all
2334
- */
2335
- detVerbatim?: string;
2336
- /**
2337
- * Additional qualifier or specifier at genus level (e.g. aff., cf.)
2338
- */
2339
- genusQualifier?: string;
2340
- 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")[];
2341
- /**
2342
- * Additional information on the identification, basis or such
2343
- */
2344
- identificationNotes?: string;
2345
- /**
2346
- * Author for the taxon below species level/infra epithet
2347
- */
2348
- infraAuthor?: string;
2349
- /**
2350
- * Taxon name for the epithet below species level
2351
- */
2352
- infraEpithet?: string;
2353
- /**
2354
- * Taxonomic level of the epithet below species level
2355
- */
2356
- 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";
2357
- /**
2358
- * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
2359
- */
2360
- infrasubspecificSubdivision?: string;
2361
- /**
2362
- * Which parent or larger collection this is part of.
2363
- */
2364
- isPartOf?: string;
2365
- isTaxonGroup?: boolean;
2366
- /**
2367
- * This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
2368
- */
2369
- preferredIdentification?: string;
2370
- /**
2371
- * Publication reference for the taxon concept, that was used in identification
2372
- */
2373
- sec?: string;
2374
- /**
2375
- * Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
2376
- */
2377
- speciesQualifier?: string;
2378
- /**
2379
- * Taxon name
2380
- */
2381
- taxon?: string;
2382
- /**
2383
- * ID for the taxon if has some other than an MX code
2384
- */
2385
- taxonID?: string;
2386
- /**
2387
- * Taxonomic level for the identification
2388
- */
2389
- 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";
2390
- taxonSpecifier?: string;
2391
- taxonURI?: string;
2392
- /**
2393
- * Taxon name in original format (e.g. from the label), errors and all
2394
- */
2395
- taxonVerbatim?: string;
2396
- /**
2397
- * 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.
2398
- */
2399
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
2400
- sortOrder?: number;
2401
- }[];
2402
- typeSpecimens?: {
2403
- id?: string;
2404
- "@type"?: string;
2405
- "@context"?: string;
2406
- /**
2407
- * Which parent or larger collection this is part of.
2408
- */
2409
- isPartOf?: string;
2410
- /**
2411
- * Author of the type species
2412
- */
2413
- typeAuthor?: string;
2414
- /**
2415
- * Publication reference for original description or basionyme
2416
- */
2417
- typeBasionymePubl?: string;
2418
- /**
2419
- * Additional information on the type
2420
- */
2421
- typeNotes?: string;
2422
- /**
2423
- * Publication reference for type publication
2424
- */
2425
- typePubl?: string;
2426
- /**
2427
- * ID for the type series, if part of one
2428
- */
2429
- typeSeriesID?: string;
2430
- /**
2431
- * Name of the type species
2432
- */
2433
- typeSpecies?: string;
2434
- /**
2435
- * Is this holotype, paratype, syntype etc...
2436
- */
2437
- 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";
2438
- /**
2439
- * Name of the type subspecies
2440
- */
2441
- typeSubspecies?: string;
2442
- /**
2443
- * Author of the type subspecies
2444
- */
2445
- typeSubspeciesAuthor?: string;
2446
- /**
2447
- * Verification whether this really is a type?
2448
- */
2449
- typeVerification?: "" | "MY.typeVerificationVerified" | "MY.typeVerificationUnverified" | "MY.typeVerificationProbable" | "MY.typeVerificationDoubtful";
2450
- /**
2451
- * Name of the person who chose the type, preferably in the format "Lastname, firstname"
2452
- */
2453
- typif?: string;
2454
- /**
2455
- * Date when the specimen was chosen as a type
2456
- */
2457
- typifDate?: string;
2458
- /**
2459
- * 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.
2460
- */
2461
- publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
2462
- }[];
2463
- }[];
2464
- }[]
2465
- ];
2466
- };
2467
- printType?: "" | "MHL.printTypeLineTransect";
2468
- /**
2469
- * Users need to have permission to access the form
2470
- */
2471
- restrictAccess?: "" | "MHL.restrictAccessStrict" | "MHL.restrictAccessLoose";
2472
- resultServiceType?: "" | "MHL.resultServiceTypeLineTransect" | "MHL.resultServiceTypeNafi" | "MHL.resultServiceTypeBirdPointCount" | "MHL.resultServiceTypeWinterBirdCount" | "MHL.resultServiceTypeSykeInsectProjects" | "MHL.resultServiceTypeInvasiveControl" | "MHL.resultServiceTypeCompleteLists";
2473
- /**
2474
- * Message shown when document save failed
2475
- */
2476
- saveErrorMessage?: string;
2477
- /**
2478
- * Label for the save button at the form footer
2479
- */
2480
- saveLabel?: string;
2481
- /**
2482
- * Message shown when document was successfully saved
2483
- */
2484
- saveSuccessMessage?: string;
2485
- /**
2486
- * Message shown when document draft was successfully saved
2487
- */
2488
- saveTempSuccessMessage?: string;
2489
- /**
2490
- * Named places page shows the places as done if they have observation inside the season
2491
- */
2492
- season?: {
2493
- /**
2494
- * End of season
2495
- */
2496
- end?: string;
2497
- /**
2498
- * Start of season
2499
- */
2500
- start?: string;
2501
- };
2502
- /**
2503
- * Makes the documents reported with the form secondary
2504
- */
2505
- secondaryCopy?: boolean;
2506
- /**
2507
- * Overrides MHL.shortTitle usage
2508
- */
2509
- shortTitleFromCollectionName?: boolean;
2510
- /**
2511
- * Sub forms are shown only if they have this property
2512
- */
2513
- sidebarFormLabel?: string;
2514
- /**
2515
- * Has only a form page, no sidebar
2516
- */
2517
- simple?: boolean;
2518
- /**
2519
- * Documents can't have data not defined in form fields. Defaults to true.
2520
- */
2521
- strict?: boolean;
2522
- /**
2523
- * Label for the draft button at the form footer
2524
- */
2525
- tempLabel?: string;
2526
- /**
2527
- * Makes the form use named places
2528
- */
2529
- useNamedPlaces?: boolean;
2530
- /**
2531
- * Uses schema comments as form help texts
2532
- */
2533
- useSchemaCommentsAsHelpTexts?: boolean;
2534
- viewerType?: "" | "MHL.viewerTypeLineTransect" | "MHL.viewerTypeBirdPointCount";
2535
- warnEditingOldDocument?: boolean;
2536
- /**
2537
- * Duration in ISO 8601 duration format. Defaults to P1W (one week)
2538
- */
2539
- warnEditingOldDocumentDuration?: boolean;
2540
- };
29
+ options?: FormOptions;
2541
30
  patch?: {
2542
31
  [k: string]: unknown | undefined;
2543
32
  }[];
@@ -2546,7 +35,7 @@ export interface Form {
2546
35
  * Shown at sidebar and & as browser title
2547
36
  */
2548
37
  shortTitle?: string;
2549
- supportedLanguage?: ("" | "en" | "fi" | "sv")[];
38
+ supportedLanguage?: LanguageEnum[];
2550
39
  title?: string;
2551
40
  translations?: {
2552
41
  [k: string]: unknown | undefined;