@luomus/laji-schema 2.0.23 → 2.0.25
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/dto/AdministrativeStatus.dto.ts +21 -0
- package/dist/dto/Agent.dto.ts +11 -0
- package/dist/dto/Annotation.dto.ts +80 -0
- package/dist/dto/AnnotationOccurrence.dto.ts +20 -0
- package/dist/dto/Area.dto.ts +52 -0
- package/dist/dto/Audio.dto.ts +142 -0
- package/dist/dto/BibliographicResource.dto.ts +13 -0
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +19 -0
- package/dist/dto/Branch.dto.ts +28 -0
- package/dist/dto/Checklist.dto.ts +20 -0
- package/dist/dto/ChecklistVersion.dto.ts +23 -0
- package/dist/dto/Collection.dto.ts +347 -0
- package/dist/dto/CompleteList.dto.ts +19 -0
- package/dist/dto/Concept.dto.ts +17 -0
- package/dist/dto/ContentContextDescription.dto.ts +11 -0
- package/dist/dto/DataField.dto.ts +36 -0
- package/dist/dto/Dataset.dto.ts +67 -0
- package/dist/dto/DateRange.dto.ts +13 -0
- package/dist/dto/Device.dto.ts +19 -0
- package/dist/dto/DeviceIndividual.dto.ts +27 -0
- package/dist/dto/Document.dto.ts +319 -0
- package/dist/dto/DownloadRequest.dto.ts +32 -0
- package/dist/dto/Endangerment.dto.ts +42 -0
- package/dist/dto/Event.dto.ts +85 -0
- package/dist/dto/Field.dto.ts +35 -0
- package/dist/dto/Fieldset.dto.ts +11 -0
- package/dist/dto/Form.dto.ts +70 -0
- package/dist/dto/FormFooter.dto.ts +21 -0
- package/dist/dto/FormInstructions.dto.ts +11 -0
- package/dist/dto/FormNamedPlaceOptions.dto.ts +172 -0
- package/dist/dto/FormOptions.dto.ts +232 -0
- package/dist/dto/FormPermission.dto.ts +15 -0
- package/dist/dto/FormPermissionPerson.dto.ts +15 -0
- package/dist/dto/FormPermissionSingle.dto.ts +20 -0
- package/dist/dto/FormSeason.dto.ts +19 -0
- package/dist/dto/Gathering.dto.ts +546 -0
- package/dist/dto/GatheringEvent.dto.ts +114 -0
- package/dist/dto/GatheringFact.dto.ts +329 -0
- package/dist/dto/Habitat.dto.ts +124 -0
- package/dist/dto/Identification.dto.ts +204 -0
- package/dist/dto/Image.dto.ts +147 -0
- package/dist/dto/Individual.dto.ts +59 -0
- package/dist/dto/InformalTaxonGroup.dto.ts +21 -0
- package/dist/dto/InformationSystem.dto.ts +58 -0
- package/dist/dto/IucnRedListEvaluation.dto.ts +554 -0
- package/dist/dto/IucnRedListEvaluationYear.dto.ts +13 -0
- package/dist/dto/IucnRedListTaxonGroup.dto.ts +19 -0
- package/dist/dto/Measurement.dto.ts +38 -0
- package/dist/dto/Model.dto.ts +141 -0
- package/dist/dto/Multimedia.dto.ts +11 -0
- package/dist/dto/NamedPlace.dto.ts +83 -0
- package/dist/dto/News.dto.ts +23 -0
- package/dist/dto/Notification.dto.ts +24 -0
- package/dist/dto/Occurrence.dto.ts +65 -0
- package/dist/dto/Organization.dto.ts +136 -0
- package/dist/dto/Pdf.dto.ts +61 -0
- package/dist/dto/Permit.dto.ts +36 -0
- package/dist/dto/Person.dto.ts +80 -0
- package/dist/dto/Pinkka.dto.ts +11 -0
- package/dist/dto/Preparation.dto.ts +70 -0
- package/dist/dto/Profile.dto.ts +43 -0
- package/dist/dto/Publication.dto.ts +17 -0
- package/dist/dto/RegionalStatus.dto.ts +60 -0
- package/dist/dto/Reserve.dto.ts +13 -0
- package/dist/dto/Sample.dto.ts +246 -0
- package/dist/dto/SatelliteTrackingProject.dto.ts +22 -0
- package/dist/dto/SpecimenTransaction.dto.ts +234 -0
- package/dist/dto/SpecimenTransactionEvent.dto.ts +19 -0
- package/dist/dto/SubUnit.dto.ts +31 -0
- package/dist/dto/Tag.dto.ts +50 -0
- package/dist/dto/Taxon.dto.ts +600 -0
- package/dist/dto/TaxonCensus.dto.ts +44 -0
- package/dist/dto/TaxonConcept.dto.ts +15 -0
- package/dist/dto/TaxonGroupIucnEditors.dto.ts +13 -0
- package/dist/dto/TaxonInteraction.dto.ts +75 -0
- package/dist/dto/TaxonSet.dto.ts +11 -0
- package/dist/dto/Trait.dto.ts +20 -0
- package/dist/dto/TraitEnumValue.dto.ts +16 -0
- package/dist/dto/TraitGroup.dto.ts +13 -0
- package/dist/dto/Transaction.dto.ts +249 -0
- package/dist/dto/TransactionEvent.dto.ts +32 -0
- package/dist/dto/TransactionItem.dto.ts +29 -0
- package/dist/dto/Translation.dto.ts +20 -0
- package/dist/dto/TypeSpecimen.dto.ts +108 -0
- package/dist/dto/Unit.dto.ts +831 -0
- package/dist/dto/UnitFact.dto.ts +126 -0
- package/dist/dto/UnitGathering.dto.ts +25 -0
- package/dist/dto/UnitOfMeasurement.dto.ts +19 -0
- package/dist/dto/Validator.dto.ts +11 -0
- package/dist/dto/Video.dto.ts +139 -0
- package/dist/dto/index.dto.ts +181 -0
- package/dist/types/classes/Audio.d.ts +2 -0
- package/dist/types/classes/DataField.d.ts +1 -0
- package/dist/types/classes/Image.d.ts +1 -0
- package/dist/types/classes/InformationSystem.d.ts +4 -0
- package/dist/types/classes/Model.d.ts +1 -0
- package/dist/types/classes/TraitEnumValue.d.ts +1 -0
- package/dist/types/classes/Video.d.ts +1 -0
- package/dist/types/models/Audio.d.ts +2 -0
- package/dist/types/models/DataField.d.ts +1 -0
- package/dist/types/models/Image.d.ts +1 -0
- package/dist/types/models/InformationSystem.d.ts +4 -0
- package/dist/types/models/Model.d.ts +1 -0
- package/dist/types/models/TraitEnumValue.d.ts +1 -0
- package/dist/types/models/Video.d.ts +1 -0
- package/package.json +6 -2
|
@@ -0,0 +1,831 @@
|
|
|
1
|
+
import { Measurement } from './index.dto';
|
|
2
|
+
import { UnitFact } from './index.dto';
|
|
3
|
+
import { UnitGathering } from './index.dto';
|
|
4
|
+
import { Identification } from './index.dto';
|
|
5
|
+
import { TypeSpecimen } from './index.dto';
|
|
6
|
+
/* tslint:disable */
|
|
7
|
+
/*
|
|
8
|
+
* This file was automatically generated.
|
|
9
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
10
|
+
* and run the command to regenerate this file.
|
|
11
|
+
*/
|
|
12
|
+
export enum AbundanceUnitEnum {
|
|
13
|
+
"empty" = "",
|
|
14
|
+
"abundanceUnitIndividualCount" = "MY.abundanceUnitIndividualCount",
|
|
15
|
+
"abundanceUnitPairCount" = "MY.abundanceUnitPairCount",
|
|
16
|
+
"abundanceUnitNest" = "MY.abundanceUnitNest",
|
|
17
|
+
"abundanceUnitBreedingSite" = "MY.abundanceUnitBreedingSite",
|
|
18
|
+
"abundanceUnitFeedingSite" = "MY.abundanceUnitFeedingSite",
|
|
19
|
+
"abundanceUnitColony" = "MY.abundanceUnitColony",
|
|
20
|
+
"abundanceUnitFruitbody" = "MY.abundanceUnitFruitbody",
|
|
21
|
+
"abundanceUnitSprout" = "MY.abundanceUnitSprout",
|
|
22
|
+
"abundanceUnitHummock" = "MY.abundanceUnitHummock",
|
|
23
|
+
"abundanceUnitThallus" = "MY.abundanceUnitThallus",
|
|
24
|
+
"abundanceUnitFlower" = "MY.abundanceUnitFlower",
|
|
25
|
+
"abundanceUnitSpot" = "MY.abundanceUnitSpot",
|
|
26
|
+
"abundanceUnitTrunk" = "MY.abundanceUnitTrunk",
|
|
27
|
+
"abundanceUnitQueen" = "MY.abundanceUnitQueen",
|
|
28
|
+
"abundanceUnitShell" = "MY.abundanceUnitShell",
|
|
29
|
+
"abundanceUnitDroppings" = "MY.abundanceUnitDroppings",
|
|
30
|
+
"abundanceUnitMarks" = "MY.abundanceUnitMarks",
|
|
31
|
+
"abundanceUnitIndirect" = "MY.abundanceUnitIndirect",
|
|
32
|
+
"abundanceUnitSquareDM" = "MY.abundanceUnitSquareDM",
|
|
33
|
+
"abundanceUnitSquareM" = "MY.abundanceUnitSquareM",
|
|
34
|
+
"abundanceUnitRelativeDensity" = "MY.abundanceUnitRelativeDensity",
|
|
35
|
+
"abundanceUnitOccursDoesNotOccur" = "MY.abundanceUnitOccursDoesNotOccur"
|
|
36
|
+
}
|
|
37
|
+
export enum AtlasCodeEnum {
|
|
38
|
+
"empty" = "",
|
|
39
|
+
"atlasCodeEnum1" = "MY.atlasCodeEnum1",
|
|
40
|
+
"atlasCodeEnum2" = "MY.atlasCodeEnum2",
|
|
41
|
+
"atlasCodeEnum3" = "MY.atlasCodeEnum3",
|
|
42
|
+
"atlasCodeEnum4" = "MY.atlasCodeEnum4",
|
|
43
|
+
"atlasCodeEnum5" = "MY.atlasCodeEnum5",
|
|
44
|
+
"atlasCodeEnum6" = "MY.atlasCodeEnum6",
|
|
45
|
+
"atlasCodeEnum61" = "MY.atlasCodeEnum61",
|
|
46
|
+
"atlasCodeEnum62" = "MY.atlasCodeEnum62",
|
|
47
|
+
"atlasCodeEnum63" = "MY.atlasCodeEnum63",
|
|
48
|
+
"atlasCodeEnum64" = "MY.atlasCodeEnum64",
|
|
49
|
+
"atlasCodeEnum65" = "MY.atlasCodeEnum65",
|
|
50
|
+
"atlasCodeEnum66" = "MY.atlasCodeEnum66",
|
|
51
|
+
"atlasCodeEnum7" = "MY.atlasCodeEnum7",
|
|
52
|
+
"atlasCodeEnum71" = "MY.atlasCodeEnum71",
|
|
53
|
+
"atlasCodeEnum72" = "MY.atlasCodeEnum72",
|
|
54
|
+
"atlasCodeEnum73" = "MY.atlasCodeEnum73",
|
|
55
|
+
"atlasCodeEnum74" = "MY.atlasCodeEnum74",
|
|
56
|
+
"atlasCodeEnum75" = "MY.atlasCodeEnum75",
|
|
57
|
+
"atlasCodeEnum8" = "MY.atlasCodeEnum8",
|
|
58
|
+
"atlasCodeEnum81" = "MY.atlasCodeEnum81",
|
|
59
|
+
"atlasCodeEnum82" = "MY.atlasCodeEnum82"
|
|
60
|
+
}
|
|
61
|
+
export enum BatBehaviorEnum {
|
|
62
|
+
"empty" = "",
|
|
63
|
+
"batBehaviorHibernating" = "MY.batBehaviorHibernating",
|
|
64
|
+
"batBehaviorRoosting" = "MY.batBehaviorRoosting",
|
|
65
|
+
"batBehaviorHunting" = "MY.batBehaviorHunting"
|
|
66
|
+
}
|
|
67
|
+
export enum BirdAgeEnum {
|
|
68
|
+
"empty" = "",
|
|
69
|
+
"birdAgePp" = "MY.birdAgePp",
|
|
70
|
+
"birdAgePm" = "MY.birdAgePm",
|
|
71
|
+
"birdAgeFl" = "MY.birdAgeFl",
|
|
72
|
+
"birdAgePlus1kv" = "MY.birdAgePlus1kv",
|
|
73
|
+
"birdAge1Kv" = "MY.birdAge1Kv",
|
|
74
|
+
"birdAgePlus2Kv" = "MY.birdAgePlus2Kv",
|
|
75
|
+
"birdAge2kv" = "MY.birdAge2kv",
|
|
76
|
+
"birdAgePlus3Kv" = "MY.birdAgePlus3Kv",
|
|
77
|
+
"birdAge3Kv" = "MY.birdAge3Kv",
|
|
78
|
+
"birdAgePlus4Kv" = "MY.birdAgePlus4Kv",
|
|
79
|
+
"birdAge4Kv" = "MY.birdAge4Kv",
|
|
80
|
+
"birdAgePlus5Kv" = "MY.birdAgePlus5Kv",
|
|
81
|
+
"birdAge5Kv" = "MY.birdAge5Kv",
|
|
82
|
+
"birdAgePlus6Kv" = "MY.birdAgePlus6Kv",
|
|
83
|
+
"birdAge6Kv" = "MY.birdAge6Kv",
|
|
84
|
+
"birdAgePlus7Kv" = "MY.birdAgePlus7Kv",
|
|
85
|
+
"birdAge7Kv" = "MY.birdAge7Kv",
|
|
86
|
+
"birdAgePlus8Kv" = "MY.birdAgePlus8Kv",
|
|
87
|
+
"birdAge8Kv" = "MY.birdAge8Kv"
|
|
88
|
+
}
|
|
89
|
+
export enum BirdPlumageEnum {
|
|
90
|
+
"empty" = "",
|
|
91
|
+
"birdPlumageAd" = "MY.birdPlumageAd",
|
|
92
|
+
"birdPlumageEijp" = "MY.birdPlumageEijp",
|
|
93
|
+
"birdPlumageImm" = "MY.birdPlumageImm",
|
|
94
|
+
"birdPlumageJp" = "MY.birdPlumageJp",
|
|
95
|
+
"birdPlumageJuv" = "MY.birdPlumageJuv",
|
|
96
|
+
"birdPlumageNpuk" = "MY.birdPlumageNpuk",
|
|
97
|
+
"birdPlumagePull" = "MY.birdPlumagePull",
|
|
98
|
+
"birdPlumageSubad" = "MY.birdPlumageSubad",
|
|
99
|
+
"birdPlumageTp" = "MY.birdPlumageTp",
|
|
100
|
+
"birdPlumageVp" = "MY.birdPlumageVp",
|
|
101
|
+
"birdPlumagePep" = "MY.birdPlumagePep",
|
|
102
|
+
"birdPlumageSs" = "MY.birdPlumageSs"
|
|
103
|
+
}
|
|
104
|
+
export enum DistanceEnum {
|
|
105
|
+
"empty" = "",
|
|
106
|
+
"distanceOverFlight" = "MY.distanceOverFlight",
|
|
107
|
+
"distanceNear" = "MY.distanceNear",
|
|
108
|
+
"distanceQuiteFar" = "MY.distanceQuiteFar",
|
|
109
|
+
"distanceFar" = "MY.distanceFar",
|
|
110
|
+
"distanceVeryFar" = "MY.distanceVeryFar"
|
|
111
|
+
}
|
|
112
|
+
export enum EpochOrSeries {
|
|
113
|
+
"empty" = "",
|
|
114
|
+
"epochOrSeriesCambrian" = "MY.epochOrSeriesCambrian",
|
|
115
|
+
"epochOrSeriesCarboniferous" = "MY.epochOrSeriesCarboniferous",
|
|
116
|
+
"epochOrSeriesCretaceous" = "MY.epochOrSeriesCretaceous",
|
|
117
|
+
"epochOrSeriesDevonian" = "MY.epochOrSeriesDevonian",
|
|
118
|
+
"epochOrSeriesEdiacaran" = "MY.epochOrSeriesEdiacaran",
|
|
119
|
+
"epochOrSeriesJurassic" = "MY.epochOrSeriesJurassic",
|
|
120
|
+
"epochOrSeriesOrdovician" = "MY.epochOrSeriesOrdovician",
|
|
121
|
+
"epochOrSeriesPermian" = "MY.epochOrSeriesPermian",
|
|
122
|
+
"epochOrSeriesQuaternary" = "MY.epochOrSeriesQuaternary",
|
|
123
|
+
"epochOrSeriesRecent" = "MY.epochOrSeriesRecent",
|
|
124
|
+
"epochOrSeriesSilurian" = "MY.epochOrSeriesSilurian",
|
|
125
|
+
"epochOrSeriesTertiary" = "MY.epochOrSeriesTertiary",
|
|
126
|
+
"epochOrSeriesTriassic" = "MY.epochOrSeriesTriassic"
|
|
127
|
+
}
|
|
128
|
+
export enum FruitTypeEnum {
|
|
129
|
+
"empty" = "",
|
|
130
|
+
"fruitTypeAchene" = "MY.fruitTypeAchene",
|
|
131
|
+
"fruitTypeBerry" = "MY.fruitTypeBerry",
|
|
132
|
+
"fruitTypeCapsule" = "MY.fruitTypeCapsule",
|
|
133
|
+
"fruitTypeCaryopsis" = "MY.fruitTypeCaryopsis",
|
|
134
|
+
"fruitTypeCone" = "MY.fruitTypeCone",
|
|
135
|
+
"fruitTypeDrupe" = "MY.fruitTypeDrupe",
|
|
136
|
+
"fruitTypeFollicle" = "MY.fruitTypeFollicle",
|
|
137
|
+
"fruitTypeLegume" = "MY.fruitTypeLegume",
|
|
138
|
+
"fruitTypeNut" = "MY.fruitTypeNut",
|
|
139
|
+
"fruitTypeOther" = "MY.fruitTypeOther",
|
|
140
|
+
"fruitTypePome" = "MY.fruitTypePome",
|
|
141
|
+
"fruitTypeSchizocarp" = "MY.fruitTypeSchizocarp",
|
|
142
|
+
"fruitTypeSiliqua" = "MY.fruitTypeSiliqua"
|
|
143
|
+
}
|
|
144
|
+
export enum IndirectObservationTypeEnum {
|
|
145
|
+
"empty" = "",
|
|
146
|
+
"indirectObservationTypeFeces" = "MY.indirectObservationTypeFeces",
|
|
147
|
+
"indirectObservationTypeSnowTracks" = "MY.indirectObservationTypeSnowTracks",
|
|
148
|
+
"indirectObservationTypeUrine" = "MY.indirectObservationTypeUrine",
|
|
149
|
+
"indirectObservationTypeFeasting" = "MY.indirectObservationTypeFeasting",
|
|
150
|
+
"indirectObservationTypeFoodStock" = "MY.indirectObservationTypeFoodStock",
|
|
151
|
+
"indirectObservationTypeNone" = "MY.indirectObservationTypeNone"
|
|
152
|
+
}
|
|
153
|
+
export enum EpochOrSeries1 {
|
|
154
|
+
"empty" = "",
|
|
155
|
+
"epochOrSeriesCambrian" = "MY.epochOrSeriesCambrian",
|
|
156
|
+
"epochOrSeriesCarboniferous" = "MY.epochOrSeriesCarboniferous",
|
|
157
|
+
"epochOrSeriesCretaceous" = "MY.epochOrSeriesCretaceous",
|
|
158
|
+
"epochOrSeriesDevonian" = "MY.epochOrSeriesDevonian",
|
|
159
|
+
"epochOrSeriesEdiacaran" = "MY.epochOrSeriesEdiacaran",
|
|
160
|
+
"epochOrSeriesJurassic" = "MY.epochOrSeriesJurassic",
|
|
161
|
+
"epochOrSeriesOrdovician" = "MY.epochOrSeriesOrdovician",
|
|
162
|
+
"epochOrSeriesPermian" = "MY.epochOrSeriesPermian",
|
|
163
|
+
"epochOrSeriesQuaternary" = "MY.epochOrSeriesQuaternary",
|
|
164
|
+
"epochOrSeriesRecent" = "MY.epochOrSeriesRecent",
|
|
165
|
+
"epochOrSeriesSilurian" = "MY.epochOrSeriesSilurian",
|
|
166
|
+
"epochOrSeriesTertiary" = "MY.epochOrSeriesTertiary",
|
|
167
|
+
"epochOrSeriesTriassic" = "MY.epochOrSeriesTriassic"
|
|
168
|
+
}
|
|
169
|
+
export enum LifeStages {
|
|
170
|
+
"empty" = "",
|
|
171
|
+
"lifeStageEgg" = "MY.lifeStageEgg",
|
|
172
|
+
"lifeStageLarva" = "MY.lifeStageLarva",
|
|
173
|
+
"lifeStagePupa" = "MY.lifeStagePupa",
|
|
174
|
+
"lifeStageJuvenile" = "MY.lifeStageJuvenile",
|
|
175
|
+
"lifeStageNymph" = "MY.lifeStageNymph",
|
|
176
|
+
"lifeStageSubimago" = "MY.lifeStageSubimago",
|
|
177
|
+
"lifeStageImmature" = "MY.lifeStageImmature",
|
|
178
|
+
"lifeStageAdult" = "MY.lifeStageAdult",
|
|
179
|
+
"lifeStageFertile" = "MY.lifeStageFertile",
|
|
180
|
+
"lifeStageSterile" = "MY.lifeStageSterile",
|
|
181
|
+
"lifeStageTadpole" = "MY.lifeStageTadpole",
|
|
182
|
+
"lifeStageEmbryo" = "MY.lifeStageEmbryo",
|
|
183
|
+
"lifeStageSubadult" = "MY.lifeStageSubadult",
|
|
184
|
+
"lifeStageMature" = "MY.lifeStageMature",
|
|
185
|
+
"lifeStagePullus" = "MY.lifeStagePullus",
|
|
186
|
+
"lifeStageHatchedEgg" = "MY.lifeStageHatchedEgg",
|
|
187
|
+
"lifeStageHatchedPupa" = "MY.lifeStageHatchedPupa",
|
|
188
|
+
"lifeStageGall" = "MY.lifeStageGall",
|
|
189
|
+
"lifeStageMarks" = "MY.lifeStageMarks",
|
|
190
|
+
"lifeStageTriungulin" = "MY.lifeStageTriungulin"
|
|
191
|
+
}
|
|
192
|
+
export enum MicrobiologicalRiskGroupEnum {
|
|
193
|
+
"empty" = "",
|
|
194
|
+
"microbiologicalRiskGroup1" = "MY.microbiologicalRiskGroup1",
|
|
195
|
+
"microbiologicalRiskGroup2" = "MY.microbiologicalRiskGroup2",
|
|
196
|
+
"microbiologicalRiskGroup3" = "MY.microbiologicalRiskGroup3",
|
|
197
|
+
"microbiologicalRiskGroup4" = "MY.microbiologicalRiskGroup4"
|
|
198
|
+
}
|
|
199
|
+
export enum MovingDirectionEnum {
|
|
200
|
+
"empty" = "",
|
|
201
|
+
"movingDirectionN" = "MY.movingDirectionN",
|
|
202
|
+
"movingDirectionNNE" = "MY.movingDirectionNNE",
|
|
203
|
+
"movingDirectionNE" = "MY.movingDirectionNE",
|
|
204
|
+
"movingDirectionENE" = "MY.movingDirectionENE",
|
|
205
|
+
"movingDirectionE" = "MY.movingDirectionE",
|
|
206
|
+
"movingDirectionESE" = "MY.movingDirectionESE",
|
|
207
|
+
"movingDirectionSE" = "MY.movingDirectionSE",
|
|
208
|
+
"movingDirectionSSE" = "MY.movingDirectionSSE",
|
|
209
|
+
"movingDirectionS" = "MY.movingDirectionS",
|
|
210
|
+
"movingDirectionSSW" = "MY.movingDirectionSSW",
|
|
211
|
+
"movingDirectionSW" = "MY.movingDirectionSW",
|
|
212
|
+
"movingDirectionWSW" = "MY.movingDirectionWSW",
|
|
213
|
+
"movingDirectionW" = "MY.movingDirectionW",
|
|
214
|
+
"movingDirectionWNW" = "MY.movingDirectionWNW",
|
|
215
|
+
"movingDirectionNW" = "MY.movingDirectionNW",
|
|
216
|
+
"movingDirectionNNW" = "MY.movingDirectionNNW"
|
|
217
|
+
}
|
|
218
|
+
export enum NativeStatusEnum {
|
|
219
|
+
"empty" = "",
|
|
220
|
+
"native" = "MY.native",
|
|
221
|
+
"nonNative" = "MY.nonNative"
|
|
222
|
+
}
|
|
223
|
+
export enum NestTypeEnum {
|
|
224
|
+
"empty" = "",
|
|
225
|
+
"nestTypeTreeCavity" = "MY.nestTypeTreeCavity",
|
|
226
|
+
"nestTypeTwig" = "MY.nestTypeTwig",
|
|
227
|
+
"nestTypeNestBox" = "MY.nestTypeNestBox",
|
|
228
|
+
"nestTypeBuilding" = "MY.nestTypeBuilding",
|
|
229
|
+
"nestTypeGroundCavity" = "MY.nestTypeGroundCavity",
|
|
230
|
+
"nestTypeOther" = "MY.nestTypeOther"
|
|
231
|
+
}
|
|
232
|
+
export enum PlantLifeStageEnum {
|
|
233
|
+
"empty" = "",
|
|
234
|
+
"plantLifeStageSterile" = "MY.plantLifeStageSterile",
|
|
235
|
+
"plantLifeStageFertile" = "MY.plantLifeStageFertile",
|
|
236
|
+
"plantLifeStageSeed" = "MY.plantLifeStageSeed",
|
|
237
|
+
"plantLifeStageSprout" = "MY.plantLifeStageSprout",
|
|
238
|
+
"plantLifeStageBud" = "MY.plantLifeStageBud",
|
|
239
|
+
"plantLifeStageFlower" = "MY.plantLifeStageFlower",
|
|
240
|
+
"plantLifeStageWitheredFlower" = "MY.plantLifeStageWitheredFlower",
|
|
241
|
+
"plantLifeStageRipeningFruit" = "MY.plantLifeStageRipeningFruit",
|
|
242
|
+
"plantLifeStageRipeFruit" = "MY.plantLifeStageRipeFruit",
|
|
243
|
+
"plantLifeStageDeadSprout" = "MY.plantLifeStageDeadSprout",
|
|
244
|
+
"plantLifeStageSubterranean" = "MY.plantLifeStageSubterranean"
|
|
245
|
+
}
|
|
246
|
+
export enum PlantStatusCodeEnum {
|
|
247
|
+
"empty" = "",
|
|
248
|
+
"plantStatusCodeL" = "MY.plantStatusCodeL",
|
|
249
|
+
"plantStatusCodeA" = "MY.plantStatusCodeA",
|
|
250
|
+
"plantStatusCodeAV" = "MY.plantStatusCodeAV",
|
|
251
|
+
"plantStatusCodeAOV" = "MY.plantStatusCodeAOV",
|
|
252
|
+
"plantStatusCodeAN" = "MY.plantStatusCodeAN",
|
|
253
|
+
"plantStatusCodeANV" = "MY.plantStatusCodeANV",
|
|
254
|
+
"plantStatusCodeANS" = "MY.plantStatusCodeANS",
|
|
255
|
+
"plantStatusCodeT" = "MY.plantStatusCodeT",
|
|
256
|
+
"plantStatusCodeTV" = "MY.plantStatusCodeTV",
|
|
257
|
+
"plantStatusCodeTOV" = "MY.plantStatusCodeTOV",
|
|
258
|
+
"plantStatusCodeTNV" = "MY.plantStatusCodeTNV",
|
|
259
|
+
"plantStatusCodeTNS" = "MY.plantStatusCodeTNS",
|
|
260
|
+
"plantStatusCodeV" = "MY.plantStatusCodeV",
|
|
261
|
+
"plantStatusCodeOV" = "MY.plantStatusCodeOV",
|
|
262
|
+
"plantStatusCodeN" = "MY.plantStatusCodeN",
|
|
263
|
+
"plantStatusCodeNV" = "MY.plantStatusCodeNV",
|
|
264
|
+
"plantStatusCodeNS" = "MY.plantStatusCodeNS",
|
|
265
|
+
"plantStatusCodeE" = "MY.plantStatusCodeE",
|
|
266
|
+
"plantStatusCodeTE" = "MY.plantStatusCodeTE",
|
|
267
|
+
"plantStatusCodeTVE" = "MY.plantStatusCodeTVE",
|
|
268
|
+
"plantStatusCodeTOVE" = "MY.plantStatusCodeTOVE",
|
|
269
|
+
"plantStatusCodeTNVE" = "MY.plantStatusCodeTNVE",
|
|
270
|
+
"plantStatusCodeTNSE" = "MY.plantStatusCodeTNSE",
|
|
271
|
+
"plantStatusCodeTN" = "MY.plantStatusCodeTN",
|
|
272
|
+
"plantStatusCodeTNE" = "MY.plantStatusCodeTNE",
|
|
273
|
+
"plantStatusCodeR" = "MY.plantStatusCodeR",
|
|
274
|
+
"plantStatusCodeC" = "MY.plantStatusCodeC",
|
|
275
|
+
"plantStatusCodeH" = "MY.plantStatusCodeH",
|
|
276
|
+
"plantStatusCodeG" = "MY.plantStatusCodeG",
|
|
277
|
+
"plantStatusCodeF" = "MY.plantStatusCodeF"
|
|
278
|
+
}
|
|
279
|
+
export enum Preservations {
|
|
280
|
+
"empty" = "",
|
|
281
|
+
"preservationPressed" = "MY.preservationPressed",
|
|
282
|
+
"preservationDry" = "MY.preservationDry",
|
|
283
|
+
"preservationCriticalPointDrying" = "MY.preservationCriticalPointDrying",
|
|
284
|
+
"preservationPinned" = "MY.preservationPinned",
|
|
285
|
+
"preservationGlued" = "MY.preservationGlued",
|
|
286
|
+
"preservationLiquid" = "MY.preservationLiquid",
|
|
287
|
+
"preservationEthanol" = "MY.preservationEthanol",
|
|
288
|
+
"preservationEthanolPure" = "MY.preservationEthanolPure",
|
|
289
|
+
"preservationEthanol70" = "MY.preservationEthanol70",
|
|
290
|
+
"preservationEthanol80" = "MY.preservationEthanol80",
|
|
291
|
+
"preservationEthanol80Pure" = "MY.preservationEthanol80Pure",
|
|
292
|
+
"preservationEthanol96" = "MY.preservationEthanol96",
|
|
293
|
+
"preservationEthanolDenatured" = "MY.preservationEthanolDenatured",
|
|
294
|
+
"preservationEthanolFormalin" = "MY.preservationEthanolFormalin",
|
|
295
|
+
"preservationEthanolExFormalin" = "MY.preservationEthanolExFormalin",
|
|
296
|
+
"preservationFormalin" = "MY.preservationFormalin",
|
|
297
|
+
"preservationBouinSolution" = "MY.preservationBouinSolution",
|
|
298
|
+
"preservationPampelsFluid" = "MY.preservationPampelsFluid",
|
|
299
|
+
"preservationGlycerol" = "MY.preservationGlycerol",
|
|
300
|
+
"preservationParaffin" = "MY.preservationParaffin",
|
|
301
|
+
"preservationMercuricChloride" = "MY.preservationMercuricChloride",
|
|
302
|
+
"preservationCryopreserved" = "MY.preservationCryopreserved",
|
|
303
|
+
"preservationFrozen" = "MY.preservationFrozen",
|
|
304
|
+
"preservationFrozenMinus80C" = "MY.preservationFrozenMinus80C",
|
|
305
|
+
"preservationFreezeDried" = "MY.preservationFreezeDried",
|
|
306
|
+
"preservationGoldPlated" = "MY.preservationGoldPlated",
|
|
307
|
+
"preservationActiveCulture" = "MY.preservationActiveCulture",
|
|
308
|
+
"preservationLiving" = "MY.preservationLiving",
|
|
309
|
+
"preservationSlide" = "MY.preservationSlide",
|
|
310
|
+
"preservationSlideCanadaBalsam" = "MY.preservationSlideCanadaBalsam",
|
|
311
|
+
"preservationSlideEuparal" = "MY.preservationSlideEuparal",
|
|
312
|
+
"preservationSlidePolyviol" = "MY.preservationSlidePolyviol",
|
|
313
|
+
"preservationStuffed" = "MY.preservationStuffed",
|
|
314
|
+
"preservationCast" = "MY.preservationCast",
|
|
315
|
+
"preservationPlastinated" = "MY.preservationPlastinated",
|
|
316
|
+
"preservationFrozenMinus80CAndEthanolMinus20C" = "MY.preservationFrozenMinus80CAndEthanolMinus20C"
|
|
317
|
+
}
|
|
318
|
+
export enum ProvenanceEnum {
|
|
319
|
+
"empty" = "",
|
|
320
|
+
"provenanceUnknown" = "MY.provenanceUnknown",
|
|
321
|
+
"provenanceCultivated" = "MY.provenanceCultivated",
|
|
322
|
+
"provenanceCultivatedUnsure" = "MY.provenanceCultivatedUnsure",
|
|
323
|
+
"provenanceCultivatedPropagatedFromWildSource" = "MY.provenanceCultivatedPropagatedFromWildSource",
|
|
324
|
+
"provenanceWildSource" = "MY.provenanceWildSource",
|
|
325
|
+
"provenanceWildSourceUnsure" = "MY.provenanceWildSourceUnsure",
|
|
326
|
+
"provenanceEscapedCultivated" = "MY.provenanceEscapedCultivated",
|
|
327
|
+
"provenancePropagule" = "MY.provenancePropagule"
|
|
328
|
+
}
|
|
329
|
+
export enum RecordBases {
|
|
330
|
+
"empty" = "",
|
|
331
|
+
"recordBasisPreservedSpecimen" = "MY.recordBasisPreservedSpecimen",
|
|
332
|
+
"recordBasisHumanObservation" = "MY.recordBasisHumanObservation",
|
|
333
|
+
"recordBasisHumanObservationSeen" = "MY.recordBasisHumanObservationSeen",
|
|
334
|
+
"recordBasisHumanObservationHeard" = "MY.recordBasisHumanObservationHeard",
|
|
335
|
+
"recordBasisHumanObservationHandled" = "MY.recordBasisHumanObservationHandled",
|
|
336
|
+
"recordBasisHumanObservationPhoto" = "MY.recordBasisHumanObservationPhoto",
|
|
337
|
+
"recordBasisHumanObservationAudio" = "MY.recordBasisHumanObservationAudio",
|
|
338
|
+
"recordBasisHumanObservationVideo" = "MY.recordBasisHumanObservationVideo",
|
|
339
|
+
"recordBasisHumanObservationIndirect" = "MY.recordBasisHumanObservationIndirect",
|
|
340
|
+
"recordBasisMachineObservation" = "MY.recordBasisMachineObservation",
|
|
341
|
+
"recordBasisMachineObservationPhoto" = "MY.recordBasisMachineObservationPhoto",
|
|
342
|
+
"recordBasisMachineObservationVideo" = "MY.recordBasisMachineObservationVideo",
|
|
343
|
+
"recordBasisMachineObservationAudio" = "MY.recordBasisMachineObservationAudio",
|
|
344
|
+
"recordBasisMachineObservationGeologger" = "MY.recordBasisMachineObservationGeologger",
|
|
345
|
+
"recordBasisMachineObservationSatelliteTransmitter" = "MY.recordBasisMachineObservationSatelliteTransmitter",
|
|
346
|
+
"recordBasisFossilSpecimen" = "MY.recordBasisFossilSpecimen",
|
|
347
|
+
"recordBasisSubfossilSpecimen" = "MY.recordBasisSubfossilSpecimen",
|
|
348
|
+
"recordBasisSubfossilSpecimenAmberInclusion" = "MY.recordBasisSubfossilSpecimenAmberInclusion",
|
|
349
|
+
"recordBasisMaterialSample" = "MY.recordBasisMaterialSample",
|
|
350
|
+
"recordBasisMaterialSampleAir" = "MY.recordBasisMaterialSampleAir",
|
|
351
|
+
"recordBasisMaterialSampleSoil" = "MY.recordBasisMaterialSampleSoil",
|
|
352
|
+
"recordBasisMaterialSampleWater" = "MY.recordBasisMaterialSampleWater",
|
|
353
|
+
"recordBasisMicrobialSpecimen" = "MY.recordBasisMicrobialSpecimen",
|
|
354
|
+
"recordBasisLivingSpecimen" = "MY.recordBasisLivingSpecimen",
|
|
355
|
+
"recordBasisLiterature" = "MY.recordBasisLiterature"
|
|
356
|
+
}
|
|
357
|
+
export enum RecordPartsEnum {
|
|
358
|
+
"empty" = "",
|
|
359
|
+
"recordPartsBones" = "MY.recordPartsBones",
|
|
360
|
+
"recordPartsAntler" = "MY.recordPartsAntler",
|
|
361
|
+
"recordPartsHead" = "MY.recordPartsHead",
|
|
362
|
+
"recordPartsSkull" = "MY.recordPartsSkull",
|
|
363
|
+
"recordPartsSkin" = "MY.recordPartsSkin",
|
|
364
|
+
"recordPartsWing" = "MY.recordPartsWing",
|
|
365
|
+
"recordPartsTail" = "MY.recordPartsTail",
|
|
366
|
+
"recordPartsTissue" = "MY.recordPartsTissue",
|
|
367
|
+
"recordPartsFeather" = "MY.recordPartsFeather",
|
|
368
|
+
"recordPartsEgg" = "MY.recordPartsEgg",
|
|
369
|
+
"recordPartsIntestine" = "MY.recordPartsIntestine",
|
|
370
|
+
"recordPartsGonad" = "MY.recordPartsGonad",
|
|
371
|
+
"recordPartsSeed" = "MY.recordPartsSeed",
|
|
372
|
+
"recordPartsNest" = "MY.recordPartsNest",
|
|
373
|
+
"recordPartsFaeces" = "MY.recordPartsFaeces",
|
|
374
|
+
"recordPartsFeedingMarks" = "MY.recordPartsFeedingMarks",
|
|
375
|
+
"recordPartsTracks" = "MY.recordPartsTracks",
|
|
376
|
+
"recordPartsScale" = "MY.recordPartsScale",
|
|
377
|
+
"recordPartsFin" = "MY.recordPartsFin",
|
|
378
|
+
"recordPartsFull" = "MY.recordPartsFull",
|
|
379
|
+
"recordPartsPart" = "MY.recordPartsPart",
|
|
380
|
+
"recordPartsActiveCulture" = "MY.recordPartsActiveCulture",
|
|
381
|
+
"recordPartsCutting" = "MY.recordPartsCutting",
|
|
382
|
+
"recordPartsVegetativePart" = "MY.recordPartsVegetativePart",
|
|
383
|
+
"recordPartsFreezeDried" = "MY.recordPartsFreezeDried",
|
|
384
|
+
"recordPartsDryIce" = "MY.recordPartsDryIce",
|
|
385
|
+
"recordPartsDNA" = "MY.recordPartsDNA",
|
|
386
|
+
"recordPartsShell" = "MY.recordPartsShell",
|
|
387
|
+
"recordPartsWholePlant" = "MY.recordPartsWholePlant",
|
|
388
|
+
"recordPartsTissueCulture" = "MY.recordPartsTissueCulture",
|
|
389
|
+
"recordPartsMount" = "MY.recordPartsMount",
|
|
390
|
+
"recordPartsSkullAndBones" = "My.recordPartsSkullAndBones"
|
|
391
|
+
}
|
|
392
|
+
export enum SamplingMethods {
|
|
393
|
+
"empty" = "",
|
|
394
|
+
"samplingMethodCarnet" = "MY.samplingMethodCarnet",
|
|
395
|
+
"samplingMethodFeromonetrap" = "MY.samplingMethodFeromonetrap",
|
|
396
|
+
"samplingMethodNet" = "MY.samplingMethodNet",
|
|
397
|
+
"samplingMethodDrag" = "MY.samplingMethodDrag",
|
|
398
|
+
"samplingMethodWindowtrap" = "MY.samplingMethodWindowtrap",
|
|
399
|
+
"samplingMethodDigging" = "MY.samplingMethodDigging",
|
|
400
|
+
"samplingMethodFishNet" = "MY.samplingMethodFishNet",
|
|
401
|
+
"samplingMethodHand" = "MY.samplingMethodHand",
|
|
402
|
+
"samplingMethodReared" = "MY.samplingMethodReared",
|
|
403
|
+
"samplingMethodEpupa" = "MY.samplingMethodEpupa",
|
|
404
|
+
"samplingMethodExovo" = "MY.samplingMethodExovo",
|
|
405
|
+
"samplingMethodElarva" = "MY.samplingMethodElarva",
|
|
406
|
+
"samplingMethodFishTrap" = "MY.samplingMethodFishTrap",
|
|
407
|
+
"samplingMethodYellowWindowTrap" = "MY.samplingMethodYellowWindowTrap",
|
|
408
|
+
"samplingMethodYellowpan" = "MY.samplingMethodYellowpan",
|
|
409
|
+
"samplingMethodTriangleDrag" = "MY.samplingMethodTriangleDrag",
|
|
410
|
+
"samplingMethodPitfall" = "MY.samplingMethodPitfall",
|
|
411
|
+
"samplingMethodEclectortrap" = "MY.samplingMethodEclectortrap",
|
|
412
|
+
"samplingMethodDungTrap" = "MY.samplingMethodDungTrap",
|
|
413
|
+
"samplingMethodBoard" = "MY.samplingMethodBoard",
|
|
414
|
+
"samplingMethodYellowtrap" = "MY.samplingMethodYellowtrap",
|
|
415
|
+
"samplingMethodMistnet" = "MY.samplingMethodMistnet",
|
|
416
|
+
"samplingMethodSweeping" = "MY.samplingMethodSweeping",
|
|
417
|
+
"samplingMethodSoilsample" = "MY.samplingMethodSoilsample",
|
|
418
|
+
"samplingMethodWashing" = "MY.samplingMethodWashing",
|
|
419
|
+
"samplingMethodMalaise" = "MY.samplingMethodMalaise",
|
|
420
|
+
"samplingMethodPantrap" = "MY.samplingMethodPantrap",
|
|
421
|
+
"samplingMethodSeine" = "MY.samplingMethodSeine",
|
|
422
|
+
"samplingMethodAngleFishing" = "MY.samplingMethodAngleFishing",
|
|
423
|
+
"samplingMethodTrampling" = "MY.samplingMethodTrampling",
|
|
424
|
+
"samplingMethodBeamTrawl" = "MY.samplingMethodBeamTrawl",
|
|
425
|
+
"samplingMethodTrap" = "MY.samplingMethodTrap",
|
|
426
|
+
"samplingMethodDropping" = "MY.samplingMethodDropping",
|
|
427
|
+
"samplingMethodTrunkWindowTrap" = "MY.samplingMethodTrunkWindowTrap",
|
|
428
|
+
"samplingMethodElectrofishing" = "MY.samplingMethodElectrofishing",
|
|
429
|
+
"samplingMethodSifting" = "MY.samplingMethodSifting",
|
|
430
|
+
"samplingMethodDiverInsectTrap" = "MY.samplingMethodDiverInsectTrap",
|
|
431
|
+
"samplingMethodDiving" = "MY.samplingMethodDiving",
|
|
432
|
+
"samplingMethodBait" = "MY.samplingMethodBait",
|
|
433
|
+
"samplingMethodBaittrap" = "MY.samplingMethodBaittrap",
|
|
434
|
+
"samplingMethodTrawling" = "MY.samplingMethodTrawling",
|
|
435
|
+
"samplingMethodLight" = "MY.samplingMethodLight",
|
|
436
|
+
"samplingMethodLightTrap" = "MY.samplingMethodLightTrap",
|
|
437
|
+
"samplingMethodWaterBucket" = "MY.samplingMethodWaterBucket",
|
|
438
|
+
"samplingMethodAquaticNet" = "MY.samplingMethodAquaticNet",
|
|
439
|
+
"samplingMethodAquaticEmergenceTrap" = "MY.samplingMethodAquaticEmergenceTrap",
|
|
440
|
+
"samplingMethodWaterSieve" = "MY.samplingMethodWaterSieve",
|
|
441
|
+
"samplingMethodOther" = "MY.samplingMethodOther"
|
|
442
|
+
}
|
|
443
|
+
export enum SeedMaturityEnum {
|
|
444
|
+
"empty" = "",
|
|
445
|
+
"seedMaturityImmature" = "MY.seedMaturityImmature",
|
|
446
|
+
"seedMaturityMature" = "MY.seedMaturityMature",
|
|
447
|
+
"seedMaturityMixed" = "MY.seedMaturityMixed"
|
|
448
|
+
}
|
|
449
|
+
export enum SeedMorphologyEnum {
|
|
450
|
+
"empty" = "",
|
|
451
|
+
"seedMorphologyBent" = "MY.seedMorphologyBent",
|
|
452
|
+
"seedMorphologyBroad" = "MY.seedMorphologyBroad",
|
|
453
|
+
"seedMorphologyCapitate" = "MY.seedMorphologyCapitate",
|
|
454
|
+
"seedMorphologyFolded" = "MY.seedMorphologyFolded",
|
|
455
|
+
"seedMorphologyLateral" = "MY.seedMorphologyLateral",
|
|
456
|
+
"seedMorphologyLinearFullyDeveloped" = "MY.seedMorphologyLinearFullyDeveloped",
|
|
457
|
+
"seedMorphologyLinearUnderdeveloped" = "MY.seedMorphologyLinearUnderdeveloped",
|
|
458
|
+
"seedMorphologyPeripheral" = "MY.seedMorphologyPeripheral",
|
|
459
|
+
"seedMorphologyRudimentary" = "MY.seedMorphologyRudimentary",
|
|
460
|
+
"seedMorphologySpatulateFullyDeveloped" = "MY.seedMorphologySpatulateFullyDeveloped",
|
|
461
|
+
"seedMorphologySpatulateUnderdeveloped" = "MY.seedMorphologySpatulateUnderdeveloped",
|
|
462
|
+
"seedMorphologyUndifferentiated" = "MY.seedMorphologyUndifferentiated",
|
|
463
|
+
"seedMorphologyInvesting" = "MY.seedMorphologyInvesting"
|
|
464
|
+
}
|
|
465
|
+
export enum Sexes {
|
|
466
|
+
"empty" = "",
|
|
467
|
+
"sexM" = "MY.sexM",
|
|
468
|
+
"sexF" = "MY.sexF",
|
|
469
|
+
"sexW" = "MY.sexW",
|
|
470
|
+
"sexU" = "MY.sexU",
|
|
471
|
+
"sexN" = "MY.sexN",
|
|
472
|
+
"sexX" = "MY.sexX",
|
|
473
|
+
"sexE" = "MY.sexE",
|
|
474
|
+
"sexC" = "MY.sexC"
|
|
475
|
+
}
|
|
476
|
+
export enum SmellEnum {
|
|
477
|
+
"empty" = "",
|
|
478
|
+
"smellNotSmelled" = "MY.smellNotSmelled",
|
|
479
|
+
"smellNoSmelled" = "MY.smellNoSmelled",
|
|
480
|
+
"smellWeak" = "MY.smellWeak",
|
|
481
|
+
"smellModerate" = "MY.smellModerate",
|
|
482
|
+
"smellStrong" = "MY.smellStrong"
|
|
483
|
+
}
|
|
484
|
+
export enum SubstrateEnum {
|
|
485
|
+
"empty" = "",
|
|
486
|
+
"substrateGround" = "MY.substrateGround",
|
|
487
|
+
"substrateGroundLowShrubs" = "MY.substrateGroundLowShrubs",
|
|
488
|
+
"substrateGroundLichens" = "MY.substrateGroundLichens",
|
|
489
|
+
"substrateGroundHerbs" = "MY.substrateGroundHerbs",
|
|
490
|
+
"substrateGroundMosses" = "MY.substrateGroundMosses",
|
|
491
|
+
"substrateGroundSphagnum" = "MY.substrateGroundSphagnum",
|
|
492
|
+
"substrateGroundGrassy" = "MY.substrateGroundGrassy",
|
|
493
|
+
"substrateGroundNeedleLitter" = "MY.substrateGroundNeedleLitter",
|
|
494
|
+
"substrateGroundLeafLitter" = "MY.substrateGroundLeafLitter",
|
|
495
|
+
"substrateGroundMixedLitter" = "MY.substrateGroundMixedLitter",
|
|
496
|
+
"substrateGroundSandySoil" = "MY.substrateGroundSandySoil",
|
|
497
|
+
"substrateGroundGravelSoil" = "MY.substrateGroundGravelSoil",
|
|
498
|
+
"substrateGroundClayeySoil" = "MY.substrateGroundClayeySoil",
|
|
499
|
+
"substrateGroundHeathHumus" = "MY.substrateGroundHeathHumus",
|
|
500
|
+
"substrateGroundMull" = "MY.substrateGroundMull",
|
|
501
|
+
"substrateGroundPeat" = "MY.substrateGroundPeat",
|
|
502
|
+
"substrateGroundBurnedSoil" = "MY.substrateGroundBurnedSoil",
|
|
503
|
+
"substrateLivingTree" = "MY.substrateLivingTree",
|
|
504
|
+
"substrateLivingTreeTrunk" = "MY.substrateLivingTreeTrunk",
|
|
505
|
+
"substrateLivingTreeBase" = "MY.substrateLivingTreeBase",
|
|
506
|
+
"substrateLivingTreeRoots" = "MY.substrateLivingTreeRoots",
|
|
507
|
+
"substrateLivingTreeBranch" = "MY.substrateLivingTreeBranch",
|
|
508
|
+
"substrateLivingTreeDeadBranch" = "MY.substrateLivingTreeDeadBranch",
|
|
509
|
+
"substrateLivingTreeDeadLimb" = "MY.substrateLivingTreeDeadLimb",
|
|
510
|
+
"substrateLivingTreeLeaf" = "MY.substrateLivingTreeLeaf",
|
|
511
|
+
"substrateLivingTreeNeedle" = "MY.substrateLivingTreeNeedle",
|
|
512
|
+
"substrateDeadWood" = "MY.substrateDeadWood",
|
|
513
|
+
"substrateDeadWoodStandingTreeTrunk" = "MY.substrateDeadWoodStandingTreeTrunk",
|
|
514
|
+
"substrateDeadWoodStandingTreeBranch" = "MY.substrateDeadWoodStandingTreeBranch",
|
|
515
|
+
"substrateDeadWoodStandingTreeBase" = "MY.substrateDeadWoodStandingTreeBase",
|
|
516
|
+
"substrateDeadWoodFallenTreeTrunk" = "MY.substrateDeadWoodFallenTreeTrunk",
|
|
517
|
+
"substrateDeadWoodFallenTreeBranch" = "MY.substrateDeadWoodFallenTreeBranch",
|
|
518
|
+
"substrateDeadWoodUpturnedRoots" = "MY.substrateDeadWoodUpturnedRoots",
|
|
519
|
+
"substrateDeadWoodDeadRoots" = "MY.substrateDeadWoodDeadRoots",
|
|
520
|
+
"substrateDeadWoodStump" = "MY.substrateDeadWoodStump",
|
|
521
|
+
"substrateDeadWoodFallenBranch" = "MY.substrateDeadWoodFallenBranch",
|
|
522
|
+
"substrateDeadWoodCone" = "MY.substrateDeadWoodCone",
|
|
523
|
+
"substrateDeadWoodTwigs" = "MY.substrateDeadWoodTwigs",
|
|
524
|
+
"substrateDeadWoodBark" = "MY.substrateDeadWoodBark",
|
|
525
|
+
"substrateDeadWoodSawdust" = "MY.substrateDeadWoodSawdust",
|
|
526
|
+
"substrateDeadWoodPieceOfWood" = "MY.substrateDeadWoodPieceOfWood",
|
|
527
|
+
"substrateDeadWoodLoggingResidue" = "MY.substrateDeadWoodLoggingResidue",
|
|
528
|
+
"substrateDeadWoodLog" = "MY.substrateDeadWoodLog",
|
|
529
|
+
"substrateDeadWoodDriftwood" = "MY.substrateDeadWoodDriftwood",
|
|
530
|
+
"substrateDeadWoodConstructionWood" = "MY.substrateDeadWoodConstructionWood",
|
|
531
|
+
"substrateDung" = "MY.substrateDung",
|
|
532
|
+
"substrateCompost" = "MY.substrateCompost",
|
|
533
|
+
"substrateLivingShoot" = "MY.substrateLivingShoot",
|
|
534
|
+
"substrateDeadShoot" = "MY.substrateDeadShoot",
|
|
535
|
+
"substrateLivingFungus" = "MY.substrateLivingFungus",
|
|
536
|
+
"substrateDeadFungus" = "MY.substrateDeadFungus",
|
|
537
|
+
"substrateLivingAnimal" = "MY.substrateLivingAnimal",
|
|
538
|
+
"substrateDeadAnimal" = "MY.substrateDeadAnimal",
|
|
539
|
+
"substrateRockSurface" = "MY.substrateRockSurface",
|
|
540
|
+
"substrateDeadNeedle" = "MY.substrateDeadNeedle",
|
|
541
|
+
"substrateDeadLeaf" = "MY.substrateDeadLeaf"
|
|
542
|
+
}
|
|
543
|
+
export enum SubstrateDecayStageEnum {
|
|
544
|
+
"empty" = "",
|
|
545
|
+
"substrateDecayStageEnum1" = "MY.substrateDecayStageEnum1",
|
|
546
|
+
"substrateDecayStageEnum2" = "MY.substrateDecayStageEnum2",
|
|
547
|
+
"substrateDecayStageEnum3" = "MY.substrateDecayStageEnum3",
|
|
548
|
+
"substrateDecayStageEnum4" = "MY.substrateDecayStageEnum4",
|
|
549
|
+
"substrateDecayStageEnum5" = "MY.substrateDecayStageEnum5"
|
|
550
|
+
}
|
|
551
|
+
export enum SubstrateTreeClassificationEnum {
|
|
552
|
+
"empty" = "",
|
|
553
|
+
"substrateTreeClassificationEnum1" = "MY.substrateTreeClassificationEnum1",
|
|
554
|
+
"substrateTreeClassificationEnum2" = "MY.substrateTreeClassificationEnum2",
|
|
555
|
+
"substrateTreeClassificationEnum3" = "MY.substrateTreeClassificationEnum3",
|
|
556
|
+
"substrateTreeClassificationEnum4" = "MY.substrateTreeClassificationEnum4",
|
|
557
|
+
"substrateTreeClassificationEnum5" = "MY.substrateTreeClassificationEnum5",
|
|
558
|
+
"substrateTreeClassificationEnum6" = "MY.substrateTreeClassificationEnum6"
|
|
559
|
+
}
|
|
560
|
+
export enum TasteEnum {
|
|
561
|
+
"empty" = "",
|
|
562
|
+
"tasteNotTasted" = "MY.tasteNotTasted",
|
|
563
|
+
"tasteNoTaste" = "MY.tasteNoTaste",
|
|
564
|
+
"tasteWeak" = "MY.tasteWeak",
|
|
565
|
+
"tasteModerate" = "MY.tasteModerate",
|
|
566
|
+
"tasteStrong" = "MY.tasteStrong"
|
|
567
|
+
}
|
|
568
|
+
export enum TaxonConfidenceEnum {
|
|
569
|
+
"empty" = "",
|
|
570
|
+
"taxonConfidenceSure" = "MY.taxonConfidenceSure",
|
|
571
|
+
"taxonConfidenceUnsure" = "MY.taxonConfidenceUnsure",
|
|
572
|
+
"taxonConfidenceSubspeciesUnsure" = "MY.taxonConfidenceSubspeciesUnsure"
|
|
573
|
+
}
|
|
574
|
+
export enum WildEnum {
|
|
575
|
+
"empty" = "",
|
|
576
|
+
"wildWild" = "MY.wildWild",
|
|
577
|
+
"wildUnknown" = "MY.wildUnknown",
|
|
578
|
+
"wildNonWild" = "MY.wildNonWild"
|
|
579
|
+
}
|
|
580
|
+
export enum PublicityRestrictionsEnum {
|
|
581
|
+
"empty" = "",
|
|
582
|
+
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
583
|
+
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
584
|
+
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
585
|
+
}
|
|
586
|
+
export class Unit {
|
|
587
|
+
"@context"?: string;
|
|
588
|
+
id?: string;
|
|
589
|
+
"@type"?: string;
|
|
590
|
+
/**
|
|
591
|
+
* Diameter at breast height, in centimeters
|
|
592
|
+
*/
|
|
593
|
+
DBH?: string;
|
|
594
|
+
/**
|
|
595
|
+
* Leave empty if no sample taken, or if the sample is recorded separately
|
|
596
|
+
*/
|
|
597
|
+
DNASampleLocation?: string;
|
|
598
|
+
abundanceString?: string;
|
|
599
|
+
abundanceUnit?: AbundanceUnitEnum;
|
|
600
|
+
/**
|
|
601
|
+
* Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
|
|
602
|
+
*/
|
|
603
|
+
additionalIDs?: string[];
|
|
604
|
+
adultIndividualCount?: number;
|
|
605
|
+
/**
|
|
606
|
+
* Estimated or known age in calendar years, years, days or other relevant unit.
|
|
607
|
+
*/
|
|
608
|
+
age?: string;
|
|
609
|
+
/**
|
|
610
|
+
* E.g. how age was determined, by whom and when.
|
|
611
|
+
*/
|
|
612
|
+
ageNotes?: string;
|
|
613
|
+
alive?: boolean;
|
|
614
|
+
ankleInMillimeters?: string[];
|
|
615
|
+
areaInSquareMeters?: number;
|
|
616
|
+
atlasCode?: AtlasCodeEnum;
|
|
617
|
+
batBehavior?: BatBehaviorEnum;
|
|
618
|
+
beakInMillimeters?: string[];
|
|
619
|
+
birdAge?: BirdAgeEnum;
|
|
620
|
+
birdBehavior?: string[];
|
|
621
|
+
birdPlumage?: BirdPlumageEnum;
|
|
622
|
+
breeding?: boolean;
|
|
623
|
+
broodSize?: number;
|
|
624
|
+
/**
|
|
625
|
+
* Cause of death, if not intentionally trapped on sampled
|
|
626
|
+
*/
|
|
627
|
+
causeOfDeath?: string;
|
|
628
|
+
checklistID?: string;
|
|
629
|
+
/**
|
|
630
|
+
* Results of chemical reaction tests etc.
|
|
631
|
+
*/
|
|
632
|
+
chemistry?: string;
|
|
633
|
+
/**
|
|
634
|
+
* Numeric or other description on the amount of individuals (or sprouts, fruiting bodies or such) in the specimen. Sexes and juveniles can be specified like so: 1m2f3j (=1 male, 2 females, 3 juveniles)
|
|
635
|
+
*/
|
|
636
|
+
count?: string;
|
|
637
|
+
/**
|
|
638
|
+
* Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
|
|
639
|
+
*/
|
|
640
|
+
decayStage?: string;
|
|
641
|
+
distance?: DistanceEnum;
|
|
642
|
+
/**
|
|
643
|
+
* For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
|
|
644
|
+
*/
|
|
645
|
+
earliestEpochOrLowestSeries?: EpochOrSeries;
|
|
646
|
+
femaleIndividualCount?: number;
|
|
647
|
+
/**
|
|
648
|
+
* Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
|
|
649
|
+
*/
|
|
650
|
+
fruitType?: FruitTypeEnum;
|
|
651
|
+
/**
|
|
652
|
+
* Genotype of the microbial strain
|
|
653
|
+
*/
|
|
654
|
+
genotype?: string;
|
|
655
|
+
gonadInMillimeters?: string[];
|
|
656
|
+
/**
|
|
657
|
+
* Microbial culture growth medium name, usually from a standard
|
|
658
|
+
*/
|
|
659
|
+
growthMediumName?: string;
|
|
660
|
+
/**
|
|
661
|
+
* Other growth conditions for the microbial culture, light etc.
|
|
662
|
+
*/
|
|
663
|
+
growthOtherConditions?: string;
|
|
664
|
+
/**
|
|
665
|
+
* Microbial culture growth temperature
|
|
666
|
+
*/
|
|
667
|
+
growthTemperature?: string;
|
|
668
|
+
hasIdentification?: string[];
|
|
669
|
+
hasSubUnit?: string[];
|
|
670
|
+
hostID?: string;
|
|
671
|
+
hostInformalNameString?: string;
|
|
672
|
+
indirectObservationType?: IndirectObservationTypeEnum;
|
|
673
|
+
individualCount?: number;
|
|
674
|
+
/**
|
|
675
|
+
* Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
|
|
676
|
+
*/
|
|
677
|
+
infestation?: string;
|
|
678
|
+
informalNameString?: string;
|
|
679
|
+
informalTaxonGroup?: string;
|
|
680
|
+
/**
|
|
681
|
+
* Valitut eliöryhmät
|
|
682
|
+
*/
|
|
683
|
+
informalTaxonGroups?: string[];
|
|
684
|
+
/**
|
|
685
|
+
* Pathovars, serovars and other infrasubspecific subdivisions of microbes.
|
|
686
|
+
*/
|
|
687
|
+
infrasubspecificSubdivision?: string;
|
|
688
|
+
/**
|
|
689
|
+
* Which parent or larger collection this is part of.
|
|
690
|
+
*/
|
|
691
|
+
isPartOf?: string;
|
|
692
|
+
juvenileIndividualCount?: number;
|
|
693
|
+
keywords?: string[];
|
|
694
|
+
larvaIndividualCount?: number;
|
|
695
|
+
/**
|
|
696
|
+
* For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
|
|
697
|
+
*/
|
|
698
|
+
latestEpochOrHighestSeries?: EpochOrSeries;
|
|
699
|
+
lengthInMillimeters?: string[];
|
|
700
|
+
/**
|
|
701
|
+
* Life stage of the specimen. If multiple present, select the one which was present at the time of collecting. Use Life stage description field for extra information.
|
|
702
|
+
*/
|
|
703
|
+
lifeStage?: LifeStages;
|
|
704
|
+
/**
|
|
705
|
+
* Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
|
|
706
|
+
*/
|
|
707
|
+
lifeStageDescription?: string;
|
|
708
|
+
likelyMigrant?: boolean;
|
|
709
|
+
/**
|
|
710
|
+
* Macroscopic features and measurements, if not recorded separately into measurement fields.
|
|
711
|
+
*/
|
|
712
|
+
macroscopy?: string;
|
|
713
|
+
maleIndividualCount?: number;
|
|
714
|
+
/**
|
|
715
|
+
* For measurements taken from the preparation/sample, use the measurement field in the preparation/sample section. For measurements taken from the specimen, use the measurements field on unit level.
|
|
716
|
+
*/
|
|
717
|
+
measurement?: Measurement;
|
|
718
|
+
/**
|
|
719
|
+
* According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
|
|
720
|
+
*/
|
|
721
|
+
microbiologicalRiskGroup?: MicrobiologicalRiskGroupEnum;
|
|
722
|
+
/**
|
|
723
|
+
* Microscopic features and measurements, if not recorded separately into measurement fields.
|
|
724
|
+
*/
|
|
725
|
+
microscopy?: string;
|
|
726
|
+
movingDirection?: MovingDirectionEnum;
|
|
727
|
+
movingStatus?: string[];
|
|
728
|
+
/**
|
|
729
|
+
* Information on mutant microbial strain.
|
|
730
|
+
*/
|
|
731
|
+
mutant?: string;
|
|
732
|
+
nativeStatus?: NativeStatusEnum;
|
|
733
|
+
nestCount?: number;
|
|
734
|
+
nestNotes?: string;
|
|
735
|
+
nestTreeDiameterInCentimeters?: number;
|
|
736
|
+
nestType?: NestTypeEnum;
|
|
737
|
+
/**
|
|
738
|
+
* Additional information to the data in each section.
|
|
739
|
+
*/
|
|
740
|
+
notes?: string;
|
|
741
|
+
pairCount?: number;
|
|
742
|
+
pairCountOpinion?: number;
|
|
743
|
+
plantLifeStage?: PlantLifeStageEnum;
|
|
744
|
+
/**
|
|
745
|
+
* Status code for the plant (wild, alien etc.)
|
|
746
|
+
*/
|
|
747
|
+
plantStatusCode?: PlantStatusCodeEnum;
|
|
748
|
+
/**
|
|
749
|
+
* Abundance of the taxon in the field
|
|
750
|
+
*/
|
|
751
|
+
populationAbundance?: string;
|
|
752
|
+
/**
|
|
753
|
+
* Preparations/preparates made from the specimen, if not recorded as separate Preparations/samples in the designated section
|
|
754
|
+
*/
|
|
755
|
+
preparations?: string;
|
|
756
|
+
/**
|
|
757
|
+
* Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
|
|
758
|
+
*/
|
|
759
|
+
preservation?: Preservations[];
|
|
760
|
+
/**
|
|
761
|
+
* Can be used to highlight one unit as primary specimen/observation if there are many in one document. Only one unit per document can be marked as primary.
|
|
762
|
+
*/
|
|
763
|
+
primarySpecimen?: boolean;
|
|
764
|
+
/**
|
|
765
|
+
* Origin or source of the garden accession
|
|
766
|
+
*/
|
|
767
|
+
provenance?: ProvenanceEnum;
|
|
768
|
+
/**
|
|
769
|
+
* Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
|
|
770
|
+
*/
|
|
771
|
+
recordBasis?: RecordBases;
|
|
772
|
+
/**
|
|
773
|
+
* What parts of the record are / have been in storage.
|
|
774
|
+
*/
|
|
775
|
+
recordParts?: RecordPartsEnum[];
|
|
776
|
+
/**
|
|
777
|
+
* Bird or bat ring number, code, colour code or such
|
|
778
|
+
*/
|
|
779
|
+
ring?: string;
|
|
780
|
+
/**
|
|
781
|
+
* Main method for (usually intentional) sampling
|
|
782
|
+
*/
|
|
783
|
+
samplingMethod?: SamplingMethods;
|
|
784
|
+
samplingMethodNotes?: string;
|
|
785
|
+
/**
|
|
786
|
+
* Maturity of the collected seeds, used for botanical garden accessions/seed bank.
|
|
787
|
+
*/
|
|
788
|
+
seedMaturity?: SeedMaturityEnum;
|
|
789
|
+
/**
|
|
790
|
+
* Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
|
|
791
|
+
*/
|
|
792
|
+
seedMorphology?: SeedMorphologyEnum;
|
|
793
|
+
/**
|
|
794
|
+
* Sex of the individual(s)
|
|
795
|
+
*/
|
|
796
|
+
sex?: Sexes;
|
|
797
|
+
/**
|
|
798
|
+
* E.g. how sex was determined, by whom and when.
|
|
799
|
+
*/
|
|
800
|
+
sexNotes?: string;
|
|
801
|
+
shortHandText?: string;
|
|
802
|
+
smell?: SmellEnum;
|
|
803
|
+
smellNotes?: string;
|
|
804
|
+
stratigraphyVerbatim?: string;
|
|
805
|
+
substrateClassification?: SubstrateEnum;
|
|
806
|
+
substrateDecayStage?: SubstrateDecayStageEnum;
|
|
807
|
+
substrateNotes?: string;
|
|
808
|
+
substrateSpecies?: string;
|
|
809
|
+
substrateSpeciesID?: string;
|
|
810
|
+
substrateSpeciesInformalNameString?: string;
|
|
811
|
+
substrateTreeClassification?: SubstrateTreeClassificationEnum[];
|
|
812
|
+
tailInMillimeters?: string[];
|
|
813
|
+
taste?: TasteEnum;
|
|
814
|
+
tasteNotes?: string;
|
|
815
|
+
taxonConfidence?: TaxonConfidenceEnum;
|
|
816
|
+
twitched?: boolean;
|
|
817
|
+
unitFact?: UnitFact;
|
|
818
|
+
unitGathering?: UnitGathering;
|
|
819
|
+
unitType?: string[];
|
|
820
|
+
weightInGrams?: string[];
|
|
821
|
+
wild?: WildEnum;
|
|
822
|
+
wingInMillimeters?: string[];
|
|
823
|
+
audio?: string[];
|
|
824
|
+
images?: string[];
|
|
825
|
+
/**
|
|
826
|
+
* PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
|
|
827
|
+
*/
|
|
828
|
+
publicityRestrictions?: PublicityRestrictionsEnum;
|
|
829
|
+
identifications?: Identification[];
|
|
830
|
+
typeSpecimens?: TypeSpecimen[];
|
|
831
|
+
}
|