@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,329 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file was automatically generated.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run the command to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
export enum BatCollectorEnum {
|
|
8
|
+
"empty" = "",
|
|
9
|
+
"batCollectorAlone" = "MY.batCollectorAlone",
|
|
10
|
+
"batCollectorWithProjectGroupMember" = "MY.batCollectorWithProjectGroupMember",
|
|
11
|
+
"batCollectorSomeoneElse" = "MY.batCollectorSomeoneElse"
|
|
12
|
+
}
|
|
13
|
+
export enum LolifeSiteClassificationEnum {
|
|
14
|
+
"empty" = "",
|
|
15
|
+
"lolifeSiteClassificationExcellent" = "MY.lolifeSiteClassificationExcellent",
|
|
16
|
+
"lolifeSiteClassificationSuboptimal" = "MY.lolifeSiteClassificationSuboptimal",
|
|
17
|
+
"lolifeSiteClassificationPossible" = "MY.lolifeSiteClassificationPossible",
|
|
18
|
+
"lolifeSiteClassificationCurrentlyUnsuitable" = "MY.lolifeSiteClassificationCurrentlyUnsuitable",
|
|
19
|
+
"lolifeSiteClassificationPermanentlyUnsuitable" = "MY.lolifeSiteClassificationPermanentlyUnsuitable"
|
|
20
|
+
}
|
|
21
|
+
export enum PointCountHabitatEnum {
|
|
22
|
+
"empty" = "",
|
|
23
|
+
"pointCountHabitat0" = "MY.pointCountHabitat0",
|
|
24
|
+
"pointCountHabitat1" = "MY.pointCountHabitat1",
|
|
25
|
+
"pointCountHabitat2" = "MY.pointCountHabitat2",
|
|
26
|
+
"pointCountHabitat3" = "MY.pointCountHabitat3",
|
|
27
|
+
"pointCountHabitat4" = "MY.pointCountHabitat4",
|
|
28
|
+
"pointCountHabitat5" = "MY.pointCountHabitat5",
|
|
29
|
+
"pointCountHabitat6" = "MY.pointCountHabitat6",
|
|
30
|
+
"pointCountHabitat7" = "MY.pointCountHabitat7",
|
|
31
|
+
"pointCountHabitat8" = "MY.pointCountHabitat8",
|
|
32
|
+
"pointCountHabitat9" = "MY.pointCountHabitat9",
|
|
33
|
+
"pointCountHabitat10" = "MY.pointCountHabitat10",
|
|
34
|
+
"pointCountHabitat11" = "MY.pointCountHabitat11",
|
|
35
|
+
"pointCountHabitat12" = "MY.pointCountHabitat12",
|
|
36
|
+
"pointCountHabitat13" = "MY.pointCountHabitat13",
|
|
37
|
+
"pointCountHabitat14" = "MY.pointCountHabitat14",
|
|
38
|
+
"pointCountHabitat15" = "MY.pointCountHabitat15",
|
|
39
|
+
"pointCountHabitat16" = "MY.pointCountHabitat16",
|
|
40
|
+
"pointCountHabitat17" = "MY.pointCountHabitat17"
|
|
41
|
+
}
|
|
42
|
+
export enum SykeButterFlyCensusWindEnum {
|
|
43
|
+
"empty" = "",
|
|
44
|
+
"sykeButterFlyCensusWindEnumUnknown" = "MY.sykeButterFlyCensusWindEnumUnknown",
|
|
45
|
+
"sykeButterFlyCensusWindEnum0" = "MY.sykeButterFlyCensusWindEnum0",
|
|
46
|
+
"sykeButterFlyCensusWindEnum1" = "MY.sykeButterFlyCensusWindEnum1",
|
|
47
|
+
"sykeButterFlyCensusWindEnum2" = "MY.sykeButterFlyCensusWindEnum2",
|
|
48
|
+
"sykeButterFlyCensusWindEnum3" = "MY.sykeButterFlyCensusWindEnum3",
|
|
49
|
+
"sykeButterFlyCensusWindEnum4" = "MY.sykeButterFlyCensusWindEnum4",
|
|
50
|
+
"sykeButterFlyCensusWindEnum5" = "MY.sykeButterFlyCensusWindEnum5",
|
|
51
|
+
"sykeButterFlyCensusWindEnum6" = "MY.sykeButterFlyCensusWindEnum6"
|
|
52
|
+
}
|
|
53
|
+
export enum SykeButterFlyCensusWindEnum1 {
|
|
54
|
+
"empty" = "",
|
|
55
|
+
"sykeButterFlyCensusWindEnumUnknown" = "MY.sykeButterFlyCensusWindEnumUnknown",
|
|
56
|
+
"sykeButterFlyCensusWindEnum0" = "MY.sykeButterFlyCensusWindEnum0",
|
|
57
|
+
"sykeButterFlyCensusWindEnum1" = "MY.sykeButterFlyCensusWindEnum1",
|
|
58
|
+
"sykeButterFlyCensusWindEnum2" = "MY.sykeButterFlyCensusWindEnum2",
|
|
59
|
+
"sykeButterFlyCensusWindEnum3" = "MY.sykeButterFlyCensusWindEnum3",
|
|
60
|
+
"sykeButterFlyCensusWindEnum4" = "MY.sykeButterFlyCensusWindEnum4",
|
|
61
|
+
"sykeButterFlyCensusWindEnum5" = "MY.sykeButterFlyCensusWindEnum5",
|
|
62
|
+
"sykeButterFlyCensusWindEnum6" = "MY.sykeButterFlyCensusWindEnum6"
|
|
63
|
+
}
|
|
64
|
+
export enum SykeButterFlyCensusWindEnum2 {
|
|
65
|
+
"empty" = "",
|
|
66
|
+
"sykeButterFlyCensusWindEnumUnknown" = "MY.sykeButterFlyCensusWindEnumUnknown",
|
|
67
|
+
"sykeButterFlyCensusWindEnum0" = "MY.sykeButterFlyCensusWindEnum0",
|
|
68
|
+
"sykeButterFlyCensusWindEnum1" = "MY.sykeButterFlyCensusWindEnum1",
|
|
69
|
+
"sykeButterFlyCensusWindEnum2" = "MY.sykeButterFlyCensusWindEnum2",
|
|
70
|
+
"sykeButterFlyCensusWindEnum3" = "MY.sykeButterFlyCensusWindEnum3",
|
|
71
|
+
"sykeButterFlyCensusWindEnum4" = "MY.sykeButterFlyCensusWindEnum4",
|
|
72
|
+
"sykeButterFlyCensusWindEnum5" = "MY.sykeButterFlyCensusWindEnum5",
|
|
73
|
+
"sykeButterFlyCensusWindEnum6" = "MY.sykeButterFlyCensusWindEnum6"
|
|
74
|
+
}
|
|
75
|
+
export enum WaterbirdCensusPeriodEnum {
|
|
76
|
+
"empty" = "",
|
|
77
|
+
"waterbirdCensusPeriodEnum1" = "MY.waterbirdCensusPeriodEnum1",
|
|
78
|
+
"waterbirdCensusPeriodEnum2" = "MY.waterbirdCensusPeriodEnum2",
|
|
79
|
+
"waterbirdCensusPeriodEnumJuvenile" = "MY.waterbirdCensusPeriodEnumJuvenile",
|
|
80
|
+
"waterbirdCensusPeriodEnumAdditional" = "MY.waterbirdCensusPeriodEnumAdditional",
|
|
81
|
+
"waterbirdCensusPeriodEnumCombined" = "MY.waterbirdCensusPeriodEnumCombined"
|
|
82
|
+
}
|
|
83
|
+
export enum WaterbirdHabitatEnum {
|
|
84
|
+
"empty" = "",
|
|
85
|
+
"waterbirdHabitatEnum1" = "MY.waterbirdHabitatEnum1",
|
|
86
|
+
"waterbirdHabitatEnum2" = "MY.waterbirdHabitatEnum2",
|
|
87
|
+
"waterbirdHabitatEnum3" = "MY.waterbirdHabitatEnum3",
|
|
88
|
+
"waterbirdHabitatEnum4" = "MY.waterbirdHabitatEnum4",
|
|
89
|
+
"waterbirdHabitatEnum5" = "MY.waterbirdHabitatEnum5",
|
|
90
|
+
"waterbirdHabitatEnum6" = "MY.waterbirdHabitatEnum6",
|
|
91
|
+
"waterbirdHabitatEnum7" = "MY.waterbirdHabitatEnum7",
|
|
92
|
+
"waterbirdHabitatEnum8" = "MY.waterbirdHabitatEnum8",
|
|
93
|
+
"waterbirdHabitatEnum9" = "MY.waterbirdHabitatEnum9",
|
|
94
|
+
"waterbirdHabitatEnum10" = "MY.waterbirdHabitatEnum10"
|
|
95
|
+
}
|
|
96
|
+
export enum SpeciesAbundanceEnum {
|
|
97
|
+
"empty" = "",
|
|
98
|
+
"speciesAbundanceEnum0" = "WBC.speciesAbundanceEnum0",
|
|
99
|
+
"speciesAbundanceEnum1" = "WBC.speciesAbundanceEnum1",
|
|
100
|
+
"speciesAbundanceEnum2" = "WBC.speciesAbundanceEnum2",
|
|
101
|
+
"speciesAbundanceEnum3" = "WBC.speciesAbundanceEnum3"
|
|
102
|
+
}
|
|
103
|
+
export enum SpeciesAbundanceEnum1 {
|
|
104
|
+
"empty" = "",
|
|
105
|
+
"speciesAbundanceEnum0" = "WBC.speciesAbundanceEnum0",
|
|
106
|
+
"speciesAbundanceEnum1" = "WBC.speciesAbundanceEnum1",
|
|
107
|
+
"speciesAbundanceEnum2" = "WBC.speciesAbundanceEnum2",
|
|
108
|
+
"speciesAbundanceEnum3" = "WBC.speciesAbundanceEnum3"
|
|
109
|
+
}
|
|
110
|
+
export enum SpeciesAbundanceEnum2 {
|
|
111
|
+
"empty" = "",
|
|
112
|
+
"speciesAbundanceEnum0" = "WBC.speciesAbundanceEnum0",
|
|
113
|
+
"speciesAbundanceEnum1" = "WBC.speciesAbundanceEnum1",
|
|
114
|
+
"speciesAbundanceEnum2" = "WBC.speciesAbundanceEnum2",
|
|
115
|
+
"speciesAbundanceEnum3" = "WBC.speciesAbundanceEnum3"
|
|
116
|
+
}
|
|
117
|
+
export enum CloudAndRainEnum {
|
|
118
|
+
"empty" = "",
|
|
119
|
+
"cloudAndRainEnum0" = "WBC.cloudAndRainEnum0",
|
|
120
|
+
"cloudAndRainEnum1" = "WBC.cloudAndRainEnum1",
|
|
121
|
+
"cloudAndRainEnum2" = "WBC.cloudAndRainEnum2",
|
|
122
|
+
"cloudAndRainEnum3" = "WBC.cloudAndRainEnum3",
|
|
123
|
+
"cloudAndRainEnum4" = "WBC.cloudAndRainEnum4"
|
|
124
|
+
}
|
|
125
|
+
export enum IceCoverEnum {
|
|
126
|
+
"empty" = "",
|
|
127
|
+
"iceCoverEnum0" = "WBC.iceCoverEnum0",
|
|
128
|
+
"iceCoverEnum1" = "WBC.iceCoverEnum1",
|
|
129
|
+
"iceCoverEnum2" = "WBC.iceCoverEnum2",
|
|
130
|
+
"iceCoverEnum3" = "WBC.iceCoverEnum3",
|
|
131
|
+
"iceCoverEnum4" = "WBC.iceCoverEnum4"
|
|
132
|
+
}
|
|
133
|
+
export enum BerriesAndConesEnum {
|
|
134
|
+
"empty" = "",
|
|
135
|
+
"berriesAndConesEnum0" = "WBC.berriesAndConesEnum0",
|
|
136
|
+
"berriesAndConesEnum1" = "WBC.berriesAndConesEnum1",
|
|
137
|
+
"berriesAndConesEnum2" = "WBC.berriesAndConesEnum2",
|
|
138
|
+
"berriesAndConesEnum3" = "WBC.berriesAndConesEnum3",
|
|
139
|
+
"berriesAndConesEnum4" = "WBC.berriesAndConesEnum4",
|
|
140
|
+
"berriesAndConesEnum5" = "WBC.berriesAndConesEnum5",
|
|
141
|
+
"berriesAndConesEnum6" = "WBC.berriesAndConesEnum6"
|
|
142
|
+
}
|
|
143
|
+
export enum SnowAndIceOnTreesEnum {
|
|
144
|
+
"empty" = "",
|
|
145
|
+
"snowAndIceOnTreesEnum0" = "WBC.snowAndIceOnTreesEnum0",
|
|
146
|
+
"snowAndIceOnTreesEnum1" = "WBC.snowAndIceOnTreesEnum1",
|
|
147
|
+
"snowAndIceOnTreesEnum2" = "WBC.snowAndIceOnTreesEnum2",
|
|
148
|
+
"snowAndIceOnTreesEnum3" = "WBC.snowAndIceOnTreesEnum3"
|
|
149
|
+
}
|
|
150
|
+
export enum SnowCoverEnum {
|
|
151
|
+
"empty" = "",
|
|
152
|
+
"snowCoverEnum0" = "WBC.snowCoverEnum0",
|
|
153
|
+
"snowCoverEnum1" = "WBC.snowCoverEnum1",
|
|
154
|
+
"snowCoverEnum2" = "WBC.snowCoverEnum2",
|
|
155
|
+
"snowCoverEnum3" = "WBC.snowCoverEnum3",
|
|
156
|
+
"snowCoverEnum4" = "WBC.snowCoverEnum4",
|
|
157
|
+
"snowCoverEnum5" = "WBC.snowCoverEnum5",
|
|
158
|
+
"snowCoverEnum6" = "WBC.snowCoverEnum6",
|
|
159
|
+
"snowCoverEnum7" = "WBC.snowCoverEnum7",
|
|
160
|
+
"snowCoverEnum8" = "WBC.snowCoverEnum8"
|
|
161
|
+
}
|
|
162
|
+
export enum BerriesAndConesEnum1 {
|
|
163
|
+
"empty" = "",
|
|
164
|
+
"berriesAndConesEnum0" = "WBC.berriesAndConesEnum0",
|
|
165
|
+
"berriesAndConesEnum1" = "WBC.berriesAndConesEnum1",
|
|
166
|
+
"berriesAndConesEnum2" = "WBC.berriesAndConesEnum2",
|
|
167
|
+
"berriesAndConesEnum3" = "WBC.berriesAndConesEnum3",
|
|
168
|
+
"berriesAndConesEnum4" = "WBC.berriesAndConesEnum4",
|
|
169
|
+
"berriesAndConesEnum5" = "WBC.berriesAndConesEnum5",
|
|
170
|
+
"berriesAndConesEnum6" = "WBC.berriesAndConesEnum6"
|
|
171
|
+
}
|
|
172
|
+
export enum BerriesAndConesEnum2 {
|
|
173
|
+
"empty" = "",
|
|
174
|
+
"berriesAndConesEnum0" = "WBC.berriesAndConesEnum0",
|
|
175
|
+
"berriesAndConesEnum1" = "WBC.berriesAndConesEnum1",
|
|
176
|
+
"berriesAndConesEnum2" = "WBC.berriesAndConesEnum2",
|
|
177
|
+
"berriesAndConesEnum3" = "WBC.berriesAndConesEnum3",
|
|
178
|
+
"berriesAndConesEnum4" = "WBC.berriesAndConesEnum4",
|
|
179
|
+
"berriesAndConesEnum5" = "WBC.berriesAndConesEnum5",
|
|
180
|
+
"berriesAndConesEnum6" = "WBC.berriesAndConesEnum6"
|
|
181
|
+
}
|
|
182
|
+
export enum BerriesAndConesEnum3 {
|
|
183
|
+
"empty" = "",
|
|
184
|
+
"berriesAndConesEnum0" = "WBC.berriesAndConesEnum0",
|
|
185
|
+
"berriesAndConesEnum1" = "WBC.berriesAndConesEnum1",
|
|
186
|
+
"berriesAndConesEnum2" = "WBC.berriesAndConesEnum2",
|
|
187
|
+
"berriesAndConesEnum3" = "WBC.berriesAndConesEnum3",
|
|
188
|
+
"berriesAndConesEnum4" = "WBC.berriesAndConesEnum4",
|
|
189
|
+
"berriesAndConesEnum5" = "WBC.berriesAndConesEnum5",
|
|
190
|
+
"berriesAndConesEnum6" = "WBC.berriesAndConesEnum6"
|
|
191
|
+
}
|
|
192
|
+
export enum TypeOfSnowCoverEnum {
|
|
193
|
+
"empty" = "",
|
|
194
|
+
"typeOfSnowCoverEnum0" = "WBC.typeOfSnowCoverEnum0",
|
|
195
|
+
"typeOfSnowCoverEnum1" = "WBC.typeOfSnowCoverEnum1",
|
|
196
|
+
"typeOfSnowCoverEnum2" = "WBC.typeOfSnowCoverEnum2"
|
|
197
|
+
}
|
|
198
|
+
export enum VisibilityEnum {
|
|
199
|
+
"empty" = "",
|
|
200
|
+
"visibilityEnum0" = "WBC.visibilityEnum0",
|
|
201
|
+
"visibilityEnum1" = "WBC.visibilityEnum1",
|
|
202
|
+
"visibilityEnum2" = "WBC.visibilityEnum2",
|
|
203
|
+
"visibilityEnum3" = "WBC.visibilityEnum3",
|
|
204
|
+
"visibilityEnum4" = "WBC.visibilityEnum4"
|
|
205
|
+
}
|
|
206
|
+
export enum WaterbodiesEnum {
|
|
207
|
+
"empty" = "",
|
|
208
|
+
"waterbodiesEnum0" = "WBC.waterbodiesEnum0",
|
|
209
|
+
"waterbodiesEnum1" = "WBC.waterbodiesEnum1",
|
|
210
|
+
"waterbodiesEnum2" = "WBC.waterbodiesEnum2",
|
|
211
|
+
"waterbodiesEnum3" = "WBC.waterbodiesEnum3",
|
|
212
|
+
"waterbodiesEnum4" = "WBC.waterbodiesEnum4",
|
|
213
|
+
"waterbodiesEnum5" = "WBC.waterbodiesEnum5"
|
|
214
|
+
}
|
|
215
|
+
export enum WayOfTravelEnum {
|
|
216
|
+
"empty" = "",
|
|
217
|
+
"wayOfTravelEnum0" = "WBC.wayOfTravelEnum0",
|
|
218
|
+
"wayOfTravelEnum1" = "WBC.wayOfTravelEnum1",
|
|
219
|
+
"wayOfTravelEnum2" = "WBC.wayOfTravelEnum2",
|
|
220
|
+
"wayOfTravelEnum3" = "WBC.wayOfTravelEnum3",
|
|
221
|
+
"wayOfTravelEnum9" = "WBC.wayOfTravelEnum9"
|
|
222
|
+
}
|
|
223
|
+
export enum WindEnum {
|
|
224
|
+
"empty" = "",
|
|
225
|
+
"windEnum0" = "WBC.windEnum0",
|
|
226
|
+
"windEnum1" = "WBC.windEnum1",
|
|
227
|
+
"windEnum2" = "WBC.windEnum2",
|
|
228
|
+
"windEnum3" = "WBC.windEnum3",
|
|
229
|
+
"windEnum4" = "WBC.windEnum4"
|
|
230
|
+
}
|
|
231
|
+
export class GatheringFact {
|
|
232
|
+
"@context"?: string;
|
|
233
|
+
id?: string;
|
|
234
|
+
"@type"?: string;
|
|
235
|
+
batCollector?: BatCollectorEnum;
|
|
236
|
+
binocularsUsed?: boolean;
|
|
237
|
+
censusAreaHectares?: number;
|
|
238
|
+
invasiveControlOtherExpensesInEuros?: number;
|
|
239
|
+
invasiveControlWorkHours?: number;
|
|
240
|
+
lineTransectSegmentCounted?: boolean;
|
|
241
|
+
lineTransectSegmentMetersEnd?: number;
|
|
242
|
+
lineTransectSegmentMetersStart?: number;
|
|
243
|
+
lolifeSiteClassification?: LolifeSiteClassificationEnum;
|
|
244
|
+
lolifeSiteClassificationComments?: string;
|
|
245
|
+
observedAreaHectares?: number;
|
|
246
|
+
pointCountHabitat?: PointCountHabitatEnum;
|
|
247
|
+
shorelineLengthMeters?: number;
|
|
248
|
+
spottingScopeUsed?: boolean;
|
|
249
|
+
sunniness?: number;
|
|
250
|
+
sykeButterFlyCensusWind?: SykeButterFlyCensusWindEnum;
|
|
251
|
+
sykeButterFlyCensusWindEnd?: SykeButterFlyCensusWindEnum;
|
|
252
|
+
sykeButterFlyCensusWindStart?: SykeButterFlyCensusWindEnum;
|
|
253
|
+
waterbirdCensusPeriod?: WaterbirdCensusPeriodEnum;
|
|
254
|
+
waterbirdHabitat?: WaterbirdHabitatEnum;
|
|
255
|
+
ykjSquareNumber?: string;
|
|
256
|
+
ACAFLAonAlder?: number;
|
|
257
|
+
ACAFLAonBirch?: number;
|
|
258
|
+
ACAFLAonGround?: number;
|
|
259
|
+
ACAFLAonPine?: number;
|
|
260
|
+
ACAFLAonSpruce?: number;
|
|
261
|
+
CARSPIonAlder?: number;
|
|
262
|
+
CARSPIonBirch?: number;
|
|
263
|
+
CARSPIonGround?: number;
|
|
264
|
+
CARSPIonPine?: number;
|
|
265
|
+
CARSPIonSpruce?: number;
|
|
266
|
+
LOXIAonAlder?: number;
|
|
267
|
+
LOXIAonBirch?: number;
|
|
268
|
+
LOXIAonGround?: number;
|
|
269
|
+
LOXIAonPine?: number;
|
|
270
|
+
LOXIAonSpruce?: number;
|
|
271
|
+
abundanceBOMGAR?: SpeciesAbundanceEnum;
|
|
272
|
+
abundancePINENU?: SpeciesAbundanceEnum;
|
|
273
|
+
abundanceTURPIL?: SpeciesAbundanceEnum;
|
|
274
|
+
birdFeederCount?: number;
|
|
275
|
+
birdFeederCountBiotopeA?: number;
|
|
276
|
+
birdFeederCountBiotopeB?: number;
|
|
277
|
+
birdFeederCountBiotopeC?: number;
|
|
278
|
+
birdFeederCountBiotopeD?: number;
|
|
279
|
+
birdFeederCountBiotopeE?: number;
|
|
280
|
+
birdFeederCountBiotopeF?: number;
|
|
281
|
+
birdFeederCountBiotopeG?: number;
|
|
282
|
+
birdFeederCountBiotopeH?: number;
|
|
283
|
+
cloudAndRain?: CloudAndRainEnum;
|
|
284
|
+
descriptionBiotopeF?: string;
|
|
285
|
+
feedingStationCount?: number;
|
|
286
|
+
feedingStationCountBiotopeA?: number;
|
|
287
|
+
feedingStationCountBiotopeB?: number;
|
|
288
|
+
feedingStationCountBiotopeC?: number;
|
|
289
|
+
feedingStationCountBiotopeD?: number;
|
|
290
|
+
feedingStationCountBiotopeE?: number;
|
|
291
|
+
feedingStationCountBiotopeF?: number;
|
|
292
|
+
feedingStationCountBiotopeG?: number;
|
|
293
|
+
feedingStationCountBiotopeH?: number;
|
|
294
|
+
iceCover?: IceCoverEnum;
|
|
295
|
+
meanTemperature?: number;
|
|
296
|
+
observerCount?: number;
|
|
297
|
+
observerID?: number;
|
|
298
|
+
pineConesAtCensus?: BerriesAndConesEnum;
|
|
299
|
+
routeID?: number;
|
|
300
|
+
routeLength?: number;
|
|
301
|
+
routeLengthBiotopeA?: number;
|
|
302
|
+
routeLengthBiotopeB?: number;
|
|
303
|
+
routeLengthBiotopeC?: number;
|
|
304
|
+
routeLengthBiotopeD?: number;
|
|
305
|
+
routeLengthBiotopeE?: number;
|
|
306
|
+
routeLengthBiotopeF?: number;
|
|
307
|
+
routeLengthBiotopeG?: number;
|
|
308
|
+
routeLengthBiotopeH?: number;
|
|
309
|
+
routeLengthChange?: number;
|
|
310
|
+
routeLengthChangeBiotopeA?: number;
|
|
311
|
+
routeLengthChangeBiotopeB?: number;
|
|
312
|
+
routeLengthChangeBiotopeC?: number;
|
|
313
|
+
routeLengthChangeBiotopeD?: number;
|
|
314
|
+
routeLengthChangeBiotopeE?: number;
|
|
315
|
+
routeLengthChangeBiotopeF?: number;
|
|
316
|
+
routeLengthChangeBiotopeG?: number;
|
|
317
|
+
routeLengthChangeBiotopeH?: number;
|
|
318
|
+
snowAndIceOnTrees?: SnowAndIceOnTreesEnum;
|
|
319
|
+
snowCover?: SnowCoverEnum;
|
|
320
|
+
sorbusBerriesAtCensus?: BerriesAndConesEnum;
|
|
321
|
+
sorbusBerriesEarlyFall?: BerriesAndConesEnum;
|
|
322
|
+
spruceConesAtCensus?: BerriesAndConesEnum;
|
|
323
|
+
typeOfSnowCover?: TypeOfSnowCoverEnum;
|
|
324
|
+
visibility?: VisibilityEnum;
|
|
325
|
+
waterbodies?: WaterbodiesEnum;
|
|
326
|
+
wayOfTravel?: WayOfTravelEnum;
|
|
327
|
+
wayOfTravelNotes?: string;
|
|
328
|
+
wind?: WindEnum;
|
|
329
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file was automatically generated.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run the command to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
export enum HabitatEnum {
|
|
8
|
+
"habitatM" = "MKV.habitatM",
|
|
9
|
+
"habitatMk" = "MKV.habitatMk",
|
|
10
|
+
"habitatMkk" = "MKV.habitatMkk",
|
|
11
|
+
"habitatMkt" = "MKV.habitatMkt",
|
|
12
|
+
"habitatMl" = "MKV.habitatMl",
|
|
13
|
+
"habitatMlt" = "MKV.habitatMlt",
|
|
14
|
+
"habitatMlk" = "MKV.habitatMlk",
|
|
15
|
+
"habitatMt" = "MKV.habitatMt",
|
|
16
|
+
"habitatMtl" = "MKV.habitatMtl",
|
|
17
|
+
"habitatS" = "MKV.habitatS",
|
|
18
|
+
"habitatSl" = "MKV.habitatSl",
|
|
19
|
+
"habitatSla" = "MKV.habitatSla",
|
|
20
|
+
"habitatSlr" = "MKV.habitatSlr",
|
|
21
|
+
"habitatSlk" = "MKV.habitatSlk",
|
|
22
|
+
"habitatSn" = "MKV.habitatSn",
|
|
23
|
+
"habitatSnk" = "MKV.habitatSnk",
|
|
24
|
+
"habitatSnr" = "MKV.habitatSnr",
|
|
25
|
+
"habitatSr" = "MKV.habitatSr",
|
|
26
|
+
"habitatSrk" = "MKV.habitatSrk",
|
|
27
|
+
"habitatSrr" = "MKV.habitatSrr",
|
|
28
|
+
"habitatSk" = "MKV.habitatSk",
|
|
29
|
+
"habitatSkk" = "MKV.habitatSkk",
|
|
30
|
+
"habitatSkr" = "MKV.habitatSkr",
|
|
31
|
+
"habitatV" = "MKV.habitatV",
|
|
32
|
+
"habitatVi" = "MKV.habitatVi",
|
|
33
|
+
"habitatVik" = "MKV.habitatVik",
|
|
34
|
+
"habitatVim" = "MKV.habitatVim",
|
|
35
|
+
"habitatVis" = "MKV.habitatVis",
|
|
36
|
+
"habitatVih" = "MKV.habitatVih",
|
|
37
|
+
"habitatVie" = "MKV.habitatVie",
|
|
38
|
+
"habitatVip" = "MKV.habitatVip",
|
|
39
|
+
"habitatVs" = "MKV.habitatVs",
|
|
40
|
+
"habitatVsk" = "MKV.habitatVsk",
|
|
41
|
+
"habitatVsr" = "MKV.habitatVsr",
|
|
42
|
+
"habitatVa" = "MKV.habitatVa",
|
|
43
|
+
"habitatVj" = "MKV.habitatVj",
|
|
44
|
+
"habitatVp" = "MKV.habitatVp",
|
|
45
|
+
"habitatVk" = "MKV.habitatVk",
|
|
46
|
+
"habitatVl" = "MKV.habitatVl",
|
|
47
|
+
"habitatR" = "MKV.habitatR",
|
|
48
|
+
"habitatRi" = "MKV.habitatRi",
|
|
49
|
+
"habitatRim" = "MKV.habitatRim",
|
|
50
|
+
"habitatRimt" = "MKV.habitatRimt",
|
|
51
|
+
"habitatRiml" = "MKV.habitatRiml",
|
|
52
|
+
"habitatRip" = "MKV.habitatRip",
|
|
53
|
+
"habitatRin" = "MKV.habitatRin",
|
|
54
|
+
"habitatRil" = "MKV.habitatRil",
|
|
55
|
+
"habitatRir" = "MKV.habitatRir",
|
|
56
|
+
"habitatRis" = "MKV.habitatRis",
|
|
57
|
+
"habitatRih" = "MKV.habitatRih",
|
|
58
|
+
"habitatRit" = "MKV.habitatRit",
|
|
59
|
+
"habitatRj" = "MKV.habitatRj",
|
|
60
|
+
"habitatRjm" = "MKV.habitatRjm",
|
|
61
|
+
"habitatRjmt" = "MKV.habitatRjmt",
|
|
62
|
+
"habitatRjml" = "MKV.habitatRjml",
|
|
63
|
+
"habitatRjp" = "MKV.habitatRjp",
|
|
64
|
+
"habitatRjn" = "MKV.habitatRjn",
|
|
65
|
+
"habitatRjl" = "MKV.habitatRjl",
|
|
66
|
+
"habitatRjr" = "MKV.habitatRjr",
|
|
67
|
+
"habitatRjs" = "MKV.habitatRjs",
|
|
68
|
+
"habitatRjh" = "MKV.habitatRjh",
|
|
69
|
+
"habitatRjt" = "MKV.habitatRjt",
|
|
70
|
+
"habitatK" = "MKV.habitatK",
|
|
71
|
+
"habitatKk" = "MKV.habitatKk",
|
|
72
|
+
"habitatKs" = "MKV.habitatKs",
|
|
73
|
+
"habitatKr" = "MKV.habitatKr",
|
|
74
|
+
"habitatKl" = "MKV.habitatKl",
|
|
75
|
+
"habitatKm" = "MKV.habitatKm",
|
|
76
|
+
"habitatT" = "MKV.habitatT",
|
|
77
|
+
"habitatTk" = "MKV.habitatTk",
|
|
78
|
+
"habitatTn" = "MKV.habitatTn",
|
|
79
|
+
"habitatTu" = "MKV.habitatTu",
|
|
80
|
+
"habitatTp" = "MKV.habitatTp",
|
|
81
|
+
"habitatTl" = "MKV.habitatTl",
|
|
82
|
+
"habitatTll" = "MKV.habitatTll",
|
|
83
|
+
"habitatTlk" = "MKV.habitatTlk",
|
|
84
|
+
"habitatTls" = "MKV.habitatTls",
|
|
85
|
+
"habitatTlr" = "MKV.habitatTlr",
|
|
86
|
+
"habitatTlä" = "MKV.habitatTlä",
|
|
87
|
+
"habitatTs" = "MKV.habitatTs",
|
|
88
|
+
"habitatTj" = "MKV.habitatTj",
|
|
89
|
+
"habitatTv" = "MKV.habitatTv",
|
|
90
|
+
"habitatTa" = "MKV.habitatTa",
|
|
91
|
+
"habitatI" = "MKV.habitatI",
|
|
92
|
+
"habitatIn" = "MKV.habitatIn",
|
|
93
|
+
"habitatIt" = "MKV.habitatIt",
|
|
94
|
+
"habitatIh" = "MKV.habitatIh",
|
|
95
|
+
"habitatIk" = "MKV.habitatIk",
|
|
96
|
+
"habitatIo" = "MKV.habitatIo",
|
|
97
|
+
"habitatIv" = "MKV.habitatIv",
|
|
98
|
+
"habitatIp" = "MKV.habitatIp",
|
|
99
|
+
"habitatIu" = "MKV.habitatIu",
|
|
100
|
+
"habitatIr" = "MKV.habitatIr",
|
|
101
|
+
"habitatU" = "MKV.habitatU"
|
|
102
|
+
}
|
|
103
|
+
export enum HabitatSpecificTypeEnum {
|
|
104
|
+
"empty" = "",
|
|
105
|
+
"habitatSpecificTypeV" = "MKV.habitatSpecificTypeV",
|
|
106
|
+
"habitatSpecificTypeH" = "MKV.habitatSpecificTypeH",
|
|
107
|
+
"habitatSpecificTypeP" = "MKV.habitatSpecificTypeP",
|
|
108
|
+
"habitatSpecificTypeJ" = "MKV.habitatSpecificTypeJ",
|
|
109
|
+
"habitatSpecificTypePAK" = "MKV.habitatSpecificTypePAK",
|
|
110
|
+
"habitatSpecificTypeVAK" = "MKV.habitatSpecificTypeVAK",
|
|
111
|
+
"habitatSpecificTypeRA" = "MKV.habitatSpecificTypeRA",
|
|
112
|
+
"habitatSpecificTypeKA" = "MKV.habitatSpecificTypeKA",
|
|
113
|
+
"habitatSpecificTypeKE" = "MKV.habitatSpecificTypeKE",
|
|
114
|
+
"habitatSpecificTypeCA" = "MKV.habitatSpecificTypeCA"
|
|
115
|
+
}
|
|
116
|
+
export class Habitat {
|
|
117
|
+
"@context"?: string;
|
|
118
|
+
id?: string;
|
|
119
|
+
"@type"?: string;
|
|
120
|
+
"herbo:sortOrder"?: number;
|
|
121
|
+
habitat: HabitatEnum;
|
|
122
|
+
habitatSpecificType?: HabitatSpecificTypeEnum[];
|
|
123
|
+
sortOrder?: number;
|
|
124
|
+
}
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file was automatically generated.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run the command to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
export enum DetMethodEnum {
|
|
8
|
+
"empty" = "",
|
|
9
|
+
"detMethodFreshSample" = "MY.detMethodFreshSample",
|
|
10
|
+
"detMethodMicroscopy" = "MY.detMethodMicroscopy",
|
|
11
|
+
"detMethodPhoto" = "MY.detMethodPhoto"
|
|
12
|
+
}
|
|
13
|
+
export enum IdentificationBasisEnum {
|
|
14
|
+
"empty" = "",
|
|
15
|
+
"identificationBasisDNA" = "MY.identificationBasisDNA",
|
|
16
|
+
"identificationBasisGenitals" = "MY.identificationBasisGenitals",
|
|
17
|
+
"identificationBasisGenitalPreparate" = "MY.identificationBasisGenitalPreparate",
|
|
18
|
+
"identificationBasisSpores" = "MY.identificationBasisSpores",
|
|
19
|
+
"identificationBasisHandled" = "MY.identificationBasisHandled",
|
|
20
|
+
"identificationBasisChemical" = "MY.identificationBasisChemical",
|
|
21
|
+
"identificationBasisHeard" = "MY.identificationBasisHeard",
|
|
22
|
+
"identificationBasisMicroscope" = "MY.identificationBasisMicroscope",
|
|
23
|
+
"identificationBasisSeen" = "MY.identificationBasisSeen",
|
|
24
|
+
"identificationBasisPreservedSpecimen" = "MY.identificationBasisPreservedSpecimen",
|
|
25
|
+
"identificationBasisFreshSpecimen" = "MY.identificationBasisFreshSpecimen",
|
|
26
|
+
"identificationBasisMedia" = "MY.identificationBasisMedia"
|
|
27
|
+
}
|
|
28
|
+
export enum InfraRanks {
|
|
29
|
+
"empty" = "",
|
|
30
|
+
"infraRankSsp" = "MY.infraRankSsp",
|
|
31
|
+
"infraRankVar" = "MY.infraRankVar",
|
|
32
|
+
"infraRankBeta" = "MY.infraRankBeta",
|
|
33
|
+
"infraRankB" = "MY.infraRankB",
|
|
34
|
+
"infraRankForma" = "MY.infraRankForma",
|
|
35
|
+
"infraRankHybrid" = "MY.infraRankHybrid",
|
|
36
|
+
"infraRankAnamorph" = "MY.infraRankAnamorph",
|
|
37
|
+
"infraRankAggregate" = "MY.infraRankAggregate",
|
|
38
|
+
"infraRankAberration" = "MY.infraRankAberration",
|
|
39
|
+
"infraRankCultivar" = "MY.infraRankCultivar",
|
|
40
|
+
"infraRankMorpha" = "MY.infraRankMorpha",
|
|
41
|
+
"infraRankUnknown" = "MY.infraRankUnknown",
|
|
42
|
+
"infraRankNothosubspecies" = "MY.infraRankNothosubspecies",
|
|
43
|
+
"infraRankCultivarGroup" = "MY.infraRankCultivarGroup",
|
|
44
|
+
"infraRankFsp" = "MY.infraRankFsp"
|
|
45
|
+
}
|
|
46
|
+
export enum TaxonRankEnum {
|
|
47
|
+
"empty" = "",
|
|
48
|
+
"MX.superdomain" = "MX.superdomain",
|
|
49
|
+
"MX.domain" = "MX.domain",
|
|
50
|
+
"MX.kingdom" = "MX.kingdom",
|
|
51
|
+
"MX.subkingdom" = "MX.subkingdom",
|
|
52
|
+
"MX.infrakingdom" = "MX.infrakingdom",
|
|
53
|
+
"MX.superphylum" = "MX.superphylum",
|
|
54
|
+
"MX.phylum" = "MX.phylum",
|
|
55
|
+
"MX.subphylum" = "MX.subphylum",
|
|
56
|
+
"MX.infraphylum" = "MX.infraphylum",
|
|
57
|
+
"MX.superdivision" = "MX.superdivision",
|
|
58
|
+
"MX.division" = "MX.division",
|
|
59
|
+
"MX.subdivision" = "MX.subdivision",
|
|
60
|
+
"MX.infradivision" = "MX.infradivision",
|
|
61
|
+
"MX.superclass" = "MX.superclass",
|
|
62
|
+
"MX.class" = "MX.class",
|
|
63
|
+
"MX.subclass" = "MX.subclass",
|
|
64
|
+
"MX.infraclass" = "MX.infraclass",
|
|
65
|
+
"MX.parvclass" = "MX.parvclass",
|
|
66
|
+
"MX.superorder" = "MX.superorder",
|
|
67
|
+
"MX.order" = "MX.order",
|
|
68
|
+
"MX.suborder" = "MX.suborder",
|
|
69
|
+
"MX.infraorder" = "MX.infraorder",
|
|
70
|
+
"MX.parvorder" = "MX.parvorder",
|
|
71
|
+
"MX.superfamily" = "MX.superfamily",
|
|
72
|
+
"MX.family" = "MX.family",
|
|
73
|
+
"MX.subfamily" = "MX.subfamily",
|
|
74
|
+
"MX.tribe" = "MX.tribe",
|
|
75
|
+
"MX.subtribe" = "MX.subtribe",
|
|
76
|
+
"MX.supergenus" = "MX.supergenus",
|
|
77
|
+
"MX.genus" = "MX.genus",
|
|
78
|
+
"MX.nothogenus" = "MX.nothogenus",
|
|
79
|
+
"MX.subgenus" = "MX.subgenus",
|
|
80
|
+
"MX.section" = "MX.section",
|
|
81
|
+
"MX.subsection" = "MX.subsection",
|
|
82
|
+
"MX.series" = "MX.series",
|
|
83
|
+
"MX.subseries" = "MX.subseries",
|
|
84
|
+
"MX.infragenericTaxon" = "MX.infragenericTaxon",
|
|
85
|
+
"MX.aggregate" = "MX.aggregate",
|
|
86
|
+
"MX.speciesAggregate" = "MX.speciesAggregate",
|
|
87
|
+
"MX.species" = "MX.species",
|
|
88
|
+
"MX.nothospecies" = "MX.nothospecies",
|
|
89
|
+
"MX.infraspecificTaxon" = "MX.infraspecificTaxon",
|
|
90
|
+
"MX.subspecificAggregate" = "MX.subspecificAggregate",
|
|
91
|
+
"MX.subspecies" = "MX.subspecies",
|
|
92
|
+
"MX.nothosubspecies" = "MX.nothosubspecies",
|
|
93
|
+
"MX.variety" = "MX.variety",
|
|
94
|
+
"MX.subvariety" = "MX.subvariety",
|
|
95
|
+
"MX.form" = "MX.form",
|
|
96
|
+
"MX.subform" = "MX.subform",
|
|
97
|
+
"MX.hybrid" = "MX.hybrid",
|
|
98
|
+
"MX.anamorph" = "MX.anamorph",
|
|
99
|
+
"MX.ecotype" = "MX.ecotype",
|
|
100
|
+
"MX.populationGroup" = "MX.populationGroup",
|
|
101
|
+
"MX.intergenericHybrid" = "MX.intergenericHybrid",
|
|
102
|
+
"MX.infragenericHybrid" = "MX.infragenericHybrid",
|
|
103
|
+
"MX.cultivar" = "MX.cultivar",
|
|
104
|
+
"MX.group" = "MX.group",
|
|
105
|
+
"MX.grex" = "MX.grex"
|
|
106
|
+
}
|
|
107
|
+
export enum PublicityRestrictionsEnum {
|
|
108
|
+
"empty" = "",
|
|
109
|
+
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
110
|
+
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
111
|
+
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
112
|
+
}
|
|
113
|
+
export class Identification {
|
|
114
|
+
"@context"?: string;
|
|
115
|
+
id?: string;
|
|
116
|
+
"@type"?: string;
|
|
117
|
+
"herbo:sortOrder"?: number;
|
|
118
|
+
/**
|
|
119
|
+
* Write associated observation taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type observation.
|
|
120
|
+
*/
|
|
121
|
+
associatedObservationTaxa?: string;
|
|
122
|
+
/**
|
|
123
|
+
* Author for the taxon
|
|
124
|
+
*/
|
|
125
|
+
author?: string;
|
|
126
|
+
/**
|
|
127
|
+
* Name of the identifier (person) preferably in format "lastname, firstname"
|
|
128
|
+
*/
|
|
129
|
+
det?: string;
|
|
130
|
+
/**
|
|
131
|
+
* Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
|
|
132
|
+
*/
|
|
133
|
+
detDate?: string;
|
|
134
|
+
detMethod?: DetMethodEnum;
|
|
135
|
+
/**
|
|
136
|
+
* Name of the identifier and date of identification in original format (e.g. from the label), errors and all
|
|
137
|
+
*/
|
|
138
|
+
detVerbatim?: string;
|
|
139
|
+
/**
|
|
140
|
+
* Additional qualifier or specifier at genus level (e.g. aff., cf.)
|
|
141
|
+
*/
|
|
142
|
+
genusQualifier?: string;
|
|
143
|
+
identificationBasis?: IdentificationBasisEnum[];
|
|
144
|
+
/**
|
|
145
|
+
* Additional information on the identification, basis or such
|
|
146
|
+
*/
|
|
147
|
+
identificationNotes?: string;
|
|
148
|
+
/**
|
|
149
|
+
* Author for the taxon below species level/infra epithet
|
|
150
|
+
*/
|
|
151
|
+
infraAuthor?: string;
|
|
152
|
+
/**
|
|
153
|
+
* Taxon name for the epithet below species level
|
|
154
|
+
*/
|
|
155
|
+
infraEpithet?: string;
|
|
156
|
+
/**
|
|
157
|
+
* Taxonomic level of the epithet below species level
|
|
158
|
+
*/
|
|
159
|
+
infraRank?: InfraRanks;
|
|
160
|
+
/**
|
|
161
|
+
* Pathovars, serovars and other infrasubspecific subdivisions of microbes.
|
|
162
|
+
*/
|
|
163
|
+
infrasubspecificSubdivision?: string;
|
|
164
|
+
/**
|
|
165
|
+
* Which parent or larger collection this is part of.
|
|
166
|
+
*/
|
|
167
|
+
isPartOf?: string;
|
|
168
|
+
isTaxonGroup?: boolean;
|
|
169
|
+
/**
|
|
170
|
+
* This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
|
|
171
|
+
*/
|
|
172
|
+
preferredIdentification?: string;
|
|
173
|
+
/**
|
|
174
|
+
* Publication reference for the taxon concept, that was used in identification
|
|
175
|
+
*/
|
|
176
|
+
sec?: string;
|
|
177
|
+
/**
|
|
178
|
+
* Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
|
|
179
|
+
*/
|
|
180
|
+
speciesQualifier?: string;
|
|
181
|
+
/**
|
|
182
|
+
* Taxon name
|
|
183
|
+
*/
|
|
184
|
+
taxon?: string;
|
|
185
|
+
/**
|
|
186
|
+
* ID for the taxon if has some other than an MX code
|
|
187
|
+
*/
|
|
188
|
+
taxonID?: string;
|
|
189
|
+
/**
|
|
190
|
+
* Taxonomic level for the identification
|
|
191
|
+
*/
|
|
192
|
+
taxonRank?: TaxonRankEnum;
|
|
193
|
+
taxonSpecifier?: string;
|
|
194
|
+
taxonURI?: string;
|
|
195
|
+
/**
|
|
196
|
+
* Taxon name in original format (e.g. from the label), errors and all
|
|
197
|
+
*/
|
|
198
|
+
taxonVerbatim?: string;
|
|
199
|
+
/**
|
|
200
|
+
* 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.
|
|
201
|
+
*/
|
|
202
|
+
publicityRestrictions?: PublicityRestrictionsEnum;
|
|
203
|
+
sortOrder?: number;
|
|
204
|
+
}
|