@luomus/laji-schema 1.0.4

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