@luomus/laji-schema 2.0.92 → 2.0.94
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.
- package/dist/cjs/classes/Enums.js +2428 -2244
- package/dist/dto/Annotation.dto.ts +12 -12
- package/dist/dto/Area.dto.ts +2 -2
- package/dist/dto/Audio.dto.ts +12 -12
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +2 -2
- package/dist/dto/Collection.dto.ts +16 -16
- package/dist/dto/CompleteList.dto.ts +2 -2
- package/dist/dto/Dataset.dto.ts +2 -2
- package/dist/dto/Document.dto.ts +12 -12
- package/dist/dto/Endangerment.dto.ts +2 -2
- package/dist/dto/Enums.dto.ts +331 -158
- package/dist/dto/Event.dto.ts +4 -4
- package/dist/dto/Form.dto.ts +5 -5
- package/dist/dto/FormOptions.dto.ts +8 -8
- package/dist/dto/FormPermissionSingle.dto.ts +2 -2
- package/dist/dto/Gathering.dto.ts +28 -28
- package/dist/dto/GatheringEvent.dto.ts +8 -8
- package/dist/dto/GatheringFact.dto.ts +41 -41
- package/dist/dto/Habitat.dto.ts +4 -4
- package/dist/dto/Identification.dto.ts +10 -10
- package/dist/dto/Image.dto.ts +14 -14
- package/dist/dto/Individual.dto.ts +2 -2
- package/dist/dto/InformationSystem.dto.ts +6 -6
- package/dist/dto/IucnRedListEvaluation.dto.ts +22 -22
- package/dist/dto/Model.dto.ts +12 -12
- package/dist/dto/NamedPlace.dto.ts +6 -6
- package/dist/dto/News.dto.ts +2 -2
- package/dist/dto/Notification.dto.ts +2 -2
- package/dist/dto/Occurrence.dto.ts +2 -2
- package/dist/dto/Organization.dto.ts +2 -2
- package/dist/dto/Pdf.dto.ts +4 -4
- package/dist/dto/Permit.dto.ts +4 -4
- package/dist/dto/Person.dto.ts +6 -6
- package/dist/dto/Preparation.dto.ts +4 -4
- package/dist/dto/Profile.dto.ts +4 -4
- package/dist/dto/RegionalStatus.dto.ts +2 -2
- package/dist/dto/Sample.dto.ts +16 -16
- package/dist/dto/SpecimenTransaction.dto.ts +14 -14
- package/dist/dto/SpecimenTransactionEvent.dto.ts +2 -2
- package/dist/dto/SubUnit.dto.ts +2 -2
- package/dist/dto/Tag.dto.ts +5 -5
- package/dist/dto/Taxon.dto.ts +27 -27
- package/dist/dto/TaxonCensus.dto.ts +4 -4
- package/dist/dto/TaxonInteraction.dto.ts +5 -5
- package/dist/dto/Transaction.dto.ts +16 -16
- package/dist/dto/TransactionEvent.dto.ts +4 -4
- package/dist/dto/TransactionItem.dto.ts +4 -4
- package/dist/dto/TypeSpecimen.dto.ts +6 -6
- package/dist/dto/Unit.dto.ts +67 -67
- package/dist/dto/UnitFact.dto.ts +20 -20
- package/dist/dto/Video.dto.ts +12 -12
- package/dist/esm/classes/Enums.js +2424 -2240
- package/dist/types/classes/Annotation.d.ts +12 -12
- package/dist/types/classes/Area.d.ts +2 -2
- package/dist/types/classes/Audio.d.ts +12 -12
- package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +2 -2
- package/dist/types/classes/Collection.d.ts +16 -16
- package/dist/types/classes/CompleteList.d.ts +2 -2
- package/dist/types/classes/Dataset.d.ts +2 -2
- package/dist/types/classes/Document.d.ts +12 -12
- package/dist/types/classes/Endangerment.d.ts +2 -2
- package/dist/types/classes/Enums.d.ts +331 -158
- package/dist/types/classes/Event.d.ts +4 -4
- package/dist/types/classes/Form.d.ts +5 -5
- package/dist/types/classes/FormOptions.d.ts +8 -8
- package/dist/types/classes/FormPermissionSingle.d.ts +2 -2
- package/dist/types/classes/Gathering.d.ts +28 -28
- package/dist/types/classes/GatheringEvent.d.ts +8 -8
- package/dist/types/classes/GatheringFact.d.ts +41 -41
- package/dist/types/classes/Habitat.d.ts +4 -4
- package/dist/types/classes/Identification.d.ts +10 -10
- package/dist/types/classes/Image.d.ts +14 -14
- package/dist/types/classes/Individual.d.ts +2 -2
- package/dist/types/classes/InformationSystem.d.ts +6 -6
- package/dist/types/classes/IucnRedListEvaluation.d.ts +22 -22
- package/dist/types/classes/Model.d.ts +12 -12
- package/dist/types/classes/NamedPlace.d.ts +6 -6
- package/dist/types/classes/News.d.ts +2 -2
- package/dist/types/classes/Notification.d.ts +2 -2
- package/dist/types/classes/Occurrence.d.ts +2 -2
- package/dist/types/classes/Organization.d.ts +2 -2
- package/dist/types/classes/Pdf.d.ts +4 -4
- package/dist/types/classes/Permit.d.ts +4 -4
- package/dist/types/classes/Person.d.ts +6 -6
- package/dist/types/classes/Preparation.d.ts +4 -4
- package/dist/types/classes/Profile.d.ts +4 -4
- package/dist/types/classes/RegionalStatus.d.ts +2 -2
- package/dist/types/classes/Sample.d.ts +16 -16
- package/dist/types/classes/SpecimenTransaction.d.ts +14 -14
- package/dist/types/classes/SpecimenTransactionEvent.d.ts +2 -2
- package/dist/types/classes/SubUnit.d.ts +2 -2
- package/dist/types/classes/Tag.d.ts +5 -5
- package/dist/types/classes/Taxon.d.ts +27 -27
- package/dist/types/classes/TaxonCensus.d.ts +4 -4
- package/dist/types/classes/TaxonInteraction.d.ts +5 -5
- package/dist/types/classes/Transaction.d.ts +16 -16
- package/dist/types/classes/TransactionEvent.d.ts +4 -4
- package/dist/types/classes/TransactionItem.d.ts +4 -4
- package/dist/types/classes/TypeSpecimen.d.ts +6 -6
- package/dist/types/classes/Unit.d.ts +67 -67
- package/dist/types/classes/UnitFact.d.ts +20 -20
- package/dist/types/classes/Video.d.ts +12 -12
- package/dist/types/models/Annotation.d.ts +12 -12
- package/dist/types/models/Area.d.ts +2 -2
- package/dist/types/models/Audio.d.ts +12 -12
- package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +2 -2
- package/dist/types/models/Collection.d.ts +16 -16
- package/dist/types/models/CompleteList.d.ts +2 -2
- package/dist/types/models/Dataset.d.ts +2 -2
- package/dist/types/models/Document.d.ts +12 -12
- package/dist/types/models/Endangerment.d.ts +2 -2
- package/dist/types/models/Enums.d.ts +169 -158
- package/dist/types/models/Event.d.ts +4 -4
- package/dist/types/models/Form.d.ts +5 -5
- package/dist/types/models/FormOptions.d.ts +8 -8
- package/dist/types/models/FormPermissionSingle.d.ts +2 -2
- package/dist/types/models/Gathering.d.ts +28 -28
- package/dist/types/models/GatheringEvent.d.ts +8 -8
- package/dist/types/models/GatheringFact.d.ts +41 -41
- package/dist/types/models/Habitat.d.ts +4 -4
- package/dist/types/models/Identification.d.ts +10 -10
- package/dist/types/models/Image.d.ts +14 -14
- package/dist/types/models/Individual.d.ts +2 -2
- package/dist/types/models/InformationSystem.d.ts +6 -6
- package/dist/types/models/IucnRedListEvaluation.d.ts +22 -22
- package/dist/types/models/Model.d.ts +12 -12
- package/dist/types/models/NamedPlace.d.ts +6 -6
- package/dist/types/models/News.d.ts +2 -2
- package/dist/types/models/Notification.d.ts +2 -2
- package/dist/types/models/Occurrence.d.ts +2 -2
- package/dist/types/models/Organization.d.ts +2 -2
- package/dist/types/models/Pdf.d.ts +4 -4
- package/dist/types/models/Permit.d.ts +4 -4
- package/dist/types/models/Person.d.ts +6 -6
- package/dist/types/models/Preparation.d.ts +4 -4
- package/dist/types/models/Profile.d.ts +4 -4
- package/dist/types/models/RegionalStatus.d.ts +2 -2
- package/dist/types/models/Sample.d.ts +16 -16
- package/dist/types/models/SpecimenTransaction.d.ts +14 -14
- package/dist/types/models/SpecimenTransactionEvent.d.ts +2 -2
- package/dist/types/models/SubUnit.d.ts +2 -2
- package/dist/types/models/Tag.d.ts +5 -5
- package/dist/types/models/Taxon.d.ts +27 -27
- package/dist/types/models/TaxonCensus.d.ts +4 -4
- package/dist/types/models/TaxonInteraction.d.ts +5 -5
- package/dist/types/models/Transaction.d.ts +16 -16
- package/dist/types/models/TransactionEvent.d.ts +4 -4
- package/dist/types/models/TransactionItem.d.ts +4 -4
- package/dist/types/models/TypeSpecimen.d.ts +6 -6
- package/dist/types/models/Unit.d.ts +67 -67
- package/dist/types/models/UnitFact.d.ts +20 -20
- package/dist/types/models/Video.d.ts +12 -12
- package/package.json +1 -1
|
@@ -1,158 +1,169 @@
|
|
|
1
|
-
export declare type
|
|
2
|
-
export declare type
|
|
3
|
-
export declare type
|
|
4
|
-
export declare type
|
|
5
|
-
export declare type
|
|
6
|
-
export declare type
|
|
7
|
-
export declare type
|
|
8
|
-
export declare type
|
|
9
|
-
export declare type
|
|
10
|
-
export declare type
|
|
11
|
-
export declare type
|
|
12
|
-
export declare type
|
|
13
|
-
export declare type
|
|
14
|
-
export declare type
|
|
15
|
-
export declare type
|
|
16
|
-
export declare type
|
|
17
|
-
export declare type
|
|
18
|
-
export declare type
|
|
19
|
-
export declare type
|
|
20
|
-
export declare type
|
|
21
|
-
export declare type
|
|
22
|
-
export declare type
|
|
23
|
-
export declare type
|
|
24
|
-
export declare type
|
|
25
|
-
export declare type
|
|
26
|
-
export declare type
|
|
27
|
-
export declare type
|
|
28
|
-
export declare type
|
|
29
|
-
export declare type
|
|
30
|
-
export declare type
|
|
31
|
-
export declare type
|
|
32
|
-
export declare type
|
|
33
|
-
export declare type
|
|
34
|
-
export declare type
|
|
35
|
-
export declare type
|
|
36
|
-
export declare type
|
|
37
|
-
export declare type
|
|
38
|
-
export declare type
|
|
39
|
-
export declare type
|
|
40
|
-
export declare type
|
|
41
|
-
export declare type
|
|
42
|
-
export declare type
|
|
43
|
-
export declare type
|
|
44
|
-
export declare type
|
|
45
|
-
export declare type
|
|
46
|
-
export declare type
|
|
47
|
-
export declare type
|
|
48
|
-
export declare type
|
|
49
|
-
export declare type
|
|
50
|
-
export declare type
|
|
51
|
-
export declare type
|
|
52
|
-
export declare type
|
|
53
|
-
export declare type
|
|
54
|
-
export declare type
|
|
55
|
-
export declare type
|
|
56
|
-
export declare type
|
|
57
|
-
export declare type
|
|
58
|
-
export declare type
|
|
59
|
-
export declare type
|
|
60
|
-
export declare type
|
|
61
|
-
export declare type
|
|
62
|
-
export declare type
|
|
63
|
-
export declare type
|
|
64
|
-
export declare type
|
|
65
|
-
export declare type
|
|
66
|
-
export declare type
|
|
67
|
-
export declare type
|
|
68
|
-
export declare type
|
|
69
|
-
export declare type
|
|
70
|
-
export declare type
|
|
71
|
-
export declare type
|
|
72
|
-
export declare type
|
|
73
|
-
export declare type
|
|
74
|
-
export declare type
|
|
75
|
-
export declare type
|
|
76
|
-
export declare type
|
|
77
|
-
export declare type
|
|
78
|
-
export declare type
|
|
79
|
-
export declare type
|
|
80
|
-
export declare type
|
|
81
|
-
export declare type
|
|
82
|
-
export declare type
|
|
83
|
-
export declare type
|
|
84
|
-
export declare type
|
|
85
|
-
export declare type
|
|
86
|
-
export declare type
|
|
87
|
-
export declare type
|
|
88
|
-
export declare type
|
|
89
|
-
export declare type
|
|
90
|
-
export declare type
|
|
91
|
-
export declare type
|
|
92
|
-
export declare type
|
|
93
|
-
export declare type
|
|
94
|
-
export declare type
|
|
95
|
-
export declare type
|
|
96
|
-
export declare type
|
|
97
|
-
export declare type
|
|
98
|
-
export declare type
|
|
99
|
-
export declare type
|
|
100
|
-
export declare type
|
|
101
|
-
export declare type
|
|
102
|
-
export declare type
|
|
103
|
-
export declare type
|
|
104
|
-
export declare type
|
|
105
|
-
export declare type
|
|
106
|
-
export declare type
|
|
107
|
-
export declare type
|
|
108
|
-
export declare type
|
|
109
|
-
export declare type
|
|
110
|
-
export declare type
|
|
111
|
-
export declare type
|
|
112
|
-
export declare type
|
|
113
|
-
export declare type
|
|
114
|
-
export declare type
|
|
115
|
-
export declare type
|
|
116
|
-
export declare type
|
|
117
|
-
export declare type
|
|
118
|
-
export declare type
|
|
119
|
-
export declare type
|
|
120
|
-
export declare type
|
|
121
|
-
export declare type
|
|
122
|
-
export declare type
|
|
123
|
-
export declare type
|
|
124
|
-
export declare type
|
|
125
|
-
export declare type
|
|
126
|
-
export declare type
|
|
127
|
-
export declare type
|
|
128
|
-
export declare type
|
|
129
|
-
export declare type
|
|
130
|
-
export declare type
|
|
131
|
-
export declare type
|
|
132
|
-
export declare type
|
|
133
|
-
export declare type
|
|
134
|
-
export declare type
|
|
135
|
-
export declare type
|
|
136
|
-
export declare type
|
|
137
|
-
export declare type
|
|
138
|
-
export declare type
|
|
139
|
-
export declare type
|
|
140
|
-
export declare type
|
|
141
|
-
export declare type
|
|
142
|
-
export declare type
|
|
143
|
-
export declare type
|
|
144
|
-
export declare type
|
|
145
|
-
export declare type
|
|
146
|
-
export declare type
|
|
147
|
-
export declare type
|
|
148
|
-
export declare type
|
|
149
|
-
export declare type
|
|
150
|
-
export declare type
|
|
151
|
-
export declare type
|
|
152
|
-
export declare type
|
|
153
|
-
export declare type
|
|
154
|
-
export declare type
|
|
155
|
-
export declare type
|
|
156
|
-
export declare type
|
|
157
|
-
export declare type
|
|
158
|
-
export declare type
|
|
1
|
+
export declare type MANAnnotationClassEnum = "" | "MAN.annotationClassReliable" | "MAN.annotationClassLikely" | "MAN.annotationClassNeutral" | "MAN.annotationClassSuspicious" | "MAN.annotationClassUnreliable" | "MAN.annotationClassAcknowledged" | "MAN.annotationClassSpam";
|
|
2
|
+
export declare type MMANRequiredRolesEnum = "" | "MMAN.expert" | "MMAN.basic" | "MMAN.owner" | "MMAN.formAdmin" | "MMAN.ictAdmin";
|
|
3
|
+
export declare type MANCensusAnnotationEnum = "" | "MAN.countError" | "MAN.innerCountError" | "MAN.otherError";
|
|
4
|
+
export declare type MYInvasiveControlEffectivenessEnum = "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
|
|
5
|
+
export declare type MANLineTransectAnnotationEnum = "" | "MAN.birdCountError" | "MAN.innerCountError" | "MAN.otherError";
|
|
6
|
+
export declare type MANTypeEnum = "" | "MAN.typeOpinion" | "MAN.typeInvasiveControlEffectiveness" | "MAN.typeUnidentifiable" | "MAN.typeAdmin";
|
|
7
|
+
export declare type MLAreaTypeEnum = "ML.country" | "ML.biogeographicalProvince" | "ML.municipality" | "ML.oldMunicipality" | "ML.elyCentre" | "ML.province" | "ML.continent" | "ML.iucnEvaluationArea" | "ML.birdAssociationArea";
|
|
8
|
+
export declare type MMTypeEnum = "" | "MM.typeEnumLive" | "MM.typeEnumSpecimen" | "MM.typeEnumGenitalia" | "MM.typeEnumMicroscopy" | "MM.typeEnumCarcass" | "MM.typeEnumSkeletal" | "MM.typeEnumHabitat" | "MM.typeEnumLabel";
|
|
9
|
+
export declare type MYLifeStages = "" | "MY.lifeStageAdult" | "MY.lifeStageNymph" | "MY.lifeStageLarva" | "MY.lifeStageEgg" | "MY.lifeStagePupa" | "MY.lifeStageJuvenile" | "MY.lifeStageSubimago" | "MY.lifeStageImmature" | "MY.lifeStageFertile" | "MY.lifeStageSterile" | "MY.lifeStageTadpole" | "MY.lifeStageEmbryo" | "MY.lifeStageSubadult" | "MY.lifeStageMature" | "MY.lifeStagePullus" | "MY.lifeStageHatchedEgg" | "MY.lifeStageHatchedPupa" | "MY.lifeStageGall" | "MY.lifeStageMarks" | "MY.lifeStageTriungulin";
|
|
10
|
+
export declare type MYPlantLifeStageEnum = "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
|
|
11
|
+
export declare type MYSexes = "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
|
|
12
|
+
export declare type MZIntellectualRightsEnum = "MZ.intellectualRightsCC-BY-SA-4.0" | "MZ.intellectualRightsCC-BY-NC-4.0" | "MZ.intellectualRightsCC-BY-NC-SA-4.0" | "MZ.intellectualRightsCC-BY-4.0" | "MZ.intellectualRightsCC0-4.0" | "MZ.intellectualRightsODBL-1.0" | "MZ.intellectualRightsPD" | "MZ.intellectualRightsARR" | "MZ.intellectualRightsCC-BY-2.0" | "MZ.intellectualRightsCC-BY-SA-2.0" | "MZ.intellectualRightsCC-BY-SA-2.0-DE" | "MZ.intellectualRightsCC-BY-NC-2.0" | "MZ.intellectualRightsCC-BY-NC-SA-2.0" | "MZ.intellectualRightsCC-BY-NC-ND-2.0" | "MZ.intellectualRightsCC-BY-SA-2.5" | "MZ.intellectualRightsCC-BY-SA-2.5-SE" | "MZ.intellectualRightsCC-BY-3.0" | "MZ.intellectualRightsCC-BY-SA-3.0" | "MZ.intellectualRightsCC-BY-NC-SA-3.0" | "MZ.intellectualRightsCC-BY-ND-4.0" | "MZ.intellectualRightsCC-BY-NC-ND-4.0" | "MY.intellectualRightsCC-BY" | "MY.intellectualRightsCC0";
|
|
13
|
+
export declare type MZPublicityRestrictionsEnum = "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
14
|
+
export declare type MABirdSongRecognitionSkillLevelEnum = "MA.birdSongRecognitionSkillLevelEnum1" | "MA.birdSongRecognitionSkillLevelEnum2" | "MA.birdSongRecognitionSkillLevelEnum3" | "MA.birdSongRecognitionSkillLevelEnum4";
|
|
15
|
+
export declare type MXSecureLevels = "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
|
|
16
|
+
export declare type MYCollectionQualityEnum = "MY.collectionQualityEnum3" | "MY.collectionQualityEnum2" | "MY.collectionQualityEnum1";
|
|
17
|
+
export declare type MYCollectionTypes = "MY.collectionTypeSpecimens" | "MY.collectionTypeLiving" | "MY.collectionTypeMonitoring" | "MY.collectionTypeObservations" | "MY.collectionTypePublicationdata" | "MY.collectionTypePublication" | "MY.collectionTypeMixed" | "MY.collectionTypeOther" | "MY.collectionTypeGardenArea" | "MY.collectionTypeIndoorGardenArea" | "MY.collectionTypeOutdoorGardenArea" | "MY.collectionTypeGardenSublocation" | "MY.collectionTypeTrait";
|
|
18
|
+
export declare type MYDataQualityEnum = "" | "MY.dataQuality1" | "MY.dataQuality2" | "MY.dataQuality3" | "MY.dataQuality4" | "MY.dataQuality5" | "MY.dataQualityNA";
|
|
19
|
+
export declare type MYIntellectualRightsEnum = "MY.intellectualRightsCC-BY" | "MY.intellectualRightsCC0" | "MY.intellectualRightsPD" | "MY.intellectualRightsARR";
|
|
20
|
+
export declare type MYMetadataStatuses = "" | "MY.metadataStatusPreliminary" | "MY.metadataStatusSatisfactory" | "MY.metadataStatusComprehensive" | "MY.metadataStatusHidden";
|
|
21
|
+
export declare type MYPublicationTermsEnum = "" | "MY.publicationTermsFree" | "MY.publicationTermsOfficial" | "MY.publicationTermsInternal" | "MY.publicationTermsNone";
|
|
22
|
+
export declare type MYCompleteListTypeEnum = "" | "MY.completeListTypeCompleteWithBreedingStatus" | "MY.completeListTypeComplete" | "MY.completeListTypeIncomplete";
|
|
23
|
+
export declare type GXDatasetTypeEnum = "GX.datasetTypeBasic" | "GX.datasetTypeProject";
|
|
24
|
+
export declare type MYDataOriginEnum = "" | "MY.dataOriginPaperForm" | "MY.dataOriginWebForm" | "MY.dataOriginSpreadsheetFile";
|
|
25
|
+
export declare type MYPreservations = "" | "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.preservationEthanolMinus20C" | "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";
|
|
26
|
+
export declare type MYStatuses = "" | "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";
|
|
27
|
+
export declare type MYVerificationStatuses = "" | "MY.verificationStatusOk" | "MY.verificationStatusVerify" | "MY.verificationStatusComplete" | "MY.verificationStatusGeoreference" | "MY.verificationStatusDet" | "MY.verificationStatusCheckID" | "MY.verificationStatusVerifyCoordinates";
|
|
28
|
+
export declare type MKVEndangermentReasonEnum = "MKV.endangermentReasonP" | "MKV.endangermentReasonKe" | "MKV.endangermentReasonH" | "MKV.endangermentReasonKu" | "MKV.endangermentReasonR" | "MKV.endangermentReasonKs" | "MKV.endangermentReasonPm" | "MKV.endangermentReasonPr" | "MKV.endangermentReasonN" | "MKV.endangermentReasonM" | "MKV.endangermentReasonMp" | "MKV.endangermentReasonMv" | "MKV.endangermentReasonMk" | "MKV.endangermentReasonMl" | "MKV.endangermentReasonO" | "MKV.endangermentReasonVr" | "MKV.endangermentReasonKh" | "MKV.endangermentReasonI" | "MKV.endangermentReasonS" | "MKV.endangermentReasonKil" | "MKV.endangermentReasonRis" | "MKV.endangermentReasonKv" | "MKV.endangermentReasonU" | "MKV.endangermentReasonVie" | "MKV.endangermentReasonMuu" | "MKV.endangermentReasonT";
|
|
29
|
+
export declare type MYEventType = "MY.eventTypeDiscarded" | "MY.eventTypeDonating" | "MY.eventTypeInventory" | "MY.eventTypeMarkedDead" | "MY.eventTypeOccasionalRemark" | "MY.eventTypeTemporaryPlacement" | "MY.eventTypePlanting" | "MY.eventTypePlantedBackToWild" | "MY.eventTypePollination" | "MY.eventTypePrickingOut" | "MY.eventTypePotting" | "MY.eventTypePropagation" | "MY.eventTypePropagationMaterialCollected" | "MY.eventTypePruning" | "MY.eventTypeSowing" | "MY.eventTypeStoring" | "MY.eventTypeTransferring" | "MY.eventTypeOther" | "MY.eventTypeAtlantis" | "MY.eventTypeCleaning" | "MY.eventTypeQuantityEstimation" | "MY.eventTypeCutTesting" | "MY.eventTypeDrying" | "MY.eventTypeGerminationTesting" | "MY.eventTypeGerminationRetesting" | "MY.eventTypeGerminationControlling" | "MY.eventTypeTZTesting" | "MY.eventTypeSeedExchange" | "MY.eventTypeTPuska";
|
|
30
|
+
export declare type MHLCategoryEnum = "" | "MHL.categoryGeneric" | "MHL.categorySurvey" | "MHL.categoryTaxonomicGroup" | "MHL.categoryBirdMonitoringSchemes" | "MHL.categoryCitizenScience" | "MHL.categoryBiomonCompleteLists";
|
|
31
|
+
export declare type MZLanguageEnum = "" | "en" | "fi" | "sv";
|
|
32
|
+
export declare type MHLPrintTypeEnum = "" | "MHL.printTypeLineTransect";
|
|
33
|
+
export declare type MHLRestrictAccessEnum = "" | "MHL.restrictAccessStrict" | "MHL.restrictAccessLoose";
|
|
34
|
+
export declare type MHLResultServiceTypeEnum = "" | "MHL.resultServiceTypeLineTransect" | "MHL.resultServiceTypeNafi" | "MHL.resultServiceTypeBirdPointCount" | "MHL.resultServiceTypeWinterBirdCount" | "MHL.resultServiceTypeSykeInsectProjects" | "MHL.resultServiceTypeInvasiveControl" | "MHL.resultServiceTypeCompleteLists" | "MHL.resultServiceTypeWaterBirdCount";
|
|
35
|
+
export declare type MHLViewerTypeEnum = "" | "MHL.viewerTypeLineTransect" | "MHL.viewerTypeBirdPointCount";
|
|
36
|
+
export declare type MFPTypeEnum = "" | "MFP.typeAdmin" | "MFP.typeEditor" | "MFP.typeAccessRequest";
|
|
37
|
+
export declare type MYBatHabitatEnum = "" | "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";
|
|
38
|
+
export declare type MYCoordinateSources = "" | "MY.coordinateSourceGps" | "MY.coordinateSourcePeruskartta" | "MY.coordinateSourcePapermap" | "MY.coordinateSourceKotkamap" | "MY.coordinateSourceKarttapaikka" | "MY.coordinateSourceRetkikartta" | "MY.coordinateSourceGoogle" | "MY.coordinateSourceLajifi" | "MY.coordinateSourceOther" | "MY.coordinateSourceUnknown";
|
|
39
|
+
export declare type MYCoordinateSystems = "" | "MY.coordinateSystemYkj" | "MY.coordinateSystemWgs84" | "MY.coordinateSystemWgs84dms" | "MY.coordinateSystemKkj" | "MY.coordinateSystemEtrs-tm35fin" | "MY.coordinateSystemDd" | "MY.coordinateSystemDms";
|
|
40
|
+
export declare type MYForestVegetationZones = "" | "MY.forestVegetationZone1a" | "MY.forestVegetationZone1b" | "MY.forestVegetationZone2a" | "MY.forestVegetationZone2b" | "MY.forestVegetationZone3a" | "MY.forestVegetationZone3b" | "MY.forestVegetationZone3c" | "MY.forestVegetationZone4a" | "MY.forestVegetationZone4b" | "MY.forestVegetationZone4c" | "MY.forestVegetationZone4d";
|
|
41
|
+
export declare type MYGatheringTypeEnum = "" | "MY.gatheringTypeForagingArea" | "MY.gatheringTypeBreedingAndRestingArea" | "MY.gatheringTypeCavityTree" | "MY.gatheringTypeDroppingsTree" | "MY.gatheringTypeNestTree" | "MY.gatheringTypeLolifeAccess" | "MY.gatheringTypeLolifeCoreZone" | "MY.gatheringTypeLolifeHabitatZone" | "MY.gatheringTypeLolifeApplicableZone" | "MY.gatheringTypeWaterbirdPoint" | "MY.gatheringTypeWaterbirdRound";
|
|
42
|
+
export declare type MYGeoreferenceSources = "" | "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";
|
|
43
|
+
export declare type MYHabitatEnum = "" | "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";
|
|
44
|
+
export declare type MYHabitatAttributesEnum = "" | "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";
|
|
45
|
+
export declare type MYInvasiveControlMethodsEnum = "" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther";
|
|
46
|
+
export declare type MYMothSamplingMethodEnum = "" | "MY.mothSamplingMethodJA500" | "MY.mothSamplingMethodLHG" | "MY.mothSamplingMethodLS" | "MY.mothSamplingMethodMAARY" | "MY.mothSamplingMethodPR125" | "MY.mothSamplingMethodPR250";
|
|
47
|
+
export declare type MYPredominantTreeEnum = "" | "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";
|
|
48
|
+
export declare type MYSamplingMethods = "" | "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";
|
|
49
|
+
export declare type MYArtificialLightEnum = "" | "MY.artificialLightEnum1" | "MY.artificialLightEnum2" | "MY.artificialLightEnum3" | "MY.artificialLightEnum4" | "MY.artificialLightEnum5";
|
|
50
|
+
export declare type MYCloudCoverOktaEnum = "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
|
|
51
|
+
export declare type MYRainIntensityEnum = "" | "MY.rainIntensityEnumNoRain" | "MY.rainIntensityEnumLightRain" | "MY.rainIntensityEnumModerateRain" | "MY.rainIntensityEnumHeavyRain" | "MY.rainIntensityEnumTorrentialRain";
|
|
52
|
+
export declare type MYBatCollectorEnum = "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
|
|
53
|
+
export declare type MYLolifeSiteClassificationEnum = "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
|
|
54
|
+
export declare type MYPointCountHabitatEnum = "" | "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";
|
|
55
|
+
export declare type MYSykeButterFlyCensusWindEnum = "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
|
|
56
|
+
export declare type MYWaterbirdCensusPeriodEnum = "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
|
|
57
|
+
export declare type MYWaterbirdHabitatEnum = "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
|
|
58
|
+
export declare type WBCSpeciesAbundanceEnum = "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
|
|
59
|
+
export declare type WBCCloudAndRainEnum = "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
|
|
60
|
+
export declare type WBCIceCoverEnum = "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
|
|
61
|
+
export declare type WBCBerriesAndConesEnum = "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
62
|
+
export declare type WBCSnowAndIceOnTreesEnum = "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
|
|
63
|
+
export declare type WBCSnowCoverEnum = "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
|
|
64
|
+
export declare type WBCTypeOfSnowCoverEnum = "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
|
|
65
|
+
export declare type WBCVisibilityEnum = "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
|
|
66
|
+
export declare type WBCWaterbodiesEnum = "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
|
|
67
|
+
export declare type WBCWayOfTravelEnum = "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
|
|
68
|
+
export declare type WBCWindEnum = "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
|
|
69
|
+
export declare type MKVHabitatEnum = "MKV.habitatM" | "MKV.habitatMk" | "MKV.habitatMkk" | "MKV.habitatMkt" | "MKV.habitatMl" | "MKV.habitatMlt" | "MKV.habitatMlk" | "MKV.habitatMt" | "MKV.habitatMtl" | "MKV.habitatS" | "MKV.habitatSl" | "MKV.habitatSla" | "MKV.habitatSlr" | "MKV.habitatSlk" | "MKV.habitatSn" | "MKV.habitatSnk" | "MKV.habitatSnr" | "MKV.habitatSr" | "MKV.habitatSrk" | "MKV.habitatSrr" | "MKV.habitatSk" | "MKV.habitatSkk" | "MKV.habitatSkr" | "MKV.habitatV" | "MKV.habitatVi" | "MKV.habitatVik" | "MKV.habitatVim" | "MKV.habitatVis" | "MKV.habitatVih" | "MKV.habitatVie" | "MKV.habitatVip" | "MKV.habitatVs" | "MKV.habitatVsk" | "MKV.habitatVsr" | "MKV.habitatVa" | "MKV.habitatVj" | "MKV.habitatVp" | "MKV.habitatVk" | "MKV.habitatVl" | "MKV.habitatR" | "MKV.habitatRi" | "MKV.habitatRim" | "MKV.habitatRimt" | "MKV.habitatRiml" | "MKV.habitatRip" | "MKV.habitatRin" | "MKV.habitatRil" | "MKV.habitatRir" | "MKV.habitatRis" | "MKV.habitatRih" | "MKV.habitatRit" | "MKV.habitatRj" | "MKV.habitatRjm" | "MKV.habitatRjmt" | "MKV.habitatRjml" | "MKV.habitatRjp" | "MKV.habitatRjn" | "MKV.habitatRjl" | "MKV.habitatRjr" | "MKV.habitatRjs" | "MKV.habitatRjh" | "MKV.habitatRjt" | "MKV.habitatK" | "MKV.habitatKk" | "MKV.habitatKs" | "MKV.habitatKr" | "MKV.habitatKl" | "MKV.habitatKm" | "MKV.habitatT" | "MKV.habitatTk" | "MKV.habitatTn" | "MKV.habitatTu" | "MKV.habitatTp" | "MKV.habitatTl" | "MKV.habitatTll" | "MKV.habitatTlk" | "MKV.habitatTls" | "MKV.habitatTlr" | "MKV.habitatTlä" | "MKV.habitatTs" | "MKV.habitatTj" | "MKV.habitatTv" | "MKV.habitatTa" | "MKV.habitatI" | "MKV.habitatIn" | "MKV.habitatIt" | "MKV.habitatIh" | "MKV.habitatIk" | "MKV.habitatIo" | "MKV.habitatIv" | "MKV.habitatIp" | "MKV.habitatIu" | "MKV.habitatIr" | "MKV.habitatU";
|
|
70
|
+
export declare type MKVHabitatSpecificTypeEnum = "" | "MKV.habitatSpecificTypeV" | "MKV.habitatSpecificTypeH" | "MKV.habitatSpecificTypeP" | "MKV.habitatSpecificTypeJ" | "MKV.habitatSpecificTypePAK" | "MKV.habitatSpecificTypeVAK" | "MKV.habitatSpecificTypeRA" | "MKV.habitatSpecificTypeKA" | "MKV.habitatSpecificTypeKE" | "MKV.habitatSpecificTypeCA";
|
|
71
|
+
export declare type MYDetMethodEnum = "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
|
|
72
|
+
export declare type MYIdentificationBasisEnum = "" | "MY.identificationBasisDNA" | "MY.identificationBasisGenitals" | "MY.identificationBasisGenitalPreparate" | "MY.identificationBasisSpores" | "MY.identificationBasisHandled" | "MY.identificationBasisChemical" | "MY.identificationBasisHeard" | "MY.identificationBasisMicroscope" | "MY.identificationBasisSeen" | "MY.identificationBasisPreservedSpecimen" | "MY.identificationBasisFreshSpecimen" | "MY.identificationBasisMedia";
|
|
73
|
+
export declare type MYInfraRanks = "" | "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";
|
|
74
|
+
export declare type MXTaxonRankEnum = "" | "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";
|
|
75
|
+
export declare type MMSideEnum = "" | "MM.sideUpside" | "MM.sideDownside";
|
|
76
|
+
export declare type KEPublicities = "KE.inUseByLuomus" | "KE.inPublicUse" | "KE.adminOnly" | "KE.thirdParty";
|
|
77
|
+
export declare type KEStates = "KE.productionState" | "KE.developmentState" | "KE.abandonedState";
|
|
78
|
+
export declare type KETypes = "KE.webApplication" | "KE.webService" | "KE.softwareComponent" | "KE.program" | "KE.database" | "KE.hardware" | "KE.server" | "KE.mobileApp";
|
|
79
|
+
export declare type MKVDdReasonEnum = "" | "MKV.ddReasonIncompleteSpatialData" | "MKV.ddReasonIncompleteTaxonomicData" | "MKV.ddReasonIncompleteOtherData";
|
|
80
|
+
export declare type MKVExternalPopulationImpactOnRedListStatusEnum = "" | "MKV.externalPopulationImpactOnRedListStatusEnumMinus1" | "MKV.externalPopulationImpactOnRedListStatusEnumMinus2" | "MKV.externalPopulationImpactOnRedListStatusEnumPlus1" | "MKV.externalPopulationImpactOnRedListStatusEnumPlus2";
|
|
81
|
+
export declare type MKVPossiblyREEnum = "" | "MX.iucnRE" | "MX.iucnEW" | "MX.iucnEX";
|
|
82
|
+
export declare type MKVReasonForStatusChangeEnum = "" | "MKV.reasonForStatusChangeGenuine" | "MKV.reasonForStatusChangeGenuineBeforePreviousEvaluation" | "MKV.reasonForStatusChangeChangesInCriteria" | "MKV.reasonForStatusChangeMoreInformation" | "MKV.reasonForStatusChangeChangesInTaxonomy" | "MKV.reasonForStatusChangeError" | "MKV.reasonForStatusChangeErroneousInformation" | "MKV.reasonForStatusChangeOther";
|
|
83
|
+
export declare type MXIucnStatuses = "" | "MX.iucnEX" | "MX.iucnEW" | "MX.iucnRE" | "MX.iucnCR" | "MX.iucnEN" | "MX.iucnVU" | "MX.iucnNT" | "MX.iucnLC" | "MX.iucnDD" | "MX.iucnNA" | "MX.iucnNE";
|
|
84
|
+
export declare type MKVStateEnum = "MKV.stateReady" | "MKV.stateReadyForComments" | "MKV.stateStarted";
|
|
85
|
+
export declare type MXTypeOfOccurrenceEnum = "" | "MX.doesNotOccur" | "MX.typeOfOccurrenceOccurs" | "MX.typeOfOccurrenceStablePopulation" | "MX.typeOfOccurrenceCommon" | "MX.typeOfOccurrenceRare" | "MX.typeOfOccurrenceVeryRare" | "MX.typeOfOccurrenceVagrant" | "MX.typeOfOccurrenceRareVagrant" | "MX.typeOfOccurrenceMigrant" | "MX.typeOfOccurrenceImport" | "MX.typeOfOccurrenceAnthropogenic" | "MX.typeOfOccurrenceNotEstablished" | "MX.typeOfOccurrenceExtirpated" | "MX.typeOfOccurrenceOldRecords" | "MX.typeOfOccurrenceUncertain" | "MX.typeOfOccurrenceSpontaneousOldResident" | "MX.typeOfOccurrenceSpontaneousNewResident" | "MX.typeOfOccurrenceAlienOldResident" | "MX.typeOfOccurrenceSpontaneousNewEphemeral" | "MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld" | "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct" | "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct" | "MX.typeOfOccurrenceAlienNewEphemeral" | "MX.typeOfOccurrenceAlienNewEphemeralOnlyold" | "MX.typeOfOccurrenceAlienNewResident" | "MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct" | "MX.typeOfOccurrenceAlienOldExtinct" | "MX.typeOfOccurrenceSmallDegreeCultivatedOrigin" | "MX.typeOfOccurrenceNotableDegreeCultivatedOrigin" | "MX.typeOfOccurrenceCompletelyCultivatedOrigin" | "MX.typeOfOccurrenceOnlyCultivated" | "MX.typeOfOccurrenceMaxShortDistanceEscape" | "MX.typeOfOccurrenceMaxSoilImmigrant" | "MX.typeOfOccurrenceMaxReplanted" | "MX.typeOfOccurrenceMaxRelict" | "MX.typeOfOccurrenceNotEvaluated" | "MX.typeOfOccurrenceRegularBreeder" | "MX.typeOfOccurrenceIrregularBreeder" | "MX.typeOfOccurrencePassageMigrant" | "MX.typeOfOccurrenceBirdLifeCategoryA" | "MX.typeOfOccurrenceBirdLifeCategoryB" | "MX.typeOfOccurrenceBirdLifeCategoryC" | "MX.typeOfOccurrenceBirdLifeCategoryD" | "MX.typeOfOccurrenceBirdLifeCategoryE" | "MX.typeOfOccurrenceOccursBasedOnOccurrences";
|
|
86
|
+
export declare type MNPAccessibilityEnum = "" | "MNP.accessibilityEasy" | "MNP.accessibilityModerate" | "MNP.accessibilityDifficult";
|
|
87
|
+
export declare type MNPPriorityEnum = "" | "MNP.priority1" | "MNP.priority2" | "MNP.priority3" | "MNP.priority4" | "MNP.priority5";
|
|
88
|
+
export declare type MNPTagEnum = "" | "MNP.tagAccessibilityEasy" | "MNP.tagAccessibilityModerate" | "MNP.tagAccessibilityDifficult" | "MNP.tagHabitatImportant" | "MNP.tagCensusRare" | "MNP.tagHabitatFarmland" | "MNP.tagHabitatMire" | "MNP.tagHabitatMountain" | "MNP.tagSuitable";
|
|
89
|
+
export declare type MHNNotificationReasonEnum = "" | "MHN.notificationReasonOwnDocumentAnnotated" | "MHN.notificationReasonAnnotatedDocumentAnnotated";
|
|
90
|
+
export declare type MOSABBREVIATIONExplanations = "" | "MOS.abbreviation-explanationIndexHerbariorum" | "MOS.abbreviation-explanationInsectAndSpiderCollectionsOfTheWorld";
|
|
91
|
+
export declare type HRAPermitStatusEnum = "" | "HRA.permitStatusAvailable" | "HRA.permitStatusNotRequired";
|
|
92
|
+
export declare type HRAPermitTypeEnum = "" | "HRA.permitTypePIC" | "HRA.permitTypeMAT" | "HRA.permitTypeMTA" | "HRA.permitCollectingPermit" | "HRA.permitTypeExportPermit" | "HRA.permitTypeOther" | "HRA.permitTypeMemorandumOfUnderstanding";
|
|
93
|
+
export declare type MARoles = "" | "MA.admin" | "MA.securePortalUser" | "MA.sensitiveInformationApprovalRequestHandler" | "MA.taxonEditorUser" | "MA.taxonEditorUserDescriptionWriterOnly" | "MA.haukkaUser" | "MA.satelliteDataManagementUser" | "MA.invasivePortalAdmin" | "MA.speciesChallengeAdmin" | "MA.luomusSpaceCalendarUser" | "MA.luomusSpaceOpeningTimesUser" | "MA.taxonIdEditor";
|
|
94
|
+
export declare type MARoleKotkaEnum = "" | "MA.admin" | "MA.advanced" | "MA.member" | "MA.guest";
|
|
95
|
+
export declare type MFPreparationMaterialsEnum = "" | "MF.preparationMaterialsAcetone" | "MF.preparationMaterialsAmmonia" | "MF.preparationMaterialsBasyntan" | "MF.preparationMaterialsBorax" | "MF.preparationMaterialsEulan" | "MF.preparationMaterialsHydrogenPeroxide" | "MF.preparationMaterialsMethyleneChloride" | "MF.preparationMaterialsNovaltan" | "MF.preparationMaterialsPapaine" | "MF.preparationMaterialsPlaster" | "MF.preparationMaterialsPolyurethane" | "MF.preparationMaterialsPretanix" | "MF.preparationMaterialsPurifiedGasoline" | "MF.preparationMaterialsWoodWool" | "MF.preparationMaterialsCTAB" | "MF.preparationMaterialsEZNAForensicKit" | "MF.preparationMaterialsDNEasyBloodAndTissueKit" | "MF.preparationMaterialsDNEasyPlantKit" | "MF.preparationMaterialsNucleospinTissueKit" | "MF.preparationMaterialsNucleospinPlantTwo" | "MF.preparationMaterialsSaltExtraction" | "MF.preparationMaterialsDNeasyPlantMiniKit" | "MF.preparationMaterialsMagAttractHMWDNAKit";
|
|
96
|
+
export declare type MFPreparationProcessEnum = "" | "MF.preparationProcessTanning" | "MF.preparationProcessEnzymaticMaceration" | "MF.preparationProcessDegreasing" | "MF.preparationProcessBeetleCleaning" | "MF.preparationProcessPEG" | "MF.preparationProcessFreezeDrying";
|
|
97
|
+
export declare type MABirdwatchingActivityLevelEnum = "" | "MA.birdwatchingActivityLevelEnum1" | "MA.birdwatchingActivityLevelEnum2" | "MA.birdwatchingActivityLevelEnum3" | "MA.birdwatchingActivityLevelEnum4";
|
|
98
|
+
export declare type MAFinnishBirdSongRecognitionSkillLevelEnum = "" | "MA.finnishBirdSongRecognitionSkillLevelEnum1" | "MA.finnishBirdSongRecognitionSkillLevelEnum2" | "MA.finnishBirdSongRecognitionSkillLevelEnum3" | "MA.finnishBirdSongRecognitionSkillLevelEnum4";
|
|
99
|
+
export declare type MFElutionMediumEnum = "" | "MF.elutionMediumUltrapureWater" | "MF.elutionMediumElutionBuffer";
|
|
100
|
+
export declare type MFIndividualsInPreparationEnum = "" | "MF.individualsInPreparationMultiple" | "MF.individualsInPreparationSingle";
|
|
101
|
+
export declare type MFMaterialEnum = "" | "MF.materialBirdStudySkin" | "MF.materialWing" | "MF.materialTail" | "MF.materialWingAndTail" | "MF.materialSkull" | "MF.materialEntireSkeleton" | "MF.materialBones" | "MF.materialSkullAndBones" | "MF.materialAntlers" | "MF.materialHead" | "MF.materialMuscle" | "MF.materialLiver" | "MF.materialLeaf" | "MF.materialBlood" | "MF.materialLeg" | "MF.materialSkin" | "MF.materialFeather" | "MF.materialEgg" | "MF.materialEggContent" | "MF.materialGenomicDNA" | "MF.materialMitochondrialDNA" | "MF.materialChloroplastDNA" | "MF.materialEnvironmentalDNA" | "MF.materialTeeth" | "MF.materialBodyParts" | "MF.materialEntireOrganism" | "MF.materialAppendages" | "MF.materialGenitalPreparation" | "MF.materialSection" | "MF.materialChromosomes" | "MF.materialShell" | "MF.materialHair" | "MF.materialClutch" | "MF.materialEggshell" | "MF.materialEggshellFragments" | "MF.materialNest" | "MF.materialNestMaterial" | "MF.materialOther";
|
|
102
|
+
export declare type MFPreparationTypeEnum = "MF.preparationTypeSkin" | "MF.preparationTypeSkeletal" | "MF.preparationTypeMount" | "MF.preparationTypeTissue" | "MF.preparationTypeTissueEcotoxicology" | "MF.preparationTypeLiquid" | "MF.preparationTypeMicroscopeSlide" | "MF.preparationTypeDNAExtract" | "MF.preparationTypeEgg" | "MF.preparationTypeNest" | "MF.preparationTypeOther";
|
|
103
|
+
export declare type MFQualityEnum = "" | "MF.qualityLow" | "MF.qualityMedium" | "MF.qualityHigh";
|
|
104
|
+
export declare type MFQualityCheckMethodEnum = "" | "MF.qualityCheckMethodNanoDrop" | "MF.qualityCheckMethodCubit";
|
|
105
|
+
export declare type HRXAvailableForGeneticResearchEnum = "" | "HRX.availableForGeneticResearchYes" | "HRX.availableForGeneticResearchWithRestrictions" | "HRX.availableForGeneticResearchNo";
|
|
106
|
+
export declare type HRXGeneticResourceTypeEnum = "" | "HRX.geneticResourceTypeAnimal" | "HRX.geneticResourceTypePlant" | "HRX.geneticResourceTypeFungus" | "HRX.geneticResourceTypeMicrobe" | "HRX.geneticResourceTypeSoil" | "HRX.geneticResourceTypeAqua";
|
|
107
|
+
export declare type HRXResourceImportedEnum = "" | "HRX.resourceImportedGeneticResources" | "HRX.resourceImportedTraditionalKnowledge" | "HRX.resourceImportedBoth";
|
|
108
|
+
export declare type HRXStatusEnum = "" | "HRX.statusInProcess" | "HRX.statusOutstanding" | "HRX.statusClosed" | "HRX.statusOnLoan";
|
|
109
|
+
export declare type HRXTransportMethodEnum = "" | "HRX.transportMethodPriority" | "HRX.transportMethodEconomy" | "HRX.transportMethodCourier" | "HRX.transportMethodCarried" | "HRX.transportMethodOther" | "HRX.transportMethodImage";
|
|
110
|
+
export declare type HRXTypeEnum = "HRX.typeLoanIncoming" | "HRX.typeLoanOutgoing" | "HRX.typeGiftIncoming" | "HRX.typeGiftOutgoing" | "HRX.typeExchangeIncoming" | "HRX.typeExchangeOutgoing" | "HRX.typeFieldCollection" | "HRX.typeImportNotice" | "HRX.typeABSNegotiations" | "HRX.typeVirtualLoanOutgoing" | "HRX.typeDeaccession";
|
|
111
|
+
export declare type HRXEventTypeEnum = "HRX.eventTypeReturn" | "HRX.eventTypeAddition";
|
|
112
|
+
export declare type MMANTypeEnum = "" | "MMAN.typeCheck" | "MMAN.typeAdmin" | "MMAN.typeInfo" | "MMAN.typeInvasive" | "MMAN.typeCensus" | "MMAN.typeNegativeQuality" | "MMAN.typePositiveQuality";
|
|
113
|
+
export declare type HBEInvasiveSpeciesMainGroups = "" | "HBE.MG2" | "HBE.MG3" | "HBE.MG4" | "HBE.MG5" | "HBE.MG6" | "HBE.MG7" | "HBE.MG8" | "HBE.MG9" | "HBE.MG12" | "HBE.MG11" | "HBE.MG10" | "HBE.MG13" | "HBE.MG14" | "HBE.MG15" | "HBE.MG16" | "HBE.MG17" | "HBE.MG18" | "HBE.MG19" | "HBE.MG20";
|
|
114
|
+
export declare type MXAdminStatusEnum = "" | "MX.finlex160_1997_appendix4_2021" | "MX.finlex160_1997_appendix4_specialInterest_2021" | "MX.finlex160_1997_appendix2a" | "MX.finlex160_1997_appendix2b" | "MX.finlex160_1997_appendix3a" | "MX.finlex160_1997_appendix3b" | "MX.finlex160_1997_appendix3c" | "MX.finlex160_1997_largeBirdsOfPrey" | "MX.finlex1066_2023_appendix7" | "MX.habitatsDirectiveAnnexII" | "MX.habitatsDirectiveAnnexIV" | "MX.habitatsDirectiveAnnexV" | "MX.primaryInterestInEU" | "MX.habitatsDirectiveAnnexIIExceptionGranted" | "MX.habitatsDirectiveAnnexII_FinlandNaturaSpecies" | "MX.habitatsDirectiveAnnexIVExceptionGranted" | "MX.habitatsDirectiveAnnexVExceptionGranted" | "MX.birdsDirectiveStatusAppendix1" | "MX.birdsDirectiveStatusAppendix2A" | "MX.birdsDirectiveStatusAppendix2B" | "MX.birdsDirectiveStatusAppendix3A" | "MX.birdsDirectiveStatusAppendix3B" | "MX.birdsDirectiveStatusMigratoryBirds" | "MX.cites_appendixI" | "MX.cites_appendixII" | "MX.cites_appendixIII" | "MX.euRegulation_cites_appendixA" | "MX.euRegulation_cites_appendixB" | "MX.euRegulation_cites_appendixD" | "MX.finnishEnvironmentInstitute2020protectionPrioritySpecies" | "MX.finnishEnvironmentInstitute2010protectionPrioritySpecies" | "MX.gameBird" | "MX.gameMammal" | "MX.unprotectedSpecies" | "MX.nationallySignificantInvasiveSpecies" | "MX.euInvasiveSpeciesList" | "MX.quarantinePlantPest" | "MX.qualityPlantPest" | "MX.otherPlantPest" | "MX.nationalInvasiveSpeciesStrategy" | "MX.otherInvasiveSpeciesList" | "MX.controllingRisksOfInvasiveAlienSpecies" | "MX.concernInvasiveSpeciesNotOnOtherLists" | "MX.finnishEnvironmentInstitute20072010forestSpecies" | "MX.finnishEnvironmentInstitute2020conservationProjectSpecies" | "MX.finnishEnvironmentInstitute2020conservationProjectAapamireSpecies" | "MX.finnishEnvironmentInstitute2020conservationProjectVascularSpecies" | "MX.finnishEnvironmentInstitute20192021forestSpecies" | "MX.cropWildRelative" | "MX.regionallyThreatened2020_1a" | "MX.regionallyThreatened2020_1b" | "MX.regionallyThreatened2020_2a" | "MX.regionallyThreatened2020_2b" | "MX.regionallyThreatened2020_3a" | "MX.regionallyThreatened2020_3b" | "MX.regionallyThreatened2020_3c" | "MX.regionallyThreatened2020_4a" | "MX.regionallyThreatened2020_4b" | "MX.regionallyThreatened2020_4c" | "MX.regionallyThreatened2020_4d" | "MX.forestCentreSpecies" | "MX.finlex160_1997_appendix1" | "MX.finlex160_1997_appendix4" | "MX.finlex160_1997_appendix4_specialInterest";
|
|
115
|
+
export declare type MXInvasiveSpeciesCategories = "" | "MX.invasiveExtremelyDangerous" | "MX.invasiveDangerous" | "MX.invasiveWatchlist";
|
|
116
|
+
export declare type MXInvasiveSpeciesEstablishmentStatuses = "" | "MX.invasiveEstablished" | "MX.invasiveSporadic" | "MX.invasiveNotYetInFinland" | "MX.invasiveEstablishmentUnknown" | "MX.invasiveEstablishmentAccidental" | "MX.invasiveNonWild";
|
|
117
|
+
export declare type MXTaxonSetEnum = "" | "MX.taxonSetSykeButterflyCensusPapilionoidea" | "MX.taxonSetSykeButterflyCensusOther" | "MX.taxonSetWaterbirdWaterbirds" | "MX.taxonSetWaterbirdWaders" | "MX.taxonSetWaterbirdGulls" | "MX.taxonSetWaterbirdPasserines" | "MX.taxonSetWaterbirdAmphibia" | "MX.taxonSetSykeBumblebee" | "MVL.1201" | "MX.taxonSetSykeBumblebeeOther" | "MX.taxonSetBirdAtlasCommon" | "MX.taxonSetBiomonCompleteListOdonata" | "MX.taxonSetBiomonCompleteListButterflies" | "MX.taxonSetBiomonCompleteListMoths" | "MX.taxonSetBiomonCompleteListBombus" | "MX.taxonSetBiomonCompleteListAmphibiaReptilia" | "MX.taxonSetBiomonCompleteListLargeFlowers" | "MX.taxonSetBiomonCompleteListSubarcticPlants" | "MX.taxonSetBiomonCompleteListMacrolichens" | "MX.taxonSetBiomonCompleteListBracketFungi" | "MX.taxonSetBiomonCompleteListPracticalFungi" | "MX.taxonSetSykeMacrozoobenthos";
|
|
118
|
+
export declare type MXOccurrenceInFinlandEnum = "" | "MX.doesNotOccur" | "MX.occurrenceInFinlandPublished" | "MX.occurrenceInFinlandCollected" | "MX.occurrenceInFinlandObserved" | "MX.occurrenceInFinlandPublishedUncertain" | "MX.occurrenceInFinlandCollectedUncertain" | "MX.occurrenceInFinlandObservedUncertain" | "MX.occurrenceInFinlandPublishedError" | "MX.occurrenceInFinlandPresumed";
|
|
119
|
+
export declare type MYTaxonCensusEnum = "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
|
|
120
|
+
export declare type MITaxonInteractionEnum = "MI.taxonInteractionNeutralism" | "MI.taxonInteractionAntagonism" | "MI.taxonInteractionCommensalism" | "MI.taxonInteractionCompetition" | "MI.taxonInteractionAmensalism" | "MI.taxonInteractionMutualism" | "MI.taxonInteractionPredation" | "MI.taxonInteractionParasitism" | "MI.taxonInteractionEctoparasitism" | "MI.taxonInteractionEndoparasitism";
|
|
121
|
+
export declare type HRAAvailableForGeneticResearchEnum = "" | "HRA.availableForGeneticResearchYes" | "HRA.availableForGeneticResearchWithRestrictions" | "HRA.availableForGeneticResearchNo";
|
|
122
|
+
export declare type HRAGeneticResourceTypeEnum = "" | "HRA.geneticResourceTypeAnimal" | "HRA.geneticResourceTypePlant" | "HRA.geneticResourceTypeFungus" | "HRA.geneticResourceTypeMicrobe" | "HRA.geneticResourceTypeSoil" | "HRA.geneticResourceTypeAqua";
|
|
123
|
+
export declare type HRALocalDepartments = "" | "HRA.localDepartmentDipteraHymenoptera" | "HRA.localDepartmentLepidopteraColeoptera" | "HRA.localDepartmentMetazoa" | "HRA.localDepartmentMonitoring" | "HRA.localDepartmentBryology" | "HRA.localDepartmentGarden" | "HRA.localDepartmentMycology" | "HRA.localDepartmentVascularPlants";
|
|
124
|
+
export declare type HRAResourceImportedEnum = "" | "HRA.resourceImportedGeneticResources" | "HRA.resourceImportedTraditionalKnowledge" | "HRA.resourceImportedBoth";
|
|
125
|
+
export declare type HRASentTypes = "" | "HRA.sentTypePriority" | "HRA.sentTypeEconomy" | "HRA.sentTypeCourier" | "HRA.sentTypeCarried" | "HRA.sentTypeOther" | "HRA.sentTypeImage";
|
|
126
|
+
export declare type HRATransactionStatuses = "" | "HRA.transactionStatusInProcess" | "HRA.transactionStatusOutstanding" | "HRA.transactionStatusClosed";
|
|
127
|
+
export declare type HRATransactionTypes = "HRA.transactionTypeLoanIncoming" | "HRA.transactionTypeGiftIncoming" | "HRA.transactionTypeExchangeIncoming" | "HRA.transactionTypeLoanOutgoing" | "HRA.transactionTypeGiftOutgoing" | "HRA.transactionTypeExchangeOutgoing" | "HRA.transactionTypeFieldCollection" | "HRA.transactionTypeImportNotice" | "HRA.transactionTypeABSNegotiations" | "HRA.transactionTypeVirtualLoanOutgoing";
|
|
128
|
+
export declare type HRAAEventTypeEnum = "HRAA.eventTypeSend" | "HRAA.eventTypeReceive" | "HRAA.eventTypeOther";
|
|
129
|
+
export declare type HRAASentByEnum = "" | "HRAA.sentByPriority" | "HRAA.sentByEconomy" | "HRAA.sentByCourier" | "HRAA.sentByCarried" | "HRAA.sentByOther";
|
|
130
|
+
export declare type HRABItemTypeEnum = "HRAB.itemTypeSpecimen" | "HRAB.itemTypeSpecimenBatch" | "HRAB.itemTypeImage" | "HRAB.itemTypeOther";
|
|
131
|
+
export declare type HRABStatusEnum = "HRAB.statusOk" | "HRAB.statusMissing" | "HRAB.statusDamaged";
|
|
132
|
+
export declare type MYTypeStatuses = "" | "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";
|
|
133
|
+
export declare type MYTypeVerifications = "" | "MY.typeVerificationVerified" | "MY.typeVerificationUnverified" | "MY.typeVerificationProbable" | "MY.typeVerificationDoubtful";
|
|
134
|
+
export declare type MYAbundanceUnitEnum = "" | "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";
|
|
135
|
+
export declare type MYAtlasCodeEnum = "" | "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";
|
|
136
|
+
export declare type MYBatBehaviorEnum = "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
|
|
137
|
+
export declare type MYBirdAgeEnum = "" | "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";
|
|
138
|
+
export declare type MYBirdPlumageEnum = "" | "MY.birdPlumageAd" | "MY.birdPlumageEijp" | "MY.birdPlumageImm" | "MY.birdPlumageJp" | "MY.birdPlumageJuv" | "MY.birdPlumageNpuk" | "MY.birdPlumagePull" | "MY.birdPlumageSubad" | "MY.birdPlumageTp" | "MY.birdPlumageVp" | "MY.birdPlumagePep" | "MY.birdPlumageSs";
|
|
139
|
+
export declare type MYDistanceEnum = "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
|
|
140
|
+
export declare type MYEpochOrSeries = "" | "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";
|
|
141
|
+
export declare type MYFruitTypeEnum = "" | "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";
|
|
142
|
+
export declare type MYIndirectObservationTypeEnum = "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
|
|
143
|
+
export declare type MYMicrobiologicalRiskGroupEnum = "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
|
|
144
|
+
export declare type MYMovingDirectionEnum = "" | "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";
|
|
145
|
+
export declare type MYNativeStatusEnum = "" | "MY.native" | "MY.nonNative";
|
|
146
|
+
export declare type MYNestTypeEnum = "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
|
|
147
|
+
export declare type MYPlantStatusCodeEnum = "" | "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";
|
|
148
|
+
export declare type MYProvenanceEnum = "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
|
|
149
|
+
export declare type MYRecordBases = "" | "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";
|
|
150
|
+
export declare type MYRecordPartsEnum = "" | "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";
|
|
151
|
+
export declare type MYSeedMaturityEnum = "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
|
|
152
|
+
export declare type MYSeedMorphologyEnum = "" | "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";
|
|
153
|
+
export declare type MYSmellEnum = "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
|
|
154
|
+
export declare type MYSubstrateEnum = "" | "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";
|
|
155
|
+
export declare type MYSubstrateDecayStageEnum = "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
|
|
156
|
+
export declare type MYSubstrateTreeClassificationEnum = "" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6";
|
|
157
|
+
export declare type MYTasteEnum = "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
|
|
158
|
+
export declare type MYTaxonConfidenceEnum = "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
|
|
159
|
+
export declare type MYWildEnum = "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
|
|
160
|
+
export declare type MYGlowWormMicrohabitatEnum = "" | "MY.glowWormMicrohabitatEnum1" | "MY.glowWormMicrohabitatEnum2" | "MY.glowWormMicrohabitatEnum3" | "MY.glowWormMicrohabitatEnum4" | "MY.glowWormMicrohabitatEnum5" | "MY.glowWormMicrohabitatEnum6" | "MY.glowWormMicrohabitatEnumOther";
|
|
161
|
+
export declare type MYLineTransectObsTypeEnum = "" | "MY.lineTransectObsTypeSong" | "MY.lineTransectObsTypeOtherSound" | "MY.lineTransectObsTypeSeen" | "MY.lineTransectObsTypeSeenMale" | "MY.lineTransectObsTypeSeenFemale" | "MY.lineTransectObsTypeFlyingOverhead" | "MY.lineTransectObsTypeFlock" | "MY.lineTransectObsTypeFlockFlyingOverhead" | "MY.lineTransectObsTypeSeenPair" | "MY.lineTransectObsTypeSeenBrood" | "MY.lineTransectObsTypeSeenNest" | "MY.lineTransectObsTypeUnknown";
|
|
162
|
+
export declare type MYLineTransectRouteFieldTypeEnum = "" | "MY.lineTransectRouteFieldTypeInner" | "MY.lineTransectRouteFieldTypeOuter";
|
|
163
|
+
export declare type MYLolifeDroppingsCountEnum = "" | "MY.lolifeDroppingsCount0" | "MY.lolifeDroppingsCount1" | "MY.lolifeDroppingsCount2" | "MY.lolifeDroppingsCount25" | "MY.lolifeDroppingsCount3" | "MY.lolifeDroppingsCount4";
|
|
164
|
+
export declare type MYLolifeDroppingsQualityEnum = "" | "MY.lolifeDroppingsQuality1" | "MY.lolifeDroppingsQuality2";
|
|
165
|
+
export declare type MYLolifeDroppingsTypeEnum = "" | "MY.lolifeDroppingsTypeRock" | "MY.lolifeDroppingsTypeTree" | "MY.lolifeDroppingsTypeTreeGroup" | "MY.lolifeDroppingsTypeOther";
|
|
166
|
+
export declare type MYLolifeNestTreeEnum = "" | "MX.38590" | "MX.37812" | "MX.37999" | "MX.37993" | "MX.38010" | "MX.38008" | "MY.lolifeNestTreeOther";
|
|
167
|
+
export declare type MYWaterbirdFemaleEnum = "" | "MY.waterbirdFemaleEnumYes" | "MY.waterbirdFemaleEnumNo" | "MY.waterbirdFemaleEnumLonelyPanicking";
|
|
168
|
+
export declare type MYWaterbirdJuvenileAgeClassEnum = "" | "MY.waterbirdJuvenileAgeClassIa" | "MY.waterbirdJuvenileAgeClassIb" | "MY.waterbirdJuvenileAgeClassIc" | "MY.waterbirdJuvenileAgeClassIIa" | "MY.waterbirdJuvenileAgeClassIIb" | "MY.waterbirdJuvenileAgeClassIIc" | "MY.waterbirdJuvenileAgeClassIIIa" | "MY.waterbirdJuvenileAgeClassUnknown";
|
|
169
|
+
export declare type MYWaterbirdPairCountOpinionReasoningEnum = "" | "MY.waterbirdPairCountOpinionReasoningEnum1" | "MY.waterbirdPairCountOpinionReasoningEnum2" | "MY.waterbirdPairCountOpinionReasoningEnum3" | "MY.waterbirdPairCountOpinionReasoningEnumOther";
|