@luomus/laji-schema 2.0.61 → 2.0.62
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/Annotation.js +1 -51
- package/dist/cjs/classes/Area.js +1 -13
- package/dist/cjs/classes/Audio.js +1 -97
- package/dist/cjs/classes/BirdSongRecognitionSkillLevel.js +1 -8
- package/dist/cjs/classes/Collection.js +1 -76
- package/dist/cjs/classes/CompleteList.js +1 -8
- package/dist/cjs/classes/Dataset.js +1 -6
- package/dist/cjs/classes/Document.js +1 -100
- package/dist/cjs/classes/Endangerment.js +1 -30
- package/dist/cjs/classes/Enums.js +2238 -0
- package/dist/cjs/classes/Event.js +1 -48
- package/dist/cjs/classes/Form.js +1 -25
- package/dist/cjs/classes/FormOptions.js +1 -30
- package/dist/cjs/classes/FormPermissionSingle.js +1 -8
- package/dist/cjs/classes/Gathering.js +1 -325
- package/dist/cjs/classes/GatheringEvent.js +1 -61
- package/dist/cjs/classes/GatheringFact.js +1 -249
- package/dist/cjs/classes/Habitat.js +1 -112
- package/dist/cjs/classes/Identification.js +1 -112
- package/dist/cjs/classes/Image.js +1 -103
- package/dist/cjs/classes/Individual.js +1 -27
- package/dist/cjs/classes/InformationSystem.js +1 -25
- package/dist/cjs/classes/IucnRedListEvaluation.js +1 -224
- package/dist/cjs/classes/Model.js +1 -97
- package/dist/cjs/classes/NamedPlace.js +1 -30
- package/dist/cjs/classes/News.js +1 -7
- package/dist/cjs/classes/Notification.js +1 -7
- package/dist/cjs/classes/Occurrence.js +1 -49
- package/dist/cjs/classes/Organization.js +1 -7
- package/dist/cjs/classes/Pdf.js +1 -34
- package/dist/cjs/classes/Permit.js +1 -18
- package/dist/cjs/classes/Person.js +1 -34
- package/dist/cjs/classes/Preparation.js +1 -38
- package/dist/cjs/classes/Profile.js +1 -17
- package/dist/cjs/classes/RegionalStatus.js +1 -49
- package/dist/cjs/classes/Sample.js +1 -143
- package/dist/cjs/classes/SpecimenTransaction.js +1 -64
- package/dist/cjs/classes/SpecimenTransactionEvent.js +1 -6
- package/dist/cjs/classes/SubUnit.js +1 -13
- package/dist/cjs/classes/Tag.js +1 -30
- package/dist/cjs/classes/Taxon.js +1 -377
- package/dist/cjs/classes/TaxonCensus.js +1 -33
- package/dist/cjs/classes/TaxonInteraction.js +1 -62
- package/dist/cjs/classes/Transaction.js +1 -74
- package/dist/cjs/classes/TransactionEvent.js +1 -16
- package/dist/cjs/classes/TransactionItem.js +1 -14
- package/dist/cjs/classes/TypeSpecimen.js +1 -45
- package/dist/cjs/classes/Unit.js +1 -609
- package/dist/cjs/classes/UnitFact.js +1 -96
- package/dist/cjs/classes/Video.js +1 -97
- package/dist/cjs/classes/index.js +11 -0
- package/dist/cjs/models/Enums.js +2 -0
- package/dist/cjs/models/index.js +11 -0
- package/dist/dto/Annotation.dto.ts +7 -44
- package/dist/dto/Area.dto.ts +2 -11
- package/dist/dto/Audio.dto.ts +7 -90
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +2 -6
- package/dist/dto/Collection.dto.ts +9 -67
- package/dist/dto/CompleteList.dto.ts +2 -6
- package/dist/dto/Dataset.dto.ts +2 -4
- package/dist/dto/Document.dto.ts +7 -93
- package/dist/dto/Endangerment.dto.ts +2 -28
- package/dist/dto/Enums.dto.ts +2074 -0
- package/dist/dto/Event.dto.ts +3 -45
- package/dist/dto/Form.dto.ts +3 -21
- package/dist/dto/FormOptions.dto.ts +5 -25
- package/dist/dto/FormPermissionSingle.dto.ts +2 -6
- package/dist/dto/Gathering.dto.ts +15 -310
- package/dist/dto/GatheringEvent.dto.ts +4 -55
- package/dist/dto/GatheringFact.dto.ts +18 -224
- package/dist/dto/Habitat.dto.ts +3 -109
- package/dist/dto/Identification.dto.ts +6 -106
- package/dist/dto/Image.dto.ts +8 -95
- package/dist/dto/Individual.dto.ts +2 -25
- package/dist/dto/InformationSystem.dto.ts +4 -21
- package/dist/dto/IucnRedListEvaluation.dto.ts +8 -208
- package/dist/dto/Model.dto.ts +7 -90
- package/dist/dto/NamedPlace.dto.ts +4 -26
- package/dist/dto/News.dto.ts +2 -5
- package/dist/dto/Notification.dto.ts +2 -5
- package/dist/dto/Occurrence.dto.ts +2 -47
- package/dist/dto/Organization.dto.ts +2 -5
- package/dist/dto/Pdf.dto.ts +3 -31
- package/dist/dto/Permit.dto.ts +3 -15
- package/dist/dto/Person.dto.ts +4 -30
- package/dist/dto/Preparation.dto.ts +3 -35
- package/dist/dto/Profile.dto.ts +3 -14
- package/dist/dto/RegionalStatus.dto.ts +2 -47
- package/dist/dto/Sample.dto.ts +9 -134
- package/dist/dto/SpecimenTransaction.dto.ts +8 -56
- package/dist/dto/SpecimenTransactionEvent.dto.ts +2 -4
- package/dist/dto/SubUnit.dto.ts +2 -11
- package/dist/dto/Tag.dto.ts +3 -26
- package/dist/dto/Taxon.dto.ts +11 -359
- package/dist/dto/TaxonCensus.dto.ts +3 -30
- package/dist/dto/TaxonInteraction.dto.ts +3 -58
- package/dist/dto/Transaction.dto.ts +9 -65
- package/dist/dto/TransactionEvent.dto.ts +3 -13
- package/dist/dto/TransactionItem.dto.ts +3 -11
- package/dist/dto/TypeSpecimen.dto.ts +4 -41
- package/dist/dto/Unit.dto.ts +33 -575
- package/dist/dto/UnitFact.dto.ts +11 -85
- package/dist/dto/Video.dto.ts +7 -90
- package/dist/dto/index.dto.ts +2 -1
- package/dist/esm/classes/Annotation.js +0 -50
- package/dist/esm/classes/Area.js +0 -12
- package/dist/esm/classes/Audio.js +0 -96
- package/dist/esm/classes/BirdSongRecognitionSkillLevel.js +0 -7
- package/dist/esm/classes/Collection.js +0 -75
- package/dist/esm/classes/CompleteList.js +0 -7
- package/dist/esm/classes/Dataset.js +0 -5
- package/dist/esm/classes/Document.js +0 -99
- package/dist/esm/classes/Endangerment.js +0 -29
- package/dist/esm/classes/Enums.js +2232 -0
- package/dist/esm/classes/Event.js +0 -47
- package/dist/esm/classes/Form.js +0 -24
- package/dist/esm/classes/FormOptions.js +0 -29
- package/dist/esm/classes/FormPermissionSingle.js +0 -7
- package/dist/esm/classes/Gathering.js +0 -324
- package/dist/esm/classes/GatheringEvent.js +0 -60
- package/dist/esm/classes/GatheringFact.js +0 -248
- package/dist/esm/classes/Habitat.js +0 -111
- package/dist/esm/classes/Identification.js +0 -111
- package/dist/esm/classes/Image.js +0 -102
- package/dist/esm/classes/Individual.js +0 -26
- package/dist/esm/classes/InformationSystem.js +0 -24
- package/dist/esm/classes/IucnRedListEvaluation.js +0 -223
- package/dist/esm/classes/Model.js +0 -96
- package/dist/esm/classes/NamedPlace.js +0 -29
- package/dist/esm/classes/News.js +0 -6
- package/dist/esm/classes/Notification.js +0 -6
- package/dist/esm/classes/Occurrence.js +0 -48
- package/dist/esm/classes/Organization.js +0 -6
- package/dist/esm/classes/Pdf.js +0 -33
- package/dist/esm/classes/Permit.js +0 -17
- package/dist/esm/classes/Person.js +0 -33
- package/dist/esm/classes/Preparation.js +0 -37
- package/dist/esm/classes/Profile.js +0 -16
- package/dist/esm/classes/RegionalStatus.js +0 -48
- package/dist/esm/classes/Sample.js +0 -142
- package/dist/esm/classes/SpecimenTransaction.js +0 -63
- package/dist/esm/classes/SpecimenTransactionEvent.js +0 -5
- package/dist/esm/classes/SubUnit.js +0 -12
- package/dist/esm/classes/Tag.js +0 -29
- package/dist/esm/classes/Taxon.js +0 -376
- package/dist/esm/classes/TaxonCensus.js +0 -32
- package/dist/esm/classes/TaxonInteraction.js +0 -61
- package/dist/esm/classes/Transaction.js +0 -73
- package/dist/esm/classes/TransactionEvent.js +0 -15
- package/dist/esm/classes/TransactionItem.js +0 -13
- package/dist/esm/classes/TypeSpecimen.js +0 -44
- package/dist/esm/classes/Unit.js +0 -608
- package/dist/esm/classes/UnitFact.js +0 -95
- package/dist/esm/classes/Video.js +0 -96
- package/dist/esm/classes/index.js +1 -0
- package/dist/esm/models/Enums.js +1 -0
- package/dist/esm/models/index.js +1 -0
- package/dist/types/classes/Annotation.d.ts +6 -44
- package/dist/types/classes/Area.d.ts +1 -11
- package/dist/types/classes/Audio.d.ts +6 -90
- package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +1 -6
- package/dist/types/classes/Collection.d.ts +8 -67
- package/dist/types/classes/CompleteList.d.ts +1 -6
- package/dist/types/classes/Dataset.d.ts +1 -4
- package/dist/types/classes/Document.d.ts +6 -93
- package/dist/types/classes/Endangerment.d.ts +1 -28
- package/dist/types/classes/Enums.d.ts +2074 -0
- package/dist/types/classes/Event.d.ts +2 -45
- package/dist/types/classes/Form.d.ts +2 -21
- package/dist/types/classes/FormOptions.d.ts +4 -25
- package/dist/types/classes/FormPermissionSingle.d.ts +1 -6
- package/dist/types/classes/Gathering.d.ts +14 -310
- package/dist/types/classes/GatheringEvent.d.ts +3 -55
- package/dist/types/classes/GatheringFact.d.ts +17 -224
- package/dist/types/classes/Habitat.d.ts +2 -109
- package/dist/types/classes/Identification.d.ts +5 -106
- package/dist/types/classes/Image.d.ts +7 -95
- package/dist/types/classes/Individual.d.ts +1 -25
- package/dist/types/classes/InformationSystem.d.ts +3 -21
- package/dist/types/classes/IucnRedListEvaluation.d.ts +7 -208
- package/dist/types/classes/Model.d.ts +6 -90
- package/dist/types/classes/NamedPlace.d.ts +3 -26
- package/dist/types/classes/News.d.ts +1 -5
- package/dist/types/classes/Notification.d.ts +1 -5
- package/dist/types/classes/Occurrence.d.ts +1 -47
- package/dist/types/classes/Organization.d.ts +1 -5
- package/dist/types/classes/Pdf.d.ts +2 -31
- package/dist/types/classes/Permit.d.ts +2 -15
- package/dist/types/classes/Person.d.ts +3 -30
- package/dist/types/classes/Preparation.d.ts +2 -35
- package/dist/types/classes/Profile.d.ts +2 -14
- package/dist/types/classes/RegionalStatus.d.ts +1 -47
- package/dist/types/classes/Sample.d.ts +8 -134
- package/dist/types/classes/SpecimenTransaction.d.ts +7 -56
- package/dist/types/classes/SpecimenTransactionEvent.d.ts +1 -4
- package/dist/types/classes/SubUnit.d.ts +1 -11
- package/dist/types/classes/Tag.d.ts +2 -26
- package/dist/types/classes/Taxon.d.ts +10 -359
- package/dist/types/classes/TaxonCensus.d.ts +2 -30
- package/dist/types/classes/TaxonInteraction.d.ts +2 -58
- package/dist/types/classes/Transaction.d.ts +8 -65
- package/dist/types/classes/TransactionEvent.d.ts +2 -13
- package/dist/types/classes/TransactionItem.d.ts +2 -11
- package/dist/types/classes/TypeSpecimen.d.ts +3 -41
- package/dist/types/classes/Unit.d.ts +32 -575
- package/dist/types/classes/UnitFact.d.ts +10 -85
- package/dist/types/classes/Video.d.ts +6 -90
- package/dist/types/classes/index.d.ts +1 -0
- package/dist/types/models/Annotation.d.ts +6 -6
- package/dist/types/models/Area.d.ts +1 -1
- package/dist/types/models/Audio.d.ts +6 -6
- package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +1 -1
- package/dist/types/models/Collection.d.ts +8 -8
- package/dist/types/models/CompleteList.d.ts +1 -1
- package/dist/types/models/Dataset.d.ts +1 -1
- package/dist/types/models/Document.d.ts +6 -6
- package/dist/types/models/Endangerment.d.ts +1 -1
- package/dist/types/models/Enums.d.ts +158 -0
- package/dist/types/models/Event.d.ts +2 -2
- package/dist/types/models/Form.d.ts +2 -3
- package/dist/types/models/FormOptions.d.ts +4 -4
- package/dist/types/models/FormPermissionSingle.d.ts +1 -1
- package/dist/types/models/Gathering.d.ts +14 -14
- package/dist/types/models/GatheringEvent.d.ts +3 -5
- package/dist/types/models/GatheringFact.d.ts +17 -24
- package/dist/types/models/Habitat.d.ts +2 -2
- package/dist/types/models/Identification.d.ts +5 -5
- package/dist/types/models/Image.d.ts +7 -7
- package/dist/types/models/Individual.d.ts +1 -1
- package/dist/types/models/InformationSystem.d.ts +3 -3
- package/dist/types/models/IucnRedListEvaluation.d.ts +7 -15
- package/dist/types/models/Model.d.ts +6 -6
- package/dist/types/models/NamedPlace.d.ts +3 -3
- package/dist/types/models/News.d.ts +1 -1
- package/dist/types/models/Notification.d.ts +1 -1
- package/dist/types/models/Occurrence.d.ts +1 -1
- package/dist/types/models/Organization.d.ts +1 -1
- package/dist/types/models/Pdf.d.ts +2 -2
- package/dist/types/models/Permit.d.ts +2 -2
- package/dist/types/models/Person.d.ts +3 -3
- package/dist/types/models/Preparation.d.ts +2 -2
- package/dist/types/models/Profile.d.ts +2 -2
- package/dist/types/models/RegionalStatus.d.ts +1 -1
- package/dist/types/models/Sample.d.ts +8 -8
- package/dist/types/models/SpecimenTransaction.d.ts +7 -7
- package/dist/types/models/SpecimenTransactionEvent.d.ts +1 -1
- package/dist/types/models/SubUnit.d.ts +1 -1
- package/dist/types/models/Tag.d.ts +2 -3
- package/dist/types/models/Taxon.d.ts +10 -17
- package/dist/types/models/TaxonCensus.d.ts +2 -2
- package/dist/types/models/TaxonInteraction.d.ts +2 -3
- package/dist/types/models/Transaction.d.ts +8 -8
- package/dist/types/models/TransactionEvent.d.ts +2 -2
- package/dist/types/models/TransactionItem.d.ts +2 -2
- package/dist/types/models/TypeSpecimen.d.ts +3 -3
- package/dist/types/models/Unit.d.ts +32 -33
- package/dist/types/models/UnitFact.d.ts +10 -10
- package/dist/types/models/Video.d.ts +6 -6
- package/dist/types/models/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,2074 @@
|
|
|
1
|
+
export enum AnnotationClassEnum {
|
|
2
|
+
"empty" = "",
|
|
3
|
+
"annotationClassReliable" = "MAN.annotationClassReliable",
|
|
4
|
+
"annotationClassLikely" = "MAN.annotationClassLikely",
|
|
5
|
+
"annotationClassNeutral" = "MAN.annotationClassNeutral",
|
|
6
|
+
"annotationClassSuspicious" = "MAN.annotationClassSuspicious",
|
|
7
|
+
"annotationClassUnreliable" = "MAN.annotationClassUnreliable",
|
|
8
|
+
"annotationClassAcknowledged" = "MAN.annotationClassAcknowledged",
|
|
9
|
+
"annotationClassSpam" = "MAN.annotationClassSpam"
|
|
10
|
+
}
|
|
11
|
+
export enum RequiredRolesEnum {
|
|
12
|
+
"empty" = "",
|
|
13
|
+
"expert" = "MMAN.expert",
|
|
14
|
+
"basic" = "MMAN.basic",
|
|
15
|
+
"owner" = "MMAN.owner",
|
|
16
|
+
"formAdmin" = "MMAN.formAdmin",
|
|
17
|
+
"ictAdmin" = "MMAN.ictAdmin"
|
|
18
|
+
}
|
|
19
|
+
export enum CensusAnnotationEnum {
|
|
20
|
+
"empty" = "",
|
|
21
|
+
"countError" = "MAN.countError",
|
|
22
|
+
"innerCountError" = "MAN.innerCountError",
|
|
23
|
+
"otherError" = "MAN.otherError"
|
|
24
|
+
}
|
|
25
|
+
export enum InvasiveControlEffectivenessEnum {
|
|
26
|
+
"empty" = "",
|
|
27
|
+
"invasiveControlEffectivenessFull" = "MY.invasiveControlEffectivenessFull",
|
|
28
|
+
"invasiveControlEffectivenessPartial" = "MY.invasiveControlEffectivenessPartial",
|
|
29
|
+
"invasiveControlEffectivenessNone" = "MY.invasiveControlEffectivenessNone",
|
|
30
|
+
"invasiveControlEffectivenessNotFound" = "MY.invasiveControlEffectivenessNotFound"
|
|
31
|
+
}
|
|
32
|
+
export enum LineTransectAnnotationEnum {
|
|
33
|
+
"empty" = "",
|
|
34
|
+
"birdCountError" = "MAN.birdCountError",
|
|
35
|
+
"innerCountError" = "MAN.innerCountError",
|
|
36
|
+
"otherError" = "MAN.otherError"
|
|
37
|
+
}
|
|
38
|
+
export enum TypeEnum {
|
|
39
|
+
"empty" = "",
|
|
40
|
+
"typeOpinion" = "MAN.typeOpinion",
|
|
41
|
+
"typeInvasiveControlEffectiveness" = "MAN.typeInvasiveControlEffectiveness",
|
|
42
|
+
"typeUnidentifiable" = "MAN.typeUnidentifiable",
|
|
43
|
+
"typeAdmin" = "MAN.typeAdmin"
|
|
44
|
+
}
|
|
45
|
+
export enum AreaTypeEnum {
|
|
46
|
+
"country" = "ML.country",
|
|
47
|
+
"biogeographicalProvince" = "ML.biogeographicalProvince",
|
|
48
|
+
"municipality" = "ML.municipality",
|
|
49
|
+
"oldMunicipality" = "ML.oldMunicipality",
|
|
50
|
+
"elyCentre" = "ML.elyCentre",
|
|
51
|
+
"province" = "ML.province",
|
|
52
|
+
"continent" = "ML.continent",
|
|
53
|
+
"iucnEvaluationArea" = "ML.iucnEvaluationArea",
|
|
54
|
+
"birdAssociationArea" = "ML.birdAssociationArea"
|
|
55
|
+
}
|
|
56
|
+
export enum LifeStages {
|
|
57
|
+
"empty" = "",
|
|
58
|
+
"lifeStageAdult" = "MY.lifeStageAdult",
|
|
59
|
+
"lifeStageNymph" = "MY.lifeStageNymph",
|
|
60
|
+
"lifeStageLarva" = "MY.lifeStageLarva",
|
|
61
|
+
"lifeStageEgg" = "MY.lifeStageEgg",
|
|
62
|
+
"lifeStagePupa" = "MY.lifeStagePupa",
|
|
63
|
+
"lifeStageJuvenile" = "MY.lifeStageJuvenile",
|
|
64
|
+
"lifeStageSubimago" = "MY.lifeStageSubimago",
|
|
65
|
+
"lifeStageImmature" = "MY.lifeStageImmature",
|
|
66
|
+
"lifeStageFertile" = "MY.lifeStageFertile",
|
|
67
|
+
"lifeStageSterile" = "MY.lifeStageSterile",
|
|
68
|
+
"lifeStageTadpole" = "MY.lifeStageTadpole",
|
|
69
|
+
"lifeStageEmbryo" = "MY.lifeStageEmbryo",
|
|
70
|
+
"lifeStageSubadult" = "MY.lifeStageSubadult",
|
|
71
|
+
"lifeStageMature" = "MY.lifeStageMature",
|
|
72
|
+
"lifeStagePullus" = "MY.lifeStagePullus",
|
|
73
|
+
"lifeStageHatchedEgg" = "MY.lifeStageHatchedEgg",
|
|
74
|
+
"lifeStageHatchedPupa" = "MY.lifeStageHatchedPupa",
|
|
75
|
+
"lifeStageGall" = "MY.lifeStageGall",
|
|
76
|
+
"lifeStageMarks" = "MY.lifeStageMarks",
|
|
77
|
+
"lifeStageTriungulin" = "MY.lifeStageTriungulin"
|
|
78
|
+
}
|
|
79
|
+
export enum PlantLifeStageEnum {
|
|
80
|
+
"empty" = "",
|
|
81
|
+
"plantLifeStageSterile" = "MY.plantLifeStageSterile",
|
|
82
|
+
"plantLifeStageFertile" = "MY.plantLifeStageFertile",
|
|
83
|
+
"plantLifeStageSeed" = "MY.plantLifeStageSeed",
|
|
84
|
+
"plantLifeStageSprout" = "MY.plantLifeStageSprout",
|
|
85
|
+
"plantLifeStageBud" = "MY.plantLifeStageBud",
|
|
86
|
+
"plantLifeStageFlower" = "MY.plantLifeStageFlower",
|
|
87
|
+
"plantLifeStageWitheredFlower" = "MY.plantLifeStageWitheredFlower",
|
|
88
|
+
"plantLifeStageRipeningFruit" = "MY.plantLifeStageRipeningFruit",
|
|
89
|
+
"plantLifeStageRipeFruit" = "MY.plantLifeStageRipeFruit",
|
|
90
|
+
"plantLifeStageDeadSprout" = "MY.plantLifeStageDeadSprout",
|
|
91
|
+
"plantLifeStageSubterranean" = "MY.plantLifeStageSubterranean"
|
|
92
|
+
}
|
|
93
|
+
export enum Sexes {
|
|
94
|
+
"empty" = "",
|
|
95
|
+
"sexM" = "MY.sexM",
|
|
96
|
+
"sexF" = "MY.sexF",
|
|
97
|
+
"sexW" = "MY.sexW",
|
|
98
|
+
"sexU" = "MY.sexU",
|
|
99
|
+
"sexN" = "MY.sexN",
|
|
100
|
+
"sexX" = "MY.sexX",
|
|
101
|
+
"sexE" = "MY.sexE",
|
|
102
|
+
"sexC" = "MY.sexC"
|
|
103
|
+
}
|
|
104
|
+
export enum IntellectualRightsEnum {
|
|
105
|
+
"intellectualRightsCC-BY-SA-4.0" = "MZ.intellectualRightsCC-BY-SA-4.0",
|
|
106
|
+
"intellectualRightsCC-BY-NC-4.0" = "MZ.intellectualRightsCC-BY-NC-4.0",
|
|
107
|
+
"intellectualRightsCC-BY-NC-SA-4.0" = "MZ.intellectualRightsCC-BY-NC-SA-4.0",
|
|
108
|
+
"intellectualRightsCC-BY-4.0" = "MZ.intellectualRightsCC-BY-4.0",
|
|
109
|
+
"intellectualRightsCC0-4.0" = "MZ.intellectualRightsCC0-4.0",
|
|
110
|
+
"intellectualRightsODBL-1.0" = "MZ.intellectualRightsODBL-1.0",
|
|
111
|
+
"intellectualRightsPD" = "MZ.intellectualRightsPD",
|
|
112
|
+
"intellectualRightsARR" = "MZ.intellectualRightsARR",
|
|
113
|
+
"intellectualRightsCC-BY-2.0" = "MZ.intellectualRightsCC-BY-2.0",
|
|
114
|
+
"intellectualRightsCC-BY-SA-2.0" = "MZ.intellectualRightsCC-BY-SA-2.0",
|
|
115
|
+
"intellectualRightsCC-BY-SA-2.0-DE" = "MZ.intellectualRightsCC-BY-SA-2.0-DE",
|
|
116
|
+
"intellectualRightsCC-BY-NC-2.0" = "MZ.intellectualRightsCC-BY-NC-2.0",
|
|
117
|
+
"intellectualRightsCC-BY-NC-SA-2.0" = "MZ.intellectualRightsCC-BY-NC-SA-2.0",
|
|
118
|
+
"intellectualRightsCC-BY-NC-ND-2.0" = "MZ.intellectualRightsCC-BY-NC-ND-2.0",
|
|
119
|
+
"intellectualRightsCC-BY-SA-2.5" = "MZ.intellectualRightsCC-BY-SA-2.5",
|
|
120
|
+
"intellectualRightsCC-BY-SA-2.5-SE" = "MZ.intellectualRightsCC-BY-SA-2.5-SE",
|
|
121
|
+
"intellectualRightsCC-BY-3.0" = "MZ.intellectualRightsCC-BY-3.0",
|
|
122
|
+
"intellectualRightsCC-BY-SA-3.0" = "MZ.intellectualRightsCC-BY-SA-3.0",
|
|
123
|
+
"intellectualRightsCC-BY-NC-SA-3.0" = "MZ.intellectualRightsCC-BY-NC-SA-3.0",
|
|
124
|
+
"intellectualRightsCC-BY-ND-4.0" = "MZ.intellectualRightsCC-BY-ND-4.0",
|
|
125
|
+
"intellectualRightsCC-BY-NC-ND-4.0" = "MZ.intellectualRightsCC-BY-NC-ND-4.0",
|
|
126
|
+
"intellectualRightsCC-BY" = "MY.intellectualRightsCC-BY",
|
|
127
|
+
"intellectualRightsCC0" = "MY.intellectualRightsCC0"
|
|
128
|
+
}
|
|
129
|
+
export enum PublicityRestrictionsEnum {
|
|
130
|
+
"empty" = "",
|
|
131
|
+
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
132
|
+
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
133
|
+
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
134
|
+
}
|
|
135
|
+
export enum BirdSongRecognitionSkillLevelEnum {
|
|
136
|
+
"birdSongRecognitionSkillLevelEnum1" = "MA.birdSongRecognitionSkillLevelEnum1",
|
|
137
|
+
"birdSongRecognitionSkillLevelEnum2" = "MA.birdSongRecognitionSkillLevelEnum2",
|
|
138
|
+
"birdSongRecognitionSkillLevelEnum3" = "MA.birdSongRecognitionSkillLevelEnum3",
|
|
139
|
+
"birdSongRecognitionSkillLevelEnum4" = "MA.birdSongRecognitionSkillLevelEnum4"
|
|
140
|
+
}
|
|
141
|
+
export enum SecureLevels {
|
|
142
|
+
"empty" = "",
|
|
143
|
+
"MX.secureLevelNone" = "MX.secureLevelNone",
|
|
144
|
+
"MX.secureLevelKM1" = "MX.secureLevelKM1",
|
|
145
|
+
"MX.secureLevelKM5" = "MX.secureLevelKM5",
|
|
146
|
+
"MX.secureLevelKM10" = "MX.secureLevelKM10",
|
|
147
|
+
"MX.secureLevelKM25" = "MX.secureLevelKM25",
|
|
148
|
+
"MX.secureLevelKM50" = "MX.secureLevelKM50",
|
|
149
|
+
"MX.secureLevelKM100" = "MX.secureLevelKM100",
|
|
150
|
+
"MX.secureLevelHighest" = "MX.secureLevelHighest",
|
|
151
|
+
"MX.secureLevelNoShow" = "MX.secureLevelNoShow"
|
|
152
|
+
}
|
|
153
|
+
export enum CollectionQualityEnum {
|
|
154
|
+
"collectionQualityEnum3" = "MY.collectionQualityEnum3",
|
|
155
|
+
"collectionQualityEnum2" = "MY.collectionQualityEnum2",
|
|
156
|
+
"collectionQualityEnum1" = "MY.collectionQualityEnum1"
|
|
157
|
+
}
|
|
158
|
+
export enum CollectionTypes {
|
|
159
|
+
"collectionTypeSpecimens" = "MY.collectionTypeSpecimens",
|
|
160
|
+
"collectionTypeLiving" = "MY.collectionTypeLiving",
|
|
161
|
+
"collectionTypeMonitoring" = "MY.collectionTypeMonitoring",
|
|
162
|
+
"collectionTypeObservations" = "MY.collectionTypeObservations",
|
|
163
|
+
"collectionTypePublicationdata" = "MY.collectionTypePublicationdata",
|
|
164
|
+
"collectionTypePublication" = "MY.collectionTypePublication",
|
|
165
|
+
"collectionTypeMixed" = "MY.collectionTypeMixed",
|
|
166
|
+
"collectionTypeOther" = "MY.collectionTypeOther",
|
|
167
|
+
"collectionTypeGardenArea" = "MY.collectionTypeGardenArea",
|
|
168
|
+
"collectionTypeIndoorGardenArea" = "MY.collectionTypeIndoorGardenArea",
|
|
169
|
+
"collectionTypeOutdoorGardenArea" = "MY.collectionTypeOutdoorGardenArea",
|
|
170
|
+
"collectionTypeGardenSublocation" = "MY.collectionTypeGardenSublocation",
|
|
171
|
+
"collectionTypeTrait" = "MY.collectionTypeTrait"
|
|
172
|
+
}
|
|
173
|
+
export enum DataQualityEnum {
|
|
174
|
+
"empty" = "",
|
|
175
|
+
"dataQuality1" = "MY.dataQuality1",
|
|
176
|
+
"dataQuality2" = "MY.dataQuality2",
|
|
177
|
+
"dataQuality3" = "MY.dataQuality3",
|
|
178
|
+
"dataQuality4" = "MY.dataQuality4",
|
|
179
|
+
"dataQuality5" = "MY.dataQuality5",
|
|
180
|
+
"dataQualityNA" = "MY.dataQualityNA"
|
|
181
|
+
}
|
|
182
|
+
export enum MetadataStatuses {
|
|
183
|
+
"empty" = "",
|
|
184
|
+
"metadataStatusPreliminary" = "MY.metadataStatusPreliminary",
|
|
185
|
+
"metadataStatusSatisfactory" = "MY.metadataStatusSatisfactory",
|
|
186
|
+
"metadataStatusComprehensive" = "MY.metadataStatusComprehensive",
|
|
187
|
+
"metadataStatusHidden" = "MY.metadataStatusHidden"
|
|
188
|
+
}
|
|
189
|
+
export enum PublicationTermsEnum {
|
|
190
|
+
"empty" = "",
|
|
191
|
+
"publicationTermsFree" = "MY.publicationTermsFree",
|
|
192
|
+
"publicationTermsOfficial" = "MY.publicationTermsOfficial",
|
|
193
|
+
"publicationTermsInternal" = "MY.publicationTermsInternal",
|
|
194
|
+
"publicationTermsNone" = "MY.publicationTermsNone"
|
|
195
|
+
}
|
|
196
|
+
export enum CompleteListTypeEnum {
|
|
197
|
+
"empty" = "",
|
|
198
|
+
"completeListTypeCompleteWithBreedingStatus" = "MY.completeListTypeCompleteWithBreedingStatus",
|
|
199
|
+
"completeListTypeComplete" = "MY.completeListTypeComplete",
|
|
200
|
+
"completeListTypeIncomplete" = "MY.completeListTypeIncomplete"
|
|
201
|
+
}
|
|
202
|
+
export enum DatasetTypeEnum {
|
|
203
|
+
"datasetTypeBasic" = "GX.datasetTypeBasic",
|
|
204
|
+
"datasetTypeProject" = "GX.datasetTypeProject"
|
|
205
|
+
}
|
|
206
|
+
export enum DataOriginEnum {
|
|
207
|
+
"empty" = "",
|
|
208
|
+
"dataOriginPaperForm" = "MY.dataOriginPaperForm",
|
|
209
|
+
"dataOriginWebForm" = "MY.dataOriginWebForm",
|
|
210
|
+
"dataOriginSpreadsheetFile" = "MY.dataOriginSpreadsheetFile"
|
|
211
|
+
}
|
|
212
|
+
export enum Preservations {
|
|
213
|
+
"empty" = "",
|
|
214
|
+
"preservationPressed" = "MY.preservationPressed",
|
|
215
|
+
"preservationDry" = "MY.preservationDry",
|
|
216
|
+
"preservationCriticalPointDrying" = "MY.preservationCriticalPointDrying",
|
|
217
|
+
"preservationPinned" = "MY.preservationPinned",
|
|
218
|
+
"preservationGlued" = "MY.preservationGlued",
|
|
219
|
+
"preservationLiquid" = "MY.preservationLiquid",
|
|
220
|
+
"preservationEthanol" = "MY.preservationEthanol",
|
|
221
|
+
"preservationEthanolPure" = "MY.preservationEthanolPure",
|
|
222
|
+
"preservationEthanol70" = "MY.preservationEthanol70",
|
|
223
|
+
"preservationEthanol80" = "MY.preservationEthanol80",
|
|
224
|
+
"preservationEthanol80Pure" = "MY.preservationEthanol80Pure",
|
|
225
|
+
"preservationEthanol96" = "MY.preservationEthanol96",
|
|
226
|
+
"preservationEthanolMinus20C" = "MY.preservationEthanolMinus20C",
|
|
227
|
+
"preservationEthanolDenatured" = "MY.preservationEthanolDenatured",
|
|
228
|
+
"preservationEthanolFormalin" = "MY.preservationEthanolFormalin",
|
|
229
|
+
"preservationEthanolExFormalin" = "MY.preservationEthanolExFormalin",
|
|
230
|
+
"preservationFormalin" = "MY.preservationFormalin",
|
|
231
|
+
"preservationBouinSolution" = "MY.preservationBouinSolution",
|
|
232
|
+
"preservationPampelsFluid" = "MY.preservationPampelsFluid",
|
|
233
|
+
"preservationGlycerol" = "MY.preservationGlycerol",
|
|
234
|
+
"preservationParaffin" = "MY.preservationParaffin",
|
|
235
|
+
"preservationMercuricChloride" = "MY.preservationMercuricChloride",
|
|
236
|
+
"preservationCryopreserved" = "MY.preservationCryopreserved",
|
|
237
|
+
"preservationFrozen" = "MY.preservationFrozen",
|
|
238
|
+
"preservationFrozenMinus80C" = "MY.preservationFrozenMinus80C",
|
|
239
|
+
"preservationFreezeDried" = "MY.preservationFreezeDried",
|
|
240
|
+
"preservationGoldPlated" = "MY.preservationGoldPlated",
|
|
241
|
+
"preservationActiveCulture" = "MY.preservationActiveCulture",
|
|
242
|
+
"preservationLiving" = "MY.preservationLiving",
|
|
243
|
+
"preservationSlide" = "MY.preservationSlide",
|
|
244
|
+
"preservationSlideCanadaBalsam" = "MY.preservationSlideCanadaBalsam",
|
|
245
|
+
"preservationSlideEuparal" = "MY.preservationSlideEuparal",
|
|
246
|
+
"preservationSlidePolyviol" = "MY.preservationSlidePolyviol",
|
|
247
|
+
"preservationStuffed" = "MY.preservationStuffed",
|
|
248
|
+
"preservationCast" = "MY.preservationCast",
|
|
249
|
+
"preservationPlastinated" = "MY.preservationPlastinated",
|
|
250
|
+
"preservationFrozenMinus80CAndEthanolMinus20C" = "MY.preservationFrozenMinus80CAndEthanolMinus20C"
|
|
251
|
+
}
|
|
252
|
+
export enum Statuses {
|
|
253
|
+
"empty" = "",
|
|
254
|
+
"statusOk" = "MY.statusOk",
|
|
255
|
+
"statusMissing" = "MY.statusMissing",
|
|
256
|
+
"statusUnrecoverable" = "MY.statusUnrecoverable",
|
|
257
|
+
"statusLost" = "MY.statusLost",
|
|
258
|
+
"statusDonated" = "MY.statusDonated",
|
|
259
|
+
"statusDeposited" = "MY.statusDeposited",
|
|
260
|
+
"statusDeaccessioned" = "MY.statusDeaccessioned",
|
|
261
|
+
"statusDiscarded" = "MY.statusDiscarded",
|
|
262
|
+
"statusSpent" = "MY.statusSpent",
|
|
263
|
+
"statusDestroyed" = "MY.statusDestroyed",
|
|
264
|
+
"statusUndefined" = "MY.statusUndefined",
|
|
265
|
+
"statusAxenic" = "MY.statusAxenic",
|
|
266
|
+
"statusNonAxenic" = "MY.statusNonAxenic",
|
|
267
|
+
"statusNotAvailable" = "MY.statusNotAvailable",
|
|
268
|
+
"statusDead" = "MY.statusDead",
|
|
269
|
+
"statusNoVoucherRetained" = "MY.statusNoVoucherRetained"
|
|
270
|
+
}
|
|
271
|
+
export enum VerificationStatuses {
|
|
272
|
+
"empty" = "",
|
|
273
|
+
"verificationStatusOk" = "MY.verificationStatusOk",
|
|
274
|
+
"verificationStatusVerify" = "MY.verificationStatusVerify",
|
|
275
|
+
"verificationStatusComplete" = "MY.verificationStatusComplete",
|
|
276
|
+
"verificationStatusGeoreference" = "MY.verificationStatusGeoreference",
|
|
277
|
+
"verificationStatusDet" = "MY.verificationStatusDet",
|
|
278
|
+
"verificationStatusCheckID" = "MY.verificationStatusCheckID",
|
|
279
|
+
"verificationStatusVerifyCoordinates" = "MY.verificationStatusVerifyCoordinates"
|
|
280
|
+
}
|
|
281
|
+
export enum EndangermentReasonEnum {
|
|
282
|
+
"endangermentReasonP" = "MKV.endangermentReasonP",
|
|
283
|
+
"endangermentReasonKe" = "MKV.endangermentReasonKe",
|
|
284
|
+
"endangermentReasonH" = "MKV.endangermentReasonH",
|
|
285
|
+
"endangermentReasonKu" = "MKV.endangermentReasonKu",
|
|
286
|
+
"endangermentReasonR" = "MKV.endangermentReasonR",
|
|
287
|
+
"endangermentReasonKs" = "MKV.endangermentReasonKs",
|
|
288
|
+
"endangermentReasonPm" = "MKV.endangermentReasonPm",
|
|
289
|
+
"endangermentReasonPr" = "MKV.endangermentReasonPr",
|
|
290
|
+
"endangermentReasonN" = "MKV.endangermentReasonN",
|
|
291
|
+
"endangermentReasonM" = "MKV.endangermentReasonM",
|
|
292
|
+
"endangermentReasonMp" = "MKV.endangermentReasonMp",
|
|
293
|
+
"endangermentReasonMv" = "MKV.endangermentReasonMv",
|
|
294
|
+
"endangermentReasonMk" = "MKV.endangermentReasonMk",
|
|
295
|
+
"endangermentReasonMl" = "MKV.endangermentReasonMl",
|
|
296
|
+
"endangermentReasonO" = "MKV.endangermentReasonO",
|
|
297
|
+
"endangermentReasonVr" = "MKV.endangermentReasonVr",
|
|
298
|
+
"endangermentReasonKh" = "MKV.endangermentReasonKh",
|
|
299
|
+
"endangermentReasonI" = "MKV.endangermentReasonI",
|
|
300
|
+
"endangermentReasonS" = "MKV.endangermentReasonS",
|
|
301
|
+
"endangermentReasonKil" = "MKV.endangermentReasonKil",
|
|
302
|
+
"endangermentReasonRis" = "MKV.endangermentReasonRis",
|
|
303
|
+
"endangermentReasonKv" = "MKV.endangermentReasonKv",
|
|
304
|
+
"endangermentReasonU" = "MKV.endangermentReasonU",
|
|
305
|
+
"endangermentReasonVie" = "MKV.endangermentReasonVie",
|
|
306
|
+
"endangermentReasonMuu" = "MKV.endangermentReasonMuu",
|
|
307
|
+
"endangermentReasonT" = "MKV.endangermentReasonT"
|
|
308
|
+
}
|
|
309
|
+
export enum EventType {
|
|
310
|
+
"eventTypeDiscarded" = "MY.eventTypeDiscarded",
|
|
311
|
+
"eventTypeDonating" = "MY.eventTypeDonating",
|
|
312
|
+
"eventTypeInventory" = "MY.eventTypeInventory",
|
|
313
|
+
"eventTypeMarkedDead" = "MY.eventTypeMarkedDead",
|
|
314
|
+
"eventTypeOccasionalRemark" = "MY.eventTypeOccasionalRemark",
|
|
315
|
+
"eventTypeTemporaryPlacement" = "MY.eventTypeTemporaryPlacement",
|
|
316
|
+
"eventTypePlanting" = "MY.eventTypePlanting",
|
|
317
|
+
"eventTypePlantedBackToWild" = "MY.eventTypePlantedBackToWild",
|
|
318
|
+
"eventTypePollination" = "MY.eventTypePollination",
|
|
319
|
+
"eventTypePrickingOut" = "MY.eventTypePrickingOut",
|
|
320
|
+
"eventTypePotting" = "MY.eventTypePotting",
|
|
321
|
+
"eventTypePropagation" = "MY.eventTypePropagation",
|
|
322
|
+
"eventTypePropagationMaterialCollected" = "MY.eventTypePropagationMaterialCollected",
|
|
323
|
+
"eventTypePruning" = "MY.eventTypePruning",
|
|
324
|
+
"eventTypeSowing" = "MY.eventTypeSowing",
|
|
325
|
+
"eventTypeStoring" = "MY.eventTypeStoring",
|
|
326
|
+
"eventTypeTransferring" = "MY.eventTypeTransferring",
|
|
327
|
+
"eventTypeOther" = "MY.eventTypeOther",
|
|
328
|
+
"eventTypeAtlantis" = "MY.eventTypeAtlantis",
|
|
329
|
+
"eventTypeCleaning" = "MY.eventTypeCleaning",
|
|
330
|
+
"eventTypeQuantityEstimation" = "MY.eventTypeQuantityEstimation",
|
|
331
|
+
"eventTypeCutTesting" = "MY.eventTypeCutTesting",
|
|
332
|
+
"eventTypeDrying" = "MY.eventTypeDrying",
|
|
333
|
+
"eventTypeGerminationTesting" = "MY.eventTypeGerminationTesting",
|
|
334
|
+
"eventTypeGerminationRetesting" = "MY.eventTypeGerminationRetesting",
|
|
335
|
+
"eventTypeGerminationControlling" = "MY.eventTypeGerminationControlling",
|
|
336
|
+
"eventTypeTZTesting" = "MY.eventTypeTZTesting",
|
|
337
|
+
"eventTypeSeedExchange" = "MY.eventTypeSeedExchange",
|
|
338
|
+
"eventTypeTPuska" = "MY.eventTypeTPuska"
|
|
339
|
+
}
|
|
340
|
+
export enum CategoryEnum {
|
|
341
|
+
"empty" = "",
|
|
342
|
+
"categoryGeneric" = "MHL.categoryGeneric",
|
|
343
|
+
"categorySurvey" = "MHL.categorySurvey",
|
|
344
|
+
"categoryTaxonomicGroup" = "MHL.categoryTaxonomicGroup",
|
|
345
|
+
"categoryBirdMonitoringSchemes" = "MHL.categoryBirdMonitoringSchemes",
|
|
346
|
+
"categoryCitizenScience" = "MHL.categoryCitizenScience",
|
|
347
|
+
"categoryBiomonCompleteLists" = "MHL.categoryBiomonCompleteLists"
|
|
348
|
+
}
|
|
349
|
+
export enum LanguageEnum {
|
|
350
|
+
"empty" = "",
|
|
351
|
+
"en" = "en",
|
|
352
|
+
"fi" = "fi",
|
|
353
|
+
"sv" = "sv"
|
|
354
|
+
}
|
|
355
|
+
export enum PrintTypeEnum {
|
|
356
|
+
"empty" = "",
|
|
357
|
+
"printTypeLineTransect" = "MHL.printTypeLineTransect"
|
|
358
|
+
}
|
|
359
|
+
export enum RestrictAccessEnum {
|
|
360
|
+
"empty" = "",
|
|
361
|
+
"restrictAccessStrict" = "MHL.restrictAccessStrict",
|
|
362
|
+
"restrictAccessLoose" = "MHL.restrictAccessLoose"
|
|
363
|
+
}
|
|
364
|
+
export enum ResultServiceTypeEnum {
|
|
365
|
+
"empty" = "",
|
|
366
|
+
"resultServiceTypeLineTransect" = "MHL.resultServiceTypeLineTransect",
|
|
367
|
+
"resultServiceTypeNafi" = "MHL.resultServiceTypeNafi",
|
|
368
|
+
"resultServiceTypeBirdPointCount" = "MHL.resultServiceTypeBirdPointCount",
|
|
369
|
+
"resultServiceTypeWinterBirdCount" = "MHL.resultServiceTypeWinterBirdCount",
|
|
370
|
+
"resultServiceTypeSykeInsectProjects" = "MHL.resultServiceTypeSykeInsectProjects",
|
|
371
|
+
"resultServiceTypeInvasiveControl" = "MHL.resultServiceTypeInvasiveControl",
|
|
372
|
+
"resultServiceTypeCompleteLists" = "MHL.resultServiceTypeCompleteLists",
|
|
373
|
+
"resultServiceTypeWaterBirdCount" = "MHL.resultServiceTypeWaterBirdCount"
|
|
374
|
+
}
|
|
375
|
+
export enum ViewerTypeEnum {
|
|
376
|
+
"empty" = "",
|
|
377
|
+
"viewerTypeLineTransect" = "MHL.viewerTypeLineTransect",
|
|
378
|
+
"viewerTypeBirdPointCount" = "MHL.viewerTypeBirdPointCount"
|
|
379
|
+
}
|
|
380
|
+
export enum BatHabitatEnum {
|
|
381
|
+
"empty" = "",
|
|
382
|
+
"batHabitatYardCityCentre" = "MY.batHabitatYardCityCentre",
|
|
383
|
+
"batHabitatYardSuburbs" = "MY.batHabitatYardSuburbs",
|
|
384
|
+
"batHabitatYardRural" = "MY.batHabitatYardRural",
|
|
385
|
+
"batHabitatRoadSide" = "MY.batHabitatRoadSide",
|
|
386
|
+
"batHabitatStandOfTreesCloseToBuildings" = "MY.batHabitatStandOfTreesCloseToBuildings",
|
|
387
|
+
"batHabitatParkWIthFewTrees" = "MY.batHabitatParkWIthFewTrees",
|
|
388
|
+
"batHabitatParkAbundantInTrees" = "MY.batHabitatParkAbundantInTrees",
|
|
389
|
+
"batHabitatSparseForest" = "MY.batHabitatSparseForest",
|
|
390
|
+
"batHabitatDenseForest" = "MY.batHabitatDenseForest",
|
|
391
|
+
"batHabitatEdgeOfShoreCoppice" = "MY.batHabitatEdgeOfShoreCoppice",
|
|
392
|
+
"batHabitatLakeShore" = "MY.batHabitatLakeShore",
|
|
393
|
+
"batHabitatSeaShore" = "MY.batHabitatSeaShore",
|
|
394
|
+
"batHabitatArchipelago" = "MY.batHabitatArchipelago",
|
|
395
|
+
"batHabitatStreamOrRiverBank" = "MY.batHabitatStreamOrRiverBank",
|
|
396
|
+
"batHabitatOldBuildingOrRuins" = "MY.batHabitatOldBuildingOrRuins",
|
|
397
|
+
"batHabitatCountryside" = "MY.batHabitatCountryside"
|
|
398
|
+
}
|
|
399
|
+
export enum CoordinateSources {
|
|
400
|
+
"empty" = "",
|
|
401
|
+
"coordinateSourceGps" = "MY.coordinateSourceGps",
|
|
402
|
+
"coordinateSourcePeruskartta" = "MY.coordinateSourcePeruskartta",
|
|
403
|
+
"coordinateSourcePapermap" = "MY.coordinateSourcePapermap",
|
|
404
|
+
"coordinateSourceKotkamap" = "MY.coordinateSourceKotkamap",
|
|
405
|
+
"coordinateSourceKarttapaikka" = "MY.coordinateSourceKarttapaikka",
|
|
406
|
+
"coordinateSourceRetkikartta" = "MY.coordinateSourceRetkikartta",
|
|
407
|
+
"coordinateSourceGoogle" = "MY.coordinateSourceGoogle",
|
|
408
|
+
"coordinateSourceOther" = "MY.coordinateSourceOther",
|
|
409
|
+
"coordinateSourceUnknown" = "MY.coordinateSourceUnknown"
|
|
410
|
+
}
|
|
411
|
+
export enum CoordinateSystems {
|
|
412
|
+
"empty" = "",
|
|
413
|
+
"coordinateSystemYkj" = "MY.coordinateSystemYkj",
|
|
414
|
+
"coordinateSystemWgs84" = "MY.coordinateSystemWgs84",
|
|
415
|
+
"coordinateSystemWgs84dms" = "MY.coordinateSystemWgs84dms",
|
|
416
|
+
"coordinateSystemKkj" = "MY.coordinateSystemKkj",
|
|
417
|
+
"coordinateSystemEtrs-tm35fin" = "MY.coordinateSystemEtrs-tm35fin",
|
|
418
|
+
"coordinateSystemDd" = "MY.coordinateSystemDd",
|
|
419
|
+
"coordinateSystemDms" = "MY.coordinateSystemDms"
|
|
420
|
+
}
|
|
421
|
+
export enum ForestVegetationZones {
|
|
422
|
+
"empty" = "",
|
|
423
|
+
"forestVegetationZone1a" = "MY.forestVegetationZone1a",
|
|
424
|
+
"forestVegetationZone1b" = "MY.forestVegetationZone1b",
|
|
425
|
+
"forestVegetationZone2a" = "MY.forestVegetationZone2a",
|
|
426
|
+
"forestVegetationZone2b" = "MY.forestVegetationZone2b",
|
|
427
|
+
"forestVegetationZone3a" = "MY.forestVegetationZone3a",
|
|
428
|
+
"forestVegetationZone3b" = "MY.forestVegetationZone3b",
|
|
429
|
+
"forestVegetationZone3c" = "MY.forestVegetationZone3c",
|
|
430
|
+
"forestVegetationZone4a" = "MY.forestVegetationZone4a",
|
|
431
|
+
"forestVegetationZone4b" = "MY.forestVegetationZone4b",
|
|
432
|
+
"forestVegetationZone4c" = "MY.forestVegetationZone4c",
|
|
433
|
+
"forestVegetationZone4d" = "MY.forestVegetationZone4d"
|
|
434
|
+
}
|
|
435
|
+
export enum GatheringTypeEnum {
|
|
436
|
+
"empty" = "",
|
|
437
|
+
"gatheringTypeForagingArea" = "MY.gatheringTypeForagingArea",
|
|
438
|
+
"gatheringTypeBreedingAndRestingArea" = "MY.gatheringTypeBreedingAndRestingArea",
|
|
439
|
+
"gatheringTypeCavityTree" = "MY.gatheringTypeCavityTree",
|
|
440
|
+
"gatheringTypeDroppingsTree" = "MY.gatheringTypeDroppingsTree",
|
|
441
|
+
"gatheringTypeNestTree" = "MY.gatheringTypeNestTree",
|
|
442
|
+
"gatheringTypeLolifeAccess" = "MY.gatheringTypeLolifeAccess",
|
|
443
|
+
"gatheringTypeLolifeCoreZone" = "MY.gatheringTypeLolifeCoreZone",
|
|
444
|
+
"gatheringTypeLolifeHabitatZone" = "MY.gatheringTypeLolifeHabitatZone",
|
|
445
|
+
"gatheringTypeLolifeApplicableZone" = "MY.gatheringTypeLolifeApplicableZone",
|
|
446
|
+
"gatheringTypeWaterbirdPoint" = "MY.gatheringTypeWaterbirdPoint",
|
|
447
|
+
"gatheringTypeWaterbirdRound" = "MY.gatheringTypeWaterbirdRound"
|
|
448
|
+
}
|
|
449
|
+
export enum GeoreferenceSources {
|
|
450
|
+
"empty" = "",
|
|
451
|
+
"georeferenceSourceKotka" = "MY.georeferenceSourceKotka",
|
|
452
|
+
"georeferenceSourceKarttapaikka" = "MY.georeferenceSourceKarttapaikka",
|
|
453
|
+
"georeferenceSourcePaikkatietoikkuna" = "MY.georeferenceSourcePaikkatietoikkuna",
|
|
454
|
+
"georeferenceSourceKarjalankartat" = "MY.georeferenceSourceKarjalankartat",
|
|
455
|
+
"georeferenceSourceRetkikartta" = "MY.georeferenceSourceRetkikartta",
|
|
456
|
+
"georeferenceSourceGoogle" = "MY.georeferenceSourceGoogle",
|
|
457
|
+
"georeferenceSourcePeruskartta" = "MY.georeferenceSourcePeruskartta",
|
|
458
|
+
"georeferenceSourcePapermap" = "MY.georeferenceSourcePapermap",
|
|
459
|
+
"georeferenceSourceOtherpaper" = "MY.georeferenceSourceOtherpaper",
|
|
460
|
+
"georeferenceSourceOtherweb" = "MY.georeferenceSourceOtherweb",
|
|
461
|
+
"georeferenceSourceCatalogue" = "MY.georeferenceSourceCatalogue",
|
|
462
|
+
"georeferenceSourceBiogeomancer" = "MY.georeferenceSourceBiogeomancer",
|
|
463
|
+
"georeferenceSourceGeolocate" = "MY.georeferenceSourceGeolocate",
|
|
464
|
+
"georeferenceSourceOther" = "MY.georeferenceSourceOther",
|
|
465
|
+
"georeferenceSourceUnknown" = "MY.georeferenceSourceUnknown"
|
|
466
|
+
}
|
|
467
|
+
export enum HabitatEnum {
|
|
468
|
+
"empty" = "",
|
|
469
|
+
"habitatEnumValue1" = "MY.habitatEnumValue1",
|
|
470
|
+
"habitatEnumValue2" = "MY.habitatEnumValue2",
|
|
471
|
+
"habitatEnumValue3" = "MY.habitatEnumValue3",
|
|
472
|
+
"habitatEnumValue4" = "MY.habitatEnumValue4",
|
|
473
|
+
"habitatEnumValue5" = "MY.habitatEnumValue5",
|
|
474
|
+
"habitatEnumValue6" = "MY.habitatEnumValue6",
|
|
475
|
+
"habitatEnumValue7" = "MY.habitatEnumValue7",
|
|
476
|
+
"habitatEnumValue8" = "MY.habitatEnumValue8",
|
|
477
|
+
"habitatEnumValue9" = "MY.habitatEnumValue9",
|
|
478
|
+
"habitatEnumValue10" = "MY.habitatEnumValue10",
|
|
479
|
+
"habitatEnumValue11" = "MY.habitatEnumValue11",
|
|
480
|
+
"habitatEnumValue12" = "MY.habitatEnumValue12",
|
|
481
|
+
"habitatEnumValue13" = "MY.habitatEnumValue13",
|
|
482
|
+
"habitatEnumValue14" = "MY.habitatEnumValue14",
|
|
483
|
+
"habitatEnumValue15" = "MY.habitatEnumValue15",
|
|
484
|
+
"habitatEnumValue16" = "MY.habitatEnumValue16",
|
|
485
|
+
"habitatEnumValue17" = "MY.habitatEnumValue17",
|
|
486
|
+
"habitatEnumValue18" = "MY.habitatEnumValue18",
|
|
487
|
+
"habitatEnumValue19" = "MY.habitatEnumValue19",
|
|
488
|
+
"habitatEnumValue20" = "MY.habitatEnumValue20",
|
|
489
|
+
"habitatEnumValue21" = "MY.habitatEnumValue21",
|
|
490
|
+
"habitatEnumValue22" = "MY.habitatEnumValue22",
|
|
491
|
+
"habitatEnumValue23" = "MY.habitatEnumValue23",
|
|
492
|
+
"habitatEnumValue24" = "MY.habitatEnumValue24",
|
|
493
|
+
"habitatEnumValue25" = "MY.habitatEnumValue25",
|
|
494
|
+
"habitatEnumValue26" = "MY.habitatEnumValue26",
|
|
495
|
+
"habitatEnumValue27" = "MY.habitatEnumValue27",
|
|
496
|
+
"habitatEnumValue28" = "MY.habitatEnumValue28",
|
|
497
|
+
"habitatEnumValue29" = "MY.habitatEnumValue29",
|
|
498
|
+
"habitatEnumValue30" = "MY.habitatEnumValue30",
|
|
499
|
+
"habitatEnumValue31" = "MY.habitatEnumValue31",
|
|
500
|
+
"habitatEnumValue32" = "MY.habitatEnumValue32",
|
|
501
|
+
"habitatEnumValue33" = "MY.habitatEnumValue33",
|
|
502
|
+
"habitatEnumValue34" = "MY.habitatEnumValue34",
|
|
503
|
+
"habitatEnumValue35" = "MY.habitatEnumValue35",
|
|
504
|
+
"habitatEnumValue36" = "MY.habitatEnumValue36",
|
|
505
|
+
"habitatEnumValue87" = "MY.habitatEnumValue87",
|
|
506
|
+
"habitatEnumValue37" = "MY.habitatEnumValue37",
|
|
507
|
+
"habitatEnumValue38" = "MY.habitatEnumValue38",
|
|
508
|
+
"habitatEnumValue39" = "MY.habitatEnumValue39",
|
|
509
|
+
"habitatEnumValue40" = "MY.habitatEnumValue40",
|
|
510
|
+
"habitatEnumValue41" = "MY.habitatEnumValue41",
|
|
511
|
+
"habitatEnumValue42" = "MY.habitatEnumValue42",
|
|
512
|
+
"habitatEnumValue43" = "MY.habitatEnumValue43",
|
|
513
|
+
"habitatEnumValue44" = "MY.habitatEnumValue44",
|
|
514
|
+
"habitatEnumValue45" = "MY.habitatEnumValue45",
|
|
515
|
+
"habitatEnumValue46" = "MY.habitatEnumValue46",
|
|
516
|
+
"habitatEnumValue47" = "MY.habitatEnumValue47",
|
|
517
|
+
"habitatEnumValue48" = "MY.habitatEnumValue48",
|
|
518
|
+
"habitatEnumValue49" = "MY.habitatEnumValue49",
|
|
519
|
+
"habitatEnumValue50" = "MY.habitatEnumValue50",
|
|
520
|
+
"habitatEnumValue51" = "MY.habitatEnumValue51",
|
|
521
|
+
"habitatEnumValue52" = "MY.habitatEnumValue52",
|
|
522
|
+
"habitatEnumValue53" = "MY.habitatEnumValue53",
|
|
523
|
+
"habitatEnumValue54" = "MY.habitatEnumValue54",
|
|
524
|
+
"habitatEnumValue55" = "MY.habitatEnumValue55",
|
|
525
|
+
"habitatEnumValue56" = "MY.habitatEnumValue56",
|
|
526
|
+
"habitatEnumValue57" = "MY.habitatEnumValue57",
|
|
527
|
+
"habitatEnumValue58" = "MY.habitatEnumValue58",
|
|
528
|
+
"habitatEnumValue59" = "MY.habitatEnumValue59",
|
|
529
|
+
"habitatEnumValue60" = "MY.habitatEnumValue60",
|
|
530
|
+
"habitatEnumValue61" = "MY.habitatEnumValue61",
|
|
531
|
+
"habitatEnumValue62" = "MY.habitatEnumValue62",
|
|
532
|
+
"habitatEnumValue63" = "MY.habitatEnumValue63",
|
|
533
|
+
"habitatEnumValue64" = "MY.habitatEnumValue64",
|
|
534
|
+
"habitatEnumValue65" = "MY.habitatEnumValue65",
|
|
535
|
+
"habitatEnumValue66" = "MY.habitatEnumValue66",
|
|
536
|
+
"habitatEnumValue67" = "MY.habitatEnumValue67",
|
|
537
|
+
"habitatEnumValue68" = "MY.habitatEnumValue68",
|
|
538
|
+
"habitatEnumValue69" = "MY.habitatEnumValue69",
|
|
539
|
+
"habitatEnumValue70" = "MY.habitatEnumValue70",
|
|
540
|
+
"habitatEnumValue71" = "MY.habitatEnumValue71",
|
|
541
|
+
"habitatEnumValue72" = "MY.habitatEnumValue72",
|
|
542
|
+
"habitatEnumValue73" = "MY.habitatEnumValue73",
|
|
543
|
+
"habitatEnumValue74" = "MY.habitatEnumValue74",
|
|
544
|
+
"habitatEnumValue75" = "MY.habitatEnumValue75",
|
|
545
|
+
"habitatEnumValue76" = "MY.habitatEnumValue76",
|
|
546
|
+
"habitatEnumValue77" = "MY.habitatEnumValue77",
|
|
547
|
+
"habitatEnumValue78" = "MY.habitatEnumValue78",
|
|
548
|
+
"habitatEnumValue79" = "MY.habitatEnumValue79",
|
|
549
|
+
"habitatEnumValue80" = "MY.habitatEnumValue80",
|
|
550
|
+
"habitatEnumValue81" = "MY.habitatEnumValue81",
|
|
551
|
+
"habitatEnumValue82" = "MY.habitatEnumValue82",
|
|
552
|
+
"habitatEnumValue83" = "MY.habitatEnumValue83",
|
|
553
|
+
"habitatEnumValue84" = "MY.habitatEnumValue84",
|
|
554
|
+
"habitatEnumValue85" = "MY.habitatEnumValue85",
|
|
555
|
+
"habitatEnumValue86" = "MY.habitatEnumValue86",
|
|
556
|
+
"habitatEnumValue88" = "MY.habitatEnumValue88",
|
|
557
|
+
"habitatEnumValue89" = "MY.habitatEnumValue89",
|
|
558
|
+
"habitatEnumValue90" = "MY.habitatEnumValue90",
|
|
559
|
+
"habitatEnumValue91" = "MY.habitatEnumValue91",
|
|
560
|
+
"habitatEnumValue92" = "MY.habitatEnumValue92",
|
|
561
|
+
"habitatEnumValue93" = "MY.habitatEnumValue93",
|
|
562
|
+
"habitatEnumValue94" = "MY.habitatEnumValue94"
|
|
563
|
+
}
|
|
564
|
+
export enum HabitatAttributesEnum {
|
|
565
|
+
"empty" = "",
|
|
566
|
+
"habitatAttributesEnumValue1" = "MY.habitatAttributesEnumValue1",
|
|
567
|
+
"habitatAttributesEnumValue2" = "MY.habitatAttributesEnumValue2",
|
|
568
|
+
"habitatAttributesEnumValue3" = "MY.habitatAttributesEnumValue3",
|
|
569
|
+
"habitatAttributesEnumValue4" = "MY.habitatAttributesEnumValue4",
|
|
570
|
+
"habitatAttributesEnumValue5" = "MY.habitatAttributesEnumValue5",
|
|
571
|
+
"habitatAttributesEnumValue6" = "MY.habitatAttributesEnumValue6",
|
|
572
|
+
"habitatAttributesEnumValue7" = "MY.habitatAttributesEnumValue7",
|
|
573
|
+
"habitatAttributesEnumValue8" = "MY.habitatAttributesEnumValue8",
|
|
574
|
+
"habitatAttributesEnumValue9" = "MY.habitatAttributesEnumValue9",
|
|
575
|
+
"habitatAttributesEnumValue10" = "MY.habitatAttributesEnumValue10",
|
|
576
|
+
"habitatAttributesEnumValue11" = "MY.habitatAttributesEnumValue11",
|
|
577
|
+
"habitatAttributesEnumValue12" = "MY.habitatAttributesEnumValue12",
|
|
578
|
+
"habitatAttributesEnumValue13" = "MY.habitatAttributesEnumValue13",
|
|
579
|
+
"habitatAttributesEnumValue14" = "MY.habitatAttributesEnumValue14",
|
|
580
|
+
"habitatAttributesEnumValue15" = "MY.habitatAttributesEnumValue15",
|
|
581
|
+
"habitatAttributesEnumValue16" = "MY.habitatAttributesEnumValue16",
|
|
582
|
+
"habitatAttributesEnumValue17" = "MY.habitatAttributesEnumValue17",
|
|
583
|
+
"habitatAttributesEnumValue18" = "MY.habitatAttributesEnumValue18",
|
|
584
|
+
"habitatAttributesEnumValue19" = "MY.habitatAttributesEnumValue19",
|
|
585
|
+
"habitatAttributesEnumValue20" = "MY.habitatAttributesEnumValue20",
|
|
586
|
+
"habitatAttributesEnumValue21" = "MY.habitatAttributesEnumValue21",
|
|
587
|
+
"habitatAttributesEnumValue22" = "MY.habitatAttributesEnumValue22"
|
|
588
|
+
}
|
|
589
|
+
export enum InvasiveControlMethodsEnum {
|
|
590
|
+
"empty" = "",
|
|
591
|
+
"invasiveControlMethodsMechanical" = "MY.invasiveControlMethodsMechanical",
|
|
592
|
+
"invasiveControlMethodsChemical" = "MY.invasiveControlMethodsChemical",
|
|
593
|
+
"invasiveControlMethodsBiological" = "MY.invasiveControlMethodsBiological",
|
|
594
|
+
"invasiveControlMethodsOther" = "MY.invasiveControlMethodsOther"
|
|
595
|
+
}
|
|
596
|
+
export enum MothSamplingMethodEnum {
|
|
597
|
+
"empty" = "",
|
|
598
|
+
"mothSamplingMethodJA500" = "MY.mothSamplingMethodJA500",
|
|
599
|
+
"mothSamplingMethodLHG" = "MY.mothSamplingMethodLHG",
|
|
600
|
+
"mothSamplingMethodLS" = "MY.mothSamplingMethodLS",
|
|
601
|
+
"mothSamplingMethodMAARY" = "MY.mothSamplingMethodMAARY",
|
|
602
|
+
"mothSamplingMethodPR125" = "MY.mothSamplingMethodPR125",
|
|
603
|
+
"mothSamplingMethodPR250" = "MY.mothSamplingMethodPR250"
|
|
604
|
+
}
|
|
605
|
+
export enum PredominantTreeEnum {
|
|
606
|
+
"empty" = "",
|
|
607
|
+
"MX.37819" = "MX.37819",
|
|
608
|
+
"MX.37812" = "MX.37812",
|
|
609
|
+
"MX.37992" = "MX.37992",
|
|
610
|
+
"MX.38004" = "MX.38004",
|
|
611
|
+
"MX.38590" = "MX.38590",
|
|
612
|
+
"MX.38686" = "MX.38686",
|
|
613
|
+
"MX.38563" = "MX.38563",
|
|
614
|
+
"MX.38527" = "MX.38527",
|
|
615
|
+
"MX.41344" = "MX.41344",
|
|
616
|
+
"MX.38016" = "MX.38016",
|
|
617
|
+
"MX.39331" = "MX.39331",
|
|
618
|
+
"MX.37990" = "MX.37990",
|
|
619
|
+
"MX.38008" = "MX.38008",
|
|
620
|
+
"MX.38010" = "MX.38010",
|
|
621
|
+
"MX.37975" = "MX.37975",
|
|
622
|
+
"MX.37976" = "MX.37976",
|
|
623
|
+
"MX.39122" = "MX.39122",
|
|
624
|
+
"MX.37815" = "MX.37815"
|
|
625
|
+
}
|
|
626
|
+
export enum SamplingMethods {
|
|
627
|
+
"empty" = "",
|
|
628
|
+
"samplingMethodCarnet" = "MY.samplingMethodCarnet",
|
|
629
|
+
"samplingMethodFeromonetrap" = "MY.samplingMethodFeromonetrap",
|
|
630
|
+
"samplingMethodNet" = "MY.samplingMethodNet",
|
|
631
|
+
"samplingMethodDrag" = "MY.samplingMethodDrag",
|
|
632
|
+
"samplingMethodWindowtrap" = "MY.samplingMethodWindowtrap",
|
|
633
|
+
"samplingMethodDigging" = "MY.samplingMethodDigging",
|
|
634
|
+
"samplingMethodFishNet" = "MY.samplingMethodFishNet",
|
|
635
|
+
"samplingMethodHand" = "MY.samplingMethodHand",
|
|
636
|
+
"samplingMethodReared" = "MY.samplingMethodReared",
|
|
637
|
+
"samplingMethodEpupa" = "MY.samplingMethodEpupa",
|
|
638
|
+
"samplingMethodExovo" = "MY.samplingMethodExovo",
|
|
639
|
+
"samplingMethodElarva" = "MY.samplingMethodElarva",
|
|
640
|
+
"samplingMethodFishTrap" = "MY.samplingMethodFishTrap",
|
|
641
|
+
"samplingMethodYellowWindowTrap" = "MY.samplingMethodYellowWindowTrap",
|
|
642
|
+
"samplingMethodYellowpan" = "MY.samplingMethodYellowpan",
|
|
643
|
+
"samplingMethodTriangleDrag" = "MY.samplingMethodTriangleDrag",
|
|
644
|
+
"samplingMethodPitfall" = "MY.samplingMethodPitfall",
|
|
645
|
+
"samplingMethodEclectortrap" = "MY.samplingMethodEclectortrap",
|
|
646
|
+
"samplingMethodDungTrap" = "MY.samplingMethodDungTrap",
|
|
647
|
+
"samplingMethodBoard" = "MY.samplingMethodBoard",
|
|
648
|
+
"samplingMethodYellowtrap" = "MY.samplingMethodYellowtrap",
|
|
649
|
+
"samplingMethodMistnet" = "MY.samplingMethodMistnet",
|
|
650
|
+
"samplingMethodSweeping" = "MY.samplingMethodSweeping",
|
|
651
|
+
"samplingMethodSoilsample" = "MY.samplingMethodSoilsample",
|
|
652
|
+
"samplingMethodWashing" = "MY.samplingMethodWashing",
|
|
653
|
+
"samplingMethodMalaise" = "MY.samplingMethodMalaise",
|
|
654
|
+
"samplingMethodPantrap" = "MY.samplingMethodPantrap",
|
|
655
|
+
"samplingMethodSeine" = "MY.samplingMethodSeine",
|
|
656
|
+
"samplingMethodAngleFishing" = "MY.samplingMethodAngleFishing",
|
|
657
|
+
"samplingMethodTrampling" = "MY.samplingMethodTrampling",
|
|
658
|
+
"samplingMethodBeamTrawl" = "MY.samplingMethodBeamTrawl",
|
|
659
|
+
"samplingMethodTrap" = "MY.samplingMethodTrap",
|
|
660
|
+
"samplingMethodDropping" = "MY.samplingMethodDropping",
|
|
661
|
+
"samplingMethodTrunkWindowTrap" = "MY.samplingMethodTrunkWindowTrap",
|
|
662
|
+
"samplingMethodElectrofishing" = "MY.samplingMethodElectrofishing",
|
|
663
|
+
"samplingMethodSifting" = "MY.samplingMethodSifting",
|
|
664
|
+
"samplingMethodDiverInsectTrap" = "MY.samplingMethodDiverInsectTrap",
|
|
665
|
+
"samplingMethodDiving" = "MY.samplingMethodDiving",
|
|
666
|
+
"samplingMethodBait" = "MY.samplingMethodBait",
|
|
667
|
+
"samplingMethodBaittrap" = "MY.samplingMethodBaittrap",
|
|
668
|
+
"samplingMethodTrawling" = "MY.samplingMethodTrawling",
|
|
669
|
+
"samplingMethodLight" = "MY.samplingMethodLight",
|
|
670
|
+
"samplingMethodLightTrap" = "MY.samplingMethodLightTrap",
|
|
671
|
+
"samplingMethodWaterBucket" = "MY.samplingMethodWaterBucket",
|
|
672
|
+
"samplingMethodAquaticNet" = "MY.samplingMethodAquaticNet",
|
|
673
|
+
"samplingMethodAquaticEmergenceTrap" = "MY.samplingMethodAquaticEmergenceTrap",
|
|
674
|
+
"samplingMethodWaterSieve" = "MY.samplingMethodWaterSieve",
|
|
675
|
+
"samplingMethodOther" = "MY.samplingMethodOther"
|
|
676
|
+
}
|
|
677
|
+
export enum ArtificialLightEnum {
|
|
678
|
+
"empty" = "",
|
|
679
|
+
"artificialLightEnum1" = "MY.artificialLightEnum1",
|
|
680
|
+
"artificialLightEnum2" = "MY.artificialLightEnum2",
|
|
681
|
+
"artificialLightEnum3" = "MY.artificialLightEnum3",
|
|
682
|
+
"artificialLightEnum4" = "MY.artificialLightEnum4",
|
|
683
|
+
"artificialLightEnum5" = "MY.artificialLightEnum5"
|
|
684
|
+
}
|
|
685
|
+
export enum CloudCoverOktaEnum {
|
|
686
|
+
"empty" = "",
|
|
687
|
+
"cloudCoverOktaEnumUnknown" = "MY.cloudCoverOktaEnumUnknown",
|
|
688
|
+
"cloudCoverOktaEnum0" = "MY.cloudCoverOktaEnum0",
|
|
689
|
+
"cloudCoverOktaEnum1" = "MY.cloudCoverOktaEnum1",
|
|
690
|
+
"cloudCoverOktaEnum2" = "MY.cloudCoverOktaEnum2",
|
|
691
|
+
"cloudCoverOktaEnum3" = "MY.cloudCoverOktaEnum3",
|
|
692
|
+
"cloudCoverOktaEnum4" = "MY.cloudCoverOktaEnum4",
|
|
693
|
+
"cloudCoverOktaEnum5" = "MY.cloudCoverOktaEnum5",
|
|
694
|
+
"cloudCoverOktaEnum6" = "MY.cloudCoverOktaEnum6",
|
|
695
|
+
"cloudCoverOktaEnum7" = "MY.cloudCoverOktaEnum7",
|
|
696
|
+
"cloudCoverOktaEnum8" = "MY.cloudCoverOktaEnum8"
|
|
697
|
+
}
|
|
698
|
+
export enum RainIntensityEnum {
|
|
699
|
+
"empty" = "",
|
|
700
|
+
"rainIntensityEnumNoRain" = "MY.rainIntensityEnumNoRain",
|
|
701
|
+
"rainIntensityEnumLightRain" = "MY.rainIntensityEnumLightRain",
|
|
702
|
+
"rainIntensityEnumModerateRain" = "MY.rainIntensityEnumModerateRain",
|
|
703
|
+
"rainIntensityEnumHeavyRain" = "MY.rainIntensityEnumHeavyRain",
|
|
704
|
+
"rainIntensityEnumTorrentialRain" = "MY.rainIntensityEnumTorrentialRain"
|
|
705
|
+
}
|
|
706
|
+
export enum BatCollectorEnum {
|
|
707
|
+
"empty" = "",
|
|
708
|
+
"batCollectorAlone" = "MY.batCollectorAlone",
|
|
709
|
+
"batCollectorWithProjectGroupMember" = "MY.batCollectorWithProjectGroupMember",
|
|
710
|
+
"batCollectorSomeoneElse" = "MY.batCollectorSomeoneElse"
|
|
711
|
+
}
|
|
712
|
+
export enum LolifeSiteClassificationEnum {
|
|
713
|
+
"empty" = "",
|
|
714
|
+
"lolifeSiteClassificationExcellent" = "MY.lolifeSiteClassificationExcellent",
|
|
715
|
+
"lolifeSiteClassificationSuboptimal" = "MY.lolifeSiteClassificationSuboptimal",
|
|
716
|
+
"lolifeSiteClassificationPossible" = "MY.lolifeSiteClassificationPossible",
|
|
717
|
+
"lolifeSiteClassificationCurrentlyUnsuitable" = "MY.lolifeSiteClassificationCurrentlyUnsuitable",
|
|
718
|
+
"lolifeSiteClassificationPermanentlyUnsuitable" = "MY.lolifeSiteClassificationPermanentlyUnsuitable"
|
|
719
|
+
}
|
|
720
|
+
export enum PointCountHabitatEnum {
|
|
721
|
+
"empty" = "",
|
|
722
|
+
"pointCountHabitat0" = "MY.pointCountHabitat0",
|
|
723
|
+
"pointCountHabitat1" = "MY.pointCountHabitat1",
|
|
724
|
+
"pointCountHabitat2" = "MY.pointCountHabitat2",
|
|
725
|
+
"pointCountHabitat3" = "MY.pointCountHabitat3",
|
|
726
|
+
"pointCountHabitat4" = "MY.pointCountHabitat4",
|
|
727
|
+
"pointCountHabitat5" = "MY.pointCountHabitat5",
|
|
728
|
+
"pointCountHabitat6" = "MY.pointCountHabitat6",
|
|
729
|
+
"pointCountHabitat7" = "MY.pointCountHabitat7",
|
|
730
|
+
"pointCountHabitat8" = "MY.pointCountHabitat8",
|
|
731
|
+
"pointCountHabitat9" = "MY.pointCountHabitat9",
|
|
732
|
+
"pointCountHabitat10" = "MY.pointCountHabitat10",
|
|
733
|
+
"pointCountHabitat11" = "MY.pointCountHabitat11",
|
|
734
|
+
"pointCountHabitat12" = "MY.pointCountHabitat12",
|
|
735
|
+
"pointCountHabitat13" = "MY.pointCountHabitat13",
|
|
736
|
+
"pointCountHabitat14" = "MY.pointCountHabitat14",
|
|
737
|
+
"pointCountHabitat15" = "MY.pointCountHabitat15",
|
|
738
|
+
"pointCountHabitat16" = "MY.pointCountHabitat16",
|
|
739
|
+
"pointCountHabitat17" = "MY.pointCountHabitat17"
|
|
740
|
+
}
|
|
741
|
+
export enum SykeButterFlyCensusWindEnum {
|
|
742
|
+
"empty" = "",
|
|
743
|
+
"sykeButterFlyCensusWindEnumUnknown" = "MY.sykeButterFlyCensusWindEnumUnknown",
|
|
744
|
+
"sykeButterFlyCensusWindEnum0" = "MY.sykeButterFlyCensusWindEnum0",
|
|
745
|
+
"sykeButterFlyCensusWindEnum1" = "MY.sykeButterFlyCensusWindEnum1",
|
|
746
|
+
"sykeButterFlyCensusWindEnum2" = "MY.sykeButterFlyCensusWindEnum2",
|
|
747
|
+
"sykeButterFlyCensusWindEnum3" = "MY.sykeButterFlyCensusWindEnum3",
|
|
748
|
+
"sykeButterFlyCensusWindEnum4" = "MY.sykeButterFlyCensusWindEnum4",
|
|
749
|
+
"sykeButterFlyCensusWindEnum5" = "MY.sykeButterFlyCensusWindEnum5",
|
|
750
|
+
"sykeButterFlyCensusWindEnum6" = "MY.sykeButterFlyCensusWindEnum6"
|
|
751
|
+
}
|
|
752
|
+
export enum WaterbirdCensusPeriodEnum {
|
|
753
|
+
"empty" = "",
|
|
754
|
+
"waterbirdCensusPeriodEnum1" = "MY.waterbirdCensusPeriodEnum1",
|
|
755
|
+
"waterbirdCensusPeriodEnum2" = "MY.waterbirdCensusPeriodEnum2",
|
|
756
|
+
"waterbirdCensusPeriodEnumJuvenile" = "MY.waterbirdCensusPeriodEnumJuvenile",
|
|
757
|
+
"waterbirdCensusPeriodEnumAdditional" = "MY.waterbirdCensusPeriodEnumAdditional",
|
|
758
|
+
"waterbirdCensusPeriodEnumCombined" = "MY.waterbirdCensusPeriodEnumCombined"
|
|
759
|
+
}
|
|
760
|
+
export enum WaterbirdHabitatEnum {
|
|
761
|
+
"empty" = "",
|
|
762
|
+
"waterbirdHabitatEnum1" = "MY.waterbirdHabitatEnum1",
|
|
763
|
+
"waterbirdHabitatEnum2" = "MY.waterbirdHabitatEnum2",
|
|
764
|
+
"waterbirdHabitatEnum3" = "MY.waterbirdHabitatEnum3",
|
|
765
|
+
"waterbirdHabitatEnum4" = "MY.waterbirdHabitatEnum4",
|
|
766
|
+
"waterbirdHabitatEnum5" = "MY.waterbirdHabitatEnum5",
|
|
767
|
+
"waterbirdHabitatEnum6" = "MY.waterbirdHabitatEnum6",
|
|
768
|
+
"waterbirdHabitatEnum7" = "MY.waterbirdHabitatEnum7",
|
|
769
|
+
"waterbirdHabitatEnum8" = "MY.waterbirdHabitatEnum8",
|
|
770
|
+
"waterbirdHabitatEnum9" = "MY.waterbirdHabitatEnum9",
|
|
771
|
+
"waterbirdHabitatEnum10" = "MY.waterbirdHabitatEnum10"
|
|
772
|
+
}
|
|
773
|
+
export enum SpeciesAbundanceEnum {
|
|
774
|
+
"empty" = "",
|
|
775
|
+
"speciesAbundanceEnum0" = "WBC.speciesAbundanceEnum0",
|
|
776
|
+
"speciesAbundanceEnum1" = "WBC.speciesAbundanceEnum1",
|
|
777
|
+
"speciesAbundanceEnum2" = "WBC.speciesAbundanceEnum2",
|
|
778
|
+
"speciesAbundanceEnum3" = "WBC.speciesAbundanceEnum3"
|
|
779
|
+
}
|
|
780
|
+
export enum CloudAndRainEnum {
|
|
781
|
+
"empty" = "",
|
|
782
|
+
"cloudAndRainEnum0" = "WBC.cloudAndRainEnum0",
|
|
783
|
+
"cloudAndRainEnum1" = "WBC.cloudAndRainEnum1",
|
|
784
|
+
"cloudAndRainEnum2" = "WBC.cloudAndRainEnum2",
|
|
785
|
+
"cloudAndRainEnum3" = "WBC.cloudAndRainEnum3",
|
|
786
|
+
"cloudAndRainEnum4" = "WBC.cloudAndRainEnum4"
|
|
787
|
+
}
|
|
788
|
+
export enum IceCoverEnum {
|
|
789
|
+
"empty" = "",
|
|
790
|
+
"iceCoverEnum0" = "WBC.iceCoverEnum0",
|
|
791
|
+
"iceCoverEnum1" = "WBC.iceCoverEnum1",
|
|
792
|
+
"iceCoverEnum2" = "WBC.iceCoverEnum2",
|
|
793
|
+
"iceCoverEnum3" = "WBC.iceCoverEnum3",
|
|
794
|
+
"iceCoverEnum4" = "WBC.iceCoverEnum4"
|
|
795
|
+
}
|
|
796
|
+
export enum BerriesAndConesEnum {
|
|
797
|
+
"empty" = "",
|
|
798
|
+
"berriesAndConesEnum0" = "WBC.berriesAndConesEnum0",
|
|
799
|
+
"berriesAndConesEnum1" = "WBC.berriesAndConesEnum1",
|
|
800
|
+
"berriesAndConesEnum2" = "WBC.berriesAndConesEnum2",
|
|
801
|
+
"berriesAndConesEnum3" = "WBC.berriesAndConesEnum3",
|
|
802
|
+
"berriesAndConesEnum4" = "WBC.berriesAndConesEnum4",
|
|
803
|
+
"berriesAndConesEnum5" = "WBC.berriesAndConesEnum5",
|
|
804
|
+
"berriesAndConesEnum6" = "WBC.berriesAndConesEnum6"
|
|
805
|
+
}
|
|
806
|
+
export enum SnowAndIceOnTreesEnum {
|
|
807
|
+
"empty" = "",
|
|
808
|
+
"snowAndIceOnTreesEnum0" = "WBC.snowAndIceOnTreesEnum0",
|
|
809
|
+
"snowAndIceOnTreesEnum1" = "WBC.snowAndIceOnTreesEnum1",
|
|
810
|
+
"snowAndIceOnTreesEnum2" = "WBC.snowAndIceOnTreesEnum2",
|
|
811
|
+
"snowAndIceOnTreesEnum3" = "WBC.snowAndIceOnTreesEnum3"
|
|
812
|
+
}
|
|
813
|
+
export enum SnowCoverEnum {
|
|
814
|
+
"empty" = "",
|
|
815
|
+
"snowCoverEnum0" = "WBC.snowCoverEnum0",
|
|
816
|
+
"snowCoverEnum1" = "WBC.snowCoverEnum1",
|
|
817
|
+
"snowCoverEnum2" = "WBC.snowCoverEnum2",
|
|
818
|
+
"snowCoverEnum3" = "WBC.snowCoverEnum3",
|
|
819
|
+
"snowCoverEnum4" = "WBC.snowCoverEnum4",
|
|
820
|
+
"snowCoverEnum5" = "WBC.snowCoverEnum5",
|
|
821
|
+
"snowCoverEnum6" = "WBC.snowCoverEnum6",
|
|
822
|
+
"snowCoverEnum7" = "WBC.snowCoverEnum7",
|
|
823
|
+
"snowCoverEnum8" = "WBC.snowCoverEnum8"
|
|
824
|
+
}
|
|
825
|
+
export enum TypeOfSnowCoverEnum {
|
|
826
|
+
"empty" = "",
|
|
827
|
+
"typeOfSnowCoverEnum0" = "WBC.typeOfSnowCoverEnum0",
|
|
828
|
+
"typeOfSnowCoverEnum1" = "WBC.typeOfSnowCoverEnum1",
|
|
829
|
+
"typeOfSnowCoverEnum2" = "WBC.typeOfSnowCoverEnum2"
|
|
830
|
+
}
|
|
831
|
+
export enum VisibilityEnum {
|
|
832
|
+
"empty" = "",
|
|
833
|
+
"visibilityEnum0" = "WBC.visibilityEnum0",
|
|
834
|
+
"visibilityEnum1" = "WBC.visibilityEnum1",
|
|
835
|
+
"visibilityEnum2" = "WBC.visibilityEnum2",
|
|
836
|
+
"visibilityEnum3" = "WBC.visibilityEnum3",
|
|
837
|
+
"visibilityEnum4" = "WBC.visibilityEnum4"
|
|
838
|
+
}
|
|
839
|
+
export enum WaterbodiesEnum {
|
|
840
|
+
"empty" = "",
|
|
841
|
+
"waterbodiesEnum0" = "WBC.waterbodiesEnum0",
|
|
842
|
+
"waterbodiesEnum1" = "WBC.waterbodiesEnum1",
|
|
843
|
+
"waterbodiesEnum2" = "WBC.waterbodiesEnum2",
|
|
844
|
+
"waterbodiesEnum3" = "WBC.waterbodiesEnum3",
|
|
845
|
+
"waterbodiesEnum4" = "WBC.waterbodiesEnum4",
|
|
846
|
+
"waterbodiesEnum5" = "WBC.waterbodiesEnum5"
|
|
847
|
+
}
|
|
848
|
+
export enum WayOfTravelEnum {
|
|
849
|
+
"empty" = "",
|
|
850
|
+
"wayOfTravelEnum0" = "WBC.wayOfTravelEnum0",
|
|
851
|
+
"wayOfTravelEnum1" = "WBC.wayOfTravelEnum1",
|
|
852
|
+
"wayOfTravelEnum2" = "WBC.wayOfTravelEnum2",
|
|
853
|
+
"wayOfTravelEnum3" = "WBC.wayOfTravelEnum3",
|
|
854
|
+
"wayOfTravelEnum9" = "WBC.wayOfTravelEnum9"
|
|
855
|
+
}
|
|
856
|
+
export enum WindEnum {
|
|
857
|
+
"empty" = "",
|
|
858
|
+
"windEnum0" = "WBC.windEnum0",
|
|
859
|
+
"windEnum1" = "WBC.windEnum1",
|
|
860
|
+
"windEnum2" = "WBC.windEnum2",
|
|
861
|
+
"windEnum3" = "WBC.windEnum3",
|
|
862
|
+
"windEnum4" = "WBC.windEnum4"
|
|
863
|
+
}
|
|
864
|
+
export enum HabitatSpecificTypeEnum {
|
|
865
|
+
"empty" = "",
|
|
866
|
+
"habitatSpecificTypeV" = "MKV.habitatSpecificTypeV",
|
|
867
|
+
"habitatSpecificTypeH" = "MKV.habitatSpecificTypeH",
|
|
868
|
+
"habitatSpecificTypeP" = "MKV.habitatSpecificTypeP",
|
|
869
|
+
"habitatSpecificTypeJ" = "MKV.habitatSpecificTypeJ",
|
|
870
|
+
"habitatSpecificTypePAK" = "MKV.habitatSpecificTypePAK",
|
|
871
|
+
"habitatSpecificTypeVAK" = "MKV.habitatSpecificTypeVAK",
|
|
872
|
+
"habitatSpecificTypeRA" = "MKV.habitatSpecificTypeRA",
|
|
873
|
+
"habitatSpecificTypeKA" = "MKV.habitatSpecificTypeKA",
|
|
874
|
+
"habitatSpecificTypeKE" = "MKV.habitatSpecificTypeKE",
|
|
875
|
+
"habitatSpecificTypeCA" = "MKV.habitatSpecificTypeCA"
|
|
876
|
+
}
|
|
877
|
+
export enum DetMethodEnum {
|
|
878
|
+
"empty" = "",
|
|
879
|
+
"detMethodFreshSample" = "MY.detMethodFreshSample",
|
|
880
|
+
"detMethodMicroscopy" = "MY.detMethodMicroscopy",
|
|
881
|
+
"detMethodPhoto" = "MY.detMethodPhoto"
|
|
882
|
+
}
|
|
883
|
+
export enum IdentificationBasisEnum {
|
|
884
|
+
"empty" = "",
|
|
885
|
+
"identificationBasisDNA" = "MY.identificationBasisDNA",
|
|
886
|
+
"identificationBasisGenitals" = "MY.identificationBasisGenitals",
|
|
887
|
+
"identificationBasisGenitalPreparate" = "MY.identificationBasisGenitalPreparate",
|
|
888
|
+
"identificationBasisSpores" = "MY.identificationBasisSpores",
|
|
889
|
+
"identificationBasisHandled" = "MY.identificationBasisHandled",
|
|
890
|
+
"identificationBasisChemical" = "MY.identificationBasisChemical",
|
|
891
|
+
"identificationBasisHeard" = "MY.identificationBasisHeard",
|
|
892
|
+
"identificationBasisMicroscope" = "MY.identificationBasisMicroscope",
|
|
893
|
+
"identificationBasisSeen" = "MY.identificationBasisSeen",
|
|
894
|
+
"identificationBasisPreservedSpecimen" = "MY.identificationBasisPreservedSpecimen",
|
|
895
|
+
"identificationBasisFreshSpecimen" = "MY.identificationBasisFreshSpecimen",
|
|
896
|
+
"identificationBasisMedia" = "MY.identificationBasisMedia"
|
|
897
|
+
}
|
|
898
|
+
export enum InfraRanks {
|
|
899
|
+
"empty" = "",
|
|
900
|
+
"infraRankSsp" = "MY.infraRankSsp",
|
|
901
|
+
"infraRankVar" = "MY.infraRankVar",
|
|
902
|
+
"infraRankBeta" = "MY.infraRankBeta",
|
|
903
|
+
"infraRankB" = "MY.infraRankB",
|
|
904
|
+
"infraRankForma" = "MY.infraRankForma",
|
|
905
|
+
"infraRankHybrid" = "MY.infraRankHybrid",
|
|
906
|
+
"infraRankAnamorph" = "MY.infraRankAnamorph",
|
|
907
|
+
"infraRankAggregate" = "MY.infraRankAggregate",
|
|
908
|
+
"infraRankAberration" = "MY.infraRankAberration",
|
|
909
|
+
"infraRankCultivar" = "MY.infraRankCultivar",
|
|
910
|
+
"infraRankMorpha" = "MY.infraRankMorpha",
|
|
911
|
+
"infraRankUnknown" = "MY.infraRankUnknown",
|
|
912
|
+
"infraRankNothosubspecies" = "MY.infraRankNothosubspecies",
|
|
913
|
+
"infraRankCultivarGroup" = "MY.infraRankCultivarGroup",
|
|
914
|
+
"infraRankFsp" = "MY.infraRankFsp"
|
|
915
|
+
}
|
|
916
|
+
export enum TaxonRankEnum {
|
|
917
|
+
"empty" = "",
|
|
918
|
+
"MX.superdomain" = "MX.superdomain",
|
|
919
|
+
"MX.domain" = "MX.domain",
|
|
920
|
+
"MX.kingdom" = "MX.kingdom",
|
|
921
|
+
"MX.subkingdom" = "MX.subkingdom",
|
|
922
|
+
"MX.infrakingdom" = "MX.infrakingdom",
|
|
923
|
+
"MX.superphylum" = "MX.superphylum",
|
|
924
|
+
"MX.phylum" = "MX.phylum",
|
|
925
|
+
"MX.subphylum" = "MX.subphylum",
|
|
926
|
+
"MX.infraphylum" = "MX.infraphylum",
|
|
927
|
+
"MX.superdivision" = "MX.superdivision",
|
|
928
|
+
"MX.division" = "MX.division",
|
|
929
|
+
"MX.subdivision" = "MX.subdivision",
|
|
930
|
+
"MX.infradivision" = "MX.infradivision",
|
|
931
|
+
"MX.superclass" = "MX.superclass",
|
|
932
|
+
"MX.class" = "MX.class",
|
|
933
|
+
"MX.subclass" = "MX.subclass",
|
|
934
|
+
"MX.infraclass" = "MX.infraclass",
|
|
935
|
+
"MX.parvclass" = "MX.parvclass",
|
|
936
|
+
"MX.superorder" = "MX.superorder",
|
|
937
|
+
"MX.order" = "MX.order",
|
|
938
|
+
"MX.suborder" = "MX.suborder",
|
|
939
|
+
"MX.infraorder" = "MX.infraorder",
|
|
940
|
+
"MX.parvorder" = "MX.parvorder",
|
|
941
|
+
"MX.superfamily" = "MX.superfamily",
|
|
942
|
+
"MX.family" = "MX.family",
|
|
943
|
+
"MX.subfamily" = "MX.subfamily",
|
|
944
|
+
"MX.tribe" = "MX.tribe",
|
|
945
|
+
"MX.subtribe" = "MX.subtribe",
|
|
946
|
+
"MX.supergenus" = "MX.supergenus",
|
|
947
|
+
"MX.genus" = "MX.genus",
|
|
948
|
+
"MX.nothogenus" = "MX.nothogenus",
|
|
949
|
+
"MX.subgenus" = "MX.subgenus",
|
|
950
|
+
"MX.section" = "MX.section",
|
|
951
|
+
"MX.subsection" = "MX.subsection",
|
|
952
|
+
"MX.series" = "MX.series",
|
|
953
|
+
"MX.subseries" = "MX.subseries",
|
|
954
|
+
"MX.infragenericTaxon" = "MX.infragenericTaxon",
|
|
955
|
+
"MX.aggregate" = "MX.aggregate",
|
|
956
|
+
"MX.speciesAggregate" = "MX.speciesAggregate",
|
|
957
|
+
"MX.species" = "MX.species",
|
|
958
|
+
"MX.nothospecies" = "MX.nothospecies",
|
|
959
|
+
"MX.infraspecificTaxon" = "MX.infraspecificTaxon",
|
|
960
|
+
"MX.subspecificAggregate" = "MX.subspecificAggregate",
|
|
961
|
+
"MX.subspecies" = "MX.subspecies",
|
|
962
|
+
"MX.nothosubspecies" = "MX.nothosubspecies",
|
|
963
|
+
"MX.variety" = "MX.variety",
|
|
964
|
+
"MX.subvariety" = "MX.subvariety",
|
|
965
|
+
"MX.form" = "MX.form",
|
|
966
|
+
"MX.subform" = "MX.subform",
|
|
967
|
+
"MX.hybrid" = "MX.hybrid",
|
|
968
|
+
"MX.anamorph" = "MX.anamorph",
|
|
969
|
+
"MX.ecotype" = "MX.ecotype",
|
|
970
|
+
"MX.populationGroup" = "MX.populationGroup",
|
|
971
|
+
"MX.intergenericHybrid" = "MX.intergenericHybrid",
|
|
972
|
+
"MX.infragenericHybrid" = "MX.infragenericHybrid",
|
|
973
|
+
"MX.cultivar" = "MX.cultivar",
|
|
974
|
+
"MX.group" = "MX.group",
|
|
975
|
+
"MX.grex" = "MX.grex"
|
|
976
|
+
}
|
|
977
|
+
export enum SideEnum {
|
|
978
|
+
"empty" = "",
|
|
979
|
+
"sideUpside" = "MM.sideUpside",
|
|
980
|
+
"sideDownside" = "MM.sideDownside"
|
|
981
|
+
}
|
|
982
|
+
export enum Publicities {
|
|
983
|
+
"inUseByLuomus" = "KE.inUseByLuomus",
|
|
984
|
+
"inPublicUse" = "KE.inPublicUse",
|
|
985
|
+
"adminOnly" = "KE.adminOnly",
|
|
986
|
+
"thirdParty" = "KE.thirdParty"
|
|
987
|
+
}
|
|
988
|
+
export enum States {
|
|
989
|
+
"productionState" = "KE.productionState",
|
|
990
|
+
"developmentState" = "KE.developmentState",
|
|
991
|
+
"abandonedState" = "KE.abandonedState"
|
|
992
|
+
}
|
|
993
|
+
export enum Types {
|
|
994
|
+
"webApplication" = "KE.webApplication",
|
|
995
|
+
"webService" = "KE.webService",
|
|
996
|
+
"softwareComponent" = "KE.softwareComponent",
|
|
997
|
+
"program" = "KE.program",
|
|
998
|
+
"database" = "KE.database",
|
|
999
|
+
"hardware" = "KE.hardware",
|
|
1000
|
+
"server" = "KE.server",
|
|
1001
|
+
"mobileApp" = "KE.mobileApp"
|
|
1002
|
+
}
|
|
1003
|
+
export enum DdReasonEnum {
|
|
1004
|
+
"empty" = "",
|
|
1005
|
+
"ddReasonIncompleteSpatialData" = "MKV.ddReasonIncompleteSpatialData",
|
|
1006
|
+
"ddReasonIncompleteTaxonomicData" = "MKV.ddReasonIncompleteTaxonomicData",
|
|
1007
|
+
"ddReasonIncompleteOtherData" = "MKV.ddReasonIncompleteOtherData"
|
|
1008
|
+
}
|
|
1009
|
+
export enum ExternalPopulationImpactOnRedListStatusEnum {
|
|
1010
|
+
"empty" = "",
|
|
1011
|
+
"externalPopulationImpactOnRedListStatusEnumMinus1" = "MKV.externalPopulationImpactOnRedListStatusEnumMinus1",
|
|
1012
|
+
"externalPopulationImpactOnRedListStatusEnumMinus2" = "MKV.externalPopulationImpactOnRedListStatusEnumMinus2",
|
|
1013
|
+
"externalPopulationImpactOnRedListStatusEnumPlus1" = "MKV.externalPopulationImpactOnRedListStatusEnumPlus1",
|
|
1014
|
+
"externalPopulationImpactOnRedListStatusEnumPlus2" = "MKV.externalPopulationImpactOnRedListStatusEnumPlus2"
|
|
1015
|
+
}
|
|
1016
|
+
export enum PossiblyREEnum {
|
|
1017
|
+
"empty" = "",
|
|
1018
|
+
"MX.iucnRE" = "MX.iucnRE",
|
|
1019
|
+
"MX.iucnEW" = "MX.iucnEW",
|
|
1020
|
+
"MX.iucnEX" = "MX.iucnEX"
|
|
1021
|
+
}
|
|
1022
|
+
export enum ReasonForStatusChangeEnum {
|
|
1023
|
+
"empty" = "",
|
|
1024
|
+
"reasonForStatusChangeGenuine" = "MKV.reasonForStatusChangeGenuine",
|
|
1025
|
+
"reasonForStatusChangeGenuineBeforePreviousEvaluation" = "MKV.reasonForStatusChangeGenuineBeforePreviousEvaluation",
|
|
1026
|
+
"reasonForStatusChangeChangesInCriteria" = "MKV.reasonForStatusChangeChangesInCriteria",
|
|
1027
|
+
"reasonForStatusChangeMoreInformation" = "MKV.reasonForStatusChangeMoreInformation",
|
|
1028
|
+
"reasonForStatusChangeChangesInTaxonomy" = "MKV.reasonForStatusChangeChangesInTaxonomy",
|
|
1029
|
+
"reasonForStatusChangeError" = "MKV.reasonForStatusChangeError",
|
|
1030
|
+
"reasonForStatusChangeErroneousInformation" = "MKV.reasonForStatusChangeErroneousInformation",
|
|
1031
|
+
"reasonForStatusChangeOther" = "MKV.reasonForStatusChangeOther"
|
|
1032
|
+
}
|
|
1033
|
+
export enum IucnStatuses {
|
|
1034
|
+
"empty" = "",
|
|
1035
|
+
"MX.iucnEX" = "MX.iucnEX",
|
|
1036
|
+
"MX.iucnEW" = "MX.iucnEW",
|
|
1037
|
+
"MX.iucnRE" = "MX.iucnRE",
|
|
1038
|
+
"MX.iucnCR" = "MX.iucnCR",
|
|
1039
|
+
"MX.iucnEN" = "MX.iucnEN",
|
|
1040
|
+
"MX.iucnVU" = "MX.iucnVU",
|
|
1041
|
+
"MX.iucnNT" = "MX.iucnNT",
|
|
1042
|
+
"MX.iucnLC" = "MX.iucnLC",
|
|
1043
|
+
"MX.iucnDD" = "MX.iucnDD",
|
|
1044
|
+
"MX.iucnNA" = "MX.iucnNA",
|
|
1045
|
+
"MX.iucnNE" = "MX.iucnNE"
|
|
1046
|
+
}
|
|
1047
|
+
export enum StateEnum {
|
|
1048
|
+
"stateReady" = "MKV.stateReady",
|
|
1049
|
+
"stateReadyForComments" = "MKV.stateReadyForComments",
|
|
1050
|
+
"stateStarted" = "MKV.stateStarted"
|
|
1051
|
+
}
|
|
1052
|
+
export enum TypeOfOccurrenceEnum {
|
|
1053
|
+
"empty" = "",
|
|
1054
|
+
"MX.doesNotOccur" = "MX.doesNotOccur",
|
|
1055
|
+
"MX.typeOfOccurrenceOccurs" = "MX.typeOfOccurrenceOccurs",
|
|
1056
|
+
"MX.typeOfOccurrenceStablePopulation" = "MX.typeOfOccurrenceStablePopulation",
|
|
1057
|
+
"MX.typeOfOccurrenceCommon" = "MX.typeOfOccurrenceCommon",
|
|
1058
|
+
"MX.typeOfOccurrenceRare" = "MX.typeOfOccurrenceRare",
|
|
1059
|
+
"MX.typeOfOccurrenceVeryRare" = "MX.typeOfOccurrenceVeryRare",
|
|
1060
|
+
"MX.typeOfOccurrenceVagrant" = "MX.typeOfOccurrenceVagrant",
|
|
1061
|
+
"MX.typeOfOccurrenceRareVagrant" = "MX.typeOfOccurrenceRareVagrant",
|
|
1062
|
+
"MX.typeOfOccurrenceMigrant" = "MX.typeOfOccurrenceMigrant",
|
|
1063
|
+
"MX.typeOfOccurrenceImport" = "MX.typeOfOccurrenceImport",
|
|
1064
|
+
"MX.typeOfOccurrenceAnthropogenic" = "MX.typeOfOccurrenceAnthropogenic",
|
|
1065
|
+
"MX.typeOfOccurrenceNotEstablished" = "MX.typeOfOccurrenceNotEstablished",
|
|
1066
|
+
"MX.typeOfOccurrenceExtirpated" = "MX.typeOfOccurrenceExtirpated",
|
|
1067
|
+
"MX.typeOfOccurrenceOldRecords" = "MX.typeOfOccurrenceOldRecords",
|
|
1068
|
+
"MX.typeOfOccurrenceUncertain" = "MX.typeOfOccurrenceUncertain",
|
|
1069
|
+
"MX.typeOfOccurrenceSpontaneousOldResident" = "MX.typeOfOccurrenceSpontaneousOldResident",
|
|
1070
|
+
"MX.typeOfOccurrenceSpontaneousNewResident" = "MX.typeOfOccurrenceSpontaneousNewResident",
|
|
1071
|
+
"MX.typeOfOccurrenceAlienOldResident" = "MX.typeOfOccurrenceAlienOldResident",
|
|
1072
|
+
"MX.typeOfOccurrenceSpontaneousNewEphemeral" = "MX.typeOfOccurrenceSpontaneousNewEphemeral",
|
|
1073
|
+
"MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld" = "MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld",
|
|
1074
|
+
"MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct" = "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct",
|
|
1075
|
+
"MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct" = "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct",
|
|
1076
|
+
"MX.typeOfOccurrenceAlienNewEphemeral" = "MX.typeOfOccurrenceAlienNewEphemeral",
|
|
1077
|
+
"MX.typeOfOccurrenceAlienNewEphemeralOnlyold" = "MX.typeOfOccurrenceAlienNewEphemeralOnlyold",
|
|
1078
|
+
"MX.typeOfOccurrenceAlienNewResident" = "MX.typeOfOccurrenceAlienNewResident",
|
|
1079
|
+
"MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct" = "MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct",
|
|
1080
|
+
"MX.typeOfOccurrenceAlienOldExtinct" = "MX.typeOfOccurrenceAlienOldExtinct",
|
|
1081
|
+
"MX.typeOfOccurrenceSmallDegreeCultivatedOrigin" = "MX.typeOfOccurrenceSmallDegreeCultivatedOrigin",
|
|
1082
|
+
"MX.typeOfOccurrenceNotableDegreeCultivatedOrigin" = "MX.typeOfOccurrenceNotableDegreeCultivatedOrigin",
|
|
1083
|
+
"MX.typeOfOccurrenceCompletelyCultivatedOrigin" = "MX.typeOfOccurrenceCompletelyCultivatedOrigin",
|
|
1084
|
+
"MX.typeOfOccurrenceOnlyCultivated" = "MX.typeOfOccurrenceOnlyCultivated",
|
|
1085
|
+
"MX.typeOfOccurrenceMaxShortDistanceEscape" = "MX.typeOfOccurrenceMaxShortDistanceEscape",
|
|
1086
|
+
"MX.typeOfOccurrenceMaxSoilImmigrant" = "MX.typeOfOccurrenceMaxSoilImmigrant",
|
|
1087
|
+
"MX.typeOfOccurrenceMaxReplanted" = "MX.typeOfOccurrenceMaxReplanted",
|
|
1088
|
+
"MX.typeOfOccurrenceMaxRelict" = "MX.typeOfOccurrenceMaxRelict",
|
|
1089
|
+
"MX.typeOfOccurrenceNotEvaluated" = "MX.typeOfOccurrenceNotEvaluated",
|
|
1090
|
+
"MX.typeOfOccurrenceRegularBreeder" = "MX.typeOfOccurrenceRegularBreeder",
|
|
1091
|
+
"MX.typeOfOccurrenceIrregularBreeder" = "MX.typeOfOccurrenceIrregularBreeder",
|
|
1092
|
+
"MX.typeOfOccurrencePassageMigrant" = "MX.typeOfOccurrencePassageMigrant",
|
|
1093
|
+
"MX.typeOfOccurrenceBirdLifeCategoryA" = "MX.typeOfOccurrenceBirdLifeCategoryA",
|
|
1094
|
+
"MX.typeOfOccurrenceBirdLifeCategoryB" = "MX.typeOfOccurrenceBirdLifeCategoryB",
|
|
1095
|
+
"MX.typeOfOccurrenceBirdLifeCategoryC" = "MX.typeOfOccurrenceBirdLifeCategoryC",
|
|
1096
|
+
"MX.typeOfOccurrenceBirdLifeCategoryD" = "MX.typeOfOccurrenceBirdLifeCategoryD",
|
|
1097
|
+
"MX.typeOfOccurrenceBirdLifeCategoryE" = "MX.typeOfOccurrenceBirdLifeCategoryE",
|
|
1098
|
+
"MX.typeOfOccurrenceOccursBasedOnOccurrences" = "MX.typeOfOccurrenceOccursBasedOnOccurrences"
|
|
1099
|
+
}
|
|
1100
|
+
export enum AccessibilityEnum {
|
|
1101
|
+
"empty" = "",
|
|
1102
|
+
"accessibilityEasy" = "MNP.accessibilityEasy",
|
|
1103
|
+
"accessibilityModerate" = "MNP.accessibilityModerate",
|
|
1104
|
+
"accessibilityDifficult" = "MNP.accessibilityDifficult"
|
|
1105
|
+
}
|
|
1106
|
+
export enum PriorityEnum {
|
|
1107
|
+
"empty" = "",
|
|
1108
|
+
"priority1" = "MNP.priority1",
|
|
1109
|
+
"priority2" = "MNP.priority2",
|
|
1110
|
+
"priority3" = "MNP.priority3",
|
|
1111
|
+
"priority4" = "MNP.priority4",
|
|
1112
|
+
"priority5" = "MNP.priority5"
|
|
1113
|
+
}
|
|
1114
|
+
export enum TagEnum {
|
|
1115
|
+
"empty" = "",
|
|
1116
|
+
"tagAccessibilityEasy" = "MNP.tagAccessibilityEasy",
|
|
1117
|
+
"tagAccessibilityModerate" = "MNP.tagAccessibilityModerate",
|
|
1118
|
+
"tagAccessibilityDifficult" = "MNP.tagAccessibilityDifficult",
|
|
1119
|
+
"tagHabitatImportant" = "MNP.tagHabitatImportant",
|
|
1120
|
+
"tagCensusRare" = "MNP.tagCensusRare",
|
|
1121
|
+
"tagHabitatFarmland" = "MNP.tagHabitatFarmland",
|
|
1122
|
+
"tagHabitatMire" = "MNP.tagHabitatMire",
|
|
1123
|
+
"tagHabitatMountain" = "MNP.tagHabitatMountain",
|
|
1124
|
+
"tagSuitable" = "MNP.tagSuitable"
|
|
1125
|
+
}
|
|
1126
|
+
export enum NotificationReasonEnum {
|
|
1127
|
+
"empty" = "",
|
|
1128
|
+
"notificationReasonOwnDocumentAnnotated" = "MHN.notificationReasonOwnDocumentAnnotated",
|
|
1129
|
+
"notificationReasonAnnotatedDocumentAnnotated" = "MHN.notificationReasonAnnotatedDocumentAnnotated"
|
|
1130
|
+
}
|
|
1131
|
+
export enum Explanations {
|
|
1132
|
+
"empty" = "",
|
|
1133
|
+
"abbreviation-explanationIndexHerbariorum" = "MOS.abbreviation-explanationIndexHerbariorum",
|
|
1134
|
+
"abbreviation-explanationInsectAndSpiderCollectionsOfTheWorld" = "MOS.abbreviation-explanationInsectAndSpiderCollectionsOfTheWorld"
|
|
1135
|
+
}
|
|
1136
|
+
export enum PermitStatusEnum {
|
|
1137
|
+
"empty" = "",
|
|
1138
|
+
"permitStatusAvailable" = "HRA.permitStatusAvailable",
|
|
1139
|
+
"permitStatusNotRequired" = "HRA.permitStatusNotRequired"
|
|
1140
|
+
}
|
|
1141
|
+
export enum PermitTypeEnum {
|
|
1142
|
+
"empty" = "",
|
|
1143
|
+
"permitTypePIC" = "HRA.permitTypePIC",
|
|
1144
|
+
"permitTypeMAT" = "HRA.permitTypeMAT",
|
|
1145
|
+
"permitTypeMTA" = "HRA.permitTypeMTA",
|
|
1146
|
+
"permitCollectingPermit" = "HRA.permitCollectingPermit",
|
|
1147
|
+
"permitTypeExportPermit" = "HRA.permitTypeExportPermit",
|
|
1148
|
+
"permitTypeOther" = "HRA.permitTypeOther",
|
|
1149
|
+
"permitTypeMemorandumOfUnderstanding" = "HRA.permitTypeMemorandumOfUnderstanding"
|
|
1150
|
+
}
|
|
1151
|
+
export enum Roles {
|
|
1152
|
+
"empty" = "",
|
|
1153
|
+
"admin" = "MA.admin",
|
|
1154
|
+
"securePortalUser" = "MA.securePortalUser",
|
|
1155
|
+
"sensitiveInformationApprovalRequestHandler" = "MA.sensitiveInformationApprovalRequestHandler",
|
|
1156
|
+
"taxonEditorUser" = "MA.taxonEditorUser",
|
|
1157
|
+
"taxonEditorUserDescriptionWriterOnly" = "MA.taxonEditorUserDescriptionWriterOnly",
|
|
1158
|
+
"haukkaUser" = "MA.haukkaUser",
|
|
1159
|
+
"satelliteDataManagementUser" = "MA.satelliteDataManagementUser",
|
|
1160
|
+
"invasivePortalAdmin" = "MA.invasivePortalAdmin",
|
|
1161
|
+
"speciesChallengeAdmin" = "MA.speciesChallengeAdmin",
|
|
1162
|
+
"luomusSpaceCalendarUser" = "MA.luomusSpaceCalendarUser",
|
|
1163
|
+
"luomusSpaceOpeningTimesUser" = "MA.luomusSpaceOpeningTimesUser",
|
|
1164
|
+
"taxonIdEditor" = "MA.taxonIdEditor"
|
|
1165
|
+
}
|
|
1166
|
+
export enum RoleKotkaEnum {
|
|
1167
|
+
"empty" = "",
|
|
1168
|
+
"admin" = "MA.admin",
|
|
1169
|
+
"advanced" = "MA.advanced",
|
|
1170
|
+
"member" = "MA.member",
|
|
1171
|
+
"guest" = "MA.guest"
|
|
1172
|
+
}
|
|
1173
|
+
export enum PreparationMaterialsEnum {
|
|
1174
|
+
"empty" = "",
|
|
1175
|
+
"preparationMaterialsAcetone" = "MF.preparationMaterialsAcetone",
|
|
1176
|
+
"preparationMaterialsAmmonia" = "MF.preparationMaterialsAmmonia",
|
|
1177
|
+
"preparationMaterialsBasyntan" = "MF.preparationMaterialsBasyntan",
|
|
1178
|
+
"preparationMaterialsBorax" = "MF.preparationMaterialsBorax",
|
|
1179
|
+
"preparationMaterialsEulan" = "MF.preparationMaterialsEulan",
|
|
1180
|
+
"preparationMaterialsHydrogenPeroxide" = "MF.preparationMaterialsHydrogenPeroxide",
|
|
1181
|
+
"preparationMaterialsMethyleneChloride" = "MF.preparationMaterialsMethyleneChloride",
|
|
1182
|
+
"preparationMaterialsNovaltan" = "MF.preparationMaterialsNovaltan",
|
|
1183
|
+
"preparationMaterialsPapaine" = "MF.preparationMaterialsPapaine",
|
|
1184
|
+
"preparationMaterialsPlaster" = "MF.preparationMaterialsPlaster",
|
|
1185
|
+
"preparationMaterialsPolyurethane" = "MF.preparationMaterialsPolyurethane",
|
|
1186
|
+
"preparationMaterialsPretanix" = "MF.preparationMaterialsPretanix",
|
|
1187
|
+
"preparationMaterialsPurifiedGasoline" = "MF.preparationMaterialsPurifiedGasoline",
|
|
1188
|
+
"preparationMaterialsWoodWool" = "MF.preparationMaterialsWoodWool",
|
|
1189
|
+
"preparationMaterialsCTAB" = "MF.preparationMaterialsCTAB",
|
|
1190
|
+
"preparationMaterialsEZNAForensicKit" = "MF.preparationMaterialsEZNAForensicKit",
|
|
1191
|
+
"preparationMaterialsDNEasyBloodAndTissueKit" = "MF.preparationMaterialsDNEasyBloodAndTissueKit",
|
|
1192
|
+
"preparationMaterialsDNEasyPlantKit" = "MF.preparationMaterialsDNEasyPlantKit",
|
|
1193
|
+
"preparationMaterialsNucleospinTissueKit" = "MF.preparationMaterialsNucleospinTissueKit",
|
|
1194
|
+
"preparationMaterialsNucleospinPlantTwo" = "MF.preparationMaterialsNucleospinPlantTwo",
|
|
1195
|
+
"preparationMaterialsSaltExtraction" = "MF.preparationMaterialsSaltExtraction",
|
|
1196
|
+
"preparationMaterialsDNeasyPlantMiniKit" = "MF.preparationMaterialsDNeasyPlantMiniKit",
|
|
1197
|
+
"preparationMaterialsMagAttractHMWDNAKit" = "MF.preparationMaterialsMagAttractHMWDNAKit"
|
|
1198
|
+
}
|
|
1199
|
+
export enum PreparationProcessEnum {
|
|
1200
|
+
"empty" = "",
|
|
1201
|
+
"preparationProcessTanning" = "MF.preparationProcessTanning",
|
|
1202
|
+
"preparationProcessEnzymaticMaceration" = "MF.preparationProcessEnzymaticMaceration",
|
|
1203
|
+
"preparationProcessDegreasing" = "MF.preparationProcessDegreasing",
|
|
1204
|
+
"preparationProcessBeetleCleaning" = "MF.preparationProcessBeetleCleaning",
|
|
1205
|
+
"preparationProcessPEG" = "MF.preparationProcessPEG",
|
|
1206
|
+
"preparationProcessFreezeDrying" = "MF.preparationProcessFreezeDrying"
|
|
1207
|
+
}
|
|
1208
|
+
export enum BirdwatchingActivityLevelEnum {
|
|
1209
|
+
"empty" = "",
|
|
1210
|
+
"birdwatchingActivityLevelEnum1" = "MA.birdwatchingActivityLevelEnum1",
|
|
1211
|
+
"birdwatchingActivityLevelEnum2" = "MA.birdwatchingActivityLevelEnum2",
|
|
1212
|
+
"birdwatchingActivityLevelEnum3" = "MA.birdwatchingActivityLevelEnum3",
|
|
1213
|
+
"birdwatchingActivityLevelEnum4" = "MA.birdwatchingActivityLevelEnum4"
|
|
1214
|
+
}
|
|
1215
|
+
export enum FinnishBirdSongRecognitionSkillLevelEnum {
|
|
1216
|
+
"empty" = "",
|
|
1217
|
+
"finnishBirdSongRecognitionSkillLevelEnum1" = "MA.finnishBirdSongRecognitionSkillLevelEnum1",
|
|
1218
|
+
"finnishBirdSongRecognitionSkillLevelEnum2" = "MA.finnishBirdSongRecognitionSkillLevelEnum2",
|
|
1219
|
+
"finnishBirdSongRecognitionSkillLevelEnum3" = "MA.finnishBirdSongRecognitionSkillLevelEnum3",
|
|
1220
|
+
"finnishBirdSongRecognitionSkillLevelEnum4" = "MA.finnishBirdSongRecognitionSkillLevelEnum4"
|
|
1221
|
+
}
|
|
1222
|
+
export enum ElutionMediumEnum {
|
|
1223
|
+
"empty" = "",
|
|
1224
|
+
"elutionMediumUltrapureWater" = "MF.elutionMediumUltrapureWater",
|
|
1225
|
+
"elutionMediumElutionBuffer" = "MF.elutionMediumElutionBuffer"
|
|
1226
|
+
}
|
|
1227
|
+
export enum IndividualsInPreparationEnum {
|
|
1228
|
+
"empty" = "",
|
|
1229
|
+
"individualsInPreparationMultiple" = "MF.individualsInPreparationMultiple",
|
|
1230
|
+
"individualsInPreparationSingle" = "MF.individualsInPreparationSingle"
|
|
1231
|
+
}
|
|
1232
|
+
export enum MaterialEnum {
|
|
1233
|
+
"empty" = "",
|
|
1234
|
+
"materialBirdStudySkin" = "MF.materialBirdStudySkin",
|
|
1235
|
+
"materialWing" = "MF.materialWing",
|
|
1236
|
+
"materialTail" = "MF.materialTail",
|
|
1237
|
+
"materialWingAndTail" = "MF.materialWingAndTail",
|
|
1238
|
+
"materialSkull" = "MF.materialSkull",
|
|
1239
|
+
"materialEntireSkeleton" = "MF.materialEntireSkeleton",
|
|
1240
|
+
"materialBones" = "MF.materialBones",
|
|
1241
|
+
"materialSkullAndBones" = "MF.materialSkullAndBones",
|
|
1242
|
+
"materialAntlers" = "MF.materialAntlers",
|
|
1243
|
+
"materialHead" = "MF.materialHead",
|
|
1244
|
+
"materialMuscle" = "MF.materialMuscle",
|
|
1245
|
+
"materialLiver" = "MF.materialLiver",
|
|
1246
|
+
"materialLeaf" = "MF.materialLeaf",
|
|
1247
|
+
"materialBlood" = "MF.materialBlood",
|
|
1248
|
+
"materialLeg" = "MF.materialLeg",
|
|
1249
|
+
"materialSkin" = "MF.materialSkin",
|
|
1250
|
+
"materialFeather" = "MF.materialFeather",
|
|
1251
|
+
"materialEgg" = "MF.materialEgg",
|
|
1252
|
+
"materialEggContent" = "MF.materialEggContent",
|
|
1253
|
+
"materialGenomicDNA" = "MF.materialGenomicDNA",
|
|
1254
|
+
"materialMitochondrialDNA" = "MF.materialMitochondrialDNA",
|
|
1255
|
+
"materialChloroplastDNA" = "MF.materialChloroplastDNA",
|
|
1256
|
+
"materialEnvironmentalDNA" = "MF.materialEnvironmentalDNA",
|
|
1257
|
+
"materialTeeth" = "MF.materialTeeth",
|
|
1258
|
+
"materialBodyParts" = "MF.materialBodyParts",
|
|
1259
|
+
"materialEntireOrganism" = "MF.materialEntireOrganism",
|
|
1260
|
+
"materialAppendages" = "MF.materialAppendages",
|
|
1261
|
+
"materialGenitalPreparation" = "MF.materialGenitalPreparation",
|
|
1262
|
+
"materialSection" = "MF.materialSection",
|
|
1263
|
+
"materialChromosomes" = "MF.materialChromosomes",
|
|
1264
|
+
"materialShell" = "MF.materialShell",
|
|
1265
|
+
"materialHair" = "MF.materialHair",
|
|
1266
|
+
"materialClutch" = "MF.materialClutch",
|
|
1267
|
+
"materialEggshell" = "MF.materialEggshell",
|
|
1268
|
+
"materialEggshellFragments" = "MF.materialEggshellFragments",
|
|
1269
|
+
"materialNest" = "MF.materialNest",
|
|
1270
|
+
"materialNestMaterial" = "MF.materialNestMaterial",
|
|
1271
|
+
"materialOther" = "MF.materialOther"
|
|
1272
|
+
}
|
|
1273
|
+
export enum PreparationTypeEnum {
|
|
1274
|
+
"preparationTypeSkin" = "MF.preparationTypeSkin",
|
|
1275
|
+
"preparationTypeSkeletal" = "MF.preparationTypeSkeletal",
|
|
1276
|
+
"preparationTypeMount" = "MF.preparationTypeMount",
|
|
1277
|
+
"preparationTypeTissue" = "MF.preparationTypeTissue",
|
|
1278
|
+
"preparationTypeTissueEcotoxicology" = "MF.preparationTypeTissueEcotoxicology",
|
|
1279
|
+
"preparationTypeLiquid" = "MF.preparationTypeLiquid",
|
|
1280
|
+
"preparationTypeMicroscopeSlide" = "MF.preparationTypeMicroscopeSlide",
|
|
1281
|
+
"preparationTypeDNAExtract" = "MF.preparationTypeDNAExtract",
|
|
1282
|
+
"preparationTypeEgg" = "MF.preparationTypeEgg",
|
|
1283
|
+
"preparationTypeNest" = "MF.preparationTypeNest",
|
|
1284
|
+
"preparationTypeOther" = "MF.preparationTypeOther"
|
|
1285
|
+
}
|
|
1286
|
+
export enum QualityEnum {
|
|
1287
|
+
"empty" = "",
|
|
1288
|
+
"qualityLow" = "MF.qualityLow",
|
|
1289
|
+
"qualityMedium" = "MF.qualityMedium",
|
|
1290
|
+
"qualityHigh" = "MF.qualityHigh"
|
|
1291
|
+
}
|
|
1292
|
+
export enum QualityCheckMethodEnum {
|
|
1293
|
+
"empty" = "",
|
|
1294
|
+
"qualityCheckMethodNanoDrop" = "MF.qualityCheckMethodNanoDrop",
|
|
1295
|
+
"qualityCheckMethodCubit" = "MF.qualityCheckMethodCubit"
|
|
1296
|
+
}
|
|
1297
|
+
export enum AvailableForGeneticResearchEnum {
|
|
1298
|
+
"empty" = "",
|
|
1299
|
+
"availableForGeneticResearchYes" = "HRX.availableForGeneticResearchYes",
|
|
1300
|
+
"availableForGeneticResearchWithRestrictions" = "HRX.availableForGeneticResearchWithRestrictions",
|
|
1301
|
+
"availableForGeneticResearchNo" = "HRX.availableForGeneticResearchNo"
|
|
1302
|
+
}
|
|
1303
|
+
export enum GeneticResourceTypeEnum {
|
|
1304
|
+
"empty" = "",
|
|
1305
|
+
"geneticResourceTypeAnimal" = "HRX.geneticResourceTypeAnimal",
|
|
1306
|
+
"geneticResourceTypePlant" = "HRX.geneticResourceTypePlant",
|
|
1307
|
+
"geneticResourceTypeFungus" = "HRX.geneticResourceTypeFungus",
|
|
1308
|
+
"geneticResourceTypeMicrobe" = "HRX.geneticResourceTypeMicrobe",
|
|
1309
|
+
"geneticResourceTypeSoil" = "HRX.geneticResourceTypeSoil",
|
|
1310
|
+
"geneticResourceTypeAqua" = "HRX.geneticResourceTypeAqua"
|
|
1311
|
+
}
|
|
1312
|
+
export enum ResourceImportedEnum {
|
|
1313
|
+
"empty" = "",
|
|
1314
|
+
"resourceImportedGeneticResources" = "HRX.resourceImportedGeneticResources",
|
|
1315
|
+
"resourceImportedTraditionalKnowledge" = "HRX.resourceImportedTraditionalKnowledge",
|
|
1316
|
+
"resourceImportedBoth" = "HRX.resourceImportedBoth"
|
|
1317
|
+
}
|
|
1318
|
+
export enum StatusEnum {
|
|
1319
|
+
"empty" = "",
|
|
1320
|
+
"statusInProcess" = "HRX.statusInProcess",
|
|
1321
|
+
"statusOutstanding" = "HRX.statusOutstanding",
|
|
1322
|
+
"statusClosed" = "HRX.statusClosed",
|
|
1323
|
+
"statusOnLoan" = "HRX.statusOnLoan"
|
|
1324
|
+
}
|
|
1325
|
+
export enum TransportMethodEnum {
|
|
1326
|
+
"empty" = "",
|
|
1327
|
+
"transportMethodPriority" = "HRX.transportMethodPriority",
|
|
1328
|
+
"transportMethodEconomy" = "HRX.transportMethodEconomy",
|
|
1329
|
+
"transportMethodCourier" = "HRX.transportMethodCourier",
|
|
1330
|
+
"transportMethodCarried" = "HRX.transportMethodCarried",
|
|
1331
|
+
"transportMethodOther" = "HRX.transportMethodOther",
|
|
1332
|
+
"transportMethodImage" = "HRX.transportMethodImage"
|
|
1333
|
+
}
|
|
1334
|
+
export enum EventTypeEnum {
|
|
1335
|
+
"eventTypeReturn" = "HRX.eventTypeReturn",
|
|
1336
|
+
"eventTypeAddition" = "HRX.eventTypeAddition"
|
|
1337
|
+
}
|
|
1338
|
+
export enum InvasiveSpeciesMainGroups {
|
|
1339
|
+
"empty" = "",
|
|
1340
|
+
"MG2" = "HBE.MG2",
|
|
1341
|
+
"MG3" = "HBE.MG3",
|
|
1342
|
+
"MG4" = "HBE.MG4",
|
|
1343
|
+
"MG5" = "HBE.MG5",
|
|
1344
|
+
"MG6" = "HBE.MG6",
|
|
1345
|
+
"MG7" = "HBE.MG7",
|
|
1346
|
+
"MG8" = "HBE.MG8",
|
|
1347
|
+
"MG9" = "HBE.MG9",
|
|
1348
|
+
"MG12" = "HBE.MG12",
|
|
1349
|
+
"MG11" = "HBE.MG11",
|
|
1350
|
+
"MG10" = "HBE.MG10",
|
|
1351
|
+
"MG13" = "HBE.MG13",
|
|
1352
|
+
"MG14" = "HBE.MG14"
|
|
1353
|
+
}
|
|
1354
|
+
export enum AdminStatusEnum {
|
|
1355
|
+
"empty" = "",
|
|
1356
|
+
"MX.finlex160_1997_appendix4_2021" = "MX.finlex160_1997_appendix4_2021",
|
|
1357
|
+
"MX.finlex160_1997_appendix4_specialInterest_2021" = "MX.finlex160_1997_appendix4_specialInterest_2021",
|
|
1358
|
+
"MX.finlex160_1997_appendix2a" = "MX.finlex160_1997_appendix2a",
|
|
1359
|
+
"MX.finlex160_1997_appendix2b" = "MX.finlex160_1997_appendix2b",
|
|
1360
|
+
"MX.finlex160_1997_appendix3a" = "MX.finlex160_1997_appendix3a",
|
|
1361
|
+
"MX.finlex160_1997_appendix3b" = "MX.finlex160_1997_appendix3b",
|
|
1362
|
+
"MX.finlex160_1997_appendix3c" = "MX.finlex160_1997_appendix3c",
|
|
1363
|
+
"MX.finlex160_1997_largeBirdsOfPrey" = "MX.finlex160_1997_largeBirdsOfPrey",
|
|
1364
|
+
"MX.finlex1066_2023_appendix7" = "MX.finlex1066_2023_appendix7",
|
|
1365
|
+
"MX.habitatsDirectiveAnnexII" = "MX.habitatsDirectiveAnnexII",
|
|
1366
|
+
"MX.habitatsDirectiveAnnexIV" = "MX.habitatsDirectiveAnnexIV",
|
|
1367
|
+
"MX.habitatsDirectiveAnnexV" = "MX.habitatsDirectiveAnnexV",
|
|
1368
|
+
"MX.primaryInterestInEU" = "MX.primaryInterestInEU",
|
|
1369
|
+
"MX.habitatsDirectiveAnnexIIExceptionGranted" = "MX.habitatsDirectiveAnnexIIExceptionGranted",
|
|
1370
|
+
"MX.habitatsDirectiveAnnexII_FinlandNaturaSpecies" = "MX.habitatsDirectiveAnnexII_FinlandNaturaSpecies",
|
|
1371
|
+
"MX.habitatsDirectiveAnnexIVExceptionGranted" = "MX.habitatsDirectiveAnnexIVExceptionGranted",
|
|
1372
|
+
"MX.habitatsDirectiveAnnexVExceptionGranted" = "MX.habitatsDirectiveAnnexVExceptionGranted",
|
|
1373
|
+
"MX.birdsDirectiveStatusAppendix1" = "MX.birdsDirectiveStatusAppendix1",
|
|
1374
|
+
"MX.birdsDirectiveStatusAppendix2A" = "MX.birdsDirectiveStatusAppendix2A",
|
|
1375
|
+
"MX.birdsDirectiveStatusAppendix2B" = "MX.birdsDirectiveStatusAppendix2B",
|
|
1376
|
+
"MX.birdsDirectiveStatusAppendix3A" = "MX.birdsDirectiveStatusAppendix3A",
|
|
1377
|
+
"MX.birdsDirectiveStatusAppendix3B" = "MX.birdsDirectiveStatusAppendix3B",
|
|
1378
|
+
"MX.birdsDirectiveStatusMigratoryBirds" = "MX.birdsDirectiveStatusMigratoryBirds",
|
|
1379
|
+
"MX.cites_appendixI" = "MX.cites_appendixI",
|
|
1380
|
+
"MX.cites_appendixII" = "MX.cites_appendixII",
|
|
1381
|
+
"MX.cites_appendixIII" = "MX.cites_appendixIII",
|
|
1382
|
+
"MX.euRegulation_cites_appendixA" = "MX.euRegulation_cites_appendixA",
|
|
1383
|
+
"MX.euRegulation_cites_appendixB" = "MX.euRegulation_cites_appendixB",
|
|
1384
|
+
"MX.euRegulation_cites_appendixD" = "MX.euRegulation_cites_appendixD",
|
|
1385
|
+
"MX.finnishEnvironmentInstitute2020protectionPrioritySpecies" = "MX.finnishEnvironmentInstitute2020protectionPrioritySpecies",
|
|
1386
|
+
"MX.finnishEnvironmentInstitute2010protectionPrioritySpecies" = "MX.finnishEnvironmentInstitute2010protectionPrioritySpecies",
|
|
1387
|
+
"MX.gameBird" = "MX.gameBird",
|
|
1388
|
+
"MX.gameMammal" = "MX.gameMammal",
|
|
1389
|
+
"MX.unprotectedSpecies" = "MX.unprotectedSpecies",
|
|
1390
|
+
"MX.nationallySignificantInvasiveSpecies" = "MX.nationallySignificantInvasiveSpecies",
|
|
1391
|
+
"MX.euInvasiveSpeciesList" = "MX.euInvasiveSpeciesList",
|
|
1392
|
+
"MX.quarantinePlantPest" = "MX.quarantinePlantPest",
|
|
1393
|
+
"MX.qualityPlantPest" = "MX.qualityPlantPest",
|
|
1394
|
+
"MX.otherPlantPest" = "MX.otherPlantPest",
|
|
1395
|
+
"MX.nationalInvasiveSpeciesStrategy" = "MX.nationalInvasiveSpeciesStrategy",
|
|
1396
|
+
"MX.otherInvasiveSpeciesList" = "MX.otherInvasiveSpeciesList",
|
|
1397
|
+
"MX.controllingRisksOfInvasiveAlienSpecies" = "MX.controllingRisksOfInvasiveAlienSpecies",
|
|
1398
|
+
"MX.finnishEnvironmentInstitute20072010forestSpecies" = "MX.finnishEnvironmentInstitute20072010forestSpecies",
|
|
1399
|
+
"MX.finnishEnvironmentInstitute2020conservationProjectSpecies" = "MX.finnishEnvironmentInstitute2020conservationProjectSpecies",
|
|
1400
|
+
"MX.finnishEnvironmentInstitute2020conservationProjectAapamireSpecies" = "MX.finnishEnvironmentInstitute2020conservationProjectAapamireSpecies",
|
|
1401
|
+
"MX.finnishEnvironmentInstitute2020conservationProjectVascularSpecies" = "MX.finnishEnvironmentInstitute2020conservationProjectVascularSpecies",
|
|
1402
|
+
"MX.cropWildRelative" = "MX.cropWildRelative",
|
|
1403
|
+
"MX.finnishEnvironmentInstitute20192021forestSpecies" = "MX.finnishEnvironmentInstitute20192021forestSpecies",
|
|
1404
|
+
"MX.forestCentreSpecies" = "MX.forestCentreSpecies",
|
|
1405
|
+
"MX.regionallyThreatened2020_1a" = "MX.regionallyThreatened2020_1a",
|
|
1406
|
+
"MX.regionallyThreatened2020_1b" = "MX.regionallyThreatened2020_1b",
|
|
1407
|
+
"MX.regionallyThreatened2020_2a" = "MX.regionallyThreatened2020_2a",
|
|
1408
|
+
"MX.regionallyThreatened2020_2b" = "MX.regionallyThreatened2020_2b",
|
|
1409
|
+
"MX.regionallyThreatened2020_3a" = "MX.regionallyThreatened2020_3a",
|
|
1410
|
+
"MX.regionallyThreatened2020_3b" = "MX.regionallyThreatened2020_3b",
|
|
1411
|
+
"MX.regionallyThreatened2020_3c" = "MX.regionallyThreatened2020_3c",
|
|
1412
|
+
"MX.regionallyThreatened2020_4a" = "MX.regionallyThreatened2020_4a",
|
|
1413
|
+
"MX.regionallyThreatened2020_4b" = "MX.regionallyThreatened2020_4b",
|
|
1414
|
+
"MX.regionallyThreatened2020_4c" = "MX.regionallyThreatened2020_4c",
|
|
1415
|
+
"MX.regionallyThreatened2020_4d" = "MX.regionallyThreatened2020_4d",
|
|
1416
|
+
"MX.finlex160_1997_appendix1" = "MX.finlex160_1997_appendix1",
|
|
1417
|
+
"MX.finlex160_1997_appendix4" = "MX.finlex160_1997_appendix4",
|
|
1418
|
+
"MX.finlex160_1997_appendix4_specialInterest" = "MX.finlex160_1997_appendix4_specialInterest"
|
|
1419
|
+
}
|
|
1420
|
+
export enum InvasiveSpeciesCategories {
|
|
1421
|
+
"empty" = "",
|
|
1422
|
+
"MX.invasiveExtremelyDangerous" = "MX.invasiveExtremelyDangerous",
|
|
1423
|
+
"MX.invasiveDangerous" = "MX.invasiveDangerous",
|
|
1424
|
+
"MX.invasiveWatchlist" = "MX.invasiveWatchlist"
|
|
1425
|
+
}
|
|
1426
|
+
export enum InvasiveSpeciesEstablishmentStatuses {
|
|
1427
|
+
"empty" = "",
|
|
1428
|
+
"MX.invasiveEstablished" = "MX.invasiveEstablished",
|
|
1429
|
+
"MX.invasiveSporadic" = "MX.invasiveSporadic",
|
|
1430
|
+
"MX.invasiveNotYetInFinland" = "MX.invasiveNotYetInFinland",
|
|
1431
|
+
"MX.invasiveEstablishmentUnknown" = "MX.invasiveEstablishmentUnknown",
|
|
1432
|
+
"MX.invasiveEstablishmentAccidental" = "MX.invasiveEstablishmentAccidental",
|
|
1433
|
+
"MX.invasiveNonWild" = "MX.invasiveNonWild"
|
|
1434
|
+
}
|
|
1435
|
+
export enum TaxonSetEnum {
|
|
1436
|
+
"empty" = "",
|
|
1437
|
+
"MX.taxonSetSykeButterflyCensusPapilionoidea" = "MX.taxonSetSykeButterflyCensusPapilionoidea",
|
|
1438
|
+
"MX.taxonSetSykeButterflyCensusOther" = "MX.taxonSetSykeButterflyCensusOther",
|
|
1439
|
+
"MX.taxonSetWaterbirdWaterbirds" = "MX.taxonSetWaterbirdWaterbirds",
|
|
1440
|
+
"MX.taxonSetWaterbirdWaders" = "MX.taxonSetWaterbirdWaders",
|
|
1441
|
+
"MX.taxonSetWaterbirdGulls" = "MX.taxonSetWaterbirdGulls",
|
|
1442
|
+
"MX.taxonSetWaterbirdPasserines" = "MX.taxonSetWaterbirdPasserines",
|
|
1443
|
+
"MX.taxonSetWaterbirdAmphibia" = "MX.taxonSetWaterbirdAmphibia",
|
|
1444
|
+
"MX.taxonSetSykeBumblebee" = "MX.taxonSetSykeBumblebee",
|
|
1445
|
+
"MVL.1201" = "MVL.1201",
|
|
1446
|
+
"MX.taxonSetSykeBumblebeeOther" = "MX.taxonSetSykeBumblebeeOther",
|
|
1447
|
+
"MX.taxonSetBirdAtlasCommon" = "MX.taxonSetBirdAtlasCommon",
|
|
1448
|
+
"MX.taxonSetBiomonCompleteListOdonata" = "MX.taxonSetBiomonCompleteListOdonata",
|
|
1449
|
+
"MX.taxonSetBiomonCompleteListButterflies" = "MX.taxonSetBiomonCompleteListButterflies",
|
|
1450
|
+
"MX.taxonSetBiomonCompleteListMoths" = "MX.taxonSetBiomonCompleteListMoths",
|
|
1451
|
+
"MX.taxonSetBiomonCompleteListBombus" = "MX.taxonSetBiomonCompleteListBombus",
|
|
1452
|
+
"MX.taxonSetBiomonCompleteListAmphibiaReptilia" = "MX.taxonSetBiomonCompleteListAmphibiaReptilia",
|
|
1453
|
+
"MX.taxonSetBiomonCompleteListLargeFlowers" = "MX.taxonSetBiomonCompleteListLargeFlowers",
|
|
1454
|
+
"MX.taxonSetBiomonCompleteListSubarcticPlants" = "MX.taxonSetBiomonCompleteListSubarcticPlants",
|
|
1455
|
+
"MX.taxonSetBiomonCompleteListMacrolichens" = "MX.taxonSetBiomonCompleteListMacrolichens",
|
|
1456
|
+
"MX.taxonSetBiomonCompleteListBracketFungi" = "MX.taxonSetBiomonCompleteListBracketFungi",
|
|
1457
|
+
"MX.taxonSetBiomonCompleteListPracticalFungi" = "MX.taxonSetBiomonCompleteListPracticalFungi",
|
|
1458
|
+
"MX.taxonSetSykeMacrozoobenthos" = "MX.taxonSetSykeMacrozoobenthos"
|
|
1459
|
+
}
|
|
1460
|
+
export enum OccurrenceInFinlandEnum {
|
|
1461
|
+
"empty" = "",
|
|
1462
|
+
"MX.doesNotOccur" = "MX.doesNotOccur",
|
|
1463
|
+
"MX.occurrenceInFinlandPublished" = "MX.occurrenceInFinlandPublished",
|
|
1464
|
+
"MX.occurrenceInFinlandCollected" = "MX.occurrenceInFinlandCollected",
|
|
1465
|
+
"MX.occurrenceInFinlandObserved" = "MX.occurrenceInFinlandObserved",
|
|
1466
|
+
"MX.occurrenceInFinlandPublishedUncertain" = "MX.occurrenceInFinlandPublishedUncertain",
|
|
1467
|
+
"MX.occurrenceInFinlandCollectedUncertain" = "MX.occurrenceInFinlandCollectedUncertain",
|
|
1468
|
+
"MX.occurrenceInFinlandObservedUncertain" = "MX.occurrenceInFinlandObservedUncertain",
|
|
1469
|
+
"MX.occurrenceInFinlandPublishedError" = "MX.occurrenceInFinlandPublishedError",
|
|
1470
|
+
"MX.occurrenceInFinlandPresumed" = "MX.occurrenceInFinlandPresumed"
|
|
1471
|
+
}
|
|
1472
|
+
export enum TaxonCensusEnum {
|
|
1473
|
+
"taxonCensusTypeCounted" = "MY.taxonCensusTypeCounted",
|
|
1474
|
+
"taxonCensusTypeEstimated" = "MY.taxonCensusTypeEstimated",
|
|
1475
|
+
"taxonCensusTypeNotCounted" = "MY.taxonCensusTypeNotCounted"
|
|
1476
|
+
}
|
|
1477
|
+
export enum TaxonInteractionEnum {
|
|
1478
|
+
"taxonInteractionNeutralism" = "MI.taxonInteractionNeutralism",
|
|
1479
|
+
"taxonInteractionAntagonism" = "MI.taxonInteractionAntagonism",
|
|
1480
|
+
"taxonInteractionCommensalism" = "MI.taxonInteractionCommensalism",
|
|
1481
|
+
"taxonInteractionCompetition" = "MI.taxonInteractionCompetition",
|
|
1482
|
+
"taxonInteractionAmensalism" = "MI.taxonInteractionAmensalism",
|
|
1483
|
+
"taxonInteractionMutualism" = "MI.taxonInteractionMutualism",
|
|
1484
|
+
"taxonInteractionPredation" = "MI.taxonInteractionPredation",
|
|
1485
|
+
"taxonInteractionParasitism" = "MI.taxonInteractionParasitism",
|
|
1486
|
+
"taxonInteractionEctoparasitism" = "MI.taxonInteractionEctoparasitism",
|
|
1487
|
+
"taxonInteractionEndoparasitism" = "MI.taxonInteractionEndoparasitism"
|
|
1488
|
+
}
|
|
1489
|
+
export enum LocalDepartments {
|
|
1490
|
+
"empty" = "",
|
|
1491
|
+
"localDepartmentDipteraHymenoptera" = "HRA.localDepartmentDipteraHymenoptera",
|
|
1492
|
+
"localDepartmentLepidopteraColeoptera" = "HRA.localDepartmentLepidopteraColeoptera",
|
|
1493
|
+
"localDepartmentMetazoa" = "HRA.localDepartmentMetazoa",
|
|
1494
|
+
"localDepartmentMonitoring" = "HRA.localDepartmentMonitoring",
|
|
1495
|
+
"localDepartmentBryology" = "HRA.localDepartmentBryology",
|
|
1496
|
+
"localDepartmentGarden" = "HRA.localDepartmentGarden",
|
|
1497
|
+
"localDepartmentMycology" = "HRA.localDepartmentMycology",
|
|
1498
|
+
"localDepartmentVascularPlants" = "HRA.localDepartmentVascularPlants"
|
|
1499
|
+
}
|
|
1500
|
+
export enum SentTypes {
|
|
1501
|
+
"empty" = "",
|
|
1502
|
+
"sentTypePriority" = "HRA.sentTypePriority",
|
|
1503
|
+
"sentTypeEconomy" = "HRA.sentTypeEconomy",
|
|
1504
|
+
"sentTypeCourier" = "HRA.sentTypeCourier",
|
|
1505
|
+
"sentTypeCarried" = "HRA.sentTypeCarried",
|
|
1506
|
+
"sentTypeOther" = "HRA.sentTypeOther",
|
|
1507
|
+
"sentTypeImage" = "HRA.sentTypeImage"
|
|
1508
|
+
}
|
|
1509
|
+
export enum TransactionStatuses {
|
|
1510
|
+
"empty" = "",
|
|
1511
|
+
"transactionStatusInProcess" = "HRA.transactionStatusInProcess",
|
|
1512
|
+
"transactionStatusOutstanding" = "HRA.transactionStatusOutstanding",
|
|
1513
|
+
"transactionStatusClosed" = "HRA.transactionStatusClosed"
|
|
1514
|
+
}
|
|
1515
|
+
export enum TransactionTypes {
|
|
1516
|
+
"transactionTypeLoanIncoming" = "HRA.transactionTypeLoanIncoming",
|
|
1517
|
+
"transactionTypeGiftIncoming" = "HRA.transactionTypeGiftIncoming",
|
|
1518
|
+
"transactionTypeExchangeIncoming" = "HRA.transactionTypeExchangeIncoming",
|
|
1519
|
+
"transactionTypeLoanOutgoing" = "HRA.transactionTypeLoanOutgoing",
|
|
1520
|
+
"transactionTypeGiftOutgoing" = "HRA.transactionTypeGiftOutgoing",
|
|
1521
|
+
"transactionTypeExchangeOutgoing" = "HRA.transactionTypeExchangeOutgoing",
|
|
1522
|
+
"transactionTypeFieldCollection" = "HRA.transactionTypeFieldCollection",
|
|
1523
|
+
"transactionTypeImportNotice" = "HRA.transactionTypeImportNotice",
|
|
1524
|
+
"transactionTypeABSNegotiations" = "HRA.transactionTypeABSNegotiations",
|
|
1525
|
+
"transactionTypeVirtualLoanOutgoing" = "HRA.transactionTypeVirtualLoanOutgoing"
|
|
1526
|
+
}
|
|
1527
|
+
export enum SentByEnum {
|
|
1528
|
+
"empty" = "",
|
|
1529
|
+
"sentByPriority" = "HRAA.sentByPriority",
|
|
1530
|
+
"sentByEconomy" = "HRAA.sentByEconomy",
|
|
1531
|
+
"sentByCourier" = "HRAA.sentByCourier",
|
|
1532
|
+
"sentByCarried" = "HRAA.sentByCarried",
|
|
1533
|
+
"sentByOther" = "HRAA.sentByOther"
|
|
1534
|
+
}
|
|
1535
|
+
export enum ItemTypeEnum {
|
|
1536
|
+
"itemTypeSpecimen" = "HRAB.itemTypeSpecimen",
|
|
1537
|
+
"itemTypeSpecimenBatch" = "HRAB.itemTypeSpecimenBatch",
|
|
1538
|
+
"itemTypeImage" = "HRAB.itemTypeImage",
|
|
1539
|
+
"itemTypeOther" = "HRAB.itemTypeOther"
|
|
1540
|
+
}
|
|
1541
|
+
export enum TypeStatuses {
|
|
1542
|
+
"empty" = "",
|
|
1543
|
+
"typeStatusType" = "MY.typeStatusType",
|
|
1544
|
+
"typeStatusHolotype" = "MY.typeStatusHolotype",
|
|
1545
|
+
"typeStatusSyntype" = "MY.typeStatusSyntype",
|
|
1546
|
+
"typeStatusParatype" = "MY.typeStatusParatype",
|
|
1547
|
+
"typeStatusLectotype" = "MY.typeStatusLectotype",
|
|
1548
|
+
"typeStatusParalectotype" = "MY.typeStatusParalectotype",
|
|
1549
|
+
"typeStatusNeotype" = "MY.typeStatusNeotype",
|
|
1550
|
+
"typeStatusAllotype" = "MY.typeStatusAllotype",
|
|
1551
|
+
"typeStatusNeoallotype" = "MY.typeStatusNeoallotype",
|
|
1552
|
+
"typeStatusIsotype" = "MY.typeStatusIsotype",
|
|
1553
|
+
"typeStatusEpitype" = "MY.typeStatusEpitype",
|
|
1554
|
+
"typeStatusIsolectotype" = "MY.typeStatusIsolectotype",
|
|
1555
|
+
"typeStatusIsoepitype" = "MY.typeStatusIsoepitype",
|
|
1556
|
+
"typeStatusIsoneotype" = "MY.typeStatusIsoneotype",
|
|
1557
|
+
"typeStatusIsoparatype" = "MY.typeStatusIsoparatype",
|
|
1558
|
+
"typeStatusIsosyntype" = "MY.typeStatusIsosyntype",
|
|
1559
|
+
"typeStatusOriginalMaterial" = "MY.typeStatusOriginalMaterial",
|
|
1560
|
+
"typeStatusCotype" = "MY.typeStatusCotype",
|
|
1561
|
+
"typeStatusTopotype" = "MY.typeStatusTopotype",
|
|
1562
|
+
"typeStatusHomotype" = "MY.typeStatusHomotype",
|
|
1563
|
+
"typeStatusNo" = "MY.typeStatusNo",
|
|
1564
|
+
"typeStatusPossible" = "MY.typeStatusPossible",
|
|
1565
|
+
"typeStatusObscure" = "MY.typeStatusObscure",
|
|
1566
|
+
"typeStatusTypeStrain" = "MY.typeStatusTypeStrain",
|
|
1567
|
+
"typeStatusPathovarReferenceStrain" = "MY.typeStatusPathovarReferenceStrain"
|
|
1568
|
+
}
|
|
1569
|
+
export enum TypeVerifications {
|
|
1570
|
+
"empty" = "",
|
|
1571
|
+
"typeVerificationVerified" = "MY.typeVerificationVerified",
|
|
1572
|
+
"typeVerificationUnverified" = "MY.typeVerificationUnverified",
|
|
1573
|
+
"typeVerificationProbable" = "MY.typeVerificationProbable",
|
|
1574
|
+
"typeVerificationDoubtful" = "MY.typeVerificationDoubtful"
|
|
1575
|
+
}
|
|
1576
|
+
export enum AbundanceUnitEnum {
|
|
1577
|
+
"empty" = "",
|
|
1578
|
+
"abundanceUnitIndividualCount" = "MY.abundanceUnitIndividualCount",
|
|
1579
|
+
"abundanceUnitPairCount" = "MY.abundanceUnitPairCount",
|
|
1580
|
+
"abundanceUnitNest" = "MY.abundanceUnitNest",
|
|
1581
|
+
"abundanceUnitBreedingSite" = "MY.abundanceUnitBreedingSite",
|
|
1582
|
+
"abundanceUnitFeedingSite" = "MY.abundanceUnitFeedingSite",
|
|
1583
|
+
"abundanceUnitColony" = "MY.abundanceUnitColony",
|
|
1584
|
+
"abundanceUnitFruitbody" = "MY.abundanceUnitFruitbody",
|
|
1585
|
+
"abundanceUnitSprout" = "MY.abundanceUnitSprout",
|
|
1586
|
+
"abundanceUnitHummock" = "MY.abundanceUnitHummock",
|
|
1587
|
+
"abundanceUnitThallus" = "MY.abundanceUnitThallus",
|
|
1588
|
+
"abundanceUnitFlower" = "MY.abundanceUnitFlower",
|
|
1589
|
+
"abundanceUnitSpot" = "MY.abundanceUnitSpot",
|
|
1590
|
+
"abundanceUnitTrunk" = "MY.abundanceUnitTrunk",
|
|
1591
|
+
"abundanceUnitQueen" = "MY.abundanceUnitQueen",
|
|
1592
|
+
"abundanceUnitShell" = "MY.abundanceUnitShell",
|
|
1593
|
+
"abundanceUnitDroppings" = "MY.abundanceUnitDroppings",
|
|
1594
|
+
"abundanceUnitMarks" = "MY.abundanceUnitMarks",
|
|
1595
|
+
"abundanceUnitIndirect" = "MY.abundanceUnitIndirect",
|
|
1596
|
+
"abundanceUnitSquareDM" = "MY.abundanceUnitSquareDM",
|
|
1597
|
+
"abundanceUnitSquareM" = "MY.abundanceUnitSquareM",
|
|
1598
|
+
"abundanceUnitRelativeDensity" = "MY.abundanceUnitRelativeDensity",
|
|
1599
|
+
"abundanceUnitOccursDoesNotOccur" = "MY.abundanceUnitOccursDoesNotOccur"
|
|
1600
|
+
}
|
|
1601
|
+
export enum AtlasCodeEnum {
|
|
1602
|
+
"empty" = "",
|
|
1603
|
+
"atlasCodeEnum1" = "MY.atlasCodeEnum1",
|
|
1604
|
+
"atlasCodeEnum2" = "MY.atlasCodeEnum2",
|
|
1605
|
+
"atlasCodeEnum3" = "MY.atlasCodeEnum3",
|
|
1606
|
+
"atlasCodeEnum4" = "MY.atlasCodeEnum4",
|
|
1607
|
+
"atlasCodeEnum5" = "MY.atlasCodeEnum5",
|
|
1608
|
+
"atlasCodeEnum6" = "MY.atlasCodeEnum6",
|
|
1609
|
+
"atlasCodeEnum61" = "MY.atlasCodeEnum61",
|
|
1610
|
+
"atlasCodeEnum62" = "MY.atlasCodeEnum62",
|
|
1611
|
+
"atlasCodeEnum63" = "MY.atlasCodeEnum63",
|
|
1612
|
+
"atlasCodeEnum64" = "MY.atlasCodeEnum64",
|
|
1613
|
+
"atlasCodeEnum65" = "MY.atlasCodeEnum65",
|
|
1614
|
+
"atlasCodeEnum66" = "MY.atlasCodeEnum66",
|
|
1615
|
+
"atlasCodeEnum7" = "MY.atlasCodeEnum7",
|
|
1616
|
+
"atlasCodeEnum71" = "MY.atlasCodeEnum71",
|
|
1617
|
+
"atlasCodeEnum72" = "MY.atlasCodeEnum72",
|
|
1618
|
+
"atlasCodeEnum73" = "MY.atlasCodeEnum73",
|
|
1619
|
+
"atlasCodeEnum74" = "MY.atlasCodeEnum74",
|
|
1620
|
+
"atlasCodeEnum75" = "MY.atlasCodeEnum75",
|
|
1621
|
+
"atlasCodeEnum8" = "MY.atlasCodeEnum8",
|
|
1622
|
+
"atlasCodeEnum81" = "MY.atlasCodeEnum81",
|
|
1623
|
+
"atlasCodeEnum82" = "MY.atlasCodeEnum82"
|
|
1624
|
+
}
|
|
1625
|
+
export enum BatBehaviorEnum {
|
|
1626
|
+
"empty" = "",
|
|
1627
|
+
"batBehaviorHibernating" = "MY.batBehaviorHibernating",
|
|
1628
|
+
"batBehaviorRoosting" = "MY.batBehaviorRoosting",
|
|
1629
|
+
"batBehaviorHunting" = "MY.batBehaviorHunting"
|
|
1630
|
+
}
|
|
1631
|
+
export enum BirdAgeEnum {
|
|
1632
|
+
"empty" = "",
|
|
1633
|
+
"birdAgePp" = "MY.birdAgePp",
|
|
1634
|
+
"birdAgePm" = "MY.birdAgePm",
|
|
1635
|
+
"birdAgeFl" = "MY.birdAgeFl",
|
|
1636
|
+
"birdAgePlus1kv" = "MY.birdAgePlus1kv",
|
|
1637
|
+
"birdAge1Kv" = "MY.birdAge1Kv",
|
|
1638
|
+
"birdAgePlus2Kv" = "MY.birdAgePlus2Kv",
|
|
1639
|
+
"birdAge2kv" = "MY.birdAge2kv",
|
|
1640
|
+
"birdAgePlus3Kv" = "MY.birdAgePlus3Kv",
|
|
1641
|
+
"birdAge3Kv" = "MY.birdAge3Kv",
|
|
1642
|
+
"birdAgePlus4Kv" = "MY.birdAgePlus4Kv",
|
|
1643
|
+
"birdAge4Kv" = "MY.birdAge4Kv",
|
|
1644
|
+
"birdAgePlus5Kv" = "MY.birdAgePlus5Kv",
|
|
1645
|
+
"birdAge5Kv" = "MY.birdAge5Kv",
|
|
1646
|
+
"birdAgePlus6Kv" = "MY.birdAgePlus6Kv",
|
|
1647
|
+
"birdAge6Kv" = "MY.birdAge6Kv",
|
|
1648
|
+
"birdAgePlus7Kv" = "MY.birdAgePlus7Kv",
|
|
1649
|
+
"birdAge7Kv" = "MY.birdAge7Kv",
|
|
1650
|
+
"birdAgePlus8Kv" = "MY.birdAgePlus8Kv",
|
|
1651
|
+
"birdAge8Kv" = "MY.birdAge8Kv"
|
|
1652
|
+
}
|
|
1653
|
+
export enum BirdPlumageEnum {
|
|
1654
|
+
"empty" = "",
|
|
1655
|
+
"birdPlumageAd" = "MY.birdPlumageAd",
|
|
1656
|
+
"birdPlumageEijp" = "MY.birdPlumageEijp",
|
|
1657
|
+
"birdPlumageImm" = "MY.birdPlumageImm",
|
|
1658
|
+
"birdPlumageJp" = "MY.birdPlumageJp",
|
|
1659
|
+
"birdPlumageJuv" = "MY.birdPlumageJuv",
|
|
1660
|
+
"birdPlumageNpuk" = "MY.birdPlumageNpuk",
|
|
1661
|
+
"birdPlumagePull" = "MY.birdPlumagePull",
|
|
1662
|
+
"birdPlumageSubad" = "MY.birdPlumageSubad",
|
|
1663
|
+
"birdPlumageTp" = "MY.birdPlumageTp",
|
|
1664
|
+
"birdPlumageVp" = "MY.birdPlumageVp",
|
|
1665
|
+
"birdPlumagePep" = "MY.birdPlumagePep",
|
|
1666
|
+
"birdPlumageSs" = "MY.birdPlumageSs"
|
|
1667
|
+
}
|
|
1668
|
+
export enum DistanceEnum {
|
|
1669
|
+
"empty" = "",
|
|
1670
|
+
"distanceOverFlight" = "MY.distanceOverFlight",
|
|
1671
|
+
"distanceNear" = "MY.distanceNear",
|
|
1672
|
+
"distanceQuiteFar" = "MY.distanceQuiteFar",
|
|
1673
|
+
"distanceFar" = "MY.distanceFar",
|
|
1674
|
+
"distanceVeryFar" = "MY.distanceVeryFar"
|
|
1675
|
+
}
|
|
1676
|
+
export enum EpochOrSeries {
|
|
1677
|
+
"empty" = "",
|
|
1678
|
+
"epochOrSeriesCambrian" = "MY.epochOrSeriesCambrian",
|
|
1679
|
+
"epochOrSeriesCarboniferous" = "MY.epochOrSeriesCarboniferous",
|
|
1680
|
+
"epochOrSeriesCretaceous" = "MY.epochOrSeriesCretaceous",
|
|
1681
|
+
"epochOrSeriesDevonian" = "MY.epochOrSeriesDevonian",
|
|
1682
|
+
"epochOrSeriesEdiacaran" = "MY.epochOrSeriesEdiacaran",
|
|
1683
|
+
"epochOrSeriesJurassic" = "MY.epochOrSeriesJurassic",
|
|
1684
|
+
"epochOrSeriesOrdovician" = "MY.epochOrSeriesOrdovician",
|
|
1685
|
+
"epochOrSeriesPermian" = "MY.epochOrSeriesPermian",
|
|
1686
|
+
"epochOrSeriesQuaternary" = "MY.epochOrSeriesQuaternary",
|
|
1687
|
+
"epochOrSeriesRecent" = "MY.epochOrSeriesRecent",
|
|
1688
|
+
"epochOrSeriesSilurian" = "MY.epochOrSeriesSilurian",
|
|
1689
|
+
"epochOrSeriesTertiary" = "MY.epochOrSeriesTertiary",
|
|
1690
|
+
"epochOrSeriesTriassic" = "MY.epochOrSeriesTriassic"
|
|
1691
|
+
}
|
|
1692
|
+
export enum FruitTypeEnum {
|
|
1693
|
+
"empty" = "",
|
|
1694
|
+
"fruitTypeAchene" = "MY.fruitTypeAchene",
|
|
1695
|
+
"fruitTypeBerry" = "MY.fruitTypeBerry",
|
|
1696
|
+
"fruitTypeCapsule" = "MY.fruitTypeCapsule",
|
|
1697
|
+
"fruitTypeCaryopsis" = "MY.fruitTypeCaryopsis",
|
|
1698
|
+
"fruitTypeCone" = "MY.fruitTypeCone",
|
|
1699
|
+
"fruitTypeDrupe" = "MY.fruitTypeDrupe",
|
|
1700
|
+
"fruitTypeFollicle" = "MY.fruitTypeFollicle",
|
|
1701
|
+
"fruitTypeLegume" = "MY.fruitTypeLegume",
|
|
1702
|
+
"fruitTypeNut" = "MY.fruitTypeNut",
|
|
1703
|
+
"fruitTypeOther" = "MY.fruitTypeOther",
|
|
1704
|
+
"fruitTypePome" = "MY.fruitTypePome",
|
|
1705
|
+
"fruitTypeSchizocarp" = "MY.fruitTypeSchizocarp",
|
|
1706
|
+
"fruitTypeSiliqua" = "MY.fruitTypeSiliqua"
|
|
1707
|
+
}
|
|
1708
|
+
export enum IndirectObservationTypeEnum {
|
|
1709
|
+
"empty" = "",
|
|
1710
|
+
"indirectObservationTypeFeces" = "MY.indirectObservationTypeFeces",
|
|
1711
|
+
"indirectObservationTypeSnowTracks" = "MY.indirectObservationTypeSnowTracks",
|
|
1712
|
+
"indirectObservationTypeUrine" = "MY.indirectObservationTypeUrine",
|
|
1713
|
+
"indirectObservationTypeFeasting" = "MY.indirectObservationTypeFeasting",
|
|
1714
|
+
"indirectObservationTypeFoodStock" = "MY.indirectObservationTypeFoodStock",
|
|
1715
|
+
"indirectObservationTypeNone" = "MY.indirectObservationTypeNone"
|
|
1716
|
+
}
|
|
1717
|
+
export enum MicrobiologicalRiskGroupEnum {
|
|
1718
|
+
"empty" = "",
|
|
1719
|
+
"microbiologicalRiskGroup1" = "MY.microbiologicalRiskGroup1",
|
|
1720
|
+
"microbiologicalRiskGroup2" = "MY.microbiologicalRiskGroup2",
|
|
1721
|
+
"microbiologicalRiskGroup3" = "MY.microbiologicalRiskGroup3",
|
|
1722
|
+
"microbiologicalRiskGroup4" = "MY.microbiologicalRiskGroup4"
|
|
1723
|
+
}
|
|
1724
|
+
export enum MovingDirectionEnum {
|
|
1725
|
+
"empty" = "",
|
|
1726
|
+
"movingDirectionN" = "MY.movingDirectionN",
|
|
1727
|
+
"movingDirectionNNE" = "MY.movingDirectionNNE",
|
|
1728
|
+
"movingDirectionNE" = "MY.movingDirectionNE",
|
|
1729
|
+
"movingDirectionENE" = "MY.movingDirectionENE",
|
|
1730
|
+
"movingDirectionE" = "MY.movingDirectionE",
|
|
1731
|
+
"movingDirectionESE" = "MY.movingDirectionESE",
|
|
1732
|
+
"movingDirectionSE" = "MY.movingDirectionSE",
|
|
1733
|
+
"movingDirectionSSE" = "MY.movingDirectionSSE",
|
|
1734
|
+
"movingDirectionS" = "MY.movingDirectionS",
|
|
1735
|
+
"movingDirectionSSW" = "MY.movingDirectionSSW",
|
|
1736
|
+
"movingDirectionSW" = "MY.movingDirectionSW",
|
|
1737
|
+
"movingDirectionWSW" = "MY.movingDirectionWSW",
|
|
1738
|
+
"movingDirectionW" = "MY.movingDirectionW",
|
|
1739
|
+
"movingDirectionWNW" = "MY.movingDirectionWNW",
|
|
1740
|
+
"movingDirectionNW" = "MY.movingDirectionNW",
|
|
1741
|
+
"movingDirectionNNW" = "MY.movingDirectionNNW"
|
|
1742
|
+
}
|
|
1743
|
+
export enum NativeStatusEnum {
|
|
1744
|
+
"empty" = "",
|
|
1745
|
+
"native" = "MY.native",
|
|
1746
|
+
"nonNative" = "MY.nonNative"
|
|
1747
|
+
}
|
|
1748
|
+
export enum NestTypeEnum {
|
|
1749
|
+
"empty" = "",
|
|
1750
|
+
"nestTypeTreeCavity" = "MY.nestTypeTreeCavity",
|
|
1751
|
+
"nestTypeTwig" = "MY.nestTypeTwig",
|
|
1752
|
+
"nestTypeNestBox" = "MY.nestTypeNestBox",
|
|
1753
|
+
"nestTypeBuilding" = "MY.nestTypeBuilding",
|
|
1754
|
+
"nestTypeGroundCavity" = "MY.nestTypeGroundCavity",
|
|
1755
|
+
"nestTypeOther" = "MY.nestTypeOther"
|
|
1756
|
+
}
|
|
1757
|
+
export enum PlantStatusCodeEnum {
|
|
1758
|
+
"empty" = "",
|
|
1759
|
+
"plantStatusCodeL" = "MY.plantStatusCodeL",
|
|
1760
|
+
"plantStatusCodeA" = "MY.plantStatusCodeA",
|
|
1761
|
+
"plantStatusCodeAV" = "MY.plantStatusCodeAV",
|
|
1762
|
+
"plantStatusCodeAOV" = "MY.plantStatusCodeAOV",
|
|
1763
|
+
"plantStatusCodeAN" = "MY.plantStatusCodeAN",
|
|
1764
|
+
"plantStatusCodeANV" = "MY.plantStatusCodeANV",
|
|
1765
|
+
"plantStatusCodeANS" = "MY.plantStatusCodeANS",
|
|
1766
|
+
"plantStatusCodeT" = "MY.plantStatusCodeT",
|
|
1767
|
+
"plantStatusCodeTV" = "MY.plantStatusCodeTV",
|
|
1768
|
+
"plantStatusCodeTOV" = "MY.plantStatusCodeTOV",
|
|
1769
|
+
"plantStatusCodeTNV" = "MY.plantStatusCodeTNV",
|
|
1770
|
+
"plantStatusCodeTNS" = "MY.plantStatusCodeTNS",
|
|
1771
|
+
"plantStatusCodeV" = "MY.plantStatusCodeV",
|
|
1772
|
+
"plantStatusCodeOV" = "MY.plantStatusCodeOV",
|
|
1773
|
+
"plantStatusCodeN" = "MY.plantStatusCodeN",
|
|
1774
|
+
"plantStatusCodeNV" = "MY.plantStatusCodeNV",
|
|
1775
|
+
"plantStatusCodeNS" = "MY.plantStatusCodeNS",
|
|
1776
|
+
"plantStatusCodeE" = "MY.plantStatusCodeE",
|
|
1777
|
+
"plantStatusCodeTE" = "MY.plantStatusCodeTE",
|
|
1778
|
+
"plantStatusCodeTVE" = "MY.plantStatusCodeTVE",
|
|
1779
|
+
"plantStatusCodeTOVE" = "MY.plantStatusCodeTOVE",
|
|
1780
|
+
"plantStatusCodeTNVE" = "MY.plantStatusCodeTNVE",
|
|
1781
|
+
"plantStatusCodeTNSE" = "MY.plantStatusCodeTNSE",
|
|
1782
|
+
"plantStatusCodeTN" = "MY.plantStatusCodeTN",
|
|
1783
|
+
"plantStatusCodeTNE" = "MY.plantStatusCodeTNE",
|
|
1784
|
+
"plantStatusCodeR" = "MY.plantStatusCodeR",
|
|
1785
|
+
"plantStatusCodeC" = "MY.plantStatusCodeC",
|
|
1786
|
+
"plantStatusCodeH" = "MY.plantStatusCodeH",
|
|
1787
|
+
"plantStatusCodeG" = "MY.plantStatusCodeG",
|
|
1788
|
+
"plantStatusCodeF" = "MY.plantStatusCodeF"
|
|
1789
|
+
}
|
|
1790
|
+
export enum ProvenanceEnum {
|
|
1791
|
+
"empty" = "",
|
|
1792
|
+
"provenanceUnknown" = "MY.provenanceUnknown",
|
|
1793
|
+
"provenanceCultivated" = "MY.provenanceCultivated",
|
|
1794
|
+
"provenanceCultivatedUnsure" = "MY.provenanceCultivatedUnsure",
|
|
1795
|
+
"provenanceCultivatedPropagatedFromWildSource" = "MY.provenanceCultivatedPropagatedFromWildSource",
|
|
1796
|
+
"provenanceWildSource" = "MY.provenanceWildSource",
|
|
1797
|
+
"provenanceWildSourceUnsure" = "MY.provenanceWildSourceUnsure",
|
|
1798
|
+
"provenanceEscapedCultivated" = "MY.provenanceEscapedCultivated",
|
|
1799
|
+
"provenancePropagule" = "MY.provenancePropagule"
|
|
1800
|
+
}
|
|
1801
|
+
export enum RecordBases {
|
|
1802
|
+
"empty" = "",
|
|
1803
|
+
"recordBasisPreservedSpecimen" = "MY.recordBasisPreservedSpecimen",
|
|
1804
|
+
"recordBasisHumanObservation" = "MY.recordBasisHumanObservation",
|
|
1805
|
+
"recordBasisHumanObservationSeen" = "MY.recordBasisHumanObservationSeen",
|
|
1806
|
+
"recordBasisHumanObservationHeard" = "MY.recordBasisHumanObservationHeard",
|
|
1807
|
+
"recordBasisHumanObservationHandled" = "MY.recordBasisHumanObservationHandled",
|
|
1808
|
+
"recordBasisHumanObservationPhoto" = "MY.recordBasisHumanObservationPhoto",
|
|
1809
|
+
"recordBasisHumanObservationAudio" = "MY.recordBasisHumanObservationAudio",
|
|
1810
|
+
"recordBasisHumanObservationVideo" = "MY.recordBasisHumanObservationVideo",
|
|
1811
|
+
"recordBasisHumanObservationIndirect" = "MY.recordBasisHumanObservationIndirect",
|
|
1812
|
+
"recordBasisMachineObservation" = "MY.recordBasisMachineObservation",
|
|
1813
|
+
"recordBasisMachineObservationPhoto" = "MY.recordBasisMachineObservationPhoto",
|
|
1814
|
+
"recordBasisMachineObservationVideo" = "MY.recordBasisMachineObservationVideo",
|
|
1815
|
+
"recordBasisMachineObservationAudio" = "MY.recordBasisMachineObservationAudio",
|
|
1816
|
+
"recordBasisMachineObservationGeologger" = "MY.recordBasisMachineObservationGeologger",
|
|
1817
|
+
"recordBasisMachineObservationSatelliteTransmitter" = "MY.recordBasisMachineObservationSatelliteTransmitter",
|
|
1818
|
+
"recordBasisFossilSpecimen" = "MY.recordBasisFossilSpecimen",
|
|
1819
|
+
"recordBasisSubfossilSpecimen" = "MY.recordBasisSubfossilSpecimen",
|
|
1820
|
+
"recordBasisSubfossilSpecimenAmberInclusion" = "MY.recordBasisSubfossilSpecimenAmberInclusion",
|
|
1821
|
+
"recordBasisMaterialSample" = "MY.recordBasisMaterialSample",
|
|
1822
|
+
"recordBasisMaterialSampleAir" = "MY.recordBasisMaterialSampleAir",
|
|
1823
|
+
"recordBasisMaterialSampleSoil" = "MY.recordBasisMaterialSampleSoil",
|
|
1824
|
+
"recordBasisMaterialSampleWater" = "MY.recordBasisMaterialSampleWater",
|
|
1825
|
+
"recordBasisMicrobialSpecimen" = "MY.recordBasisMicrobialSpecimen",
|
|
1826
|
+
"recordBasisLivingSpecimen" = "MY.recordBasisLivingSpecimen",
|
|
1827
|
+
"recordBasisLiterature" = "MY.recordBasisLiterature"
|
|
1828
|
+
}
|
|
1829
|
+
export enum RecordPartsEnum {
|
|
1830
|
+
"empty" = "",
|
|
1831
|
+
"recordPartsBones" = "MY.recordPartsBones",
|
|
1832
|
+
"recordPartsAntler" = "MY.recordPartsAntler",
|
|
1833
|
+
"recordPartsHead" = "MY.recordPartsHead",
|
|
1834
|
+
"recordPartsSkull" = "MY.recordPartsSkull",
|
|
1835
|
+
"recordPartsSkin" = "MY.recordPartsSkin",
|
|
1836
|
+
"recordPartsWing" = "MY.recordPartsWing",
|
|
1837
|
+
"recordPartsTail" = "MY.recordPartsTail",
|
|
1838
|
+
"recordPartsTissue" = "MY.recordPartsTissue",
|
|
1839
|
+
"recordPartsFeather" = "MY.recordPartsFeather",
|
|
1840
|
+
"recordPartsEgg" = "MY.recordPartsEgg",
|
|
1841
|
+
"recordPartsIntestine" = "MY.recordPartsIntestine",
|
|
1842
|
+
"recordPartsGonad" = "MY.recordPartsGonad",
|
|
1843
|
+
"recordPartsSeed" = "MY.recordPartsSeed",
|
|
1844
|
+
"recordPartsNest" = "MY.recordPartsNest",
|
|
1845
|
+
"recordPartsFaeces" = "MY.recordPartsFaeces",
|
|
1846
|
+
"recordPartsFeedingMarks" = "MY.recordPartsFeedingMarks",
|
|
1847
|
+
"recordPartsTracks" = "MY.recordPartsTracks",
|
|
1848
|
+
"recordPartsScale" = "MY.recordPartsScale",
|
|
1849
|
+
"recordPartsFin" = "MY.recordPartsFin",
|
|
1850
|
+
"recordPartsFull" = "MY.recordPartsFull",
|
|
1851
|
+
"recordPartsPart" = "MY.recordPartsPart",
|
|
1852
|
+
"recordPartsActiveCulture" = "MY.recordPartsActiveCulture",
|
|
1853
|
+
"recordPartsCutting" = "MY.recordPartsCutting",
|
|
1854
|
+
"recordPartsVegetativePart" = "MY.recordPartsVegetativePart",
|
|
1855
|
+
"recordPartsFreezeDried" = "MY.recordPartsFreezeDried",
|
|
1856
|
+
"recordPartsDryIce" = "MY.recordPartsDryIce",
|
|
1857
|
+
"recordPartsDNA" = "MY.recordPartsDNA",
|
|
1858
|
+
"recordPartsShell" = "MY.recordPartsShell",
|
|
1859
|
+
"recordPartsWholePlant" = "MY.recordPartsWholePlant",
|
|
1860
|
+
"recordPartsTissueCulture" = "MY.recordPartsTissueCulture",
|
|
1861
|
+
"recordPartsMount" = "MY.recordPartsMount",
|
|
1862
|
+
"recordPartsSkullAndBones" = "My.recordPartsSkullAndBones"
|
|
1863
|
+
}
|
|
1864
|
+
export enum SeedMaturityEnum {
|
|
1865
|
+
"empty" = "",
|
|
1866
|
+
"seedMaturityImmature" = "MY.seedMaturityImmature",
|
|
1867
|
+
"seedMaturityMature" = "MY.seedMaturityMature",
|
|
1868
|
+
"seedMaturityMixed" = "MY.seedMaturityMixed"
|
|
1869
|
+
}
|
|
1870
|
+
export enum SeedMorphologyEnum {
|
|
1871
|
+
"empty" = "",
|
|
1872
|
+
"seedMorphologyBent" = "MY.seedMorphologyBent",
|
|
1873
|
+
"seedMorphologyBroad" = "MY.seedMorphologyBroad",
|
|
1874
|
+
"seedMorphologyCapitate" = "MY.seedMorphologyCapitate",
|
|
1875
|
+
"seedMorphologyFolded" = "MY.seedMorphologyFolded",
|
|
1876
|
+
"seedMorphologyLateral" = "MY.seedMorphologyLateral",
|
|
1877
|
+
"seedMorphologyLinearFullyDeveloped" = "MY.seedMorphologyLinearFullyDeveloped",
|
|
1878
|
+
"seedMorphologyLinearUnderdeveloped" = "MY.seedMorphologyLinearUnderdeveloped",
|
|
1879
|
+
"seedMorphologyPeripheral" = "MY.seedMorphologyPeripheral",
|
|
1880
|
+
"seedMorphologyRudimentary" = "MY.seedMorphologyRudimentary",
|
|
1881
|
+
"seedMorphologySpatulateFullyDeveloped" = "MY.seedMorphologySpatulateFullyDeveloped",
|
|
1882
|
+
"seedMorphologySpatulateUnderdeveloped" = "MY.seedMorphologySpatulateUnderdeveloped",
|
|
1883
|
+
"seedMorphologyUndifferentiated" = "MY.seedMorphologyUndifferentiated",
|
|
1884
|
+
"seedMorphologyInvesting" = "MY.seedMorphologyInvesting"
|
|
1885
|
+
}
|
|
1886
|
+
export enum SmellEnum {
|
|
1887
|
+
"empty" = "",
|
|
1888
|
+
"smellNotSmelled" = "MY.smellNotSmelled",
|
|
1889
|
+
"smellNoSmelled" = "MY.smellNoSmelled",
|
|
1890
|
+
"smellWeak" = "MY.smellWeak",
|
|
1891
|
+
"smellModerate" = "MY.smellModerate",
|
|
1892
|
+
"smellStrong" = "MY.smellStrong"
|
|
1893
|
+
}
|
|
1894
|
+
export enum SubstrateEnum {
|
|
1895
|
+
"empty" = "",
|
|
1896
|
+
"substrateGround" = "MY.substrateGround",
|
|
1897
|
+
"substrateGroundLowShrubs" = "MY.substrateGroundLowShrubs",
|
|
1898
|
+
"substrateGroundLichens" = "MY.substrateGroundLichens",
|
|
1899
|
+
"substrateGroundHerbs" = "MY.substrateGroundHerbs",
|
|
1900
|
+
"substrateGroundMosses" = "MY.substrateGroundMosses",
|
|
1901
|
+
"substrateGroundSphagnum" = "MY.substrateGroundSphagnum",
|
|
1902
|
+
"substrateGroundGrassy" = "MY.substrateGroundGrassy",
|
|
1903
|
+
"substrateGroundNeedleLitter" = "MY.substrateGroundNeedleLitter",
|
|
1904
|
+
"substrateGroundLeafLitter" = "MY.substrateGroundLeafLitter",
|
|
1905
|
+
"substrateGroundMixedLitter" = "MY.substrateGroundMixedLitter",
|
|
1906
|
+
"substrateGroundSandySoil" = "MY.substrateGroundSandySoil",
|
|
1907
|
+
"substrateGroundGravelSoil" = "MY.substrateGroundGravelSoil",
|
|
1908
|
+
"substrateGroundClayeySoil" = "MY.substrateGroundClayeySoil",
|
|
1909
|
+
"substrateGroundHeathHumus" = "MY.substrateGroundHeathHumus",
|
|
1910
|
+
"substrateGroundMull" = "MY.substrateGroundMull",
|
|
1911
|
+
"substrateGroundPeat" = "MY.substrateGroundPeat",
|
|
1912
|
+
"substrateGroundBurnedSoil" = "MY.substrateGroundBurnedSoil",
|
|
1913
|
+
"substrateLivingTree" = "MY.substrateLivingTree",
|
|
1914
|
+
"substrateLivingTreeTrunk" = "MY.substrateLivingTreeTrunk",
|
|
1915
|
+
"substrateLivingTreeBase" = "MY.substrateLivingTreeBase",
|
|
1916
|
+
"substrateLivingTreeRoots" = "MY.substrateLivingTreeRoots",
|
|
1917
|
+
"substrateLivingTreeBranch" = "MY.substrateLivingTreeBranch",
|
|
1918
|
+
"substrateLivingTreeDeadBranch" = "MY.substrateLivingTreeDeadBranch",
|
|
1919
|
+
"substrateLivingTreeDeadLimb" = "MY.substrateLivingTreeDeadLimb",
|
|
1920
|
+
"substrateLivingTreeLeaf" = "MY.substrateLivingTreeLeaf",
|
|
1921
|
+
"substrateLivingTreeNeedle" = "MY.substrateLivingTreeNeedle",
|
|
1922
|
+
"substrateDeadWood" = "MY.substrateDeadWood",
|
|
1923
|
+
"substrateDeadWoodStandingTreeTrunk" = "MY.substrateDeadWoodStandingTreeTrunk",
|
|
1924
|
+
"substrateDeadWoodStandingTreeBranch" = "MY.substrateDeadWoodStandingTreeBranch",
|
|
1925
|
+
"substrateDeadWoodStandingTreeBase" = "MY.substrateDeadWoodStandingTreeBase",
|
|
1926
|
+
"substrateDeadWoodFallenTreeTrunk" = "MY.substrateDeadWoodFallenTreeTrunk",
|
|
1927
|
+
"substrateDeadWoodFallenTreeBranch" = "MY.substrateDeadWoodFallenTreeBranch",
|
|
1928
|
+
"substrateDeadWoodUpturnedRoots" = "MY.substrateDeadWoodUpturnedRoots",
|
|
1929
|
+
"substrateDeadWoodDeadRoots" = "MY.substrateDeadWoodDeadRoots",
|
|
1930
|
+
"substrateDeadWoodStump" = "MY.substrateDeadWoodStump",
|
|
1931
|
+
"substrateDeadWoodFallenBranch" = "MY.substrateDeadWoodFallenBranch",
|
|
1932
|
+
"substrateDeadWoodCone" = "MY.substrateDeadWoodCone",
|
|
1933
|
+
"substrateDeadWoodTwigs" = "MY.substrateDeadWoodTwigs",
|
|
1934
|
+
"substrateDeadWoodBark" = "MY.substrateDeadWoodBark",
|
|
1935
|
+
"substrateDeadWoodSawdust" = "MY.substrateDeadWoodSawdust",
|
|
1936
|
+
"substrateDeadWoodPieceOfWood" = "MY.substrateDeadWoodPieceOfWood",
|
|
1937
|
+
"substrateDeadWoodLoggingResidue" = "MY.substrateDeadWoodLoggingResidue",
|
|
1938
|
+
"substrateDeadWoodLog" = "MY.substrateDeadWoodLog",
|
|
1939
|
+
"substrateDeadWoodDriftwood" = "MY.substrateDeadWoodDriftwood",
|
|
1940
|
+
"substrateDeadWoodConstructionWood" = "MY.substrateDeadWoodConstructionWood",
|
|
1941
|
+
"substrateDung" = "MY.substrateDung",
|
|
1942
|
+
"substrateCompost" = "MY.substrateCompost",
|
|
1943
|
+
"substrateLivingShoot" = "MY.substrateLivingShoot",
|
|
1944
|
+
"substrateDeadShoot" = "MY.substrateDeadShoot",
|
|
1945
|
+
"substrateLivingFungus" = "MY.substrateLivingFungus",
|
|
1946
|
+
"substrateDeadFungus" = "MY.substrateDeadFungus",
|
|
1947
|
+
"substrateLivingAnimal" = "MY.substrateLivingAnimal",
|
|
1948
|
+
"substrateDeadAnimal" = "MY.substrateDeadAnimal",
|
|
1949
|
+
"substrateRockSurface" = "MY.substrateRockSurface",
|
|
1950
|
+
"substrateDeadNeedle" = "MY.substrateDeadNeedle",
|
|
1951
|
+
"substrateDeadLeaf" = "MY.substrateDeadLeaf"
|
|
1952
|
+
}
|
|
1953
|
+
export enum SubstrateDecayStageEnum {
|
|
1954
|
+
"empty" = "",
|
|
1955
|
+
"substrateDecayStageEnum1" = "MY.substrateDecayStageEnum1",
|
|
1956
|
+
"substrateDecayStageEnum2" = "MY.substrateDecayStageEnum2",
|
|
1957
|
+
"substrateDecayStageEnum3" = "MY.substrateDecayStageEnum3",
|
|
1958
|
+
"substrateDecayStageEnum4" = "MY.substrateDecayStageEnum4",
|
|
1959
|
+
"substrateDecayStageEnum5" = "MY.substrateDecayStageEnum5"
|
|
1960
|
+
}
|
|
1961
|
+
export enum SubstrateTreeClassificationEnum {
|
|
1962
|
+
"empty" = "",
|
|
1963
|
+
"substrateTreeClassificationEnum1" = "MY.substrateTreeClassificationEnum1",
|
|
1964
|
+
"substrateTreeClassificationEnum2" = "MY.substrateTreeClassificationEnum2",
|
|
1965
|
+
"substrateTreeClassificationEnum3" = "MY.substrateTreeClassificationEnum3",
|
|
1966
|
+
"substrateTreeClassificationEnum4" = "MY.substrateTreeClassificationEnum4",
|
|
1967
|
+
"substrateTreeClassificationEnum5" = "MY.substrateTreeClassificationEnum5",
|
|
1968
|
+
"substrateTreeClassificationEnum6" = "MY.substrateTreeClassificationEnum6"
|
|
1969
|
+
}
|
|
1970
|
+
export enum TasteEnum {
|
|
1971
|
+
"empty" = "",
|
|
1972
|
+
"tasteNotTasted" = "MY.tasteNotTasted",
|
|
1973
|
+
"tasteNoTaste" = "MY.tasteNoTaste",
|
|
1974
|
+
"tasteWeak" = "MY.tasteWeak",
|
|
1975
|
+
"tasteModerate" = "MY.tasteModerate",
|
|
1976
|
+
"tasteStrong" = "MY.tasteStrong"
|
|
1977
|
+
}
|
|
1978
|
+
export enum TaxonConfidenceEnum {
|
|
1979
|
+
"empty" = "",
|
|
1980
|
+
"taxonConfidenceSure" = "MY.taxonConfidenceSure",
|
|
1981
|
+
"taxonConfidenceUnsure" = "MY.taxonConfidenceUnsure",
|
|
1982
|
+
"taxonConfidenceSubspeciesUnsure" = "MY.taxonConfidenceSubspeciesUnsure"
|
|
1983
|
+
}
|
|
1984
|
+
export enum WildEnum {
|
|
1985
|
+
"empty" = "",
|
|
1986
|
+
"wildWild" = "MY.wildWild",
|
|
1987
|
+
"wildUnknown" = "MY.wildUnknown",
|
|
1988
|
+
"wildNonWild" = "MY.wildNonWild"
|
|
1989
|
+
}
|
|
1990
|
+
export enum GlowWormMicrohabitatEnum {
|
|
1991
|
+
"empty" = "",
|
|
1992
|
+
"glowWormMicrohabitatEnum1" = "MY.glowWormMicrohabitatEnum1",
|
|
1993
|
+
"glowWormMicrohabitatEnum2" = "MY.glowWormMicrohabitatEnum2",
|
|
1994
|
+
"glowWormMicrohabitatEnum3" = "MY.glowWormMicrohabitatEnum3",
|
|
1995
|
+
"glowWormMicrohabitatEnum4" = "MY.glowWormMicrohabitatEnum4",
|
|
1996
|
+
"glowWormMicrohabitatEnum5" = "MY.glowWormMicrohabitatEnum5",
|
|
1997
|
+
"glowWormMicrohabitatEnum6" = "MY.glowWormMicrohabitatEnum6",
|
|
1998
|
+
"glowWormMicrohabitatEnumOther" = "MY.glowWormMicrohabitatEnumOther"
|
|
1999
|
+
}
|
|
2000
|
+
export enum LineTransectObsTypeEnum {
|
|
2001
|
+
"empty" = "",
|
|
2002
|
+
"lineTransectObsTypeSong" = "MY.lineTransectObsTypeSong",
|
|
2003
|
+
"lineTransectObsTypeOtherSound" = "MY.lineTransectObsTypeOtherSound",
|
|
2004
|
+
"lineTransectObsTypeSeen" = "MY.lineTransectObsTypeSeen",
|
|
2005
|
+
"lineTransectObsTypeSeenMale" = "MY.lineTransectObsTypeSeenMale",
|
|
2006
|
+
"lineTransectObsTypeSeenFemale" = "MY.lineTransectObsTypeSeenFemale",
|
|
2007
|
+
"lineTransectObsTypeFlyingOverhead" = "MY.lineTransectObsTypeFlyingOverhead",
|
|
2008
|
+
"lineTransectObsTypeFlock" = "MY.lineTransectObsTypeFlock",
|
|
2009
|
+
"lineTransectObsTypeFlockFlyingOverhead" = "MY.lineTransectObsTypeFlockFlyingOverhead",
|
|
2010
|
+
"lineTransectObsTypeSeenPair" = "MY.lineTransectObsTypeSeenPair",
|
|
2011
|
+
"lineTransectObsTypeSeenBrood" = "MY.lineTransectObsTypeSeenBrood",
|
|
2012
|
+
"lineTransectObsTypeSeenNest" = "MY.lineTransectObsTypeSeenNest",
|
|
2013
|
+
"lineTransectObsTypeUnknown" = "MY.lineTransectObsTypeUnknown"
|
|
2014
|
+
}
|
|
2015
|
+
export enum LineTransectRouteFieldTypeEnum {
|
|
2016
|
+
"empty" = "",
|
|
2017
|
+
"lineTransectRouteFieldTypeInner" = "MY.lineTransectRouteFieldTypeInner",
|
|
2018
|
+
"lineTransectRouteFieldTypeOuter" = "MY.lineTransectRouteFieldTypeOuter"
|
|
2019
|
+
}
|
|
2020
|
+
export enum LolifeDroppingsCountEnum {
|
|
2021
|
+
"empty" = "",
|
|
2022
|
+
"lolifeDroppingsCount0" = "MY.lolifeDroppingsCount0",
|
|
2023
|
+
"lolifeDroppingsCount1" = "MY.lolifeDroppingsCount1",
|
|
2024
|
+
"lolifeDroppingsCount2" = "MY.lolifeDroppingsCount2",
|
|
2025
|
+
"lolifeDroppingsCount25" = "MY.lolifeDroppingsCount25",
|
|
2026
|
+
"lolifeDroppingsCount3" = "MY.lolifeDroppingsCount3",
|
|
2027
|
+
"lolifeDroppingsCount4" = "MY.lolifeDroppingsCount4"
|
|
2028
|
+
}
|
|
2029
|
+
export enum LolifeDroppingsQualityEnum {
|
|
2030
|
+
"empty" = "",
|
|
2031
|
+
"lolifeDroppingsQuality1" = "MY.lolifeDroppingsQuality1",
|
|
2032
|
+
"lolifeDroppingsQuality2" = "MY.lolifeDroppingsQuality2"
|
|
2033
|
+
}
|
|
2034
|
+
export enum LolifeDroppingsTypeEnum {
|
|
2035
|
+
"empty" = "",
|
|
2036
|
+
"lolifeDroppingsTypeRock" = "MY.lolifeDroppingsTypeRock",
|
|
2037
|
+
"lolifeDroppingsTypeTree" = "MY.lolifeDroppingsTypeTree",
|
|
2038
|
+
"lolifeDroppingsTypeTreeGroup" = "MY.lolifeDroppingsTypeTreeGroup",
|
|
2039
|
+
"lolifeDroppingsTypeOther" = "MY.lolifeDroppingsTypeOther"
|
|
2040
|
+
}
|
|
2041
|
+
export enum LolifeNestTreeEnum {
|
|
2042
|
+
"empty" = "",
|
|
2043
|
+
"MX.38590" = "MX.38590",
|
|
2044
|
+
"MX.37812" = "MX.37812",
|
|
2045
|
+
"MX.37999" = "MX.37999",
|
|
2046
|
+
"MX.37993" = "MX.37993",
|
|
2047
|
+
"MX.38010" = "MX.38010",
|
|
2048
|
+
"MX.38008" = "MX.38008",
|
|
2049
|
+
"lolifeNestTreeOther" = "MY.lolifeNestTreeOther"
|
|
2050
|
+
}
|
|
2051
|
+
export enum WaterbirdFemaleEnum {
|
|
2052
|
+
"empty" = "",
|
|
2053
|
+
"waterbirdFemaleEnumYes" = "MY.waterbirdFemaleEnumYes",
|
|
2054
|
+
"waterbirdFemaleEnumNo" = "MY.waterbirdFemaleEnumNo",
|
|
2055
|
+
"waterbirdFemaleEnumLonelyPanicking" = "MY.waterbirdFemaleEnumLonelyPanicking"
|
|
2056
|
+
}
|
|
2057
|
+
export enum WaterbirdJuvenileAgeClassEnum {
|
|
2058
|
+
"empty" = "",
|
|
2059
|
+
"waterbirdJuvenileAgeClassIa" = "MY.waterbirdJuvenileAgeClassIa",
|
|
2060
|
+
"waterbirdJuvenileAgeClassIb" = "MY.waterbirdJuvenileAgeClassIb",
|
|
2061
|
+
"waterbirdJuvenileAgeClassIc" = "MY.waterbirdJuvenileAgeClassIc",
|
|
2062
|
+
"waterbirdJuvenileAgeClassIIa" = "MY.waterbirdJuvenileAgeClassIIa",
|
|
2063
|
+
"waterbirdJuvenileAgeClassIIb" = "MY.waterbirdJuvenileAgeClassIIb",
|
|
2064
|
+
"waterbirdJuvenileAgeClassIIc" = "MY.waterbirdJuvenileAgeClassIIc",
|
|
2065
|
+
"waterbirdJuvenileAgeClassIIIa" = "MY.waterbirdJuvenileAgeClassIIIa",
|
|
2066
|
+
"waterbirdJuvenileAgeClassUnknown" = "MY.waterbirdJuvenileAgeClassUnknown"
|
|
2067
|
+
}
|
|
2068
|
+
export enum WaterbirdPairCountOpinionReasoningEnum {
|
|
2069
|
+
"empty" = "",
|
|
2070
|
+
"waterbirdPairCountOpinionReasoningEnum1" = "MY.waterbirdPairCountOpinionReasoningEnum1",
|
|
2071
|
+
"waterbirdPairCountOpinionReasoningEnum2" = "MY.waterbirdPairCountOpinionReasoningEnum2",
|
|
2072
|
+
"waterbirdPairCountOpinionReasoningEnum3" = "MY.waterbirdPairCountOpinionReasoningEnum3",
|
|
2073
|
+
"waterbirdPairCountOpinionReasoningEnumOther" = "MY.waterbirdPairCountOpinionReasoningEnumOther"
|
|
2074
|
+
}
|