@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
package/dist/dto/Unit.dto.ts
CHANGED
|
@@ -1,589 +1,47 @@
|
|
|
1
|
+
import { AbundanceUnitEnum } from './index.dto';
|
|
2
|
+
import { AtlasCodeEnum } from './index.dto';
|
|
3
|
+
import { BatBehaviorEnum } from './index.dto';
|
|
4
|
+
import { BirdAgeEnum } from './index.dto';
|
|
5
|
+
import { BirdPlumageEnum } from './index.dto';
|
|
6
|
+
import { DistanceEnum } from './index.dto';
|
|
7
|
+
import { EpochOrSeries } from './index.dto';
|
|
8
|
+
import { FruitTypeEnum } from './index.dto';
|
|
9
|
+
import { IndirectObservationTypeEnum } from './index.dto';
|
|
10
|
+
import { LifeStages } from './index.dto';
|
|
1
11
|
import { Measurement } from './index.dto';
|
|
12
|
+
import { MicrobiologicalRiskGroupEnum } from './index.dto';
|
|
13
|
+
import { MovingDirectionEnum } from './index.dto';
|
|
14
|
+
import { NativeStatusEnum } from './index.dto';
|
|
15
|
+
import { NestTypeEnum } from './index.dto';
|
|
16
|
+
import { PlantLifeStageEnum } from './index.dto';
|
|
17
|
+
import { PlantStatusCodeEnum } from './index.dto';
|
|
18
|
+
import { Preservations } from './index.dto';
|
|
19
|
+
import { ProvenanceEnum } from './index.dto';
|
|
20
|
+
import { RecordBases } from './index.dto';
|
|
21
|
+
import { RecordPartsEnum } from './index.dto';
|
|
22
|
+
import { SamplingMethods } from './index.dto';
|
|
23
|
+
import { SeedMaturityEnum } from './index.dto';
|
|
24
|
+
import { SeedMorphologyEnum } from './index.dto';
|
|
25
|
+
import { Sexes } from './index.dto';
|
|
26
|
+
import { SmellEnum } from './index.dto';
|
|
27
|
+
import { SubstrateEnum } from './index.dto';
|
|
28
|
+
import { SubstrateDecayStageEnum } from './index.dto';
|
|
29
|
+
import { SubstrateTreeClassificationEnum } from './index.dto';
|
|
30
|
+
import { TasteEnum } from './index.dto';
|
|
31
|
+
import { TaxonConfidenceEnum } from './index.dto';
|
|
2
32
|
import { UnitFact } from './index.dto';
|
|
3
33
|
import { UnitGathering } from './index.dto';
|
|
34
|
+
import { WildEnum } from './index.dto';
|
|
35
|
+
import { PublicityRestrictionsEnum } from './index.dto';
|
|
4
36
|
import { Identification } from './index.dto';
|
|
5
37
|
import { TypeSpecimen } from './index.dto';
|
|
38
|
+
|
|
6
39
|
/* tslint:disable */
|
|
7
40
|
/*
|
|
8
41
|
* This file was automatically generated.
|
|
9
42
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
10
43
|
* and run the command to regenerate this file.
|
|
11
44
|
*/
|
|
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
|
-
"lifeStageAdult" = "MY.lifeStageAdult",
|
|
172
|
-
"lifeStageNymph" = "MY.lifeStageNymph",
|
|
173
|
-
"lifeStageLarva" = "MY.lifeStageLarva",
|
|
174
|
-
"lifeStageEgg" = "MY.lifeStageEgg",
|
|
175
|
-
"lifeStagePupa" = "MY.lifeStagePupa",
|
|
176
|
-
"lifeStageJuvenile" = "MY.lifeStageJuvenile",
|
|
177
|
-
"lifeStageSubimago" = "MY.lifeStageSubimago",
|
|
178
|
-
"lifeStageImmature" = "MY.lifeStageImmature",
|
|
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
|
-
"preservationEthanolMinus20C" = "MY.preservationEthanolMinus20C",
|
|
294
|
-
"preservationEthanolDenatured" = "MY.preservationEthanolDenatured",
|
|
295
|
-
"preservationEthanolFormalin" = "MY.preservationEthanolFormalin",
|
|
296
|
-
"preservationEthanolExFormalin" = "MY.preservationEthanolExFormalin",
|
|
297
|
-
"preservationFormalin" = "MY.preservationFormalin",
|
|
298
|
-
"preservationBouinSolution" = "MY.preservationBouinSolution",
|
|
299
|
-
"preservationPampelsFluid" = "MY.preservationPampelsFluid",
|
|
300
|
-
"preservationGlycerol" = "MY.preservationGlycerol",
|
|
301
|
-
"preservationParaffin" = "MY.preservationParaffin",
|
|
302
|
-
"preservationMercuricChloride" = "MY.preservationMercuricChloride",
|
|
303
|
-
"preservationCryopreserved" = "MY.preservationCryopreserved",
|
|
304
|
-
"preservationFrozen" = "MY.preservationFrozen",
|
|
305
|
-
"preservationFrozenMinus80C" = "MY.preservationFrozenMinus80C",
|
|
306
|
-
"preservationFreezeDried" = "MY.preservationFreezeDried",
|
|
307
|
-
"preservationGoldPlated" = "MY.preservationGoldPlated",
|
|
308
|
-
"preservationActiveCulture" = "MY.preservationActiveCulture",
|
|
309
|
-
"preservationLiving" = "MY.preservationLiving",
|
|
310
|
-
"preservationSlide" = "MY.preservationSlide",
|
|
311
|
-
"preservationSlideCanadaBalsam" = "MY.preservationSlideCanadaBalsam",
|
|
312
|
-
"preservationSlideEuparal" = "MY.preservationSlideEuparal",
|
|
313
|
-
"preservationSlidePolyviol" = "MY.preservationSlidePolyviol",
|
|
314
|
-
"preservationStuffed" = "MY.preservationStuffed",
|
|
315
|
-
"preservationCast" = "MY.preservationCast",
|
|
316
|
-
"preservationPlastinated" = "MY.preservationPlastinated",
|
|
317
|
-
"preservationFrozenMinus80CAndEthanolMinus20C" = "MY.preservationFrozenMinus80CAndEthanolMinus20C"
|
|
318
|
-
}
|
|
319
|
-
export enum ProvenanceEnum {
|
|
320
|
-
"empty" = "",
|
|
321
|
-
"provenanceUnknown" = "MY.provenanceUnknown",
|
|
322
|
-
"provenanceCultivated" = "MY.provenanceCultivated",
|
|
323
|
-
"provenanceCultivatedUnsure" = "MY.provenanceCultivatedUnsure",
|
|
324
|
-
"provenanceCultivatedPropagatedFromWildSource" = "MY.provenanceCultivatedPropagatedFromWildSource",
|
|
325
|
-
"provenanceWildSource" = "MY.provenanceWildSource",
|
|
326
|
-
"provenanceWildSourceUnsure" = "MY.provenanceWildSourceUnsure",
|
|
327
|
-
"provenanceEscapedCultivated" = "MY.provenanceEscapedCultivated",
|
|
328
|
-
"provenancePropagule" = "MY.provenancePropagule"
|
|
329
|
-
}
|
|
330
|
-
export enum RecordBases {
|
|
331
|
-
"empty" = "",
|
|
332
|
-
"recordBasisPreservedSpecimen" = "MY.recordBasisPreservedSpecimen",
|
|
333
|
-
"recordBasisHumanObservation" = "MY.recordBasisHumanObservation",
|
|
334
|
-
"recordBasisHumanObservationSeen" = "MY.recordBasisHumanObservationSeen",
|
|
335
|
-
"recordBasisHumanObservationHeard" = "MY.recordBasisHumanObservationHeard",
|
|
336
|
-
"recordBasisHumanObservationHandled" = "MY.recordBasisHumanObservationHandled",
|
|
337
|
-
"recordBasisHumanObservationPhoto" = "MY.recordBasisHumanObservationPhoto",
|
|
338
|
-
"recordBasisHumanObservationAudio" = "MY.recordBasisHumanObservationAudio",
|
|
339
|
-
"recordBasisHumanObservationVideo" = "MY.recordBasisHumanObservationVideo",
|
|
340
|
-
"recordBasisHumanObservationIndirect" = "MY.recordBasisHumanObservationIndirect",
|
|
341
|
-
"recordBasisMachineObservation" = "MY.recordBasisMachineObservation",
|
|
342
|
-
"recordBasisMachineObservationPhoto" = "MY.recordBasisMachineObservationPhoto",
|
|
343
|
-
"recordBasisMachineObservationVideo" = "MY.recordBasisMachineObservationVideo",
|
|
344
|
-
"recordBasisMachineObservationAudio" = "MY.recordBasisMachineObservationAudio",
|
|
345
|
-
"recordBasisMachineObservationGeologger" = "MY.recordBasisMachineObservationGeologger",
|
|
346
|
-
"recordBasisMachineObservationSatelliteTransmitter" = "MY.recordBasisMachineObservationSatelliteTransmitter",
|
|
347
|
-
"recordBasisFossilSpecimen" = "MY.recordBasisFossilSpecimen",
|
|
348
|
-
"recordBasisSubfossilSpecimen" = "MY.recordBasisSubfossilSpecimen",
|
|
349
|
-
"recordBasisSubfossilSpecimenAmberInclusion" = "MY.recordBasisSubfossilSpecimenAmberInclusion",
|
|
350
|
-
"recordBasisMaterialSample" = "MY.recordBasisMaterialSample",
|
|
351
|
-
"recordBasisMaterialSampleAir" = "MY.recordBasisMaterialSampleAir",
|
|
352
|
-
"recordBasisMaterialSampleSoil" = "MY.recordBasisMaterialSampleSoil",
|
|
353
|
-
"recordBasisMaterialSampleWater" = "MY.recordBasisMaterialSampleWater",
|
|
354
|
-
"recordBasisMicrobialSpecimen" = "MY.recordBasisMicrobialSpecimen",
|
|
355
|
-
"recordBasisLivingSpecimen" = "MY.recordBasisLivingSpecimen",
|
|
356
|
-
"recordBasisLiterature" = "MY.recordBasisLiterature"
|
|
357
|
-
}
|
|
358
|
-
export enum RecordPartsEnum {
|
|
359
|
-
"empty" = "",
|
|
360
|
-
"recordPartsBones" = "MY.recordPartsBones",
|
|
361
|
-
"recordPartsAntler" = "MY.recordPartsAntler",
|
|
362
|
-
"recordPartsHead" = "MY.recordPartsHead",
|
|
363
|
-
"recordPartsSkull" = "MY.recordPartsSkull",
|
|
364
|
-
"recordPartsSkin" = "MY.recordPartsSkin",
|
|
365
|
-
"recordPartsWing" = "MY.recordPartsWing",
|
|
366
|
-
"recordPartsTail" = "MY.recordPartsTail",
|
|
367
|
-
"recordPartsTissue" = "MY.recordPartsTissue",
|
|
368
|
-
"recordPartsFeather" = "MY.recordPartsFeather",
|
|
369
|
-
"recordPartsEgg" = "MY.recordPartsEgg",
|
|
370
|
-
"recordPartsIntestine" = "MY.recordPartsIntestine",
|
|
371
|
-
"recordPartsGonad" = "MY.recordPartsGonad",
|
|
372
|
-
"recordPartsSeed" = "MY.recordPartsSeed",
|
|
373
|
-
"recordPartsNest" = "MY.recordPartsNest",
|
|
374
|
-
"recordPartsFaeces" = "MY.recordPartsFaeces",
|
|
375
|
-
"recordPartsFeedingMarks" = "MY.recordPartsFeedingMarks",
|
|
376
|
-
"recordPartsTracks" = "MY.recordPartsTracks",
|
|
377
|
-
"recordPartsScale" = "MY.recordPartsScale",
|
|
378
|
-
"recordPartsFin" = "MY.recordPartsFin",
|
|
379
|
-
"recordPartsFull" = "MY.recordPartsFull",
|
|
380
|
-
"recordPartsPart" = "MY.recordPartsPart",
|
|
381
|
-
"recordPartsActiveCulture" = "MY.recordPartsActiveCulture",
|
|
382
|
-
"recordPartsCutting" = "MY.recordPartsCutting",
|
|
383
|
-
"recordPartsVegetativePart" = "MY.recordPartsVegetativePart",
|
|
384
|
-
"recordPartsFreezeDried" = "MY.recordPartsFreezeDried",
|
|
385
|
-
"recordPartsDryIce" = "MY.recordPartsDryIce",
|
|
386
|
-
"recordPartsDNA" = "MY.recordPartsDNA",
|
|
387
|
-
"recordPartsShell" = "MY.recordPartsShell",
|
|
388
|
-
"recordPartsWholePlant" = "MY.recordPartsWholePlant",
|
|
389
|
-
"recordPartsTissueCulture" = "MY.recordPartsTissueCulture",
|
|
390
|
-
"recordPartsMount" = "MY.recordPartsMount",
|
|
391
|
-
"recordPartsSkullAndBones" = "My.recordPartsSkullAndBones"
|
|
392
|
-
}
|
|
393
|
-
export enum SamplingMethods {
|
|
394
|
-
"empty" = "",
|
|
395
|
-
"samplingMethodCarnet" = "MY.samplingMethodCarnet",
|
|
396
|
-
"samplingMethodFeromonetrap" = "MY.samplingMethodFeromonetrap",
|
|
397
|
-
"samplingMethodNet" = "MY.samplingMethodNet",
|
|
398
|
-
"samplingMethodDrag" = "MY.samplingMethodDrag",
|
|
399
|
-
"samplingMethodWindowtrap" = "MY.samplingMethodWindowtrap",
|
|
400
|
-
"samplingMethodDigging" = "MY.samplingMethodDigging",
|
|
401
|
-
"samplingMethodFishNet" = "MY.samplingMethodFishNet",
|
|
402
|
-
"samplingMethodHand" = "MY.samplingMethodHand",
|
|
403
|
-
"samplingMethodReared" = "MY.samplingMethodReared",
|
|
404
|
-
"samplingMethodEpupa" = "MY.samplingMethodEpupa",
|
|
405
|
-
"samplingMethodExovo" = "MY.samplingMethodExovo",
|
|
406
|
-
"samplingMethodElarva" = "MY.samplingMethodElarva",
|
|
407
|
-
"samplingMethodFishTrap" = "MY.samplingMethodFishTrap",
|
|
408
|
-
"samplingMethodYellowWindowTrap" = "MY.samplingMethodYellowWindowTrap",
|
|
409
|
-
"samplingMethodYellowpan" = "MY.samplingMethodYellowpan",
|
|
410
|
-
"samplingMethodTriangleDrag" = "MY.samplingMethodTriangleDrag",
|
|
411
|
-
"samplingMethodPitfall" = "MY.samplingMethodPitfall",
|
|
412
|
-
"samplingMethodEclectortrap" = "MY.samplingMethodEclectortrap",
|
|
413
|
-
"samplingMethodDungTrap" = "MY.samplingMethodDungTrap",
|
|
414
|
-
"samplingMethodBoard" = "MY.samplingMethodBoard",
|
|
415
|
-
"samplingMethodYellowtrap" = "MY.samplingMethodYellowtrap",
|
|
416
|
-
"samplingMethodMistnet" = "MY.samplingMethodMistnet",
|
|
417
|
-
"samplingMethodSweeping" = "MY.samplingMethodSweeping",
|
|
418
|
-
"samplingMethodSoilsample" = "MY.samplingMethodSoilsample",
|
|
419
|
-
"samplingMethodWashing" = "MY.samplingMethodWashing",
|
|
420
|
-
"samplingMethodMalaise" = "MY.samplingMethodMalaise",
|
|
421
|
-
"samplingMethodPantrap" = "MY.samplingMethodPantrap",
|
|
422
|
-
"samplingMethodSeine" = "MY.samplingMethodSeine",
|
|
423
|
-
"samplingMethodAngleFishing" = "MY.samplingMethodAngleFishing",
|
|
424
|
-
"samplingMethodTrampling" = "MY.samplingMethodTrampling",
|
|
425
|
-
"samplingMethodBeamTrawl" = "MY.samplingMethodBeamTrawl",
|
|
426
|
-
"samplingMethodTrap" = "MY.samplingMethodTrap",
|
|
427
|
-
"samplingMethodDropping" = "MY.samplingMethodDropping",
|
|
428
|
-
"samplingMethodTrunkWindowTrap" = "MY.samplingMethodTrunkWindowTrap",
|
|
429
|
-
"samplingMethodElectrofishing" = "MY.samplingMethodElectrofishing",
|
|
430
|
-
"samplingMethodSifting" = "MY.samplingMethodSifting",
|
|
431
|
-
"samplingMethodDiverInsectTrap" = "MY.samplingMethodDiverInsectTrap",
|
|
432
|
-
"samplingMethodDiving" = "MY.samplingMethodDiving",
|
|
433
|
-
"samplingMethodBait" = "MY.samplingMethodBait",
|
|
434
|
-
"samplingMethodBaittrap" = "MY.samplingMethodBaittrap",
|
|
435
|
-
"samplingMethodTrawling" = "MY.samplingMethodTrawling",
|
|
436
|
-
"samplingMethodLight" = "MY.samplingMethodLight",
|
|
437
|
-
"samplingMethodLightTrap" = "MY.samplingMethodLightTrap",
|
|
438
|
-
"samplingMethodWaterBucket" = "MY.samplingMethodWaterBucket",
|
|
439
|
-
"samplingMethodAquaticNet" = "MY.samplingMethodAquaticNet",
|
|
440
|
-
"samplingMethodAquaticEmergenceTrap" = "MY.samplingMethodAquaticEmergenceTrap",
|
|
441
|
-
"samplingMethodWaterSieve" = "MY.samplingMethodWaterSieve",
|
|
442
|
-
"samplingMethodOther" = "MY.samplingMethodOther"
|
|
443
|
-
}
|
|
444
|
-
export enum SeedMaturityEnum {
|
|
445
|
-
"empty" = "",
|
|
446
|
-
"seedMaturityImmature" = "MY.seedMaturityImmature",
|
|
447
|
-
"seedMaturityMature" = "MY.seedMaturityMature",
|
|
448
|
-
"seedMaturityMixed" = "MY.seedMaturityMixed"
|
|
449
|
-
}
|
|
450
|
-
export enum SeedMorphologyEnum {
|
|
451
|
-
"empty" = "",
|
|
452
|
-
"seedMorphologyBent" = "MY.seedMorphologyBent",
|
|
453
|
-
"seedMorphologyBroad" = "MY.seedMorphologyBroad",
|
|
454
|
-
"seedMorphologyCapitate" = "MY.seedMorphologyCapitate",
|
|
455
|
-
"seedMorphologyFolded" = "MY.seedMorphologyFolded",
|
|
456
|
-
"seedMorphologyLateral" = "MY.seedMorphologyLateral",
|
|
457
|
-
"seedMorphologyLinearFullyDeveloped" = "MY.seedMorphologyLinearFullyDeveloped",
|
|
458
|
-
"seedMorphologyLinearUnderdeveloped" = "MY.seedMorphologyLinearUnderdeveloped",
|
|
459
|
-
"seedMorphologyPeripheral" = "MY.seedMorphologyPeripheral",
|
|
460
|
-
"seedMorphologyRudimentary" = "MY.seedMorphologyRudimentary",
|
|
461
|
-
"seedMorphologySpatulateFullyDeveloped" = "MY.seedMorphologySpatulateFullyDeveloped",
|
|
462
|
-
"seedMorphologySpatulateUnderdeveloped" = "MY.seedMorphologySpatulateUnderdeveloped",
|
|
463
|
-
"seedMorphologyUndifferentiated" = "MY.seedMorphologyUndifferentiated",
|
|
464
|
-
"seedMorphologyInvesting" = "MY.seedMorphologyInvesting"
|
|
465
|
-
}
|
|
466
|
-
export enum Sexes {
|
|
467
|
-
"empty" = "",
|
|
468
|
-
"sexM" = "MY.sexM",
|
|
469
|
-
"sexF" = "MY.sexF",
|
|
470
|
-
"sexW" = "MY.sexW",
|
|
471
|
-
"sexU" = "MY.sexU",
|
|
472
|
-
"sexN" = "MY.sexN",
|
|
473
|
-
"sexX" = "MY.sexX",
|
|
474
|
-
"sexE" = "MY.sexE",
|
|
475
|
-
"sexC" = "MY.sexC"
|
|
476
|
-
}
|
|
477
|
-
export enum SmellEnum {
|
|
478
|
-
"empty" = "",
|
|
479
|
-
"smellNotSmelled" = "MY.smellNotSmelled",
|
|
480
|
-
"smellNoSmelled" = "MY.smellNoSmelled",
|
|
481
|
-
"smellWeak" = "MY.smellWeak",
|
|
482
|
-
"smellModerate" = "MY.smellModerate",
|
|
483
|
-
"smellStrong" = "MY.smellStrong"
|
|
484
|
-
}
|
|
485
|
-
export enum SubstrateEnum {
|
|
486
|
-
"empty" = "",
|
|
487
|
-
"substrateGround" = "MY.substrateGround",
|
|
488
|
-
"substrateGroundLowShrubs" = "MY.substrateGroundLowShrubs",
|
|
489
|
-
"substrateGroundLichens" = "MY.substrateGroundLichens",
|
|
490
|
-
"substrateGroundHerbs" = "MY.substrateGroundHerbs",
|
|
491
|
-
"substrateGroundMosses" = "MY.substrateGroundMosses",
|
|
492
|
-
"substrateGroundSphagnum" = "MY.substrateGroundSphagnum",
|
|
493
|
-
"substrateGroundGrassy" = "MY.substrateGroundGrassy",
|
|
494
|
-
"substrateGroundNeedleLitter" = "MY.substrateGroundNeedleLitter",
|
|
495
|
-
"substrateGroundLeafLitter" = "MY.substrateGroundLeafLitter",
|
|
496
|
-
"substrateGroundMixedLitter" = "MY.substrateGroundMixedLitter",
|
|
497
|
-
"substrateGroundSandySoil" = "MY.substrateGroundSandySoil",
|
|
498
|
-
"substrateGroundGravelSoil" = "MY.substrateGroundGravelSoil",
|
|
499
|
-
"substrateGroundClayeySoil" = "MY.substrateGroundClayeySoil",
|
|
500
|
-
"substrateGroundHeathHumus" = "MY.substrateGroundHeathHumus",
|
|
501
|
-
"substrateGroundMull" = "MY.substrateGroundMull",
|
|
502
|
-
"substrateGroundPeat" = "MY.substrateGroundPeat",
|
|
503
|
-
"substrateGroundBurnedSoil" = "MY.substrateGroundBurnedSoil",
|
|
504
|
-
"substrateLivingTree" = "MY.substrateLivingTree",
|
|
505
|
-
"substrateLivingTreeTrunk" = "MY.substrateLivingTreeTrunk",
|
|
506
|
-
"substrateLivingTreeBase" = "MY.substrateLivingTreeBase",
|
|
507
|
-
"substrateLivingTreeRoots" = "MY.substrateLivingTreeRoots",
|
|
508
|
-
"substrateLivingTreeBranch" = "MY.substrateLivingTreeBranch",
|
|
509
|
-
"substrateLivingTreeDeadBranch" = "MY.substrateLivingTreeDeadBranch",
|
|
510
|
-
"substrateLivingTreeDeadLimb" = "MY.substrateLivingTreeDeadLimb",
|
|
511
|
-
"substrateLivingTreeLeaf" = "MY.substrateLivingTreeLeaf",
|
|
512
|
-
"substrateLivingTreeNeedle" = "MY.substrateLivingTreeNeedle",
|
|
513
|
-
"substrateDeadWood" = "MY.substrateDeadWood",
|
|
514
|
-
"substrateDeadWoodStandingTreeTrunk" = "MY.substrateDeadWoodStandingTreeTrunk",
|
|
515
|
-
"substrateDeadWoodStandingTreeBranch" = "MY.substrateDeadWoodStandingTreeBranch",
|
|
516
|
-
"substrateDeadWoodStandingTreeBase" = "MY.substrateDeadWoodStandingTreeBase",
|
|
517
|
-
"substrateDeadWoodFallenTreeTrunk" = "MY.substrateDeadWoodFallenTreeTrunk",
|
|
518
|
-
"substrateDeadWoodFallenTreeBranch" = "MY.substrateDeadWoodFallenTreeBranch",
|
|
519
|
-
"substrateDeadWoodUpturnedRoots" = "MY.substrateDeadWoodUpturnedRoots",
|
|
520
|
-
"substrateDeadWoodDeadRoots" = "MY.substrateDeadWoodDeadRoots",
|
|
521
|
-
"substrateDeadWoodStump" = "MY.substrateDeadWoodStump",
|
|
522
|
-
"substrateDeadWoodFallenBranch" = "MY.substrateDeadWoodFallenBranch",
|
|
523
|
-
"substrateDeadWoodCone" = "MY.substrateDeadWoodCone",
|
|
524
|
-
"substrateDeadWoodTwigs" = "MY.substrateDeadWoodTwigs",
|
|
525
|
-
"substrateDeadWoodBark" = "MY.substrateDeadWoodBark",
|
|
526
|
-
"substrateDeadWoodSawdust" = "MY.substrateDeadWoodSawdust",
|
|
527
|
-
"substrateDeadWoodPieceOfWood" = "MY.substrateDeadWoodPieceOfWood",
|
|
528
|
-
"substrateDeadWoodLoggingResidue" = "MY.substrateDeadWoodLoggingResidue",
|
|
529
|
-
"substrateDeadWoodLog" = "MY.substrateDeadWoodLog",
|
|
530
|
-
"substrateDeadWoodDriftwood" = "MY.substrateDeadWoodDriftwood",
|
|
531
|
-
"substrateDeadWoodConstructionWood" = "MY.substrateDeadWoodConstructionWood",
|
|
532
|
-
"substrateDung" = "MY.substrateDung",
|
|
533
|
-
"substrateCompost" = "MY.substrateCompost",
|
|
534
|
-
"substrateLivingShoot" = "MY.substrateLivingShoot",
|
|
535
|
-
"substrateDeadShoot" = "MY.substrateDeadShoot",
|
|
536
|
-
"substrateLivingFungus" = "MY.substrateLivingFungus",
|
|
537
|
-
"substrateDeadFungus" = "MY.substrateDeadFungus",
|
|
538
|
-
"substrateLivingAnimal" = "MY.substrateLivingAnimal",
|
|
539
|
-
"substrateDeadAnimal" = "MY.substrateDeadAnimal",
|
|
540
|
-
"substrateRockSurface" = "MY.substrateRockSurface",
|
|
541
|
-
"substrateDeadNeedle" = "MY.substrateDeadNeedle",
|
|
542
|
-
"substrateDeadLeaf" = "MY.substrateDeadLeaf"
|
|
543
|
-
}
|
|
544
|
-
export enum SubstrateDecayStageEnum {
|
|
545
|
-
"empty" = "",
|
|
546
|
-
"substrateDecayStageEnum1" = "MY.substrateDecayStageEnum1",
|
|
547
|
-
"substrateDecayStageEnum2" = "MY.substrateDecayStageEnum2",
|
|
548
|
-
"substrateDecayStageEnum3" = "MY.substrateDecayStageEnum3",
|
|
549
|
-
"substrateDecayStageEnum4" = "MY.substrateDecayStageEnum4",
|
|
550
|
-
"substrateDecayStageEnum5" = "MY.substrateDecayStageEnum5"
|
|
551
|
-
}
|
|
552
|
-
export enum SubstrateTreeClassificationEnum {
|
|
553
|
-
"empty" = "",
|
|
554
|
-
"substrateTreeClassificationEnum1" = "MY.substrateTreeClassificationEnum1",
|
|
555
|
-
"substrateTreeClassificationEnum2" = "MY.substrateTreeClassificationEnum2",
|
|
556
|
-
"substrateTreeClassificationEnum3" = "MY.substrateTreeClassificationEnum3",
|
|
557
|
-
"substrateTreeClassificationEnum4" = "MY.substrateTreeClassificationEnum4",
|
|
558
|
-
"substrateTreeClassificationEnum5" = "MY.substrateTreeClassificationEnum5",
|
|
559
|
-
"substrateTreeClassificationEnum6" = "MY.substrateTreeClassificationEnum6"
|
|
560
|
-
}
|
|
561
|
-
export enum TasteEnum {
|
|
562
|
-
"empty" = "",
|
|
563
|
-
"tasteNotTasted" = "MY.tasteNotTasted",
|
|
564
|
-
"tasteNoTaste" = "MY.tasteNoTaste",
|
|
565
|
-
"tasteWeak" = "MY.tasteWeak",
|
|
566
|
-
"tasteModerate" = "MY.tasteModerate",
|
|
567
|
-
"tasteStrong" = "MY.tasteStrong"
|
|
568
|
-
}
|
|
569
|
-
export enum TaxonConfidenceEnum {
|
|
570
|
-
"empty" = "",
|
|
571
|
-
"taxonConfidenceSure" = "MY.taxonConfidenceSure",
|
|
572
|
-
"taxonConfidenceUnsure" = "MY.taxonConfidenceUnsure",
|
|
573
|
-
"taxonConfidenceSubspeciesUnsure" = "MY.taxonConfidenceSubspeciesUnsure"
|
|
574
|
-
}
|
|
575
|
-
export enum WildEnum {
|
|
576
|
-
"empty" = "",
|
|
577
|
-
"wildWild" = "MY.wildWild",
|
|
578
|
-
"wildUnknown" = "MY.wildUnknown",
|
|
579
|
-
"wildNonWild" = "MY.wildNonWild"
|
|
580
|
-
}
|
|
581
|
-
export enum PublicityRestrictionsEnum {
|
|
582
|
-
"empty" = "",
|
|
583
|
-
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
584
|
-
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
585
|
-
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
586
|
-
}
|
|
587
45
|
export class Unit {
|
|
588
46
|
"@context"?: string;
|
|
589
47
|
id?: string;
|