@luomus/laji-schema 2.0.11 → 2.0.13
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/AdministrativeStatus.js +6 -6
- package/dist/cjs/classes/Agent.js +6 -6
- package/dist/cjs/classes/Annotation.js +57 -7
- package/dist/cjs/classes/AnnotationOccurrence.js +6 -6
- package/dist/cjs/classes/Area.js +19 -7
- package/dist/cjs/classes/Audio.js +103 -7
- package/dist/cjs/classes/BibliographicResource.js +6 -6
- package/dist/cjs/classes/BirdSongRecognitionSkillLevel.js +14 -7
- package/dist/cjs/classes/Branch.js +6 -6
- package/dist/cjs/classes/Checklist.js +6 -6
- package/dist/cjs/classes/ChecklistVersion.js +6 -6
- package/dist/cjs/classes/Collection.js +82 -7
- package/dist/cjs/classes/CompleteList.js +14 -7
- package/dist/cjs/classes/Concept.js +6 -6
- package/dist/cjs/classes/ContentContextDescription.js +6 -6
- package/dist/cjs/classes/DataField.js +6 -6
- package/dist/cjs/classes/Dataset.js +12 -7
- package/dist/cjs/classes/DateRange.js +6 -6
- package/dist/cjs/classes/Device.js +6 -6
- package/dist/cjs/classes/DeviceIndividual.js +6 -6
- package/dist/cjs/classes/Document.js +105 -7
- package/dist/cjs/classes/DownloadRequest.js +6 -6
- package/dist/cjs/classes/Endangerment.js +36 -7
- package/dist/cjs/classes/Event.js +54 -7
- package/dist/cjs/classes/Field.js +6 -6
- package/dist/cjs/classes/Fieldset.js +6 -6
- package/dist/cjs/classes/Form.js +31 -7
- package/dist/cjs/classes/FormFooter.js +6 -6
- package/dist/cjs/classes/FormInstructions.js +6 -6
- package/dist/cjs/classes/FormNamedPlaceOptions.js +6 -6
- package/dist/cjs/classes/FormOptions.js +35 -7
- package/dist/cjs/classes/FormPermission.js +6 -6
- package/dist/cjs/classes/FormPermissionPerson.js +6 -6
- package/dist/cjs/classes/FormPermissionSingle.js +14 -7
- package/dist/cjs/classes/FormSeason.js +6 -6
- package/dist/cjs/classes/Gathering.js +321 -7
- package/dist/cjs/classes/GatheringEvent.js +67 -7
- package/dist/cjs/classes/GatheringFact.js +255 -7
- package/dist/cjs/classes/Habitat.js +118 -7
- package/dist/cjs/classes/Identification.js +118 -7
- package/dist/cjs/classes/Image.js +103 -7
- package/dist/cjs/classes/Individual.js +33 -7
- package/dist/cjs/classes/InformalTaxonGroup.js +6 -6
- package/dist/cjs/classes/InformationSystem.js +31 -7
- package/dist/cjs/classes/IucnRedListEvaluation.js +230 -7
- package/dist/cjs/classes/IucnRedListEvaluationYear.js +6 -6
- package/dist/cjs/classes/IucnRedListTaxonGroup.js +6 -6
- package/dist/cjs/classes/Measurement.js +6 -6
- package/dist/cjs/classes/Model.js +103 -7
- package/dist/cjs/classes/Multimedia.js +6 -6
- package/dist/cjs/classes/NamedPlace.js +36 -7
- package/dist/cjs/classes/News.js +13 -7
- package/dist/cjs/classes/Notification.js +13 -7
- package/dist/cjs/classes/Occurrence.js +55 -7
- package/dist/cjs/classes/Organization.js +13 -7
- package/dist/cjs/classes/Pdf.js +40 -7
- package/dist/cjs/classes/Permit.js +24 -7
- package/dist/cjs/classes/Person.js +40 -7
- package/dist/cjs/classes/Pinkka.js +6 -6
- package/dist/cjs/classes/Preparation.js +44 -7
- package/dist/cjs/classes/Profile.js +23 -7
- package/dist/cjs/classes/Publication.js +6 -6
- package/dist/cjs/classes/RegionalStatus.js +55 -7
- package/dist/cjs/classes/Reserve.js +6 -6
- package/dist/cjs/classes/Sample.js +148 -7
- package/dist/cjs/classes/SatelliteTrackingProject.js +6 -6
- package/dist/cjs/classes/SpecimenTransaction.js +62 -7
- package/dist/cjs/classes/SpecimenTransactionEvent.js +12 -7
- package/dist/cjs/classes/SubUnit.js +19 -7
- package/dist/cjs/classes/Tag.js +36 -7
- package/dist/cjs/classes/Taxon.js +382 -7
- package/dist/cjs/classes/TaxonCensus.js +39 -7
- package/dist/cjs/classes/TaxonConcept.js +6 -6
- package/dist/cjs/classes/TaxonGroupIucnEditors.js +6 -6
- package/dist/cjs/classes/TaxonInteraction.js +68 -7
- package/dist/cjs/classes/TaxonSet.js +6 -6
- package/dist/cjs/classes/Trait.js +12 -0
- package/dist/cjs/classes/TraitEnumValue.js +12 -0
- package/dist/cjs/classes/TraitGroup.js +12 -0
- package/dist/cjs/classes/Transaction.js +80 -7
- package/dist/cjs/classes/TransactionEvent.js +22 -7
- package/dist/cjs/classes/TransactionItem.js +20 -7
- package/dist/cjs/classes/Translation.js +6 -6
- package/dist/cjs/classes/TypeSpecimen.js +51 -7
- package/dist/cjs/classes/Unit.js +614 -7
- package/dist/cjs/classes/UnitFact.js +102 -7
- package/dist/cjs/classes/UnitGathering.js +6 -6
- package/dist/cjs/classes/UnitOfMeasurement.js +12 -0
- package/dist/cjs/classes/Validator.js +6 -6
- package/dist/cjs/classes/Video.js +103 -7
- package/dist/cjs/classes/index.js +90 -174
- package/dist/cjs/models/AdministrativeStatus.js +0 -6
- package/dist/cjs/models/Agent.js +0 -6
- package/dist/cjs/models/Annotation.js +0 -6
- package/dist/cjs/models/AnnotationOccurrence.js +0 -6
- package/dist/cjs/models/Area.js +0 -6
- package/dist/cjs/models/Audio.js +0 -6
- package/dist/cjs/models/BibliographicResource.js +0 -6
- package/dist/cjs/models/BirdSongRecognitionSkillLevel.js +0 -6
- package/dist/cjs/models/Branch.js +0 -6
- package/dist/cjs/models/Checklist.js +0 -6
- package/dist/cjs/models/ChecklistVersion.js +0 -6
- package/dist/cjs/models/Collection.js +0 -6
- package/dist/cjs/models/CompleteList.js +0 -6
- package/dist/cjs/models/Concept.js +0 -6
- package/dist/cjs/models/ContentContextDescription.js +0 -6
- package/dist/cjs/models/DataField.js +0 -6
- package/dist/cjs/models/Dataset.js +0 -6
- package/dist/cjs/models/DateRange.js +0 -6
- package/dist/cjs/models/Device.js +0 -6
- package/dist/cjs/models/DeviceIndividual.js +0 -6
- package/dist/cjs/models/Document.js +0 -6
- package/dist/cjs/models/DownloadRequest.js +0 -6
- package/dist/cjs/models/Endangerment.js +0 -6
- package/dist/cjs/models/Event.js +0 -6
- package/dist/cjs/models/Field.js +0 -6
- package/dist/cjs/models/Fieldset.js +0 -6
- package/dist/cjs/models/Form.js +0 -6
- package/dist/cjs/models/FormFooter.js +0 -6
- package/dist/cjs/models/FormInstructions.js +0 -6
- package/dist/cjs/models/FormNamedPlaceOptions.js +0 -6
- package/dist/cjs/models/FormOptions.js +0 -6
- package/dist/cjs/models/FormPermission.js +0 -6
- package/dist/cjs/models/FormPermissionPerson.js +0 -6
- package/dist/cjs/models/FormPermissionSingle.js +0 -6
- package/dist/cjs/models/FormSeason.js +0 -6
- package/dist/cjs/models/Gathering.js +0 -6
- package/dist/cjs/models/GatheringEvent.js +0 -6
- package/dist/cjs/models/GatheringFact.js +0 -6
- package/dist/cjs/models/Habitat.js +0 -6
- package/dist/cjs/models/Identification.js +0 -6
- package/dist/cjs/models/Image.js +0 -6
- package/dist/cjs/models/Individual.js +0 -6
- package/dist/cjs/models/InformalTaxonGroup.js +0 -6
- package/dist/cjs/models/InformationSystem.js +0 -6
- package/dist/cjs/models/IucnRedListEvaluation.js +0 -6
- package/dist/cjs/models/IucnRedListEvaluationYear.js +0 -6
- package/dist/cjs/models/IucnRedListTaxonGroup.js +0 -6
- package/dist/cjs/models/Measurement.js +0 -6
- package/dist/cjs/models/Model.js +0 -6
- package/dist/cjs/models/Multimedia.js +0 -6
- package/dist/cjs/models/NamedPlace.js +0 -6
- package/dist/cjs/models/News.js +0 -6
- package/dist/cjs/models/Notification.js +0 -6
- package/dist/cjs/models/Occurrence.js +0 -6
- package/dist/cjs/models/Organization.js +0 -6
- package/dist/cjs/models/Pdf.js +0 -6
- package/dist/cjs/models/Permit.js +0 -6
- package/dist/cjs/models/Person.js +0 -6
- package/dist/cjs/models/Pinkka.js +0 -6
- package/dist/cjs/models/Preparation.js +0 -6
- package/dist/cjs/models/Profile.js +0 -6
- package/dist/cjs/models/Publication.js +0 -6
- package/dist/cjs/models/RegionalStatus.js +0 -6
- package/dist/cjs/models/Reserve.js +0 -6
- package/dist/cjs/models/Sample.js +0 -6
- package/dist/cjs/models/SatelliteTrackingProject.js +0 -6
- package/dist/cjs/models/SpecimenTransaction.js +0 -6
- package/dist/cjs/models/SpecimenTransactionEvent.js +0 -6
- package/dist/cjs/models/SubUnit.js +0 -6
- package/dist/cjs/models/Tag.js +0 -6
- package/dist/cjs/models/Taxon.js +0 -6
- package/dist/cjs/models/TaxonCensus.js +0 -6
- package/dist/cjs/models/TaxonConcept.js +0 -6
- package/dist/cjs/models/TaxonGroupIucnEditors.js +0 -6
- package/dist/cjs/models/TaxonInteraction.js +0 -6
- package/dist/cjs/models/TaxonSet.js +0 -6
- package/dist/cjs/models/Trait.js +2 -0
- package/dist/cjs/models/TraitEnumValue.js +2 -0
- package/dist/cjs/models/TraitGroup.js +2 -0
- package/dist/cjs/models/Transaction.js +0 -6
- package/dist/cjs/models/TransactionEvent.js +0 -6
- package/dist/cjs/models/TransactionItem.js +0 -6
- package/dist/cjs/models/Translation.js +0 -6
- package/dist/cjs/models/TypeSpecimen.js +0 -6
- package/dist/cjs/models/Unit.js +0 -6
- package/dist/cjs/models/UnitFact.js +0 -6
- package/dist/cjs/models/UnitGathering.js +0 -6
- package/dist/cjs/models/UnitOfMeasurement.js +2 -0
- package/dist/cjs/models/Validator.js +0 -6
- package/dist/cjs/models/Video.js +0 -6
- package/dist/cjs/models/index.js +17 -12
- package/dist/esm/classes/AdministrativeStatus.js +5 -5
- package/dist/esm/classes/Agent.js +5 -5
- package/dist/esm/classes/Annotation.js +55 -5
- package/dist/esm/classes/AnnotationOccurrence.js +5 -5
- package/dist/esm/classes/Area.js +17 -5
- package/dist/esm/classes/Audio.js +101 -5
- package/dist/esm/classes/BibliographicResource.js +5 -5
- package/dist/esm/classes/BirdSongRecognitionSkillLevel.js +12 -5
- package/dist/esm/classes/Branch.js +5 -5
- package/dist/esm/classes/Checklist.js +5 -5
- package/dist/esm/classes/ChecklistVersion.js +5 -5
- package/dist/esm/classes/Collection.js +80 -5
- package/dist/esm/classes/CompleteList.js +12 -5
- package/dist/esm/classes/Concept.js +5 -5
- package/dist/esm/classes/ContentContextDescription.js +5 -5
- package/dist/esm/classes/DataField.js +5 -5
- package/dist/esm/classes/Dataset.js +10 -5
- package/dist/esm/classes/DateRange.js +5 -5
- package/dist/esm/classes/Device.js +5 -5
- package/dist/esm/classes/DeviceIndividual.js +5 -5
- package/dist/esm/classes/Document.js +103 -5
- package/dist/esm/classes/DownloadRequest.js +5 -5
- package/dist/esm/classes/Endangerment.js +34 -5
- package/dist/esm/classes/Event.js +52 -5
- package/dist/esm/classes/Field.js +5 -5
- package/dist/esm/classes/Fieldset.js +5 -5
- package/dist/esm/classes/Form.js +29 -5
- package/dist/esm/classes/FormFooter.js +5 -5
- package/dist/esm/classes/FormInstructions.js +5 -5
- package/dist/esm/classes/FormNamedPlaceOptions.js +5 -5
- package/dist/esm/classes/FormOptions.js +33 -5
- package/dist/esm/classes/FormPermission.js +5 -5
- package/dist/esm/classes/FormPermissionPerson.js +5 -5
- package/dist/esm/classes/FormPermissionSingle.js +12 -5
- package/dist/esm/classes/FormSeason.js +5 -5
- package/dist/esm/classes/Gathering.js +319 -5
- package/dist/esm/classes/GatheringEvent.js +65 -5
- package/dist/esm/classes/GatheringFact.js +253 -5
- package/dist/esm/classes/Habitat.js +116 -5
- package/dist/esm/classes/Identification.js +116 -5
- package/dist/esm/classes/Image.js +101 -5
- package/dist/esm/classes/Individual.js +31 -5
- package/dist/esm/classes/InformalTaxonGroup.js +5 -5
- package/dist/esm/classes/InformationSystem.js +29 -5
- package/dist/esm/classes/IucnRedListEvaluation.js +228 -5
- package/dist/esm/classes/IucnRedListEvaluationYear.js +5 -5
- package/dist/esm/classes/IucnRedListTaxonGroup.js +5 -5
- package/dist/esm/classes/Measurement.js +5 -5
- package/dist/esm/classes/Model.js +101 -5
- package/dist/esm/classes/Multimedia.js +5 -5
- package/dist/esm/classes/NamedPlace.js +34 -5
- package/dist/esm/classes/News.js +11 -5
- package/dist/esm/classes/Notification.js +11 -5
- package/dist/esm/classes/Occurrence.js +53 -5
- package/dist/esm/classes/Organization.js +11 -5
- package/dist/esm/classes/Pdf.js +38 -5
- package/dist/esm/classes/Permit.js +22 -5
- package/dist/esm/classes/Person.js +38 -5
- package/dist/esm/classes/Pinkka.js +5 -5
- package/dist/esm/classes/Preparation.js +42 -5
- package/dist/esm/classes/Profile.js +21 -5
- package/dist/esm/classes/Publication.js +5 -5
- package/dist/esm/classes/RegionalStatus.js +53 -5
- package/dist/esm/classes/Reserve.js +5 -5
- package/dist/esm/classes/Sample.js +146 -5
- package/dist/esm/classes/SatelliteTrackingProject.js +5 -5
- package/dist/esm/classes/SpecimenTransaction.js +60 -5
- package/dist/esm/classes/SpecimenTransactionEvent.js +10 -5
- package/dist/esm/classes/SubUnit.js +17 -5
- package/dist/esm/classes/Tag.js +34 -5
- package/dist/esm/classes/Taxon.js +380 -5
- package/dist/esm/classes/TaxonCensus.js +37 -5
- package/dist/esm/classes/TaxonConcept.js +5 -5
- package/dist/esm/classes/TaxonGroupIucnEditors.js +5 -5
- package/dist/esm/classes/TaxonInteraction.js +66 -5
- package/dist/esm/classes/TaxonSet.js +5 -5
- package/dist/esm/classes/Trait.js +8 -0
- package/dist/esm/classes/TraitEnumValue.js +8 -0
- package/dist/esm/classes/TraitGroup.js +8 -0
- package/dist/esm/classes/Transaction.js +78 -5
- package/dist/esm/classes/TransactionEvent.js +20 -5
- package/dist/esm/classes/TransactionItem.js +18 -5
- package/dist/esm/classes/Translation.js +5 -5
- package/dist/esm/classes/TypeSpecimen.js +49 -5
- package/dist/esm/classes/Unit.js +612 -5
- package/dist/esm/classes/UnitFact.js +100 -5
- package/dist/esm/classes/UnitGathering.js +5 -5
- package/dist/esm/classes/UnitOfMeasurement.js +8 -0
- package/dist/esm/classes/Validator.js +5 -5
- package/dist/esm/classes/Video.js +101 -5
- package/dist/esm/classes/index.js +90 -86
- package/dist/esm/models/AdministrativeStatus.js +0 -6
- package/dist/esm/models/Agent.js +0 -6
- package/dist/esm/models/Annotation.js +0 -6
- package/dist/esm/models/AnnotationOccurrence.js +0 -6
- package/dist/esm/models/Area.js +0 -6
- package/dist/esm/models/Audio.js +0 -6
- package/dist/esm/models/BibliographicResource.js +0 -6
- package/dist/esm/models/BirdSongRecognitionSkillLevel.js +0 -6
- package/dist/esm/models/Branch.js +0 -6
- package/dist/esm/models/Checklist.js +0 -6
- package/dist/esm/models/ChecklistVersion.js +0 -6
- package/dist/esm/models/Collection.js +0 -6
- package/dist/esm/models/CompleteList.js +0 -6
- package/dist/esm/models/Concept.js +0 -6
- package/dist/esm/models/ContentContextDescription.js +0 -6
- package/dist/esm/models/DataField.js +0 -6
- package/dist/esm/models/Dataset.js +0 -6
- package/dist/esm/models/DateRange.js +0 -6
- package/dist/esm/models/Device.js +0 -6
- package/dist/esm/models/DeviceIndividual.js +0 -6
- package/dist/esm/models/Document.js +0 -6
- package/dist/esm/models/DownloadRequest.js +0 -6
- package/dist/esm/models/Endangerment.js +0 -6
- package/dist/esm/models/Event.js +0 -6
- package/dist/esm/models/Field.js +0 -6
- package/dist/esm/models/Fieldset.js +0 -6
- package/dist/esm/models/Form.js +0 -6
- package/dist/esm/models/FormFooter.js +0 -6
- package/dist/esm/models/FormInstructions.js +0 -6
- package/dist/esm/models/FormNamedPlaceOptions.js +0 -6
- package/dist/esm/models/FormOptions.js +0 -6
- package/dist/esm/models/FormPermission.js +0 -6
- package/dist/esm/models/FormPermissionPerson.js +0 -6
- package/dist/esm/models/FormPermissionSingle.js +0 -6
- package/dist/esm/models/FormSeason.js +0 -6
- package/dist/esm/models/Gathering.js +0 -6
- package/dist/esm/models/GatheringEvent.js +0 -6
- package/dist/esm/models/GatheringFact.js +0 -6
- package/dist/esm/models/Habitat.js +0 -6
- package/dist/esm/models/Identification.js +0 -6
- package/dist/esm/models/Image.js +0 -6
- package/dist/esm/models/Individual.js +0 -6
- package/dist/esm/models/InformalTaxonGroup.js +0 -6
- package/dist/esm/models/InformationSystem.js +0 -6
- package/dist/esm/models/IucnRedListEvaluation.js +0 -6
- package/dist/esm/models/IucnRedListEvaluationYear.js +0 -6
- package/dist/esm/models/IucnRedListTaxonGroup.js +0 -6
- package/dist/esm/models/Measurement.js +0 -6
- package/dist/esm/models/Model.js +0 -6
- package/dist/esm/models/Multimedia.js +0 -6
- package/dist/esm/models/NamedPlace.js +0 -6
- package/dist/esm/models/News.js +0 -6
- package/dist/esm/models/Notification.js +0 -6
- package/dist/esm/models/Occurrence.js +0 -6
- package/dist/esm/models/Organization.js +0 -6
- package/dist/esm/models/Pdf.js +0 -6
- package/dist/esm/models/Permit.js +0 -6
- package/dist/esm/models/Person.js +0 -6
- package/dist/esm/models/Pinkka.js +0 -6
- package/dist/esm/models/Preparation.js +0 -6
- package/dist/esm/models/Profile.js +0 -6
- package/dist/esm/models/Publication.js +0 -6
- package/dist/esm/models/RegionalStatus.js +0 -6
- package/dist/esm/models/Reserve.js +0 -6
- package/dist/esm/models/Sample.js +0 -6
- package/dist/esm/models/SatelliteTrackingProject.js +0 -6
- package/dist/esm/models/SpecimenTransaction.js +0 -6
- package/dist/esm/models/SpecimenTransactionEvent.js +0 -6
- package/dist/esm/models/SubUnit.js +0 -6
- package/dist/esm/models/Tag.js +0 -6
- package/dist/esm/models/Taxon.js +0 -6
- package/dist/esm/models/TaxonCensus.js +0 -6
- package/dist/esm/models/TaxonConcept.js +0 -6
- package/dist/esm/models/TaxonGroupIucnEditors.js +0 -6
- package/dist/esm/models/TaxonInteraction.js +0 -6
- package/dist/esm/models/TaxonSet.js +0 -6
- package/dist/esm/models/Trait.js +1 -0
- package/dist/esm/models/TraitEnumValue.js +1 -0
- package/dist/esm/models/TraitGroup.js +1 -0
- package/dist/esm/models/Transaction.js +0 -6
- package/dist/esm/models/TransactionEvent.js +0 -6
- package/dist/esm/models/TransactionItem.js +0 -6
- package/dist/esm/models/Translation.js +0 -6
- package/dist/esm/models/TypeSpecimen.js +0 -6
- package/dist/esm/models/Unit.js +0 -6
- package/dist/esm/models/UnitFact.js +0 -6
- package/dist/esm/models/UnitGathering.js +0 -6
- package/dist/esm/models/UnitOfMeasurement.js +1 -0
- package/dist/esm/models/Validator.js +0 -6
- package/dist/esm/models/Video.js +0 -6
- package/dist/esm/models/index.js +12 -1
- package/dist/types/classes/AdministrativeStatus.d.ts +0 -5
- package/dist/types/classes/Agent.d.ts +0 -5
- package/dist/types/classes/Annotation.d.ts +54 -114
- package/dist/types/classes/AnnotationOccurrence.d.ts +0 -5
- package/dist/types/classes/Area.d.ts +12 -6
- package/dist/types/classes/Audio.d.ts +96 -11
- package/dist/types/classes/BibliographicResource.d.ts +0 -5
- package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +7 -6
- package/dist/types/classes/Branch.d.ts +0 -5
- package/dist/types/classes/Checklist.d.ts +0 -5
- package/dist/types/classes/ChecklistVersion.d.ts +0 -5
- package/dist/types/classes/Collection.d.ts +77 -13
- package/dist/types/classes/CompleteList.d.ts +7 -6
- package/dist/types/classes/Concept.d.ts +0 -5
- package/dist/types/classes/ContentContextDescription.d.ts +0 -5
- package/dist/types/classes/DataField.d.ts +0 -5
- package/dist/types/classes/Dataset.d.ts +5 -6
- package/dist/types/classes/DateRange.d.ts +0 -5
- package/dist/types/classes/Device.d.ts +0 -5
- package/dist/types/classes/DeviceIndividual.d.ts +0 -5
- package/dist/types/classes/Document.d.ts +102 -1761
- package/dist/types/classes/DownloadRequest.d.ts +0 -5
- package/dist/types/classes/Endangerment.d.ts +29 -6
- package/dist/types/classes/Event.d.ts +47 -7
- package/dist/types/classes/Field.d.ts +1 -156
- package/dist/types/classes/Fieldset.d.ts +0 -5
- package/dist/types/classes/Form.d.ts +28 -2521
- package/dist/types/classes/FormFooter.d.ts +0 -5
- package/dist/types/classes/FormInstructions.d.ts +0 -5
- package/dist/types/classes/FormNamedPlaceOptions.d.ts +0 -5
- package/dist/types/classes/FormOptions.d.ts +36 -2161
- package/dist/types/classes/FormPermission.d.ts +0 -5
- package/dist/types/classes/FormPermissionPerson.d.ts +0 -5
- package/dist/types/classes/FormPermissionSingle.d.ts +7 -6
- package/dist/types/classes/FormSeason.d.ts +0 -5
- package/dist/types/classes/Gathering.d.ts +320 -593
- package/dist/types/classes/GatheringEvent.d.ts +66 -115
- package/dist/types/classes/GatheringFact.d.ts +248 -29
- package/dist/types/classes/Habitat.d.ts +111 -7
- package/dist/types/classes/Identification.d.ts +111 -10
- package/dist/types/classes/Image.d.ts +96 -11
- package/dist/types/classes/Individual.d.ts +26 -6
- package/dist/types/classes/InformalTaxonGroup.d.ts +0 -5
- package/dist/types/classes/InformationSystem.d.ts +24 -8
- package/dist/types/classes/IucnRedListEvaluation.d.ts +232 -29
- package/dist/types/classes/IucnRedListEvaluationYear.d.ts +0 -5
- package/dist/types/classes/IucnRedListTaxonGroup.d.ts +0 -5
- package/dist/types/classes/Measurement.d.ts +0 -5
- package/dist/types/classes/Model.d.ts +96 -11
- package/dist/types/classes/Multimedia.d.ts +0 -5
- package/dist/types/classes/NamedPlace.d.ts +36 -3950
- package/dist/types/classes/News.d.ts +6 -6
- package/dist/types/classes/Notification.d.ts +8 -135
- package/dist/types/classes/Occurrence.d.ts +48 -6
- package/dist/types/classes/Organization.d.ts +6 -6
- package/dist/types/classes/Pdf.d.ts +33 -7
- package/dist/types/classes/Permit.d.ts +17 -7
- package/dist/types/classes/Person.d.ts +33 -8
- package/dist/types/classes/Pinkka.d.ts +0 -5
- package/dist/types/classes/Preparation.d.ts +37 -7
- package/dist/types/classes/Profile.d.ts +18 -11
- package/dist/types/classes/Publication.d.ts +0 -5
- package/dist/types/classes/RegionalStatus.d.ts +48 -6
- package/dist/types/classes/Reserve.d.ts +0 -5
- package/dist/types/classes/Sample.d.ts +143 -42
- package/dist/types/classes/SatelliteTrackingProject.d.ts +0 -5
- package/dist/types/classes/SpecimenTransaction.d.ts +59 -33
- package/dist/types/classes/SpecimenTransactionEvent.d.ts +5 -6
- package/dist/types/classes/SubUnit.d.ts +12 -6
- package/dist/types/classes/Tag.d.ts +29 -8
- package/dist/types/classes/Taxon.d.ts +375 -22
- package/dist/types/classes/TaxonCensus.d.ts +32 -7
- package/dist/types/classes/TaxonConcept.d.ts +0 -5
- package/dist/types/classes/TaxonGroupIucnEditors.d.ts +0 -5
- package/dist/types/classes/TaxonInteraction.d.ts +61 -8
- package/dist/types/classes/TaxonSet.d.ts +0 -5
- package/dist/types/classes/Trait.d.ts +14 -0
- package/dist/types/classes/TraitEnumValue.d.ts +9 -0
- package/dist/types/classes/TraitGroup.d.ts +7 -0
- package/dist/types/classes/Transaction.d.ts +75 -28
- package/dist/types/classes/TransactionEvent.d.ts +17 -33
- package/dist/types/classes/TransactionItem.d.ts +13 -7
- package/dist/types/classes/Translation.d.ts +0 -5
- package/dist/types/classes/TypeSpecimen.d.ts +44 -8
- package/dist/types/classes/Unit.d.ts +617 -271
- package/dist/types/classes/UnitFact.d.ts +95 -15
- package/dist/types/classes/UnitGathering.d.ts +0 -5
- package/dist/types/classes/UnitOfMeasurement.d.ts +13 -0
- package/dist/types/classes/Validator.d.ts +0 -5
- package/dist/types/classes/Video.d.ts +96 -11
- package/dist/types/classes/index.d.ts +180 -86
- package/dist/types/models/AdministrativeStatus.d.ts +0 -5
- package/dist/types/models/Agent.d.ts +0 -5
- package/dist/types/models/Annotation.d.ts +16 -114
- package/dist/types/models/AnnotationOccurrence.d.ts +0 -5
- package/dist/types/models/Area.d.ts +2 -6
- package/dist/types/models/Audio.d.ts +12 -11
- package/dist/types/models/BibliographicResource.d.ts +0 -5
- package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +2 -6
- package/dist/types/models/Branch.d.ts +0 -5
- package/dist/types/models/Checklist.d.ts +0 -5
- package/dist/types/models/ChecklistVersion.d.ts +0 -5
- package/dist/types/models/Collection.d.ts +18 -13
- package/dist/types/models/CompleteList.d.ts +2 -6
- package/dist/types/models/Concept.d.ts +0 -5
- package/dist/types/models/ContentContextDescription.d.ts +0 -5
- package/dist/types/models/DataField.d.ts +0 -5
- package/dist/types/models/Dataset.d.ts +2 -6
- package/dist/types/models/DateRange.d.ts +0 -5
- package/dist/types/models/Device.d.ts +0 -5
- package/dist/types/models/DeviceIndividual.d.ts +0 -5
- package/dist/types/models/Document.d.ts +16 -1761
- package/dist/types/models/DownloadRequest.d.ts +0 -5
- package/dist/types/models/Endangerment.d.ts +2 -6
- package/dist/types/models/Event.d.ts +4 -7
- package/dist/types/models/Field.d.ts +1 -156
- package/dist/types/models/Fieldset.d.ts +0 -5
- package/dist/types/models/Form.d.ts +10 -2521
- package/dist/types/models/FormFooter.d.ts +0 -5
- package/dist/types/models/FormInstructions.d.ts +0 -5
- package/dist/types/models/FormNamedPlaceOptions.d.ts +0 -5
- package/dist/types/models/FormOptions.d.ts +16 -2161
- package/dist/types/models/FormPermission.d.ts +0 -5
- package/dist/types/models/FormPermissionPerson.d.ts +0 -5
- package/dist/types/models/FormPermissionSingle.d.ts +2 -6
- package/dist/types/models/FormSeason.d.ts +0 -5
- package/dist/types/models/Gathering.d.ts +32 -593
- package/dist/types/models/GatheringEvent.d.ts +16 -115
- package/dist/types/models/GatheringFact.d.ts +48 -29
- package/dist/types/models/Habitat.d.ts +4 -7
- package/dist/types/models/Identification.d.ts +10 -10
- package/dist/types/models/Image.d.ts +12 -11
- package/dist/types/models/Individual.d.ts +2 -6
- package/dist/types/models/InformalTaxonGroup.d.ts +0 -5
- package/dist/types/models/InformationSystem.d.ts +6 -8
- package/dist/types/models/IucnRedListEvaluation.d.ts +39 -29
- package/dist/types/models/IucnRedListEvaluationYear.d.ts +0 -5
- package/dist/types/models/IucnRedListTaxonGroup.d.ts +0 -5
- package/dist/types/models/Measurement.d.ts +0 -5
- package/dist/types/models/Model.d.ts +12 -11
- package/dist/types/models/Multimedia.d.ts +0 -5
- package/dist/types/models/NamedPlace.d.ts +13 -3950
- package/dist/types/models/News.d.ts +2 -6
- package/dist/types/models/Notification.d.ts +4 -135
- package/dist/types/models/Occurrence.d.ts +2 -6
- package/dist/types/models/Organization.d.ts +2 -6
- package/dist/types/models/Pdf.d.ts +4 -7
- package/dist/types/models/Permit.d.ts +4 -7
- package/dist/types/models/Person.d.ts +6 -8
- package/dist/types/models/Pinkka.d.ts +0 -5
- package/dist/types/models/Preparation.d.ts +4 -7
- package/dist/types/models/Profile.d.ts +6 -11
- package/dist/types/models/Publication.d.ts +0 -5
- package/dist/types/models/RegionalStatus.d.ts +2 -6
- package/dist/types/models/Reserve.d.ts +0 -5
- package/dist/types/models/Sample.d.ts +18 -42
- package/dist/types/models/SatelliteTrackingProject.d.ts +0 -5
- package/dist/types/models/SpecimenTransaction.d.ts +16 -33
- package/dist/types/models/SpecimenTransactionEvent.d.ts +2 -6
- package/dist/types/models/SubUnit.d.ts +2 -6
- package/dist/types/models/Tag.d.ts +6 -8
- package/dist/types/models/Taxon.d.ts +34 -22
- package/dist/types/models/TaxonCensus.d.ts +4 -7
- package/dist/types/models/TaxonConcept.d.ts +0 -5
- package/dist/types/models/TaxonGroupIucnEditors.d.ts +0 -5
- package/dist/types/models/TaxonInteraction.d.ts +6 -8
- package/dist/types/models/TaxonSet.d.ts +0 -5
- package/dist/types/models/Trait.d.ts +14 -0
- package/dist/types/models/TraitEnumValue.d.ts +9 -0
- package/dist/types/models/TraitGroup.d.ts +7 -0
- package/dist/types/models/Transaction.d.ts +18 -28
- package/dist/types/models/TransactionEvent.d.ts +6 -33
- package/dist/types/models/TransactionItem.d.ts +4 -7
- package/dist/types/models/Translation.d.ts +0 -5
- package/dist/types/models/TypeSpecimen.d.ts +6 -8
- package/dist/types/models/Unit.d.ts +76 -271
- package/dist/types/models/UnitFact.d.ts +20 -15
- package/dist/types/models/UnitGathering.d.ts +0 -5
- package/dist/types/models/UnitOfMeasurement.d.ts +13 -0
- package/dist/types/models/Validator.d.ts +0 -5
- package/dist/types/models/Video.d.ts +12 -11
- package/dist/types/models/index.d.ts +13 -2
- package/package.json +1 -1
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { GatheringEvent } from './';
|
|
2
|
+
import { Gathering } from './';
|
|
3
|
+
export declare type SecureLevels = "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
|
|
4
|
+
export declare type DataOriginEnum = "" | "MY.dataOriginPaperForm" | "MY.dataOriginWebForm" | "MY.dataOriginSpreadsheetFile";
|
|
5
|
+
export declare type Preservations = "" | "MY.preservationPressed" | "MY.preservationDry" | "MY.preservationCriticalPointDrying" | "MY.preservationPinned" | "MY.preservationGlued" | "MY.preservationLiquid" | "MY.preservationEthanol" | "MY.preservationEthanolPure" | "MY.preservationEthanol70" | "MY.preservationEthanol80" | "MY.preservationEthanol80Pure" | "MY.preservationEthanol96" | "MY.preservationEthanolDenatured" | "MY.preservationEthanolFormalin" | "MY.preservationEthanolExFormalin" | "MY.preservationFormalin" | "MY.preservationBouinSolution" | "MY.preservationPampelsFluid" | "MY.preservationGlycerol" | "MY.preservationParaffin" | "MY.preservationMercuricChloride" | "MY.preservationCryopreserved" | "MY.preservationFrozen" | "MY.preservationFrozenMinus80C" | "MY.preservationFreezeDried" | "MY.preservationGoldPlated" | "MY.preservationActiveCulture" | "MY.preservationLiving" | "MY.preservationSlide" | "MY.preservationSlideCanadaBalsam" | "MY.preservationSlideEuparal" | "MY.preservationSlidePolyviol" | "MY.preservationStuffed" | "MY.preservationCast" | "MY.preservationPlastinated" | "MY.preservationFrozenMinus80CAndEthanolMinus20C";
|
|
6
|
+
export declare type Statuses = "" | "MY.statusOk" | "MY.statusMissing" | "MY.statusUnrecoverable" | "MY.statusLost" | "MY.statusDonated" | "MY.statusDeposited" | "MY.statusDeaccessioned" | "MY.statusDiscarded" | "MY.statusSpent" | "MY.statusDestroyed" | "MY.statusUndefined" | "MY.statusAxenic" | "MY.statusNonAxenic" | "MY.statusNotAvailable" | "MY.statusDead" | "MY.statusNoVoucherRetained";
|
|
7
|
+
export declare type VerificationStatuses = "" | "MY.verificationStatusOk" | "MY.verificationStatusVerify" | "MY.verificationStatusComplete" | "MY.verificationStatusGeoreference" | "MY.verificationStatusDet" | "MY.verificationStatusCheckID" | "MY.verificationStatusVerifyCoordinates";
|
|
8
|
+
export declare type PublicityRestrictionsEnum = "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
6
9
|
export interface Document {
|
|
7
10
|
"@context"?: string;
|
|
8
11
|
id?: string;
|
|
@@ -10,7 +13,7 @@ export interface Document {
|
|
|
10
13
|
/**
|
|
11
14
|
* Secure level (salaus-/karkeistustaso) for the data
|
|
12
15
|
*/
|
|
13
|
-
secureLevel?:
|
|
16
|
+
secureLevel?: SecureLevels;
|
|
14
17
|
/**
|
|
15
18
|
* Leave empty if no sample taken, or if the sample is recorded separately
|
|
16
19
|
*/
|
|
@@ -71,7 +74,7 @@ export interface Document {
|
|
|
71
74
|
* Annuality/perenniality or other specialities about cultivation in our conditions.
|
|
72
75
|
*/
|
|
73
76
|
cultivationInformation?: string;
|
|
74
|
-
dataOrigin?:
|
|
77
|
+
dataOrigin?: DataOriginEnum[];
|
|
75
78
|
/**
|
|
76
79
|
* Where the data about this specimen or observation is from, in addition to labels. Eg. reference to a publication, field notes or an expedition.
|
|
77
80
|
*/
|
|
@@ -111,158 +114,7 @@ export interface Document {
|
|
|
111
114
|
* Id of the form that was used for the document
|
|
112
115
|
*/
|
|
113
116
|
formID?: string;
|
|
114
|
-
gatheringEvent?:
|
|
115
|
-
id?: string;
|
|
116
|
-
"@type"?: string;
|
|
117
|
-
"@context"?: string;
|
|
118
|
-
acknowledgeNoUnitsInCensus?: boolean;
|
|
119
|
-
artificialLight?: "" | "MY.artificialLightEnum1" | "MY.artificialLightEnum2" | "MY.artificialLightEnum3" | "MY.artificialLightEnum4" | "MY.artificialLightEnum5";
|
|
120
|
-
breaksDuringCensusInMinutes?: number;
|
|
121
|
-
censusHinderedByEnviromentalFactors?: boolean;
|
|
122
|
-
censusHinderedByFog?: boolean;
|
|
123
|
-
censusHinderedByRain?: boolean;
|
|
124
|
-
censusHinderedByWind?: boolean;
|
|
125
|
-
censusPrematurelyAborted?: boolean;
|
|
126
|
-
cloudCover?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
|
|
127
|
-
cloudCoverEnd?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
|
|
128
|
-
cloudCoverStart?: "" | "MY.cloudCoverOktaEnumUnknown" | "MY.cloudCoverOktaEnum0" | "MY.cloudCoverOktaEnum1" | "MY.cloudCoverOktaEnum2" | "MY.cloudCoverOktaEnum3" | "MY.cloudCoverOktaEnum4" | "MY.cloudCoverOktaEnum5" | "MY.cloudCoverOktaEnum6" | "MY.cloudCoverOktaEnum7" | "MY.cloudCoverOktaEnum8";
|
|
129
|
-
completeList?: {
|
|
130
|
-
completeListTaxonID?: string;
|
|
131
|
-
completeListType?: "" | "MY.completeListTypeCompleteWithBreedingStatus" | "MY.completeListTypeComplete" | "MY.completeListTypeIncomplete";
|
|
132
|
-
};
|
|
133
|
-
dateBegin?: string;
|
|
134
|
-
dateEnd?: string;
|
|
135
|
-
gatheringFact?: {
|
|
136
|
-
batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
|
|
137
|
-
binocularsUsed?: boolean;
|
|
138
|
-
censusAreaHectares?: number;
|
|
139
|
-
invasiveControlOtherExpensesInEuros?: number;
|
|
140
|
-
invasiveControlWorkHours?: number;
|
|
141
|
-
lineTransectSegmentCounted?: boolean;
|
|
142
|
-
lineTransectSegmentMetersEnd?: number;
|
|
143
|
-
lineTransectSegmentMetersStart?: number;
|
|
144
|
-
lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
|
|
145
|
-
lolifeSiteClassificationComments?: string;
|
|
146
|
-
observedAreaHectares?: number;
|
|
147
|
-
pointCountHabitat?: "" | "MY.pointCountHabitat0" | "MY.pointCountHabitat1" | "MY.pointCountHabitat2" | "MY.pointCountHabitat3" | "MY.pointCountHabitat4" | "MY.pointCountHabitat5" | "MY.pointCountHabitat6" | "MY.pointCountHabitat7" | "MY.pointCountHabitat8" | "MY.pointCountHabitat9" | "MY.pointCountHabitat10" | "MY.pointCountHabitat11" | "MY.pointCountHabitat12" | "MY.pointCountHabitat13" | "MY.pointCountHabitat14" | "MY.pointCountHabitat15" | "MY.pointCountHabitat16" | "MY.pointCountHabitat17";
|
|
148
|
-
shorelineLengthMeters?: number;
|
|
149
|
-
spottingScopeUsed?: boolean;
|
|
150
|
-
sunniness?: number;
|
|
151
|
-
sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
|
|
152
|
-
sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
|
|
153
|
-
sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
|
|
154
|
-
waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
|
|
155
|
-
waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
|
|
156
|
-
ykjSquareNumber?: string;
|
|
157
|
-
ACAFLAonAlder?: number;
|
|
158
|
-
ACAFLAonBirch?: number;
|
|
159
|
-
ACAFLAonGround?: number;
|
|
160
|
-
ACAFLAonPine?: number;
|
|
161
|
-
ACAFLAonSpruce?: number;
|
|
162
|
-
CARSPIonAlder?: number;
|
|
163
|
-
CARSPIonBirch?: number;
|
|
164
|
-
CARSPIonGround?: number;
|
|
165
|
-
CARSPIonPine?: number;
|
|
166
|
-
CARSPIonSpruce?: number;
|
|
167
|
-
LOXIAonAlder?: number;
|
|
168
|
-
LOXIAonBirch?: number;
|
|
169
|
-
LOXIAonGround?: number;
|
|
170
|
-
LOXIAonPine?: number;
|
|
171
|
-
LOXIAonSpruce?: number;
|
|
172
|
-
abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
|
|
173
|
-
abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
|
|
174
|
-
abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
|
|
175
|
-
birdFeederCount?: number;
|
|
176
|
-
birdFeederCountBiotopeA?: number;
|
|
177
|
-
birdFeederCountBiotopeB?: number;
|
|
178
|
-
birdFeederCountBiotopeC?: number;
|
|
179
|
-
birdFeederCountBiotopeD?: number;
|
|
180
|
-
birdFeederCountBiotopeE?: number;
|
|
181
|
-
birdFeederCountBiotopeF?: number;
|
|
182
|
-
birdFeederCountBiotopeG?: number;
|
|
183
|
-
birdFeederCountBiotopeH?: number;
|
|
184
|
-
cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
|
|
185
|
-
descriptionBiotopeF?: string;
|
|
186
|
-
feedingStationCount?: number;
|
|
187
|
-
feedingStationCountBiotopeA?: number;
|
|
188
|
-
feedingStationCountBiotopeB?: number;
|
|
189
|
-
feedingStationCountBiotopeC?: number;
|
|
190
|
-
feedingStationCountBiotopeD?: number;
|
|
191
|
-
feedingStationCountBiotopeE?: number;
|
|
192
|
-
feedingStationCountBiotopeF?: number;
|
|
193
|
-
feedingStationCountBiotopeG?: number;
|
|
194
|
-
feedingStationCountBiotopeH?: number;
|
|
195
|
-
iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
|
|
196
|
-
meanTemperature?: number;
|
|
197
|
-
observerCount?: number;
|
|
198
|
-
observerID?: number;
|
|
199
|
-
pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
200
|
-
routeID?: number;
|
|
201
|
-
routeLength?: number;
|
|
202
|
-
routeLengthBiotopeA?: number;
|
|
203
|
-
routeLengthBiotopeB?: number;
|
|
204
|
-
routeLengthBiotopeC?: number;
|
|
205
|
-
routeLengthBiotopeD?: number;
|
|
206
|
-
routeLengthBiotopeE?: number;
|
|
207
|
-
routeLengthBiotopeF?: number;
|
|
208
|
-
routeLengthBiotopeG?: number;
|
|
209
|
-
routeLengthBiotopeH?: number;
|
|
210
|
-
routeLengthChange?: number;
|
|
211
|
-
routeLengthChangeBiotopeA?: number;
|
|
212
|
-
routeLengthChangeBiotopeB?: number;
|
|
213
|
-
routeLengthChangeBiotopeC?: number;
|
|
214
|
-
routeLengthChangeBiotopeD?: number;
|
|
215
|
-
routeLengthChangeBiotopeE?: number;
|
|
216
|
-
routeLengthChangeBiotopeF?: number;
|
|
217
|
-
routeLengthChangeBiotopeG?: number;
|
|
218
|
-
routeLengthChangeBiotopeH?: number;
|
|
219
|
-
snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
|
|
220
|
-
snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
|
|
221
|
-
sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
222
|
-
sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
223
|
-
spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
224
|
-
typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
|
|
225
|
-
visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
|
|
226
|
-
waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
|
|
227
|
-
wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
|
|
228
|
-
wayOfTravelNotes?: string;
|
|
229
|
-
wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
|
|
230
|
-
};
|
|
231
|
-
geometry?: {
|
|
232
|
-
[k: string]: unknown | undefined;
|
|
233
|
-
};
|
|
234
|
-
gpsUsed?: boolean;
|
|
235
|
-
/**
|
|
236
|
-
* Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
|
|
237
|
-
*/
|
|
238
|
-
leg?: string[];
|
|
239
|
-
legPublic?: boolean;
|
|
240
|
-
/**
|
|
241
|
-
* Alkuperäislähteen käyttäjätunnus
|
|
242
|
-
*/
|
|
243
|
-
legUserID?: string[];
|
|
244
|
-
namedPlaceNotes?: string;
|
|
245
|
-
nextMonitoringYear?: number;
|
|
246
|
-
/**
|
|
247
|
-
* Additional information to the data in each section.
|
|
248
|
-
*/
|
|
249
|
-
notes?: string;
|
|
250
|
-
rainIntensity?: "" | "MY.rainIntensityEnumNoRain" | "MY.rainIntensityEnumLightRain" | "MY.rainIntensityEnumModerateRain" | "MY.rainIntensityEnumHeavyRain" | "MY.rainIntensityEnumTorrentialRain";
|
|
251
|
-
routeDirectionAdhered?: boolean;
|
|
252
|
-
spottingScopeUsed?: boolean;
|
|
253
|
-
startDistanceFromNECorner?: string;
|
|
254
|
-
startPointDeviation?: number;
|
|
255
|
-
taxonCensus?: {
|
|
256
|
-
censusTaxonID?: string;
|
|
257
|
-
censusTaxonSetID?: "" | "MX.taxonSetSykeButterflyCensusPapilionoidea" | "MX.taxonSetSykeButterflyCensusOther" | "MX.taxonSetWaterbirdWaterbirds" | "MX.taxonSetWaterbirdWaders" | "MX.taxonSetWaterbirdGulls" | "MX.taxonSetWaterbirdPasserines" | "MX.taxonSetWaterbirdAmphibia" | "MX.taxonSetSykeBumblebee" | "MVL.1201" | "MX.taxonSetSykeBumblebeeOther" | "MX.taxonSetBirdAtlasCommon" | "MX.taxonSetBiomonCompleteListOdonata" | "MX.taxonSetBiomonCompleteListButterflies" | "MX.taxonSetBiomonCompleteListMoths" | "MX.taxonSetBiomonCompleteListBombus" | "MX.taxonSetBiomonCompleteListAmphibiaReptilia" | "MX.taxonSetBiomonCompleteListLargeFlowers" | "MX.taxonSetBiomonCompleteListSubarcticPlants" | "MX.taxonSetBiomonCompleteListMacrolichens" | "MX.taxonSetBiomonCompleteListBracketFungi" | "MX.taxonSetBiomonCompleteListPracticalFungi" | "MX.taxonSetSykeMacrozoobenthos";
|
|
258
|
-
taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
|
|
259
|
-
}[];
|
|
260
|
-
temperature?: number;
|
|
261
|
-
temperatureEnd?: number;
|
|
262
|
-
temperatureStart?: number;
|
|
263
|
-
timeEnd?: string;
|
|
264
|
-
timeStart?: string;
|
|
265
|
-
};
|
|
117
|
+
gatheringEvent?: GatheringEvent;
|
|
266
118
|
/**
|
|
267
119
|
* Genbank identifier. You can include additonal comment by separating them with colon, e.g. "AY123456:comments here"
|
|
268
120
|
*/
|
|
@@ -299,7 +151,7 @@ export interface Document {
|
|
|
299
151
|
/**
|
|
300
152
|
* Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
|
|
301
153
|
*/
|
|
302
|
-
preservation?:
|
|
154
|
+
preservation?: Preservations[];
|
|
303
155
|
/**
|
|
304
156
|
* Location of the primary data if not Kotka.
|
|
305
157
|
*/
|
|
@@ -333,7 +185,7 @@ export interface Document {
|
|
|
333
185
|
/**
|
|
334
186
|
* Empty value means same as "ok" - that there is not anything special about the status of the specimen.
|
|
335
187
|
*/
|
|
336
|
-
status?:
|
|
188
|
+
status?: Statuses;
|
|
337
189
|
temp?: boolean;
|
|
338
190
|
templateDescription?: string;
|
|
339
191
|
templateName?: string;
|
|
@@ -352,7 +204,7 @@ export interface Document {
|
|
|
352
204
|
/**
|
|
353
205
|
* Information about the quality of the specimen data. Possible to select several.
|
|
354
206
|
*/
|
|
355
|
-
verificationStatus?:
|
|
207
|
+
verificationStatus?: VerificationStatuses[];
|
|
356
208
|
/**
|
|
357
209
|
* Identifier of the herbarium voucher specimen or information about it if the identifier is unknown.
|
|
358
210
|
*/
|
|
@@ -369,1604 +221,7 @@ export interface Document {
|
|
|
369
221
|
/**
|
|
370
222
|
* 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.
|
|
371
223
|
*/
|
|
372
|
-
publicityRestrictions?:
|
|
224
|
+
publicityRestrictions?: PublicityRestrictionsEnum;
|
|
373
225
|
scheduledForDeletion?: boolean;
|
|
374
|
-
gatherings: [
|
|
375
|
-
{
|
|
376
|
-
id?: string;
|
|
377
|
-
"@type"?: string;
|
|
378
|
-
"@context"?: string;
|
|
379
|
-
/**
|
|
380
|
-
* AFE grid name
|
|
381
|
-
*/
|
|
382
|
-
AFEQuadrat?: string;
|
|
383
|
-
/**
|
|
384
|
-
* UTM grid name
|
|
385
|
-
*/
|
|
386
|
-
UTMQuadrat?: string;
|
|
387
|
-
acknowledgeNoUnitsInCensus?: boolean;
|
|
388
|
-
/**
|
|
389
|
-
* Regions, rayons, provinces and other administrative areas. Separate multiple names with commas, from generic to specific. (E.g. Etelä-Suomen lääni, Uusimaa)
|
|
390
|
-
*/
|
|
391
|
-
administrativeProvince?: string;
|
|
392
|
-
/**
|
|
393
|
-
* Altitude form sea level in meters, single value or range (E.g. 90, or 80-100). No GPS altitude here.
|
|
394
|
-
*/
|
|
395
|
-
alt?: string;
|
|
396
|
-
areaDetail?: string;
|
|
397
|
-
/**
|
|
398
|
-
* 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.
|
|
399
|
-
*/
|
|
400
|
-
associatedObservationTaxa?: string;
|
|
401
|
-
/**
|
|
402
|
-
* Write associated specimen taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type Preserved specimen.
|
|
403
|
-
*/
|
|
404
|
-
associatedSpecimenTaxa?: string;
|
|
405
|
-
/**
|
|
406
|
-
* Bat habitat
|
|
407
|
-
*/
|
|
408
|
-
batHabitat?: ("" | "MY.batHabitatYardCityCentre" | "MY.batHabitatYardSuburbs" | "MY.batHabitatYardRural" | "MY.batHabitatRoadSide" | "MY.batHabitatStandOfTreesCloseToBuildings" | "MY.batHabitatParkWIthFewTrees" | "MY.batHabitatParkAbundantInTrees" | "MY.batHabitatSparseForest" | "MY.batHabitatDenseForest" | "MY.batHabitatEdgeOfShoreCoppice" | "MY.batHabitatLakeShore" | "MY.batHabitatSeaShore" | "MY.batHabitatArchipelago" | "MY.batHabitatStreamOrRiverBank" | "MY.batHabitatOldBuildingOrRuins" | "MY.batHabitatCountryside")[];
|
|
409
|
-
binocularsUsed?: boolean;
|
|
410
|
-
/**
|
|
411
|
-
* Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
|
|
412
|
-
*/
|
|
413
|
-
biologicalProvince?: string;
|
|
414
|
-
censusHinderedByEnviromentalFactors?: boolean;
|
|
415
|
-
censusHinderedByFog?: boolean;
|
|
416
|
-
censusHinderedByRain?: boolean;
|
|
417
|
-
censusHinderedByWind?: boolean;
|
|
418
|
-
/**
|
|
419
|
-
* Name of an expedition or such.
|
|
420
|
-
*/
|
|
421
|
-
collectingEventName?: string;
|
|
422
|
-
controlActivitiesNotes?: string;
|
|
423
|
-
/**
|
|
424
|
-
* Free-text notes about the coordinates.
|
|
425
|
-
*/
|
|
426
|
-
coordinateNotes?: string;
|
|
427
|
-
/**
|
|
428
|
-
* Maximum error of coordinates in meters
|
|
429
|
-
*/
|
|
430
|
-
coordinateRadius?: string;
|
|
431
|
-
/**
|
|
432
|
-
* Use for NEW SPECIMENS: Where the coordinates have been acquired
|
|
433
|
-
*/
|
|
434
|
-
coordinateSource?: "" | "MY.coordinateSourceGps" | "MY.coordinateSourcePeruskartta" | "MY.coordinateSourcePapermap" | "MY.coordinateSourceKotkamap" | "MY.coordinateSourceKarttapaikka" | "MY.coordinateSourceRetkikartta" | "MY.coordinateSourceGoogle" | "MY.coordinateSourceOther" | "MY.coordinateSourceUnknown";
|
|
435
|
-
/**
|
|
436
|
-
* More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
|
|
437
|
-
*/
|
|
438
|
-
coordinateSystem?: "" | "MY.coordinateSystemYkj" | "MY.coordinateSystemWgs84" | "MY.coordinateSystemWgs84dms" | "MY.coordinateSystemKkj" | "MY.coordinateSystemEtrs-tm35fin" | "MY.coordinateSystemDd" | "MY.coordinateSystemDms";
|
|
439
|
-
coordinatesGridYKJ?: string;
|
|
440
|
-
/**
|
|
441
|
-
* Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
|
|
442
|
-
*/
|
|
443
|
-
coordinatesVerbatim?: string;
|
|
444
|
-
/**
|
|
445
|
-
* Country name in English, or 2-letter country code, or name from label
|
|
446
|
-
*/
|
|
447
|
-
country?: string;
|
|
448
|
-
/**
|
|
449
|
-
* County (piirikunta, kreivikunta etc.)
|
|
450
|
-
*/
|
|
451
|
-
county?: string;
|
|
452
|
-
dateBegin?: string;
|
|
453
|
-
dateEnd?: string;
|
|
454
|
-
/**
|
|
455
|
-
* Date just as it appears on the label or other original source, no interpretation, errors and all
|
|
456
|
-
*/
|
|
457
|
-
dateVerbatim?: string;
|
|
458
|
-
/**
|
|
459
|
-
* Depth in meters, single value or range (E.g. 0.9, or 0.8-1.0)
|
|
460
|
-
*/
|
|
461
|
-
depth?: string;
|
|
462
|
-
dynamicProperties?: string;
|
|
463
|
-
eventDate?: string;
|
|
464
|
-
/**
|
|
465
|
-
* Finnish forest vegetation zone
|
|
466
|
-
*/
|
|
467
|
-
forestVegetationZone?: "" | "MY.forestVegetationZone1a" | "MY.forestVegetationZone1b" | "MY.forestVegetationZone2a" | "MY.forestVegetationZone2b" | "MY.forestVegetationZone3a" | "MY.forestVegetationZone3b" | "MY.forestVegetationZone3c" | "MY.forestVegetationZone4a" | "MY.forestVegetationZone4b" | "MY.forestVegetationZone4c" | "MY.forestVegetationZone4d";
|
|
468
|
-
gatheringFact?: {
|
|
469
|
-
batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
|
|
470
|
-
binocularsUsed?: boolean;
|
|
471
|
-
censusAreaHectares?: number;
|
|
472
|
-
invasiveControlOtherExpensesInEuros?: number;
|
|
473
|
-
invasiveControlWorkHours?: number;
|
|
474
|
-
lineTransectSegmentCounted?: boolean;
|
|
475
|
-
lineTransectSegmentMetersEnd?: number;
|
|
476
|
-
lineTransectSegmentMetersStart?: number;
|
|
477
|
-
lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
|
|
478
|
-
lolifeSiteClassificationComments?: string;
|
|
479
|
-
observedAreaHectares?: number;
|
|
480
|
-
pointCountHabitat?: "" | "MY.pointCountHabitat0" | "MY.pointCountHabitat1" | "MY.pointCountHabitat2" | "MY.pointCountHabitat3" | "MY.pointCountHabitat4" | "MY.pointCountHabitat5" | "MY.pointCountHabitat6" | "MY.pointCountHabitat7" | "MY.pointCountHabitat8" | "MY.pointCountHabitat9" | "MY.pointCountHabitat10" | "MY.pointCountHabitat11" | "MY.pointCountHabitat12" | "MY.pointCountHabitat13" | "MY.pointCountHabitat14" | "MY.pointCountHabitat15" | "MY.pointCountHabitat16" | "MY.pointCountHabitat17";
|
|
481
|
-
shorelineLengthMeters?: number;
|
|
482
|
-
spottingScopeUsed?: boolean;
|
|
483
|
-
sunniness?: number;
|
|
484
|
-
sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
|
|
485
|
-
sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
|
|
486
|
-
sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
|
|
487
|
-
waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
|
|
488
|
-
waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
|
|
489
|
-
ykjSquareNumber?: string;
|
|
490
|
-
ACAFLAonAlder?: number;
|
|
491
|
-
ACAFLAonBirch?: number;
|
|
492
|
-
ACAFLAonGround?: number;
|
|
493
|
-
ACAFLAonPine?: number;
|
|
494
|
-
ACAFLAonSpruce?: number;
|
|
495
|
-
CARSPIonAlder?: number;
|
|
496
|
-
CARSPIonBirch?: number;
|
|
497
|
-
CARSPIonGround?: number;
|
|
498
|
-
CARSPIonPine?: number;
|
|
499
|
-
CARSPIonSpruce?: number;
|
|
500
|
-
LOXIAonAlder?: number;
|
|
501
|
-
LOXIAonBirch?: number;
|
|
502
|
-
LOXIAonGround?: number;
|
|
503
|
-
LOXIAonPine?: number;
|
|
504
|
-
LOXIAonSpruce?: number;
|
|
505
|
-
abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
|
|
506
|
-
abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
|
|
507
|
-
abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
|
|
508
|
-
birdFeederCount?: number;
|
|
509
|
-
birdFeederCountBiotopeA?: number;
|
|
510
|
-
birdFeederCountBiotopeB?: number;
|
|
511
|
-
birdFeederCountBiotopeC?: number;
|
|
512
|
-
birdFeederCountBiotopeD?: number;
|
|
513
|
-
birdFeederCountBiotopeE?: number;
|
|
514
|
-
birdFeederCountBiotopeF?: number;
|
|
515
|
-
birdFeederCountBiotopeG?: number;
|
|
516
|
-
birdFeederCountBiotopeH?: number;
|
|
517
|
-
cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
|
|
518
|
-
descriptionBiotopeF?: string;
|
|
519
|
-
feedingStationCount?: number;
|
|
520
|
-
feedingStationCountBiotopeA?: number;
|
|
521
|
-
feedingStationCountBiotopeB?: number;
|
|
522
|
-
feedingStationCountBiotopeC?: number;
|
|
523
|
-
feedingStationCountBiotopeD?: number;
|
|
524
|
-
feedingStationCountBiotopeE?: number;
|
|
525
|
-
feedingStationCountBiotopeF?: number;
|
|
526
|
-
feedingStationCountBiotopeG?: number;
|
|
527
|
-
feedingStationCountBiotopeH?: number;
|
|
528
|
-
iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
|
|
529
|
-
meanTemperature?: number;
|
|
530
|
-
observerCount?: number;
|
|
531
|
-
observerID?: number;
|
|
532
|
-
pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
533
|
-
routeID?: number;
|
|
534
|
-
routeLength?: number;
|
|
535
|
-
routeLengthBiotopeA?: number;
|
|
536
|
-
routeLengthBiotopeB?: number;
|
|
537
|
-
routeLengthBiotopeC?: number;
|
|
538
|
-
routeLengthBiotopeD?: number;
|
|
539
|
-
routeLengthBiotopeE?: number;
|
|
540
|
-
routeLengthBiotopeF?: number;
|
|
541
|
-
routeLengthBiotopeG?: number;
|
|
542
|
-
routeLengthBiotopeH?: number;
|
|
543
|
-
routeLengthChange?: number;
|
|
544
|
-
routeLengthChangeBiotopeA?: number;
|
|
545
|
-
routeLengthChangeBiotopeB?: number;
|
|
546
|
-
routeLengthChangeBiotopeC?: number;
|
|
547
|
-
routeLengthChangeBiotopeD?: number;
|
|
548
|
-
routeLengthChangeBiotopeE?: number;
|
|
549
|
-
routeLengthChangeBiotopeF?: number;
|
|
550
|
-
routeLengthChangeBiotopeG?: number;
|
|
551
|
-
routeLengthChangeBiotopeH?: number;
|
|
552
|
-
snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
|
|
553
|
-
snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
|
|
554
|
-
sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
555
|
-
sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
556
|
-
spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
557
|
-
typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
|
|
558
|
-
visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
|
|
559
|
-
waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
|
|
560
|
-
wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
|
|
561
|
-
wayOfTravelNotes?: string;
|
|
562
|
-
wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
|
|
563
|
-
};
|
|
564
|
-
gatheringType?: "" | "MY.gatheringTypeForagingArea" | "MY.gatheringTypeBreedingAndRestingArea" | "MY.gatheringTypeCavityTree" | "MY.gatheringTypeDroppingsTree" | "MY.gatheringTypeNestTree" | "MY.gatheringTypeLolifeAccess" | "MY.gatheringTypeLolifeCoreZone" | "MY.gatheringTypeLolifeHabitatZone" | "MY.gatheringTypeLolifeApplicableZone" | "MY.gatheringTypeWaterbirdPoint" | "MY.gatheringTypeWaterbirdRound";
|
|
565
|
-
geometry?: {
|
|
566
|
-
[k: string]: unknown | undefined;
|
|
567
|
-
};
|
|
568
|
-
/**
|
|
569
|
-
* Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
|
|
570
|
-
*/
|
|
571
|
-
georeferenceSource?: "" | "MY.georeferenceSourceKotka" | "MY.georeferenceSourceKarttapaikka" | "MY.georeferenceSourcePaikkatietoikkuna" | "MY.georeferenceSourceKarjalankartat" | "MY.georeferenceSourceRetkikartta" | "MY.georeferenceSourceGoogle" | "MY.georeferenceSourcePeruskartta" | "MY.georeferenceSourcePapermap" | "MY.georeferenceSourceOtherpaper" | "MY.georeferenceSourceOtherweb" | "MY.georeferenceSourceCatalogue" | "MY.georeferenceSourceBiogeomancer" | "MY.georeferenceSourceGeolocate" | "MY.georeferenceSourceOther" | "MY.georeferenceSourceUnknown";
|
|
572
|
-
habitat?: ("" | "MY.habitatEnumValue1" | "MY.habitatEnumValue2" | "MY.habitatEnumValue3" | "MY.habitatEnumValue4" | "MY.habitatEnumValue5" | "MY.habitatEnumValue6" | "MY.habitatEnumValue7" | "MY.habitatEnumValue8" | "MY.habitatEnumValue9" | "MY.habitatEnumValue10" | "MY.habitatEnumValue11" | "MY.habitatEnumValue12" | "MY.habitatEnumValue13" | "MY.habitatEnumValue14" | "MY.habitatEnumValue15" | "MY.habitatEnumValue16" | "MY.habitatEnumValue17" | "MY.habitatEnumValue18" | "MY.habitatEnumValue19" | "MY.habitatEnumValue20" | "MY.habitatEnumValue21" | "MY.habitatEnumValue22" | "MY.habitatEnumValue23" | "MY.habitatEnumValue24" | "MY.habitatEnumValue25" | "MY.habitatEnumValue26" | "MY.habitatEnumValue27" | "MY.habitatEnumValue28" | "MY.habitatEnumValue29" | "MY.habitatEnumValue30" | "MY.habitatEnumValue31" | "MY.habitatEnumValue32" | "MY.habitatEnumValue33" | "MY.habitatEnumValue34" | "MY.habitatEnumValue35" | "MY.habitatEnumValue36" | "MY.habitatEnumValue87" | "MY.habitatEnumValue37" | "MY.habitatEnumValue38" | "MY.habitatEnumValue39" | "MY.habitatEnumValue40" | "MY.habitatEnumValue41" | "MY.habitatEnumValue42" | "MY.habitatEnumValue43" | "MY.habitatEnumValue44" | "MY.habitatEnumValue45" | "MY.habitatEnumValue46" | "MY.habitatEnumValue47" | "MY.habitatEnumValue48" | "MY.habitatEnumValue49" | "MY.habitatEnumValue50" | "MY.habitatEnumValue51" | "MY.habitatEnumValue52" | "MY.habitatEnumValue53" | "MY.habitatEnumValue54" | "MY.habitatEnumValue55" | "MY.habitatEnumValue56" | "MY.habitatEnumValue57" | "MY.habitatEnumValue58" | "MY.habitatEnumValue59" | "MY.habitatEnumValue60" | "MY.habitatEnumValue61" | "MY.habitatEnumValue62" | "MY.habitatEnumValue63" | "MY.habitatEnumValue64" | "MY.habitatEnumValue65" | "MY.habitatEnumValue66" | "MY.habitatEnumValue67" | "MY.habitatEnumValue68" | "MY.habitatEnumValue69" | "MY.habitatEnumValue70" | "MY.habitatEnumValue71" | "MY.habitatEnumValue72" | "MY.habitatEnumValue73" | "MY.habitatEnumValue74" | "MY.habitatEnumValue75" | "MY.habitatEnumValue76" | "MY.habitatEnumValue77" | "MY.habitatEnumValue78" | "MY.habitatEnumValue79" | "MY.habitatEnumValue80" | "MY.habitatEnumValue81" | "MY.habitatEnumValue82" | "MY.habitatEnumValue83" | "MY.habitatEnumValue84" | "MY.habitatEnumValue85" | "MY.habitatEnumValue86" | "MY.habitatEnumValue88" | "MY.habitatEnumValue89" | "MY.habitatEnumValue90" | "MY.habitatEnumValue91" | "MY.habitatEnumValue92" | "MY.habitatEnumValue93" | "MY.habitatEnumValue94")[];
|
|
573
|
-
habitatAttributes?: ("" | "MY.habitatAttributesEnumValue1" | "MY.habitatAttributesEnumValue2" | "MY.habitatAttributesEnumValue3" | "MY.habitatAttributesEnumValue4" | "MY.habitatAttributesEnumValue5" | "MY.habitatAttributesEnumValue6" | "MY.habitatAttributesEnumValue7" | "MY.habitatAttributesEnumValue8" | "MY.habitatAttributesEnumValue9" | "MY.habitatAttributesEnumValue10" | "MY.habitatAttributesEnumValue11" | "MY.habitatAttributesEnumValue12" | "MY.habitatAttributesEnumValue13" | "MY.habitatAttributesEnumValue14" | "MY.habitatAttributesEnumValue15" | "MY.habitatAttributesEnumValue16" | "MY.habitatAttributesEnumValue17" | "MY.habitatAttributesEnumValue18" | "MY.habitatAttributesEnumValue19" | "MY.habitatAttributesEnumValue20" | "MY.habitatAttributesEnumValue21" | "MY.habitatAttributesEnumValue22")[];
|
|
574
|
-
/**
|
|
575
|
-
* Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
|
|
576
|
-
*/
|
|
577
|
-
habitatClassification?: string;
|
|
578
|
-
/**
|
|
579
|
-
* Informal description of the habitat.
|
|
580
|
-
*/
|
|
581
|
-
habitatDescription?: string;
|
|
582
|
-
hasUnit?: string[];
|
|
583
|
-
/**
|
|
584
|
-
* If country is not known or not applicable, for example continent, ocean or large island
|
|
585
|
-
*/
|
|
586
|
-
higherGeography?: string;
|
|
587
|
-
invasiveControlAreaKnown?: boolean;
|
|
588
|
-
invasiveControlDangerous?: boolean;
|
|
589
|
-
invasiveControlDangerousDescription?: string;
|
|
590
|
-
invasiveControlEffectiveness?: "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
|
|
591
|
-
invasiveControlEffectivenessNotes?: string;
|
|
592
|
-
invasiveControlMethods?: ("" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther")[];
|
|
593
|
-
invasiveControlMethodsDescription?: string;
|
|
594
|
-
invasiveControlOpen?: boolean;
|
|
595
|
-
invasiveControlOpenDescription?: string;
|
|
596
|
-
invasiveControlOtherExpensesInEuros?: number;
|
|
597
|
-
invasiveControlTaxon?: string[];
|
|
598
|
-
/**
|
|
599
|
-
* Which parent or larger collection this is part of.
|
|
600
|
-
*/
|
|
601
|
-
isPartOf?: string;
|
|
602
|
-
keywords?: string[];
|
|
603
|
-
/**
|
|
604
|
-
* Latitude. For southern latitudes, use negative value.
|
|
605
|
-
*/
|
|
606
|
-
latitude?: string;
|
|
607
|
-
/**
|
|
608
|
-
* Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
|
|
609
|
-
*/
|
|
610
|
-
leg?: string[];
|
|
611
|
-
/**
|
|
612
|
-
* Alkuperäislähteen käyttäjätunnus
|
|
613
|
-
*/
|
|
614
|
-
legUserID?: string[];
|
|
615
|
-
/**
|
|
616
|
-
* Leg just as it appears in the label or other original source, no interpretation, errors and all.
|
|
617
|
-
*/
|
|
618
|
-
legVerbatim?: string;
|
|
619
|
-
/**
|
|
620
|
-
* Official name of the locality in basic form. Separate multiple names with commas, from generic to specific. No informal description here.
|
|
621
|
-
*/
|
|
622
|
-
locality?: string;
|
|
623
|
-
/**
|
|
624
|
-
* Informal description of the exact locality, e.g. '5 km NE of city X, under stone bridge'
|
|
625
|
-
*/
|
|
626
|
-
localityDescription?: string;
|
|
627
|
-
/**
|
|
628
|
-
* An unique identifier or code for the locality, if the locality has one (e.g. from SAPO-ontology).
|
|
629
|
-
*/
|
|
630
|
-
localityID?: string;
|
|
631
|
-
/**
|
|
632
|
-
* Locality word-to-word as it appears on the label or other original source, errors and all
|
|
633
|
-
*/
|
|
634
|
-
localityVerbatim?: string;
|
|
635
|
-
/**
|
|
636
|
-
* Longitude. For western longitudes, use negative value.
|
|
637
|
-
*/
|
|
638
|
-
longitude?: string;
|
|
639
|
-
/**
|
|
640
|
-
* Municipality, commune, town, city or civil parish
|
|
641
|
-
*/
|
|
642
|
-
municipality?: string;
|
|
643
|
-
namedPlaceID?: string;
|
|
644
|
-
/**
|
|
645
|
-
* Additional information to the data in each section.
|
|
646
|
-
*/
|
|
647
|
-
notes?: string;
|
|
648
|
-
/**
|
|
649
|
-
* For garden accessions/seed bank, number of individuals from which seeds were collected
|
|
650
|
-
*/
|
|
651
|
-
numberOfSampledIndividuals?: string;
|
|
652
|
-
observationDays?: number;
|
|
653
|
-
observationMinutes?: number;
|
|
654
|
-
/**
|
|
655
|
-
* For garden accessions/seed bank, what proportion of the population sampled was giving seeds
|
|
656
|
-
*/
|
|
657
|
-
percentageGivingSeeds?: number;
|
|
658
|
-
predominantTree?: "" | "MX.37819" | "MX.37812" | "MX.37992" | "MX.38004" | "MX.38590" | "MX.38686" | "MX.38563" | "MX.38527" | "MX.41344" | "MX.38016" | "MX.39331" | "MX.37990" | "MX.38008" | "MX.38010" | "MX.37975" | "MX.37976" | "MX.39122" | "MX.37815";
|
|
659
|
-
projectTitle?: string;
|
|
660
|
-
province?: string;
|
|
661
|
-
/**
|
|
662
|
-
* Relative humidity %
|
|
663
|
-
*/
|
|
664
|
-
relativeHumidity?: number;
|
|
665
|
-
/**
|
|
666
|
-
* For garden accessions/seed bank, estimated size of the area sampled, in square meters
|
|
667
|
-
*/
|
|
668
|
-
samplingAreaSizeInSquareMeters?: number;
|
|
669
|
-
/**
|
|
670
|
-
* Main method for (usually intentional) sampling
|
|
671
|
-
*/
|
|
672
|
-
samplingMethod?: "" | "MY.samplingMethodCarnet" | "MY.samplingMethodFeromonetrap" | "MY.samplingMethodNet" | "MY.samplingMethodDrag" | "MY.samplingMethodWindowtrap" | "MY.samplingMethodDigging" | "MY.samplingMethodFishNet" | "MY.samplingMethodHand" | "MY.samplingMethodReared" | "MY.samplingMethodEpupa" | "MY.samplingMethodExovo" | "MY.samplingMethodElarva" | "MY.samplingMethodFishTrap" | "MY.samplingMethodYellowWindowTrap" | "MY.samplingMethodYellowpan" | "MY.samplingMethodTriangleDrag" | "MY.samplingMethodPitfall" | "MY.samplingMethodEclectortrap" | "MY.samplingMethodDungTrap" | "MY.samplingMethodBoard" | "MY.samplingMethodYellowtrap" | "MY.samplingMethodMistnet" | "MY.samplingMethodSweeping" | "MY.samplingMethodSoilsample" | "MY.samplingMethodWashing" | "MY.samplingMethodMalaise" | "MY.samplingMethodPantrap" | "MY.samplingMethodSeine" | "MY.samplingMethodAngleFishing" | "MY.samplingMethodTrampling" | "MY.samplingMethodBeamTrawl" | "MY.samplingMethodTrap" | "MY.samplingMethodDropping" | "MY.samplingMethodTrunkWindowTrap" | "MY.samplingMethodElectrofishing" | "MY.samplingMethodSifting" | "MY.samplingMethodDiverInsectTrap" | "MY.samplingMethodDiving" | "MY.samplingMethodBait" | "MY.samplingMethodBaittrap" | "MY.samplingMethodTrawling" | "MY.samplingMethodLight" | "MY.samplingMethodLightTrap" | "MY.samplingMethodWaterBucket" | "MY.samplingMethodAquaticNet" | "MY.samplingMethodAquaticEmergenceTrap" | "MY.samplingMethodWaterSieve" | "MY.samplingMethodOther";
|
|
673
|
-
samplingMethodNotes?: string;
|
|
674
|
-
section?: number;
|
|
675
|
-
skipped?: boolean;
|
|
676
|
-
spottingScopeUsed?: boolean;
|
|
677
|
-
/**
|
|
678
|
-
* Type of substrate or name of substrate species.
|
|
679
|
-
*/
|
|
680
|
-
substrate?: string;
|
|
681
|
-
taxonCensus?: {
|
|
682
|
-
censusTaxonID?: string;
|
|
683
|
-
censusTaxonSetID?: "" | "MX.taxonSetSykeButterflyCensusPapilionoidea" | "MX.taxonSetSykeButterflyCensusOther" | "MX.taxonSetWaterbirdWaterbirds" | "MX.taxonSetWaterbirdWaders" | "MX.taxonSetWaterbirdGulls" | "MX.taxonSetWaterbirdPasserines" | "MX.taxonSetWaterbirdAmphibia" | "MX.taxonSetSykeBumblebee" | "MVL.1201" | "MX.taxonSetSykeBumblebeeOther" | "MX.taxonSetBirdAtlasCommon" | "MX.taxonSetBiomonCompleteListOdonata" | "MX.taxonSetBiomonCompleteListButterflies" | "MX.taxonSetBiomonCompleteListMoths" | "MX.taxonSetBiomonCompleteListBombus" | "MX.taxonSetBiomonCompleteListAmphibiaReptilia" | "MX.taxonSetBiomonCompleteListLargeFlowers" | "MX.taxonSetBiomonCompleteListSubarcticPlants" | "MX.taxonSetBiomonCompleteListMacrolichens" | "MX.taxonSetBiomonCompleteListBracketFungi" | "MX.taxonSetBiomonCompleteListPracticalFungi" | "MX.taxonSetSykeMacrozoobenthos";
|
|
684
|
-
taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
|
|
685
|
-
}[];
|
|
686
|
-
temperature?: number;
|
|
687
|
-
timeEnd?: string;
|
|
688
|
-
timeStart?: string;
|
|
689
|
-
trapCount?: number;
|
|
690
|
-
weather?: string;
|
|
691
|
-
wgs84Latitude?: string;
|
|
692
|
-
wgs84Longitude?: string;
|
|
693
|
-
images?: string[];
|
|
694
|
-
/**
|
|
695
|
-
* 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.
|
|
696
|
-
*/
|
|
697
|
-
publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
698
|
-
units?: {
|
|
699
|
-
id?: string;
|
|
700
|
-
"@type"?: string;
|
|
701
|
-
"@context"?: string;
|
|
702
|
-
/**
|
|
703
|
-
* Diameter at breast height, in centimeters
|
|
704
|
-
*/
|
|
705
|
-
DBH?: string;
|
|
706
|
-
/**
|
|
707
|
-
* Leave empty if no sample taken, or if the sample is recorded separately
|
|
708
|
-
*/
|
|
709
|
-
DNASampleLocation?: string;
|
|
710
|
-
abundanceString?: string;
|
|
711
|
-
abundanceUnit?: "" | "MY.abundanceUnitIndividualCount" | "MY.abundanceUnitPairCount" | "MY.abundanceUnitNest" | "MY.abundanceUnitBreedingSite" | "MY.abundanceUnitFeedingSite" | "MY.abundanceUnitColony" | "MY.abundanceUnitFruitbody" | "MY.abundanceUnitSprout" | "MY.abundanceUnitHummock" | "MY.abundanceUnitThallus" | "MY.abundanceUnitFlower" | "MY.abundanceUnitSpot" | "MY.abundanceUnitTrunk" | "MY.abundanceUnitQueen" | "MY.abundanceUnitShell" | "MY.abundanceUnitDroppings" | "MY.abundanceUnitMarks" | "MY.abundanceUnitIndirect" | "MY.abundanceUnitSquareDM" | "MY.abundanceUnitSquareM" | "MY.abundanceUnitRelativeDensity" | "MY.abundanceUnitOccursDoesNotOccur";
|
|
712
|
-
/**
|
|
713
|
-
* Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
|
|
714
|
-
*/
|
|
715
|
-
additionalIDs?: string[];
|
|
716
|
-
adultIndividualCount?: number;
|
|
717
|
-
/**
|
|
718
|
-
* Estimated or known age in calendar years, years, days or other relevant unit.
|
|
719
|
-
*/
|
|
720
|
-
age?: string;
|
|
721
|
-
/**
|
|
722
|
-
* E.g. how age was determined, by whom and when.
|
|
723
|
-
*/
|
|
724
|
-
ageNotes?: string;
|
|
725
|
-
alive?: boolean;
|
|
726
|
-
ankleInMillimeters?: string[];
|
|
727
|
-
areaInSquareMeters?: number;
|
|
728
|
-
atlasCode?: "" | "MY.atlasCodeEnum1" | "MY.atlasCodeEnum2" | "MY.atlasCodeEnum3" | "MY.atlasCodeEnum4" | "MY.atlasCodeEnum5" | "MY.atlasCodeEnum6" | "MY.atlasCodeEnum61" | "MY.atlasCodeEnum62" | "MY.atlasCodeEnum63" | "MY.atlasCodeEnum64" | "MY.atlasCodeEnum65" | "MY.atlasCodeEnum66" | "MY.atlasCodeEnum7" | "MY.atlasCodeEnum71" | "MY.atlasCodeEnum72" | "MY.atlasCodeEnum73" | "MY.atlasCodeEnum74" | "MY.atlasCodeEnum75" | "MY.atlasCodeEnum8" | "MY.atlasCodeEnum81" | "MY.atlasCodeEnum82";
|
|
729
|
-
batBehavior?: "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
|
|
730
|
-
beakInMillimeters?: string[];
|
|
731
|
-
birdAge?: "" | "MY.birdAgePp" | "MY.birdAgePm" | "MY.birdAgeFl" | "MY.birdAgePlus1kv" | "MY.birdAge1Kv" | "MY.birdAgePlus2Kv" | "MY.birdAge2kv" | "MY.birdAgePlus3Kv" | "MY.birdAge3Kv" | "MY.birdAgePlus4Kv" | "MY.birdAge4Kv" | "MY.birdAgePlus5Kv" | "MY.birdAge5Kv" | "MY.birdAgePlus6Kv" | "MY.birdAge6Kv" | "MY.birdAgePlus7Kv" | "MY.birdAge7Kv" | "MY.birdAgePlus8Kv" | "MY.birdAge8Kv";
|
|
732
|
-
birdBehavior?: string[];
|
|
733
|
-
birdPlumage?: "" | "MY.birdPlumageAd" | "MY.birdPlumageEijp" | "MY.birdPlumageImm" | "MY.birdPlumageJp" | "MY.birdPlumageJuv" | "MY.birdPlumageNpuk" | "MY.birdPlumagePull" | "MY.birdPlumageSubad" | "MY.birdPlumageTp" | "MY.birdPlumageVp" | "MY.birdPlumagePep" | "MY.birdPlumageSs";
|
|
734
|
-
breeding?: boolean;
|
|
735
|
-
broodSize?: number;
|
|
736
|
-
/**
|
|
737
|
-
* Cause of death, if not intentionally trapped on sampled
|
|
738
|
-
*/
|
|
739
|
-
causeOfDeath?: string;
|
|
740
|
-
checklistID?: string;
|
|
741
|
-
/**
|
|
742
|
-
* Results of chemical reaction tests etc.
|
|
743
|
-
*/
|
|
744
|
-
chemistry?: string;
|
|
745
|
-
/**
|
|
746
|
-
* 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)
|
|
747
|
-
*/
|
|
748
|
-
count?: string;
|
|
749
|
-
/**
|
|
750
|
-
* Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
|
|
751
|
-
*/
|
|
752
|
-
decayStage?: string;
|
|
753
|
-
distance?: "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
|
|
754
|
-
/**
|
|
755
|
-
* For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
|
|
756
|
-
*/
|
|
757
|
-
earliestEpochOrLowestSeries?: "" | "MY.epochOrSeriesCambrian" | "MY.epochOrSeriesCarboniferous" | "MY.epochOrSeriesCretaceous" | "MY.epochOrSeriesDevonian" | "MY.epochOrSeriesEdiacaran" | "MY.epochOrSeriesJurassic" | "MY.epochOrSeriesOrdovician" | "MY.epochOrSeriesPermian" | "MY.epochOrSeriesQuaternary" | "MY.epochOrSeriesRecent" | "MY.epochOrSeriesSilurian" | "MY.epochOrSeriesTertiary" | "MY.epochOrSeriesTriassic";
|
|
758
|
-
femaleIndividualCount?: number;
|
|
759
|
-
/**
|
|
760
|
-
* Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
|
|
761
|
-
*/
|
|
762
|
-
fruitType?: "" | "MY.fruitTypeAchene" | "MY.fruitTypeBerry" | "MY.fruitTypeCapsule" | "MY.fruitTypeCaryopsis" | "MY.fruitTypeCone" | "MY.fruitTypeDrupe" | "MY.fruitTypeFollicle" | "MY.fruitTypeLegume" | "MY.fruitTypeNut" | "MY.fruitTypeOther" | "MY.fruitTypePome" | "MY.fruitTypeSchizocarp" | "MY.fruitTypeSiliqua";
|
|
763
|
-
/**
|
|
764
|
-
* Genotype of the microbial strain
|
|
765
|
-
*/
|
|
766
|
-
genotype?: string;
|
|
767
|
-
gonadInMillimeters?: string[];
|
|
768
|
-
/**
|
|
769
|
-
* Microbial culture growth medium name, usually from a standard
|
|
770
|
-
*/
|
|
771
|
-
growthMediumName?: string;
|
|
772
|
-
/**
|
|
773
|
-
* Other growth conditions for the microbial culture, light etc.
|
|
774
|
-
*/
|
|
775
|
-
growthOtherConditions?: string;
|
|
776
|
-
/**
|
|
777
|
-
* Microbial culture growth temperature
|
|
778
|
-
*/
|
|
779
|
-
growthTemperature?: string;
|
|
780
|
-
hasIdentification?: string[];
|
|
781
|
-
hasSubUnit?: string[];
|
|
782
|
-
hostID?: string;
|
|
783
|
-
hostInformalNameString?: string;
|
|
784
|
-
indirectObservationType?: "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
|
|
785
|
-
individualCount?: number;
|
|
786
|
-
/**
|
|
787
|
-
* Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
|
|
788
|
-
*/
|
|
789
|
-
infestation?: string;
|
|
790
|
-
informalNameString?: string;
|
|
791
|
-
informalTaxonGroup?: string;
|
|
792
|
-
/**
|
|
793
|
-
* Valitut eliöryhmät
|
|
794
|
-
*/
|
|
795
|
-
informalTaxonGroups?: string[];
|
|
796
|
-
/**
|
|
797
|
-
* Pathovars, serovars and other infrasubspecific subdivisions of microbes.
|
|
798
|
-
*/
|
|
799
|
-
infrasubspecificSubdivision?: string;
|
|
800
|
-
/**
|
|
801
|
-
* Which parent or larger collection this is part of.
|
|
802
|
-
*/
|
|
803
|
-
isPartOf?: string;
|
|
804
|
-
juvenileIndividualCount?: number;
|
|
805
|
-
keywords?: string[];
|
|
806
|
-
larvaIndividualCount?: number;
|
|
807
|
-
/**
|
|
808
|
-
* For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
|
|
809
|
-
*/
|
|
810
|
-
latestEpochOrHighestSeries?: "" | "MY.epochOrSeriesCambrian" | "MY.epochOrSeriesCarboniferous" | "MY.epochOrSeriesCretaceous" | "MY.epochOrSeriesDevonian" | "MY.epochOrSeriesEdiacaran" | "MY.epochOrSeriesJurassic" | "MY.epochOrSeriesOrdovician" | "MY.epochOrSeriesPermian" | "MY.epochOrSeriesQuaternary" | "MY.epochOrSeriesRecent" | "MY.epochOrSeriesSilurian" | "MY.epochOrSeriesTertiary" | "MY.epochOrSeriesTriassic";
|
|
811
|
-
lengthInMillimeters?: string[];
|
|
812
|
-
/**
|
|
813
|
-
* 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.
|
|
814
|
-
*/
|
|
815
|
-
lifeStage?: "" | "MY.lifeStageEgg" | "MY.lifeStageLarva" | "MY.lifeStagePupa" | "MY.lifeStageJuvenile" | "MY.lifeStageNymph" | "MY.lifeStageSubimago" | "MY.lifeStageImmature" | "MY.lifeStageAdult" | "MY.lifeStageFertile" | "MY.lifeStageSterile" | "MY.lifeStageTadpole" | "MY.lifeStageEmbryo" | "MY.lifeStageSubadult" | "MY.lifeStageMature" | "MY.lifeStagePullus" | "MY.lifeStageHatchedEgg" | "MY.lifeStageHatchedPupa" | "MY.lifeStageGall" | "MY.lifeStageMarks" | "MY.lifeStageTriungulin";
|
|
816
|
-
/**
|
|
817
|
-
* Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
|
|
818
|
-
*/
|
|
819
|
-
lifeStageDescription?: string;
|
|
820
|
-
likelyMigrant?: boolean;
|
|
821
|
-
/**
|
|
822
|
-
* Macroscopic features and measurements, if not recorded separately into measurement fields.
|
|
823
|
-
*/
|
|
824
|
-
macroscopy?: string;
|
|
825
|
-
maleIndividualCount?: number;
|
|
826
|
-
/**
|
|
827
|
-
* 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.
|
|
828
|
-
*/
|
|
829
|
-
measurement?: {
|
|
830
|
-
DNAConcentrationNgPerMicroliter?: number[];
|
|
831
|
-
DNARatioOfAbsorbance260And280?: number[];
|
|
832
|
-
DNAVolumeMicroliters?: number[];
|
|
833
|
-
beakMillimeters?: number[];
|
|
834
|
-
bodyCentimeters?: number[];
|
|
835
|
-
bodyMillimeters?: number[];
|
|
836
|
-
earLengthMillimeters?: number[];
|
|
837
|
-
embryoCount?: number[];
|
|
838
|
-
follicleDiameterMillimeters?: number[];
|
|
839
|
-
footLengthMillimeters?: number[];
|
|
840
|
-
forearmMillimeters?: number[];
|
|
841
|
-
gonadMillimeters?: number[];
|
|
842
|
-
/**
|
|
843
|
-
* Which parent or larger collection this is part of.
|
|
844
|
-
*/
|
|
845
|
-
isPartOf?: string;
|
|
846
|
-
tailCentimeters?: number[];
|
|
847
|
-
tailMillimeters?: number[];
|
|
848
|
-
tarsusLengthMillimeters?: number[];
|
|
849
|
-
totalLengthCentimeters?: number[];
|
|
850
|
-
totalLengthMillimeters?: number[];
|
|
851
|
-
uterineScarCount?: number[];
|
|
852
|
-
weightGrams?: number[];
|
|
853
|
-
weightKilograms?: number[];
|
|
854
|
-
wingMaxMillimeters?: number[];
|
|
855
|
-
wingMillimeters?: number[];
|
|
856
|
-
wingMinMillimeters?: number[];
|
|
857
|
-
};
|
|
858
|
-
/**
|
|
859
|
-
* According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
|
|
860
|
-
*/
|
|
861
|
-
microbiologicalRiskGroup?: "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
|
|
862
|
-
/**
|
|
863
|
-
* Microscopic features and measurements, if not recorded separately into measurement fields.
|
|
864
|
-
*/
|
|
865
|
-
microscopy?: string;
|
|
866
|
-
movingDirection?: "" | "MY.movingDirectionN" | "MY.movingDirectionNNE" | "MY.movingDirectionNE" | "MY.movingDirectionENE" | "MY.movingDirectionE" | "MY.movingDirectionESE" | "MY.movingDirectionSE" | "MY.movingDirectionSSE" | "MY.movingDirectionS" | "MY.movingDirectionSSW" | "MY.movingDirectionSW" | "MY.movingDirectionWSW" | "MY.movingDirectionW" | "MY.movingDirectionWNW" | "MY.movingDirectionNW" | "MY.movingDirectionNNW";
|
|
867
|
-
movingStatus?: string[];
|
|
868
|
-
/**
|
|
869
|
-
* Information on mutant microbial strain.
|
|
870
|
-
*/
|
|
871
|
-
mutant?: string;
|
|
872
|
-
nativeStatus?: "" | "MY.native" | "MY.nonNative";
|
|
873
|
-
nestCount?: number;
|
|
874
|
-
nestNotes?: string;
|
|
875
|
-
nestTreeDiameterInCentimeters?: number;
|
|
876
|
-
nestType?: "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
|
|
877
|
-
/**
|
|
878
|
-
* Additional information to the data in each section.
|
|
879
|
-
*/
|
|
880
|
-
notes?: string;
|
|
881
|
-
pairCount?: number;
|
|
882
|
-
pairCountOpinion?: number;
|
|
883
|
-
plantLifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
|
|
884
|
-
/**
|
|
885
|
-
* Status code for the plant (wild, alien etc.)
|
|
886
|
-
*/
|
|
887
|
-
plantStatusCode?: "" | "MY.plantStatusCodeL" | "MY.plantStatusCodeA" | "MY.plantStatusCodeAV" | "MY.plantStatusCodeAOV" | "MY.plantStatusCodeAN" | "MY.plantStatusCodeANV" | "MY.plantStatusCodeANS" | "MY.plantStatusCodeT" | "MY.plantStatusCodeTV" | "MY.plantStatusCodeTOV" | "MY.plantStatusCodeTNV" | "MY.plantStatusCodeTNS" | "MY.plantStatusCodeV" | "MY.plantStatusCodeOV" | "MY.plantStatusCodeN" | "MY.plantStatusCodeNV" | "MY.plantStatusCodeNS" | "MY.plantStatusCodeE" | "MY.plantStatusCodeTE" | "MY.plantStatusCodeTVE" | "MY.plantStatusCodeTOVE" | "MY.plantStatusCodeTNVE" | "MY.plantStatusCodeTNSE" | "MY.plantStatusCodeTN" | "MY.plantStatusCodeTNE" | "MY.plantStatusCodeR" | "MY.plantStatusCodeC" | "MY.plantStatusCodeH" | "MY.plantStatusCodeG" | "MY.plantStatusCodeF";
|
|
888
|
-
/**
|
|
889
|
-
* Abundance of the taxon in the field
|
|
890
|
-
*/
|
|
891
|
-
populationAbundance?: string;
|
|
892
|
-
/**
|
|
893
|
-
* Preparations/preparates made from the specimen, if not recorded as separate Preparations/samples in the designated section
|
|
894
|
-
*/
|
|
895
|
-
preparations?: string;
|
|
896
|
-
/**
|
|
897
|
-
* Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
|
|
898
|
-
*/
|
|
899
|
-
preservation?: ("" | "MY.preservationPressed" | "MY.preservationDry" | "MY.preservationCriticalPointDrying" | "MY.preservationPinned" | "MY.preservationGlued" | "MY.preservationLiquid" | "MY.preservationEthanol" | "MY.preservationEthanolPure" | "MY.preservationEthanol70" | "MY.preservationEthanol80" | "MY.preservationEthanol80Pure" | "MY.preservationEthanol96" | "MY.preservationEthanolDenatured" | "MY.preservationEthanolFormalin" | "MY.preservationEthanolExFormalin" | "MY.preservationFormalin" | "MY.preservationBouinSolution" | "MY.preservationPampelsFluid" | "MY.preservationGlycerol" | "MY.preservationParaffin" | "MY.preservationMercuricChloride" | "MY.preservationCryopreserved" | "MY.preservationFrozen" | "MY.preservationFrozenMinus80C" | "MY.preservationFreezeDried" | "MY.preservationGoldPlated" | "MY.preservationActiveCulture" | "MY.preservationLiving" | "MY.preservationSlide" | "MY.preservationSlideCanadaBalsam" | "MY.preservationSlideEuparal" | "MY.preservationSlidePolyviol" | "MY.preservationStuffed" | "MY.preservationCast" | "MY.preservationPlastinated" | "MY.preservationFrozenMinus80CAndEthanolMinus20C")[];
|
|
900
|
-
/**
|
|
901
|
-
* 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.
|
|
902
|
-
*/
|
|
903
|
-
primarySpecimen?: boolean;
|
|
904
|
-
/**
|
|
905
|
-
* Origin or source of the garden accession
|
|
906
|
-
*/
|
|
907
|
-
provenance?: "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
|
|
908
|
-
/**
|
|
909
|
-
* Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
|
|
910
|
-
*/
|
|
911
|
-
recordBasis?: "" | "MY.recordBasisPreservedSpecimen" | "MY.recordBasisHumanObservation" | "MY.recordBasisHumanObservationSeen" | "MY.recordBasisHumanObservationHeard" | "MY.recordBasisHumanObservationHandled" | "MY.recordBasisHumanObservationPhoto" | "MY.recordBasisHumanObservationAudio" | "MY.recordBasisHumanObservationVideo" | "MY.recordBasisHumanObservationIndirect" | "MY.recordBasisMachineObservation" | "MY.recordBasisMachineObservationPhoto" | "MY.recordBasisMachineObservationVideo" | "MY.recordBasisMachineObservationAudio" | "MY.recordBasisMachineObservationGeologger" | "MY.recordBasisMachineObservationSatelliteTransmitter" | "MY.recordBasisFossilSpecimen" | "MY.recordBasisSubfossilSpecimen" | "MY.recordBasisSubfossilSpecimenAmberInclusion" | "MY.recordBasisMaterialSample" | "MY.recordBasisMaterialSampleAir" | "MY.recordBasisMaterialSampleSoil" | "MY.recordBasisMaterialSampleWater" | "MY.recordBasisMicrobialSpecimen" | "MY.recordBasisLivingSpecimen" | "MY.recordBasisLiterature";
|
|
912
|
-
/**
|
|
913
|
-
* What parts of the record are / have been in storage.
|
|
914
|
-
*/
|
|
915
|
-
recordParts?: ("" | "MY.recordPartsBones" | "MY.recordPartsAntler" | "MY.recordPartsHead" | "MY.recordPartsSkull" | "MY.recordPartsSkin" | "MY.recordPartsWing" | "MY.recordPartsTail" | "MY.recordPartsTissue" | "MY.recordPartsFeather" | "MY.recordPartsEgg" | "MY.recordPartsIntestine" | "MY.recordPartsGonad" | "MY.recordPartsSeed" | "MY.recordPartsNest" | "MY.recordPartsFaeces" | "MY.recordPartsFeedingMarks" | "MY.recordPartsTracks" | "MY.recordPartsScale" | "MY.recordPartsFin" | "MY.recordPartsFull" | "MY.recordPartsPart" | "MY.recordPartsActiveCulture" | "MY.recordPartsCutting" | "MY.recordPartsVegetativePart" | "MY.recordPartsFreezeDried" | "MY.recordPartsDryIce" | "MY.recordPartsDNA" | "MY.recordPartsShell" | "MY.recordPartsWholePlant" | "MY.recordPartsTissueCulture" | "MY.recordPartsMount" | "My.recordPartsSkullAndBones")[];
|
|
916
|
-
/**
|
|
917
|
-
* Bird or bat ring number, code, colour code or such
|
|
918
|
-
*/
|
|
919
|
-
ring?: string;
|
|
920
|
-
/**
|
|
921
|
-
* Main method for (usually intentional) sampling
|
|
922
|
-
*/
|
|
923
|
-
samplingMethod?: "" | "MY.samplingMethodCarnet" | "MY.samplingMethodFeromonetrap" | "MY.samplingMethodNet" | "MY.samplingMethodDrag" | "MY.samplingMethodWindowtrap" | "MY.samplingMethodDigging" | "MY.samplingMethodFishNet" | "MY.samplingMethodHand" | "MY.samplingMethodReared" | "MY.samplingMethodEpupa" | "MY.samplingMethodExovo" | "MY.samplingMethodElarva" | "MY.samplingMethodFishTrap" | "MY.samplingMethodYellowWindowTrap" | "MY.samplingMethodYellowpan" | "MY.samplingMethodTriangleDrag" | "MY.samplingMethodPitfall" | "MY.samplingMethodEclectortrap" | "MY.samplingMethodDungTrap" | "MY.samplingMethodBoard" | "MY.samplingMethodYellowtrap" | "MY.samplingMethodMistnet" | "MY.samplingMethodSweeping" | "MY.samplingMethodSoilsample" | "MY.samplingMethodWashing" | "MY.samplingMethodMalaise" | "MY.samplingMethodPantrap" | "MY.samplingMethodSeine" | "MY.samplingMethodAngleFishing" | "MY.samplingMethodTrampling" | "MY.samplingMethodBeamTrawl" | "MY.samplingMethodTrap" | "MY.samplingMethodDropping" | "MY.samplingMethodTrunkWindowTrap" | "MY.samplingMethodElectrofishing" | "MY.samplingMethodSifting" | "MY.samplingMethodDiverInsectTrap" | "MY.samplingMethodDiving" | "MY.samplingMethodBait" | "MY.samplingMethodBaittrap" | "MY.samplingMethodTrawling" | "MY.samplingMethodLight" | "MY.samplingMethodLightTrap" | "MY.samplingMethodWaterBucket" | "MY.samplingMethodAquaticNet" | "MY.samplingMethodAquaticEmergenceTrap" | "MY.samplingMethodWaterSieve" | "MY.samplingMethodOther";
|
|
924
|
-
samplingMethodNotes?: string;
|
|
925
|
-
/**
|
|
926
|
-
* Maturity of the collected seeds, used for botanical garden accessions/seed bank.
|
|
927
|
-
*/
|
|
928
|
-
seedMaturity?: "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
|
|
929
|
-
/**
|
|
930
|
-
* Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
|
|
931
|
-
*/
|
|
932
|
-
seedMorphology?: "" | "MY.seedMorphologyBent" | "MY.seedMorphologyBroad" | "MY.seedMorphologyCapitate" | "MY.seedMorphologyFolded" | "MY.seedMorphologyLateral" | "MY.seedMorphologyLinearFullyDeveloped" | "MY.seedMorphologyLinearUnderdeveloped" | "MY.seedMorphologyPeripheral" | "MY.seedMorphologyRudimentary" | "MY.seedMorphologySpatulateFullyDeveloped" | "MY.seedMorphologySpatulateUnderdeveloped" | "MY.seedMorphologyUndifferentiated" | "MY.seedMorphologyInvesting";
|
|
933
|
-
/**
|
|
934
|
-
* Sex of the individual(s)
|
|
935
|
-
*/
|
|
936
|
-
sex?: "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
|
|
937
|
-
/**
|
|
938
|
-
* E.g. how sex was determined, by whom and when.
|
|
939
|
-
*/
|
|
940
|
-
sexNotes?: string;
|
|
941
|
-
shortHandText?: string;
|
|
942
|
-
smell?: "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
|
|
943
|
-
smellNotes?: string;
|
|
944
|
-
stratigraphyVerbatim?: string;
|
|
945
|
-
substrateClassification?: "" | "MY.substrateGround" | "MY.substrateGroundLowShrubs" | "MY.substrateGroundLichens" | "MY.substrateGroundHerbs" | "MY.substrateGroundMosses" | "MY.substrateGroundSphagnum" | "MY.substrateGroundGrassy" | "MY.substrateGroundNeedleLitter" | "MY.substrateGroundLeafLitter" | "MY.substrateGroundMixedLitter" | "MY.substrateGroundSandySoil" | "MY.substrateGroundGravelSoil" | "MY.substrateGroundClayeySoil" | "MY.substrateGroundHeathHumus" | "MY.substrateGroundMull" | "MY.substrateGroundPeat" | "MY.substrateGroundBurnedSoil" | "MY.substrateLivingTree" | "MY.substrateLivingTreeTrunk" | "MY.substrateLivingTreeBase" | "MY.substrateLivingTreeRoots" | "MY.substrateLivingTreeBranch" | "MY.substrateLivingTreeDeadBranch" | "MY.substrateLivingTreeDeadLimb" | "MY.substrateLivingTreeLeaf" | "MY.substrateLivingTreeNeedle" | "MY.substrateDeadWood" | "MY.substrateDeadWoodStandingTreeTrunk" | "MY.substrateDeadWoodStandingTreeBranch" | "MY.substrateDeadWoodStandingTreeBase" | "MY.substrateDeadWoodFallenTreeTrunk" | "MY.substrateDeadWoodFallenTreeBranch" | "MY.substrateDeadWoodUpturnedRoots" | "MY.substrateDeadWoodDeadRoots" | "MY.substrateDeadWoodStump" | "MY.substrateDeadWoodFallenBranch" | "MY.substrateDeadWoodCone" | "MY.substrateDeadWoodTwigs" | "MY.substrateDeadWoodBark" | "MY.substrateDeadWoodSawdust" | "MY.substrateDeadWoodPieceOfWood" | "MY.substrateDeadWoodLoggingResidue" | "MY.substrateDeadWoodLog" | "MY.substrateDeadWoodDriftwood" | "MY.substrateDeadWoodConstructionWood" | "MY.substrateDung" | "MY.substrateCompost" | "MY.substrateLivingShoot" | "MY.substrateDeadShoot" | "MY.substrateLivingFungus" | "MY.substrateDeadFungus" | "MY.substrateLivingAnimal" | "MY.substrateDeadAnimal" | "MY.substrateRockSurface" | "MY.substrateDeadNeedle" | "MY.substrateDeadLeaf";
|
|
946
|
-
substrateDecayStage?: "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
|
|
947
|
-
substrateNotes?: string;
|
|
948
|
-
substrateSpecies?: string;
|
|
949
|
-
substrateSpeciesID?: string;
|
|
950
|
-
substrateSpeciesInformalNameString?: string;
|
|
951
|
-
substrateTreeClassification?: ("" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6")[];
|
|
952
|
-
tailInMillimeters?: string[];
|
|
953
|
-
taste?: "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
|
|
954
|
-
tasteNotes?: string;
|
|
955
|
-
taxonConfidence?: "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
|
|
956
|
-
twitched?: boolean;
|
|
957
|
-
unitFact?: {
|
|
958
|
-
adultIndividualCount?: number;
|
|
959
|
-
autocompleteSelectedTaxonID?: string;
|
|
960
|
-
glowWormMicrohabitat?: "" | "MY.glowWormMicrohabitatEnum1" | "MY.glowWormMicrohabitatEnum2" | "MY.glowWormMicrohabitatEnum3" | "MY.glowWormMicrohabitatEnum4" | "MY.glowWormMicrohabitatEnum5" | "MY.glowWormMicrohabitatEnum6" | "MY.glowWormMicrohabitatEnumOther";
|
|
961
|
-
individualCountFlock?: number;
|
|
962
|
-
individualCountInner?: number;
|
|
963
|
-
individualCountOuter?: number;
|
|
964
|
-
juvenileIndividualCount?: number;
|
|
965
|
-
lineTransectObsType?: "" | "MY.lineTransectObsTypeSong" | "MY.lineTransectObsTypeOtherSound" | "MY.lineTransectObsTypeSeen" | "MY.lineTransectObsTypeSeenMale" | "MY.lineTransectObsTypeSeenFemale" | "MY.lineTransectObsTypeFlyingOverhead" | "MY.lineTransectObsTypeFlock" | "MY.lineTransectObsTypeFlockFlyingOverhead" | "MY.lineTransectObsTypeSeenPair" | "MY.lineTransectObsTypeSeenBrood" | "MY.lineTransectObsTypeSeenNest" | "MY.lineTransectObsTypeUnknown";
|
|
966
|
-
lineTransectRouteFieldType?: "" | "MY.lineTransectRouteFieldTypeInner" | "MY.lineTransectRouteFieldTypeOuter";
|
|
967
|
-
lolifeDroppingsCount?: "" | "MY.lolifeDroppingsCount0" | "MY.lolifeDroppingsCount1" | "MY.lolifeDroppingsCount2" | "MY.lolifeDroppingsCount25" | "MY.lolifeDroppingsCount3" | "MY.lolifeDroppingsCount4";
|
|
968
|
-
lolifeDroppingsQuality?: "" | "MY.lolifeDroppingsQuality1" | "MY.lolifeDroppingsQuality2";
|
|
969
|
-
lolifeDroppingsType?: "" | "MY.lolifeDroppingsTypeRock" | "MY.lolifeDroppingsTypeTree" | "MY.lolifeDroppingsTypeTreeGroup" | "MY.lolifeDroppingsTypeOther";
|
|
970
|
-
lolifeNestTree?: "" | "MX.38590" | "MX.37812" | "MX.37999" | "MX.37993" | "MX.38010" | "MX.38008" | "MY.lolifeNestTreeOther";
|
|
971
|
-
pairCountInner?: number;
|
|
972
|
-
pairCountOuter?: number;
|
|
973
|
-
pointCountFlock?: string;
|
|
974
|
-
runningWaterInVicinity?: boolean;
|
|
975
|
-
waterbirdFemale?: "" | "MY.waterbirdFemaleEnumYes" | "MY.waterbirdFemaleEnumNo" | "MY.waterbirdFemaleEnumLonelyPanicking";
|
|
976
|
-
waterbirdJuvenileAgeClass?: "" | "MY.waterbirdJuvenileAgeClassIa" | "MY.waterbirdJuvenileAgeClassIb" | "MY.waterbirdJuvenileAgeClassIc" | "MY.waterbirdJuvenileAgeClassIIa" | "MY.waterbirdJuvenileAgeClassIIb" | "MY.waterbirdJuvenileAgeClassIIc" | "MY.waterbirdJuvenileAgeClassIIIa" | "MY.waterbirdJuvenileAgeClassUnknown";
|
|
977
|
-
waterbirdJuvenileCountAccurate?: boolean;
|
|
978
|
-
waterbirdObserverOpinionSelectedCensus?: boolean;
|
|
979
|
-
waterbirdPairCountOpinionReasoning?: "" | "MY.waterbirdPairCountOpinionReasoningEnum1" | "MY.waterbirdPairCountOpinionReasoningEnum2" | "MY.waterbirdPairCountOpinionReasoningEnum3" | "MY.waterbirdPairCountOpinionReasoningEnumOther";
|
|
980
|
-
individualCountBiotopeA?: number;
|
|
981
|
-
individualCountBiotopeB?: number;
|
|
982
|
-
individualCountBiotopeC?: number;
|
|
983
|
-
individualCountBiotopeD?: number;
|
|
984
|
-
individualCountBiotopeE?: number;
|
|
985
|
-
individualCountBiotopeF?: number;
|
|
986
|
-
individualCountBiotopeG?: number;
|
|
987
|
-
individualCountBiotopeH?: number;
|
|
988
|
-
};
|
|
989
|
-
unitGathering?: {
|
|
990
|
-
id?: string;
|
|
991
|
-
"@type"?: string;
|
|
992
|
-
"@context"?: string;
|
|
993
|
-
dateBegin?: string;
|
|
994
|
-
dateEnd?: string;
|
|
995
|
-
geometry?: {
|
|
996
|
-
[k: string]: unknown | undefined;
|
|
997
|
-
};
|
|
998
|
-
/**
|
|
999
|
-
* Informal description of the habitat.
|
|
1000
|
-
*/
|
|
1001
|
-
habitatDescription?: string;
|
|
1002
|
-
habitatIUCN?: string;
|
|
1003
|
-
/**
|
|
1004
|
-
* Type of substrate or name of substrate species.
|
|
1005
|
-
*/
|
|
1006
|
-
substrate?: string;
|
|
1007
|
-
};
|
|
1008
|
-
unitType?: string[];
|
|
1009
|
-
weightInGrams?: string[];
|
|
1010
|
-
wild?: "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
|
|
1011
|
-
wingInMillimeters?: string[];
|
|
1012
|
-
audio?: string[];
|
|
1013
|
-
images?: string[];
|
|
1014
|
-
/**
|
|
1015
|
-
* 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.
|
|
1016
|
-
*/
|
|
1017
|
-
publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
1018
|
-
identifications?: {
|
|
1019
|
-
id?: string;
|
|
1020
|
-
"@type"?: string;
|
|
1021
|
-
"@context"?: string;
|
|
1022
|
-
"herbo:sortOrder"?: number;
|
|
1023
|
-
/**
|
|
1024
|
-
* 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.
|
|
1025
|
-
*/
|
|
1026
|
-
associatedObservationTaxa?: string;
|
|
1027
|
-
/**
|
|
1028
|
-
* Author for the taxon
|
|
1029
|
-
*/
|
|
1030
|
-
author?: string;
|
|
1031
|
-
/**
|
|
1032
|
-
* Name of the identifier (person) preferably in format "lastname, firstname"
|
|
1033
|
-
*/
|
|
1034
|
-
det?: string;
|
|
1035
|
-
/**
|
|
1036
|
-
* Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
|
|
1037
|
-
*/
|
|
1038
|
-
detDate?: string;
|
|
1039
|
-
detMethod?: "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
|
|
1040
|
-
/**
|
|
1041
|
-
* Name of the identifier and date of identification in original format (e.g. from the label), errors and all
|
|
1042
|
-
*/
|
|
1043
|
-
detVerbatim?: string;
|
|
1044
|
-
/**
|
|
1045
|
-
* Additional qualifier or specifier at genus level (e.g. aff., cf.)
|
|
1046
|
-
*/
|
|
1047
|
-
genusQualifier?: string;
|
|
1048
|
-
identificationBasis?: ("" | "MY.identificationBasisDNA" | "MY.identificationBasisGenitals" | "MY.identificationBasisGenitalPreparate" | "MY.identificationBasisSpores" | "MY.identificationBasisHandled" | "MY.identificationBasisChemical" | "MY.identificationBasisHeard" | "MY.identificationBasisMicroscope" | "MY.identificationBasisSeen" | "MY.identificationBasisPreservedSpecimen" | "MY.identificationBasisFreshSpecimen" | "MY.identificationBasisMedia")[];
|
|
1049
|
-
/**
|
|
1050
|
-
* Additional information on the identification, basis or such
|
|
1051
|
-
*/
|
|
1052
|
-
identificationNotes?: string;
|
|
1053
|
-
/**
|
|
1054
|
-
* Author for the taxon below species level/infra epithet
|
|
1055
|
-
*/
|
|
1056
|
-
infraAuthor?: string;
|
|
1057
|
-
/**
|
|
1058
|
-
* Taxon name for the epithet below species level
|
|
1059
|
-
*/
|
|
1060
|
-
infraEpithet?: string;
|
|
1061
|
-
/**
|
|
1062
|
-
* Taxonomic level of the epithet below species level
|
|
1063
|
-
*/
|
|
1064
|
-
infraRank?: "" | "MY.infraRankSsp" | "MY.infraRankVar" | "MY.infraRankBeta" | "MY.infraRankB" | "MY.infraRankForma" | "MY.infraRankHybrid" | "MY.infraRankAnamorph" | "MY.infraRankAggregate" | "MY.infraRankAberration" | "MY.infraRankCultivar" | "MY.infraRankMorpha" | "MY.infraRankUnknown" | "MY.infraRankNothosubspecies" | "MY.infraRankCultivarGroup" | "MY.infraRankFsp";
|
|
1065
|
-
/**
|
|
1066
|
-
* Pathovars, serovars and other infrasubspecific subdivisions of microbes.
|
|
1067
|
-
*/
|
|
1068
|
-
infrasubspecificSubdivision?: string;
|
|
1069
|
-
/**
|
|
1070
|
-
* Which parent or larger collection this is part of.
|
|
1071
|
-
*/
|
|
1072
|
-
isPartOf?: string;
|
|
1073
|
-
isTaxonGroup?: boolean;
|
|
1074
|
-
/**
|
|
1075
|
-
* This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
|
|
1076
|
-
*/
|
|
1077
|
-
preferredIdentification?: string;
|
|
1078
|
-
/**
|
|
1079
|
-
* Publication reference for the taxon concept, that was used in identification
|
|
1080
|
-
*/
|
|
1081
|
-
sec?: string;
|
|
1082
|
-
/**
|
|
1083
|
-
* Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
|
|
1084
|
-
*/
|
|
1085
|
-
speciesQualifier?: string;
|
|
1086
|
-
/**
|
|
1087
|
-
* Taxon name
|
|
1088
|
-
*/
|
|
1089
|
-
taxon?: string;
|
|
1090
|
-
/**
|
|
1091
|
-
* ID for the taxon if has some other than an MX code
|
|
1092
|
-
*/
|
|
1093
|
-
taxonID?: string;
|
|
1094
|
-
/**
|
|
1095
|
-
* Taxonomic level for the identification
|
|
1096
|
-
*/
|
|
1097
|
-
taxonRank?: "" | "MX.superdomain" | "MX.domain" | "MX.kingdom" | "MX.subkingdom" | "MX.infrakingdom" | "MX.superphylum" | "MX.phylum" | "MX.subphylum" | "MX.infraphylum" | "MX.superdivision" | "MX.division" | "MX.subdivision" | "MX.infradivision" | "MX.superclass" | "MX.class" | "MX.subclass" | "MX.infraclass" | "MX.parvclass" | "MX.superorder" | "MX.order" | "MX.suborder" | "MX.infraorder" | "MX.parvorder" | "MX.superfamily" | "MX.family" | "MX.subfamily" | "MX.tribe" | "MX.subtribe" | "MX.supergenus" | "MX.genus" | "MX.nothogenus" | "MX.subgenus" | "MX.section" | "MX.subsection" | "MX.series" | "MX.subseries" | "MX.infragenericTaxon" | "MX.aggregate" | "MX.speciesAggregate" | "MX.species" | "MX.nothospecies" | "MX.infraspecificTaxon" | "MX.subspecificAggregate" | "MX.subspecies" | "MX.nothosubspecies" | "MX.variety" | "MX.subvariety" | "MX.form" | "MX.subform" | "MX.hybrid" | "MX.anamorph" | "MX.ecotype" | "MX.populationGroup" | "MX.intergenericHybrid" | "MX.infragenericHybrid" | "MX.cultivar" | "MX.group" | "MX.grex";
|
|
1098
|
-
taxonSpecifier?: string;
|
|
1099
|
-
taxonURI?: string;
|
|
1100
|
-
/**
|
|
1101
|
-
* Taxon name in original format (e.g. from the label), errors and all
|
|
1102
|
-
*/
|
|
1103
|
-
taxonVerbatim?: string;
|
|
1104
|
-
/**
|
|
1105
|
-
* 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.
|
|
1106
|
-
*/
|
|
1107
|
-
publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
1108
|
-
sortOrder?: number;
|
|
1109
|
-
}[];
|
|
1110
|
-
typeSpecimens?: {
|
|
1111
|
-
id?: string;
|
|
1112
|
-
"@type"?: string;
|
|
1113
|
-
"@context"?: string;
|
|
1114
|
-
/**
|
|
1115
|
-
* Which parent or larger collection this is part of.
|
|
1116
|
-
*/
|
|
1117
|
-
isPartOf?: string;
|
|
1118
|
-
/**
|
|
1119
|
-
* Author of the type species
|
|
1120
|
-
*/
|
|
1121
|
-
typeAuthor?: string;
|
|
1122
|
-
/**
|
|
1123
|
-
* Publication reference for original description or basionyme
|
|
1124
|
-
*/
|
|
1125
|
-
typeBasionymePubl?: string;
|
|
1126
|
-
/**
|
|
1127
|
-
* Additional information on the type
|
|
1128
|
-
*/
|
|
1129
|
-
typeNotes?: string;
|
|
1130
|
-
/**
|
|
1131
|
-
* Publication reference for type publication
|
|
1132
|
-
*/
|
|
1133
|
-
typePubl?: string;
|
|
1134
|
-
/**
|
|
1135
|
-
* ID for the type series, if part of one
|
|
1136
|
-
*/
|
|
1137
|
-
typeSeriesID?: string;
|
|
1138
|
-
/**
|
|
1139
|
-
* Name of the type species
|
|
1140
|
-
*/
|
|
1141
|
-
typeSpecies?: string;
|
|
1142
|
-
/**
|
|
1143
|
-
* Is this holotype, paratype, syntype etc...
|
|
1144
|
-
*/
|
|
1145
|
-
typeStatus?: "" | "MY.typeStatusType" | "MY.typeStatusHolotype" | "MY.typeStatusSyntype" | "MY.typeStatusParatype" | "MY.typeStatusLectotype" | "MY.typeStatusParalectotype" | "MY.typeStatusNeotype" | "MY.typeStatusAllotype" | "MY.typeStatusNeoallotype" | "MY.typeStatusIsotype" | "MY.typeStatusEpitype" | "MY.typeStatusIsolectotype" | "MY.typeStatusIsoepitype" | "MY.typeStatusIsoneotype" | "MY.typeStatusIsoparatype" | "MY.typeStatusIsosyntype" | "MY.typeStatusOriginalMaterial" | "MY.typeStatusCotype" | "MY.typeStatusTopotype" | "MY.typeStatusHomotype" | "MY.typeStatusNo" | "MY.typeStatusPossible" | "MY.typeStatusObscure" | "MY.typeStatusTypeStrain" | "MY.typeStatusPathovarReferenceStrain";
|
|
1146
|
-
/**
|
|
1147
|
-
* Name of the type subspecies
|
|
1148
|
-
*/
|
|
1149
|
-
typeSubspecies?: string;
|
|
1150
|
-
/**
|
|
1151
|
-
* Author of the type subspecies
|
|
1152
|
-
*/
|
|
1153
|
-
typeSubspeciesAuthor?: string;
|
|
1154
|
-
/**
|
|
1155
|
-
* Verification whether this really is a type?
|
|
1156
|
-
*/
|
|
1157
|
-
typeVerification?: "" | "MY.typeVerificationVerified" | "MY.typeVerificationUnverified" | "MY.typeVerificationProbable" | "MY.typeVerificationDoubtful";
|
|
1158
|
-
/**
|
|
1159
|
-
* Name of the person who chose the type, preferably in the format "Lastname, firstname"
|
|
1160
|
-
*/
|
|
1161
|
-
typif?: string;
|
|
1162
|
-
/**
|
|
1163
|
-
* Date when the specimen was chosen as a type
|
|
1164
|
-
*/
|
|
1165
|
-
typifDate?: string;
|
|
1166
|
-
/**
|
|
1167
|
-
* 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.
|
|
1168
|
-
*/
|
|
1169
|
-
publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
1170
|
-
}[];
|
|
1171
|
-
}[];
|
|
1172
|
-
},
|
|
1173
|
-
...{
|
|
1174
|
-
id?: string;
|
|
1175
|
-
"@type"?: string;
|
|
1176
|
-
"@context"?: string;
|
|
1177
|
-
/**
|
|
1178
|
-
* AFE grid name
|
|
1179
|
-
*/
|
|
1180
|
-
AFEQuadrat?: string;
|
|
1181
|
-
/**
|
|
1182
|
-
* UTM grid name
|
|
1183
|
-
*/
|
|
1184
|
-
UTMQuadrat?: string;
|
|
1185
|
-
acknowledgeNoUnitsInCensus?: boolean;
|
|
1186
|
-
/**
|
|
1187
|
-
* Regions, rayons, provinces and other administrative areas. Separate multiple names with commas, from generic to specific. (E.g. Etelä-Suomen lääni, Uusimaa)
|
|
1188
|
-
*/
|
|
1189
|
-
administrativeProvince?: string;
|
|
1190
|
-
/**
|
|
1191
|
-
* Altitude form sea level in meters, single value or range (E.g. 90, or 80-100). No GPS altitude here.
|
|
1192
|
-
*/
|
|
1193
|
-
alt?: string;
|
|
1194
|
-
areaDetail?: string;
|
|
1195
|
-
/**
|
|
1196
|
-
* 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.
|
|
1197
|
-
*/
|
|
1198
|
-
associatedObservationTaxa?: string;
|
|
1199
|
-
/**
|
|
1200
|
-
* Write associated specimen taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type Preserved specimen.
|
|
1201
|
-
*/
|
|
1202
|
-
associatedSpecimenTaxa?: string;
|
|
1203
|
-
/**
|
|
1204
|
-
* Bat habitat
|
|
1205
|
-
*/
|
|
1206
|
-
batHabitat?: ("" | "MY.batHabitatYardCityCentre" | "MY.batHabitatYardSuburbs" | "MY.batHabitatYardRural" | "MY.batHabitatRoadSide" | "MY.batHabitatStandOfTreesCloseToBuildings" | "MY.batHabitatParkWIthFewTrees" | "MY.batHabitatParkAbundantInTrees" | "MY.batHabitatSparseForest" | "MY.batHabitatDenseForest" | "MY.batHabitatEdgeOfShoreCoppice" | "MY.batHabitatLakeShore" | "MY.batHabitatSeaShore" | "MY.batHabitatArchipelago" | "MY.batHabitatStreamOrRiverBank" | "MY.batHabitatOldBuildingOrRuins" | "MY.batHabitatCountryside")[];
|
|
1207
|
-
binocularsUsed?: boolean;
|
|
1208
|
-
/**
|
|
1209
|
-
* Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
|
|
1210
|
-
*/
|
|
1211
|
-
biologicalProvince?: string;
|
|
1212
|
-
censusHinderedByEnviromentalFactors?: boolean;
|
|
1213
|
-
censusHinderedByFog?: boolean;
|
|
1214
|
-
censusHinderedByRain?: boolean;
|
|
1215
|
-
censusHinderedByWind?: boolean;
|
|
1216
|
-
/**
|
|
1217
|
-
* Name of an expedition or such.
|
|
1218
|
-
*/
|
|
1219
|
-
collectingEventName?: string;
|
|
1220
|
-
controlActivitiesNotes?: string;
|
|
1221
|
-
/**
|
|
1222
|
-
* Free-text notes about the coordinates.
|
|
1223
|
-
*/
|
|
1224
|
-
coordinateNotes?: string;
|
|
1225
|
-
/**
|
|
1226
|
-
* Maximum error of coordinates in meters
|
|
1227
|
-
*/
|
|
1228
|
-
coordinateRadius?: string;
|
|
1229
|
-
/**
|
|
1230
|
-
* Use for NEW SPECIMENS: Where the coordinates have been acquired
|
|
1231
|
-
*/
|
|
1232
|
-
coordinateSource?: "" | "MY.coordinateSourceGps" | "MY.coordinateSourcePeruskartta" | "MY.coordinateSourcePapermap" | "MY.coordinateSourceKotkamap" | "MY.coordinateSourceKarttapaikka" | "MY.coordinateSourceRetkikartta" | "MY.coordinateSourceGoogle" | "MY.coordinateSourceOther" | "MY.coordinateSourceUnknown";
|
|
1233
|
-
/**
|
|
1234
|
-
* More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
|
|
1235
|
-
*/
|
|
1236
|
-
coordinateSystem?: "" | "MY.coordinateSystemYkj" | "MY.coordinateSystemWgs84" | "MY.coordinateSystemWgs84dms" | "MY.coordinateSystemKkj" | "MY.coordinateSystemEtrs-tm35fin" | "MY.coordinateSystemDd" | "MY.coordinateSystemDms";
|
|
1237
|
-
coordinatesGridYKJ?: string;
|
|
1238
|
-
/**
|
|
1239
|
-
* Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
|
|
1240
|
-
*/
|
|
1241
|
-
coordinatesVerbatim?: string;
|
|
1242
|
-
/**
|
|
1243
|
-
* Country name in English, or 2-letter country code, or name from label
|
|
1244
|
-
*/
|
|
1245
|
-
country?: string;
|
|
1246
|
-
/**
|
|
1247
|
-
* County (piirikunta, kreivikunta etc.)
|
|
1248
|
-
*/
|
|
1249
|
-
county?: string;
|
|
1250
|
-
dateBegin?: string;
|
|
1251
|
-
dateEnd?: string;
|
|
1252
|
-
/**
|
|
1253
|
-
* Date just as it appears on the label or other original source, no interpretation, errors and all
|
|
1254
|
-
*/
|
|
1255
|
-
dateVerbatim?: string;
|
|
1256
|
-
/**
|
|
1257
|
-
* Depth in meters, single value or range (E.g. 0.9, or 0.8-1.0)
|
|
1258
|
-
*/
|
|
1259
|
-
depth?: string;
|
|
1260
|
-
dynamicProperties?: string;
|
|
1261
|
-
eventDate?: string;
|
|
1262
|
-
/**
|
|
1263
|
-
* Finnish forest vegetation zone
|
|
1264
|
-
*/
|
|
1265
|
-
forestVegetationZone?: "" | "MY.forestVegetationZone1a" | "MY.forestVegetationZone1b" | "MY.forestVegetationZone2a" | "MY.forestVegetationZone2b" | "MY.forestVegetationZone3a" | "MY.forestVegetationZone3b" | "MY.forestVegetationZone3c" | "MY.forestVegetationZone4a" | "MY.forestVegetationZone4b" | "MY.forestVegetationZone4c" | "MY.forestVegetationZone4d";
|
|
1266
|
-
gatheringFact?: {
|
|
1267
|
-
batCollector?: "" | "MY.batCollectorAlone" | "MY.batCollectorWithProjectGroupMember" | "MY.batCollectorSomeoneElse";
|
|
1268
|
-
binocularsUsed?: boolean;
|
|
1269
|
-
censusAreaHectares?: number;
|
|
1270
|
-
invasiveControlOtherExpensesInEuros?: number;
|
|
1271
|
-
invasiveControlWorkHours?: number;
|
|
1272
|
-
lineTransectSegmentCounted?: boolean;
|
|
1273
|
-
lineTransectSegmentMetersEnd?: number;
|
|
1274
|
-
lineTransectSegmentMetersStart?: number;
|
|
1275
|
-
lolifeSiteClassification?: "" | "MY.lolifeSiteClassificationExcellent" | "MY.lolifeSiteClassificationSuboptimal" | "MY.lolifeSiteClassificationPossible" | "MY.lolifeSiteClassificationCurrentlyUnsuitable" | "MY.lolifeSiteClassificationPermanentlyUnsuitable";
|
|
1276
|
-
lolifeSiteClassificationComments?: string;
|
|
1277
|
-
observedAreaHectares?: number;
|
|
1278
|
-
pointCountHabitat?: "" | "MY.pointCountHabitat0" | "MY.pointCountHabitat1" | "MY.pointCountHabitat2" | "MY.pointCountHabitat3" | "MY.pointCountHabitat4" | "MY.pointCountHabitat5" | "MY.pointCountHabitat6" | "MY.pointCountHabitat7" | "MY.pointCountHabitat8" | "MY.pointCountHabitat9" | "MY.pointCountHabitat10" | "MY.pointCountHabitat11" | "MY.pointCountHabitat12" | "MY.pointCountHabitat13" | "MY.pointCountHabitat14" | "MY.pointCountHabitat15" | "MY.pointCountHabitat16" | "MY.pointCountHabitat17";
|
|
1279
|
-
shorelineLengthMeters?: number;
|
|
1280
|
-
spottingScopeUsed?: boolean;
|
|
1281
|
-
sunniness?: number;
|
|
1282
|
-
sykeButterFlyCensusWind?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
|
|
1283
|
-
sykeButterFlyCensusWindEnd?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
|
|
1284
|
-
sykeButterFlyCensusWindStart?: "" | "MY.sykeButterFlyCensusWindEnumUnknown" | "MY.sykeButterFlyCensusWindEnum0" | "MY.sykeButterFlyCensusWindEnum1" | "MY.sykeButterFlyCensusWindEnum2" | "MY.sykeButterFlyCensusWindEnum3" | "MY.sykeButterFlyCensusWindEnum4" | "MY.sykeButterFlyCensusWindEnum5" | "MY.sykeButterFlyCensusWindEnum6";
|
|
1285
|
-
waterbirdCensusPeriod?: "" | "MY.waterbirdCensusPeriodEnum1" | "MY.waterbirdCensusPeriodEnum2" | "MY.waterbirdCensusPeriodEnumJuvenile" | "MY.waterbirdCensusPeriodEnumAdditional" | "MY.waterbirdCensusPeriodEnumCombined";
|
|
1286
|
-
waterbirdHabitat?: "" | "MY.waterbirdHabitatEnum1" | "MY.waterbirdHabitatEnum2" | "MY.waterbirdHabitatEnum3" | "MY.waterbirdHabitatEnum4" | "MY.waterbirdHabitatEnum5" | "MY.waterbirdHabitatEnum6" | "MY.waterbirdHabitatEnum7" | "MY.waterbirdHabitatEnum8" | "MY.waterbirdHabitatEnum9" | "MY.waterbirdHabitatEnum10";
|
|
1287
|
-
ykjSquareNumber?: string;
|
|
1288
|
-
ACAFLAonAlder?: number;
|
|
1289
|
-
ACAFLAonBirch?: number;
|
|
1290
|
-
ACAFLAonGround?: number;
|
|
1291
|
-
ACAFLAonPine?: number;
|
|
1292
|
-
ACAFLAonSpruce?: number;
|
|
1293
|
-
CARSPIonAlder?: number;
|
|
1294
|
-
CARSPIonBirch?: number;
|
|
1295
|
-
CARSPIonGround?: number;
|
|
1296
|
-
CARSPIonPine?: number;
|
|
1297
|
-
CARSPIonSpruce?: number;
|
|
1298
|
-
LOXIAonAlder?: number;
|
|
1299
|
-
LOXIAonBirch?: number;
|
|
1300
|
-
LOXIAonGround?: number;
|
|
1301
|
-
LOXIAonPine?: number;
|
|
1302
|
-
LOXIAonSpruce?: number;
|
|
1303
|
-
abundanceBOMGAR?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
|
|
1304
|
-
abundancePINENU?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
|
|
1305
|
-
abundanceTURPIL?: "" | "WBC.speciesAbundanceEnum0" | "WBC.speciesAbundanceEnum1" | "WBC.speciesAbundanceEnum2" | "WBC.speciesAbundanceEnum3";
|
|
1306
|
-
birdFeederCount?: number;
|
|
1307
|
-
birdFeederCountBiotopeA?: number;
|
|
1308
|
-
birdFeederCountBiotopeB?: number;
|
|
1309
|
-
birdFeederCountBiotopeC?: number;
|
|
1310
|
-
birdFeederCountBiotopeD?: number;
|
|
1311
|
-
birdFeederCountBiotopeE?: number;
|
|
1312
|
-
birdFeederCountBiotopeF?: number;
|
|
1313
|
-
birdFeederCountBiotopeG?: number;
|
|
1314
|
-
birdFeederCountBiotopeH?: number;
|
|
1315
|
-
cloudAndRain?: "" | "WBC.cloudAndRainEnum0" | "WBC.cloudAndRainEnum1" | "WBC.cloudAndRainEnum2" | "WBC.cloudAndRainEnum3" | "WBC.cloudAndRainEnum4";
|
|
1316
|
-
descriptionBiotopeF?: string;
|
|
1317
|
-
feedingStationCount?: number;
|
|
1318
|
-
feedingStationCountBiotopeA?: number;
|
|
1319
|
-
feedingStationCountBiotopeB?: number;
|
|
1320
|
-
feedingStationCountBiotopeC?: number;
|
|
1321
|
-
feedingStationCountBiotopeD?: number;
|
|
1322
|
-
feedingStationCountBiotopeE?: number;
|
|
1323
|
-
feedingStationCountBiotopeF?: number;
|
|
1324
|
-
feedingStationCountBiotopeG?: number;
|
|
1325
|
-
feedingStationCountBiotopeH?: number;
|
|
1326
|
-
iceCover?: "" | "WBC.iceCoverEnum0" | "WBC.iceCoverEnum1" | "WBC.iceCoverEnum2" | "WBC.iceCoverEnum3" | "WBC.iceCoverEnum4";
|
|
1327
|
-
meanTemperature?: number;
|
|
1328
|
-
observerCount?: number;
|
|
1329
|
-
observerID?: number;
|
|
1330
|
-
pineConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
1331
|
-
routeID?: number;
|
|
1332
|
-
routeLength?: number;
|
|
1333
|
-
routeLengthBiotopeA?: number;
|
|
1334
|
-
routeLengthBiotopeB?: number;
|
|
1335
|
-
routeLengthBiotopeC?: number;
|
|
1336
|
-
routeLengthBiotopeD?: number;
|
|
1337
|
-
routeLengthBiotopeE?: number;
|
|
1338
|
-
routeLengthBiotopeF?: number;
|
|
1339
|
-
routeLengthBiotopeG?: number;
|
|
1340
|
-
routeLengthBiotopeH?: number;
|
|
1341
|
-
routeLengthChange?: number;
|
|
1342
|
-
routeLengthChangeBiotopeA?: number;
|
|
1343
|
-
routeLengthChangeBiotopeB?: number;
|
|
1344
|
-
routeLengthChangeBiotopeC?: number;
|
|
1345
|
-
routeLengthChangeBiotopeD?: number;
|
|
1346
|
-
routeLengthChangeBiotopeE?: number;
|
|
1347
|
-
routeLengthChangeBiotopeF?: number;
|
|
1348
|
-
routeLengthChangeBiotopeG?: number;
|
|
1349
|
-
routeLengthChangeBiotopeH?: number;
|
|
1350
|
-
snowAndIceOnTrees?: "" | "WBC.snowAndIceOnTreesEnum0" | "WBC.snowAndIceOnTreesEnum1" | "WBC.snowAndIceOnTreesEnum2" | "WBC.snowAndIceOnTreesEnum3";
|
|
1351
|
-
snowCover?: "" | "WBC.snowCoverEnum0" | "WBC.snowCoverEnum1" | "WBC.snowCoverEnum2" | "WBC.snowCoverEnum3" | "WBC.snowCoverEnum4" | "WBC.snowCoverEnum5" | "WBC.snowCoverEnum6" | "WBC.snowCoverEnum7" | "WBC.snowCoverEnum8";
|
|
1352
|
-
sorbusBerriesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
1353
|
-
sorbusBerriesEarlyFall?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
1354
|
-
spruceConesAtCensus?: "" | "WBC.berriesAndConesEnum0" | "WBC.berriesAndConesEnum1" | "WBC.berriesAndConesEnum2" | "WBC.berriesAndConesEnum3" | "WBC.berriesAndConesEnum4" | "WBC.berriesAndConesEnum5" | "WBC.berriesAndConesEnum6";
|
|
1355
|
-
typeOfSnowCover?: "" | "WBC.typeOfSnowCoverEnum0" | "WBC.typeOfSnowCoverEnum1" | "WBC.typeOfSnowCoverEnum2";
|
|
1356
|
-
visibility?: "" | "WBC.visibilityEnum0" | "WBC.visibilityEnum1" | "WBC.visibilityEnum2" | "WBC.visibilityEnum3" | "WBC.visibilityEnum4";
|
|
1357
|
-
waterbodies?: "" | "WBC.waterbodiesEnum0" | "WBC.waterbodiesEnum1" | "WBC.waterbodiesEnum2" | "WBC.waterbodiesEnum3" | "WBC.waterbodiesEnum4" | "WBC.waterbodiesEnum5";
|
|
1358
|
-
wayOfTravel?: "" | "WBC.wayOfTravelEnum0" | "WBC.wayOfTravelEnum1" | "WBC.wayOfTravelEnum2" | "WBC.wayOfTravelEnum3" | "WBC.wayOfTravelEnum9";
|
|
1359
|
-
wayOfTravelNotes?: string;
|
|
1360
|
-
wind?: "" | "WBC.windEnum0" | "WBC.windEnum1" | "WBC.windEnum2" | "WBC.windEnum3" | "WBC.windEnum4";
|
|
1361
|
-
};
|
|
1362
|
-
gatheringType?: "" | "MY.gatheringTypeForagingArea" | "MY.gatheringTypeBreedingAndRestingArea" | "MY.gatheringTypeCavityTree" | "MY.gatheringTypeDroppingsTree" | "MY.gatheringTypeNestTree" | "MY.gatheringTypeLolifeAccess" | "MY.gatheringTypeLolifeCoreZone" | "MY.gatheringTypeLolifeHabitatZone" | "MY.gatheringTypeLolifeApplicableZone" | "MY.gatheringTypeWaterbirdPoint" | "MY.gatheringTypeWaterbirdRound";
|
|
1363
|
-
geometry?: {
|
|
1364
|
-
[k: string]: unknown | undefined;
|
|
1365
|
-
};
|
|
1366
|
-
/**
|
|
1367
|
-
* Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
|
|
1368
|
-
*/
|
|
1369
|
-
georeferenceSource?: "" | "MY.georeferenceSourceKotka" | "MY.georeferenceSourceKarttapaikka" | "MY.georeferenceSourcePaikkatietoikkuna" | "MY.georeferenceSourceKarjalankartat" | "MY.georeferenceSourceRetkikartta" | "MY.georeferenceSourceGoogle" | "MY.georeferenceSourcePeruskartta" | "MY.georeferenceSourcePapermap" | "MY.georeferenceSourceOtherpaper" | "MY.georeferenceSourceOtherweb" | "MY.georeferenceSourceCatalogue" | "MY.georeferenceSourceBiogeomancer" | "MY.georeferenceSourceGeolocate" | "MY.georeferenceSourceOther" | "MY.georeferenceSourceUnknown";
|
|
1370
|
-
habitat?: ("" | "MY.habitatEnumValue1" | "MY.habitatEnumValue2" | "MY.habitatEnumValue3" | "MY.habitatEnumValue4" | "MY.habitatEnumValue5" | "MY.habitatEnumValue6" | "MY.habitatEnumValue7" | "MY.habitatEnumValue8" | "MY.habitatEnumValue9" | "MY.habitatEnumValue10" | "MY.habitatEnumValue11" | "MY.habitatEnumValue12" | "MY.habitatEnumValue13" | "MY.habitatEnumValue14" | "MY.habitatEnumValue15" | "MY.habitatEnumValue16" | "MY.habitatEnumValue17" | "MY.habitatEnumValue18" | "MY.habitatEnumValue19" | "MY.habitatEnumValue20" | "MY.habitatEnumValue21" | "MY.habitatEnumValue22" | "MY.habitatEnumValue23" | "MY.habitatEnumValue24" | "MY.habitatEnumValue25" | "MY.habitatEnumValue26" | "MY.habitatEnumValue27" | "MY.habitatEnumValue28" | "MY.habitatEnumValue29" | "MY.habitatEnumValue30" | "MY.habitatEnumValue31" | "MY.habitatEnumValue32" | "MY.habitatEnumValue33" | "MY.habitatEnumValue34" | "MY.habitatEnumValue35" | "MY.habitatEnumValue36" | "MY.habitatEnumValue87" | "MY.habitatEnumValue37" | "MY.habitatEnumValue38" | "MY.habitatEnumValue39" | "MY.habitatEnumValue40" | "MY.habitatEnumValue41" | "MY.habitatEnumValue42" | "MY.habitatEnumValue43" | "MY.habitatEnumValue44" | "MY.habitatEnumValue45" | "MY.habitatEnumValue46" | "MY.habitatEnumValue47" | "MY.habitatEnumValue48" | "MY.habitatEnumValue49" | "MY.habitatEnumValue50" | "MY.habitatEnumValue51" | "MY.habitatEnumValue52" | "MY.habitatEnumValue53" | "MY.habitatEnumValue54" | "MY.habitatEnumValue55" | "MY.habitatEnumValue56" | "MY.habitatEnumValue57" | "MY.habitatEnumValue58" | "MY.habitatEnumValue59" | "MY.habitatEnumValue60" | "MY.habitatEnumValue61" | "MY.habitatEnumValue62" | "MY.habitatEnumValue63" | "MY.habitatEnumValue64" | "MY.habitatEnumValue65" | "MY.habitatEnumValue66" | "MY.habitatEnumValue67" | "MY.habitatEnumValue68" | "MY.habitatEnumValue69" | "MY.habitatEnumValue70" | "MY.habitatEnumValue71" | "MY.habitatEnumValue72" | "MY.habitatEnumValue73" | "MY.habitatEnumValue74" | "MY.habitatEnumValue75" | "MY.habitatEnumValue76" | "MY.habitatEnumValue77" | "MY.habitatEnumValue78" | "MY.habitatEnumValue79" | "MY.habitatEnumValue80" | "MY.habitatEnumValue81" | "MY.habitatEnumValue82" | "MY.habitatEnumValue83" | "MY.habitatEnumValue84" | "MY.habitatEnumValue85" | "MY.habitatEnumValue86" | "MY.habitatEnumValue88" | "MY.habitatEnumValue89" | "MY.habitatEnumValue90" | "MY.habitatEnumValue91" | "MY.habitatEnumValue92" | "MY.habitatEnumValue93" | "MY.habitatEnumValue94")[];
|
|
1371
|
-
habitatAttributes?: ("" | "MY.habitatAttributesEnumValue1" | "MY.habitatAttributesEnumValue2" | "MY.habitatAttributesEnumValue3" | "MY.habitatAttributesEnumValue4" | "MY.habitatAttributesEnumValue5" | "MY.habitatAttributesEnumValue6" | "MY.habitatAttributesEnumValue7" | "MY.habitatAttributesEnumValue8" | "MY.habitatAttributesEnumValue9" | "MY.habitatAttributesEnumValue10" | "MY.habitatAttributesEnumValue11" | "MY.habitatAttributesEnumValue12" | "MY.habitatAttributesEnumValue13" | "MY.habitatAttributesEnumValue14" | "MY.habitatAttributesEnumValue15" | "MY.habitatAttributesEnumValue16" | "MY.habitatAttributesEnumValue17" | "MY.habitatAttributesEnumValue18" | "MY.habitatAttributesEnumValue19" | "MY.habitatAttributesEnumValue20" | "MY.habitatAttributesEnumValue21" | "MY.habitatAttributesEnumValue22")[];
|
|
1372
|
-
/**
|
|
1373
|
-
* Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
|
|
1374
|
-
*/
|
|
1375
|
-
habitatClassification?: string;
|
|
1376
|
-
/**
|
|
1377
|
-
* Informal description of the habitat.
|
|
1378
|
-
*/
|
|
1379
|
-
habitatDescription?: string;
|
|
1380
|
-
hasUnit?: string[];
|
|
1381
|
-
/**
|
|
1382
|
-
* If country is not known or not applicable, for example continent, ocean or large island
|
|
1383
|
-
*/
|
|
1384
|
-
higherGeography?: string;
|
|
1385
|
-
invasiveControlAreaKnown?: boolean;
|
|
1386
|
-
invasiveControlDangerous?: boolean;
|
|
1387
|
-
invasiveControlDangerousDescription?: string;
|
|
1388
|
-
invasiveControlEffectiveness?: "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
|
|
1389
|
-
invasiveControlEffectivenessNotes?: string;
|
|
1390
|
-
invasiveControlMethods?: ("" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther")[];
|
|
1391
|
-
invasiveControlMethodsDescription?: string;
|
|
1392
|
-
invasiveControlOpen?: boolean;
|
|
1393
|
-
invasiveControlOpenDescription?: string;
|
|
1394
|
-
invasiveControlOtherExpensesInEuros?: number;
|
|
1395
|
-
invasiveControlTaxon?: string[];
|
|
1396
|
-
/**
|
|
1397
|
-
* Which parent or larger collection this is part of.
|
|
1398
|
-
*/
|
|
1399
|
-
isPartOf?: string;
|
|
1400
|
-
keywords?: string[];
|
|
1401
|
-
/**
|
|
1402
|
-
* Latitude. For southern latitudes, use negative value.
|
|
1403
|
-
*/
|
|
1404
|
-
latitude?: string;
|
|
1405
|
-
/**
|
|
1406
|
-
* Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
|
|
1407
|
-
*/
|
|
1408
|
-
leg?: string[];
|
|
1409
|
-
/**
|
|
1410
|
-
* Alkuperäislähteen käyttäjätunnus
|
|
1411
|
-
*/
|
|
1412
|
-
legUserID?: string[];
|
|
1413
|
-
/**
|
|
1414
|
-
* Leg just as it appears in the label or other original source, no interpretation, errors and all.
|
|
1415
|
-
*/
|
|
1416
|
-
legVerbatim?: string;
|
|
1417
|
-
/**
|
|
1418
|
-
* Official name of the locality in basic form. Separate multiple names with commas, from generic to specific. No informal description here.
|
|
1419
|
-
*/
|
|
1420
|
-
locality?: string;
|
|
1421
|
-
/**
|
|
1422
|
-
* Informal description of the exact locality, e.g. '5 km NE of city X, under stone bridge'
|
|
1423
|
-
*/
|
|
1424
|
-
localityDescription?: string;
|
|
1425
|
-
/**
|
|
1426
|
-
* An unique identifier or code for the locality, if the locality has one (e.g. from SAPO-ontology).
|
|
1427
|
-
*/
|
|
1428
|
-
localityID?: string;
|
|
1429
|
-
/**
|
|
1430
|
-
* Locality word-to-word as it appears on the label or other original source, errors and all
|
|
1431
|
-
*/
|
|
1432
|
-
localityVerbatim?: string;
|
|
1433
|
-
/**
|
|
1434
|
-
* Longitude. For western longitudes, use negative value.
|
|
1435
|
-
*/
|
|
1436
|
-
longitude?: string;
|
|
1437
|
-
/**
|
|
1438
|
-
* Municipality, commune, town, city or civil parish
|
|
1439
|
-
*/
|
|
1440
|
-
municipality?: string;
|
|
1441
|
-
namedPlaceID?: string;
|
|
1442
|
-
/**
|
|
1443
|
-
* Additional information to the data in each section.
|
|
1444
|
-
*/
|
|
1445
|
-
notes?: string;
|
|
1446
|
-
/**
|
|
1447
|
-
* For garden accessions/seed bank, number of individuals from which seeds were collected
|
|
1448
|
-
*/
|
|
1449
|
-
numberOfSampledIndividuals?: string;
|
|
1450
|
-
observationDays?: number;
|
|
1451
|
-
observationMinutes?: number;
|
|
1452
|
-
/**
|
|
1453
|
-
* For garden accessions/seed bank, what proportion of the population sampled was giving seeds
|
|
1454
|
-
*/
|
|
1455
|
-
percentageGivingSeeds?: number;
|
|
1456
|
-
predominantTree?: "" | "MX.37819" | "MX.37812" | "MX.37992" | "MX.38004" | "MX.38590" | "MX.38686" | "MX.38563" | "MX.38527" | "MX.41344" | "MX.38016" | "MX.39331" | "MX.37990" | "MX.38008" | "MX.38010" | "MX.37975" | "MX.37976" | "MX.39122" | "MX.37815";
|
|
1457
|
-
projectTitle?: string;
|
|
1458
|
-
province?: string;
|
|
1459
|
-
/**
|
|
1460
|
-
* Relative humidity %
|
|
1461
|
-
*/
|
|
1462
|
-
relativeHumidity?: number;
|
|
1463
|
-
/**
|
|
1464
|
-
* For garden accessions/seed bank, estimated size of the area sampled, in square meters
|
|
1465
|
-
*/
|
|
1466
|
-
samplingAreaSizeInSquareMeters?: number;
|
|
1467
|
-
/**
|
|
1468
|
-
* Main method for (usually intentional) sampling
|
|
1469
|
-
*/
|
|
1470
|
-
samplingMethod?: "" | "MY.samplingMethodCarnet" | "MY.samplingMethodFeromonetrap" | "MY.samplingMethodNet" | "MY.samplingMethodDrag" | "MY.samplingMethodWindowtrap" | "MY.samplingMethodDigging" | "MY.samplingMethodFishNet" | "MY.samplingMethodHand" | "MY.samplingMethodReared" | "MY.samplingMethodEpupa" | "MY.samplingMethodExovo" | "MY.samplingMethodElarva" | "MY.samplingMethodFishTrap" | "MY.samplingMethodYellowWindowTrap" | "MY.samplingMethodYellowpan" | "MY.samplingMethodTriangleDrag" | "MY.samplingMethodPitfall" | "MY.samplingMethodEclectortrap" | "MY.samplingMethodDungTrap" | "MY.samplingMethodBoard" | "MY.samplingMethodYellowtrap" | "MY.samplingMethodMistnet" | "MY.samplingMethodSweeping" | "MY.samplingMethodSoilsample" | "MY.samplingMethodWashing" | "MY.samplingMethodMalaise" | "MY.samplingMethodPantrap" | "MY.samplingMethodSeine" | "MY.samplingMethodAngleFishing" | "MY.samplingMethodTrampling" | "MY.samplingMethodBeamTrawl" | "MY.samplingMethodTrap" | "MY.samplingMethodDropping" | "MY.samplingMethodTrunkWindowTrap" | "MY.samplingMethodElectrofishing" | "MY.samplingMethodSifting" | "MY.samplingMethodDiverInsectTrap" | "MY.samplingMethodDiving" | "MY.samplingMethodBait" | "MY.samplingMethodBaittrap" | "MY.samplingMethodTrawling" | "MY.samplingMethodLight" | "MY.samplingMethodLightTrap" | "MY.samplingMethodWaterBucket" | "MY.samplingMethodAquaticNet" | "MY.samplingMethodAquaticEmergenceTrap" | "MY.samplingMethodWaterSieve" | "MY.samplingMethodOther";
|
|
1471
|
-
samplingMethodNotes?: string;
|
|
1472
|
-
section?: number;
|
|
1473
|
-
skipped?: boolean;
|
|
1474
|
-
spottingScopeUsed?: boolean;
|
|
1475
|
-
/**
|
|
1476
|
-
* Type of substrate or name of substrate species.
|
|
1477
|
-
*/
|
|
1478
|
-
substrate?: string;
|
|
1479
|
-
taxonCensus?: {
|
|
1480
|
-
censusTaxonID?: string;
|
|
1481
|
-
censusTaxonSetID?: "" | "MX.taxonSetSykeButterflyCensusPapilionoidea" | "MX.taxonSetSykeButterflyCensusOther" | "MX.taxonSetWaterbirdWaterbirds" | "MX.taxonSetWaterbirdWaders" | "MX.taxonSetWaterbirdGulls" | "MX.taxonSetWaterbirdPasserines" | "MX.taxonSetWaterbirdAmphibia" | "MX.taxonSetSykeBumblebee" | "MVL.1201" | "MX.taxonSetSykeBumblebeeOther" | "MX.taxonSetBirdAtlasCommon" | "MX.taxonSetBiomonCompleteListOdonata" | "MX.taxonSetBiomonCompleteListButterflies" | "MX.taxonSetBiomonCompleteListMoths" | "MX.taxonSetBiomonCompleteListBombus" | "MX.taxonSetBiomonCompleteListAmphibiaReptilia" | "MX.taxonSetBiomonCompleteListLargeFlowers" | "MX.taxonSetBiomonCompleteListSubarcticPlants" | "MX.taxonSetBiomonCompleteListMacrolichens" | "MX.taxonSetBiomonCompleteListBracketFungi" | "MX.taxonSetBiomonCompleteListPracticalFungi" | "MX.taxonSetSykeMacrozoobenthos";
|
|
1482
|
-
taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
|
|
1483
|
-
}[];
|
|
1484
|
-
temperature?: number;
|
|
1485
|
-
timeEnd?: string;
|
|
1486
|
-
timeStart?: string;
|
|
1487
|
-
trapCount?: number;
|
|
1488
|
-
weather?: string;
|
|
1489
|
-
wgs84Latitude?: string;
|
|
1490
|
-
wgs84Longitude?: string;
|
|
1491
|
-
images?: string[];
|
|
1492
|
-
/**
|
|
1493
|
-
* 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.
|
|
1494
|
-
*/
|
|
1495
|
-
publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
1496
|
-
units?: {
|
|
1497
|
-
id?: string;
|
|
1498
|
-
"@type"?: string;
|
|
1499
|
-
"@context"?: string;
|
|
1500
|
-
/**
|
|
1501
|
-
* Diameter at breast height, in centimeters
|
|
1502
|
-
*/
|
|
1503
|
-
DBH?: string;
|
|
1504
|
-
/**
|
|
1505
|
-
* Leave empty if no sample taken, or if the sample is recorded separately
|
|
1506
|
-
*/
|
|
1507
|
-
DNASampleLocation?: string;
|
|
1508
|
-
abundanceString?: string;
|
|
1509
|
-
abundanceUnit?: "" | "MY.abundanceUnitIndividualCount" | "MY.abundanceUnitPairCount" | "MY.abundanceUnitNest" | "MY.abundanceUnitBreedingSite" | "MY.abundanceUnitFeedingSite" | "MY.abundanceUnitColony" | "MY.abundanceUnitFruitbody" | "MY.abundanceUnitSprout" | "MY.abundanceUnitHummock" | "MY.abundanceUnitThallus" | "MY.abundanceUnitFlower" | "MY.abundanceUnitSpot" | "MY.abundanceUnitTrunk" | "MY.abundanceUnitQueen" | "MY.abundanceUnitShell" | "MY.abundanceUnitDroppings" | "MY.abundanceUnitMarks" | "MY.abundanceUnitIndirect" | "MY.abundanceUnitSquareDM" | "MY.abundanceUnitSquareM" | "MY.abundanceUnitRelativeDensity" | "MY.abundanceUnitOccursDoesNotOccur";
|
|
1510
|
-
/**
|
|
1511
|
-
* Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
|
|
1512
|
-
*/
|
|
1513
|
-
additionalIDs?: string[];
|
|
1514
|
-
adultIndividualCount?: number;
|
|
1515
|
-
/**
|
|
1516
|
-
* Estimated or known age in calendar years, years, days or other relevant unit.
|
|
1517
|
-
*/
|
|
1518
|
-
age?: string;
|
|
1519
|
-
/**
|
|
1520
|
-
* E.g. how age was determined, by whom and when.
|
|
1521
|
-
*/
|
|
1522
|
-
ageNotes?: string;
|
|
1523
|
-
alive?: boolean;
|
|
1524
|
-
ankleInMillimeters?: string[];
|
|
1525
|
-
areaInSquareMeters?: number;
|
|
1526
|
-
atlasCode?: "" | "MY.atlasCodeEnum1" | "MY.atlasCodeEnum2" | "MY.atlasCodeEnum3" | "MY.atlasCodeEnum4" | "MY.atlasCodeEnum5" | "MY.atlasCodeEnum6" | "MY.atlasCodeEnum61" | "MY.atlasCodeEnum62" | "MY.atlasCodeEnum63" | "MY.atlasCodeEnum64" | "MY.atlasCodeEnum65" | "MY.atlasCodeEnum66" | "MY.atlasCodeEnum7" | "MY.atlasCodeEnum71" | "MY.atlasCodeEnum72" | "MY.atlasCodeEnum73" | "MY.atlasCodeEnum74" | "MY.atlasCodeEnum75" | "MY.atlasCodeEnum8" | "MY.atlasCodeEnum81" | "MY.atlasCodeEnum82";
|
|
1527
|
-
batBehavior?: "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
|
|
1528
|
-
beakInMillimeters?: string[];
|
|
1529
|
-
birdAge?: "" | "MY.birdAgePp" | "MY.birdAgePm" | "MY.birdAgeFl" | "MY.birdAgePlus1kv" | "MY.birdAge1Kv" | "MY.birdAgePlus2Kv" | "MY.birdAge2kv" | "MY.birdAgePlus3Kv" | "MY.birdAge3Kv" | "MY.birdAgePlus4Kv" | "MY.birdAge4Kv" | "MY.birdAgePlus5Kv" | "MY.birdAge5Kv" | "MY.birdAgePlus6Kv" | "MY.birdAge6Kv" | "MY.birdAgePlus7Kv" | "MY.birdAge7Kv" | "MY.birdAgePlus8Kv" | "MY.birdAge8Kv";
|
|
1530
|
-
birdBehavior?: string[];
|
|
1531
|
-
birdPlumage?: "" | "MY.birdPlumageAd" | "MY.birdPlumageEijp" | "MY.birdPlumageImm" | "MY.birdPlumageJp" | "MY.birdPlumageJuv" | "MY.birdPlumageNpuk" | "MY.birdPlumagePull" | "MY.birdPlumageSubad" | "MY.birdPlumageTp" | "MY.birdPlumageVp" | "MY.birdPlumagePep" | "MY.birdPlumageSs";
|
|
1532
|
-
breeding?: boolean;
|
|
1533
|
-
broodSize?: number;
|
|
1534
|
-
/**
|
|
1535
|
-
* Cause of death, if not intentionally trapped on sampled
|
|
1536
|
-
*/
|
|
1537
|
-
causeOfDeath?: string;
|
|
1538
|
-
checklistID?: string;
|
|
1539
|
-
/**
|
|
1540
|
-
* Results of chemical reaction tests etc.
|
|
1541
|
-
*/
|
|
1542
|
-
chemistry?: string;
|
|
1543
|
-
/**
|
|
1544
|
-
* 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)
|
|
1545
|
-
*/
|
|
1546
|
-
count?: string;
|
|
1547
|
-
/**
|
|
1548
|
-
* Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
|
|
1549
|
-
*/
|
|
1550
|
-
decayStage?: string;
|
|
1551
|
-
distance?: "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
|
|
1552
|
-
/**
|
|
1553
|
-
* For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
|
|
1554
|
-
*/
|
|
1555
|
-
earliestEpochOrLowestSeries?: "" | "MY.epochOrSeriesCambrian" | "MY.epochOrSeriesCarboniferous" | "MY.epochOrSeriesCretaceous" | "MY.epochOrSeriesDevonian" | "MY.epochOrSeriesEdiacaran" | "MY.epochOrSeriesJurassic" | "MY.epochOrSeriesOrdovician" | "MY.epochOrSeriesPermian" | "MY.epochOrSeriesQuaternary" | "MY.epochOrSeriesRecent" | "MY.epochOrSeriesSilurian" | "MY.epochOrSeriesTertiary" | "MY.epochOrSeriesTriassic";
|
|
1556
|
-
femaleIndividualCount?: number;
|
|
1557
|
-
/**
|
|
1558
|
-
* Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
|
|
1559
|
-
*/
|
|
1560
|
-
fruitType?: "" | "MY.fruitTypeAchene" | "MY.fruitTypeBerry" | "MY.fruitTypeCapsule" | "MY.fruitTypeCaryopsis" | "MY.fruitTypeCone" | "MY.fruitTypeDrupe" | "MY.fruitTypeFollicle" | "MY.fruitTypeLegume" | "MY.fruitTypeNut" | "MY.fruitTypeOther" | "MY.fruitTypePome" | "MY.fruitTypeSchizocarp" | "MY.fruitTypeSiliqua";
|
|
1561
|
-
/**
|
|
1562
|
-
* Genotype of the microbial strain
|
|
1563
|
-
*/
|
|
1564
|
-
genotype?: string;
|
|
1565
|
-
gonadInMillimeters?: string[];
|
|
1566
|
-
/**
|
|
1567
|
-
* Microbial culture growth medium name, usually from a standard
|
|
1568
|
-
*/
|
|
1569
|
-
growthMediumName?: string;
|
|
1570
|
-
/**
|
|
1571
|
-
* Other growth conditions for the microbial culture, light etc.
|
|
1572
|
-
*/
|
|
1573
|
-
growthOtherConditions?: string;
|
|
1574
|
-
/**
|
|
1575
|
-
* Microbial culture growth temperature
|
|
1576
|
-
*/
|
|
1577
|
-
growthTemperature?: string;
|
|
1578
|
-
hasIdentification?: string[];
|
|
1579
|
-
hasSubUnit?: string[];
|
|
1580
|
-
hostID?: string;
|
|
1581
|
-
hostInformalNameString?: string;
|
|
1582
|
-
indirectObservationType?: "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
|
|
1583
|
-
individualCount?: number;
|
|
1584
|
-
/**
|
|
1585
|
-
* Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
|
|
1586
|
-
*/
|
|
1587
|
-
infestation?: string;
|
|
1588
|
-
informalNameString?: string;
|
|
1589
|
-
informalTaxonGroup?: string;
|
|
1590
|
-
/**
|
|
1591
|
-
* Valitut eliöryhmät
|
|
1592
|
-
*/
|
|
1593
|
-
informalTaxonGroups?: string[];
|
|
1594
|
-
/**
|
|
1595
|
-
* Pathovars, serovars and other infrasubspecific subdivisions of microbes.
|
|
1596
|
-
*/
|
|
1597
|
-
infrasubspecificSubdivision?: string;
|
|
1598
|
-
/**
|
|
1599
|
-
* Which parent or larger collection this is part of.
|
|
1600
|
-
*/
|
|
1601
|
-
isPartOf?: string;
|
|
1602
|
-
juvenileIndividualCount?: number;
|
|
1603
|
-
keywords?: string[];
|
|
1604
|
-
larvaIndividualCount?: number;
|
|
1605
|
-
/**
|
|
1606
|
-
* For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
|
|
1607
|
-
*/
|
|
1608
|
-
latestEpochOrHighestSeries?: "" | "MY.epochOrSeriesCambrian" | "MY.epochOrSeriesCarboniferous" | "MY.epochOrSeriesCretaceous" | "MY.epochOrSeriesDevonian" | "MY.epochOrSeriesEdiacaran" | "MY.epochOrSeriesJurassic" | "MY.epochOrSeriesOrdovician" | "MY.epochOrSeriesPermian" | "MY.epochOrSeriesQuaternary" | "MY.epochOrSeriesRecent" | "MY.epochOrSeriesSilurian" | "MY.epochOrSeriesTertiary" | "MY.epochOrSeriesTriassic";
|
|
1609
|
-
lengthInMillimeters?: string[];
|
|
1610
|
-
/**
|
|
1611
|
-
* 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.
|
|
1612
|
-
*/
|
|
1613
|
-
lifeStage?: "" | "MY.lifeStageEgg" | "MY.lifeStageLarva" | "MY.lifeStagePupa" | "MY.lifeStageJuvenile" | "MY.lifeStageNymph" | "MY.lifeStageSubimago" | "MY.lifeStageImmature" | "MY.lifeStageAdult" | "MY.lifeStageFertile" | "MY.lifeStageSterile" | "MY.lifeStageTadpole" | "MY.lifeStageEmbryo" | "MY.lifeStageSubadult" | "MY.lifeStageMature" | "MY.lifeStagePullus" | "MY.lifeStageHatchedEgg" | "MY.lifeStageHatchedPupa" | "MY.lifeStageGall" | "MY.lifeStageMarks" | "MY.lifeStageTriungulin";
|
|
1614
|
-
/**
|
|
1615
|
-
* Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
|
|
1616
|
-
*/
|
|
1617
|
-
lifeStageDescription?: string;
|
|
1618
|
-
likelyMigrant?: boolean;
|
|
1619
|
-
/**
|
|
1620
|
-
* Macroscopic features and measurements, if not recorded separately into measurement fields.
|
|
1621
|
-
*/
|
|
1622
|
-
macroscopy?: string;
|
|
1623
|
-
maleIndividualCount?: number;
|
|
1624
|
-
/**
|
|
1625
|
-
* 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.
|
|
1626
|
-
*/
|
|
1627
|
-
measurement?: {
|
|
1628
|
-
DNAConcentrationNgPerMicroliter?: number[];
|
|
1629
|
-
DNARatioOfAbsorbance260And280?: number[];
|
|
1630
|
-
DNAVolumeMicroliters?: number[];
|
|
1631
|
-
beakMillimeters?: number[];
|
|
1632
|
-
bodyCentimeters?: number[];
|
|
1633
|
-
bodyMillimeters?: number[];
|
|
1634
|
-
earLengthMillimeters?: number[];
|
|
1635
|
-
embryoCount?: number[];
|
|
1636
|
-
follicleDiameterMillimeters?: number[];
|
|
1637
|
-
footLengthMillimeters?: number[];
|
|
1638
|
-
forearmMillimeters?: number[];
|
|
1639
|
-
gonadMillimeters?: number[];
|
|
1640
|
-
/**
|
|
1641
|
-
* Which parent or larger collection this is part of.
|
|
1642
|
-
*/
|
|
1643
|
-
isPartOf?: string;
|
|
1644
|
-
tailCentimeters?: number[];
|
|
1645
|
-
tailMillimeters?: number[];
|
|
1646
|
-
tarsusLengthMillimeters?: number[];
|
|
1647
|
-
totalLengthCentimeters?: number[];
|
|
1648
|
-
totalLengthMillimeters?: number[];
|
|
1649
|
-
uterineScarCount?: number[];
|
|
1650
|
-
weightGrams?: number[];
|
|
1651
|
-
weightKilograms?: number[];
|
|
1652
|
-
wingMaxMillimeters?: number[];
|
|
1653
|
-
wingMillimeters?: number[];
|
|
1654
|
-
wingMinMillimeters?: number[];
|
|
1655
|
-
};
|
|
1656
|
-
/**
|
|
1657
|
-
* According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
|
|
1658
|
-
*/
|
|
1659
|
-
microbiologicalRiskGroup?: "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
|
|
1660
|
-
/**
|
|
1661
|
-
* Microscopic features and measurements, if not recorded separately into measurement fields.
|
|
1662
|
-
*/
|
|
1663
|
-
microscopy?: string;
|
|
1664
|
-
movingDirection?: "" | "MY.movingDirectionN" | "MY.movingDirectionNNE" | "MY.movingDirectionNE" | "MY.movingDirectionENE" | "MY.movingDirectionE" | "MY.movingDirectionESE" | "MY.movingDirectionSE" | "MY.movingDirectionSSE" | "MY.movingDirectionS" | "MY.movingDirectionSSW" | "MY.movingDirectionSW" | "MY.movingDirectionWSW" | "MY.movingDirectionW" | "MY.movingDirectionWNW" | "MY.movingDirectionNW" | "MY.movingDirectionNNW";
|
|
1665
|
-
movingStatus?: string[];
|
|
1666
|
-
/**
|
|
1667
|
-
* Information on mutant microbial strain.
|
|
1668
|
-
*/
|
|
1669
|
-
mutant?: string;
|
|
1670
|
-
nativeStatus?: "" | "MY.native" | "MY.nonNative";
|
|
1671
|
-
nestCount?: number;
|
|
1672
|
-
nestNotes?: string;
|
|
1673
|
-
nestTreeDiameterInCentimeters?: number;
|
|
1674
|
-
nestType?: "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
|
|
1675
|
-
/**
|
|
1676
|
-
* Additional information to the data in each section.
|
|
1677
|
-
*/
|
|
1678
|
-
notes?: string;
|
|
1679
|
-
pairCount?: number;
|
|
1680
|
-
pairCountOpinion?: number;
|
|
1681
|
-
plantLifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
|
|
1682
|
-
/**
|
|
1683
|
-
* Status code for the plant (wild, alien etc.)
|
|
1684
|
-
*/
|
|
1685
|
-
plantStatusCode?: "" | "MY.plantStatusCodeL" | "MY.plantStatusCodeA" | "MY.plantStatusCodeAV" | "MY.plantStatusCodeAOV" | "MY.plantStatusCodeAN" | "MY.plantStatusCodeANV" | "MY.plantStatusCodeANS" | "MY.plantStatusCodeT" | "MY.plantStatusCodeTV" | "MY.plantStatusCodeTOV" | "MY.plantStatusCodeTNV" | "MY.plantStatusCodeTNS" | "MY.plantStatusCodeV" | "MY.plantStatusCodeOV" | "MY.plantStatusCodeN" | "MY.plantStatusCodeNV" | "MY.plantStatusCodeNS" | "MY.plantStatusCodeE" | "MY.plantStatusCodeTE" | "MY.plantStatusCodeTVE" | "MY.plantStatusCodeTOVE" | "MY.plantStatusCodeTNVE" | "MY.plantStatusCodeTNSE" | "MY.plantStatusCodeTN" | "MY.plantStatusCodeTNE" | "MY.plantStatusCodeR" | "MY.plantStatusCodeC" | "MY.plantStatusCodeH" | "MY.plantStatusCodeG" | "MY.plantStatusCodeF";
|
|
1686
|
-
/**
|
|
1687
|
-
* Abundance of the taxon in the field
|
|
1688
|
-
*/
|
|
1689
|
-
populationAbundance?: string;
|
|
1690
|
-
/**
|
|
1691
|
-
* Preparations/preparates made from the specimen, if not recorded as separate Preparations/samples in the designated section
|
|
1692
|
-
*/
|
|
1693
|
-
preparations?: string;
|
|
1694
|
-
/**
|
|
1695
|
-
* Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
|
|
1696
|
-
*/
|
|
1697
|
-
preservation?: ("" | "MY.preservationPressed" | "MY.preservationDry" | "MY.preservationCriticalPointDrying" | "MY.preservationPinned" | "MY.preservationGlued" | "MY.preservationLiquid" | "MY.preservationEthanol" | "MY.preservationEthanolPure" | "MY.preservationEthanol70" | "MY.preservationEthanol80" | "MY.preservationEthanol80Pure" | "MY.preservationEthanol96" | "MY.preservationEthanolDenatured" | "MY.preservationEthanolFormalin" | "MY.preservationEthanolExFormalin" | "MY.preservationFormalin" | "MY.preservationBouinSolution" | "MY.preservationPampelsFluid" | "MY.preservationGlycerol" | "MY.preservationParaffin" | "MY.preservationMercuricChloride" | "MY.preservationCryopreserved" | "MY.preservationFrozen" | "MY.preservationFrozenMinus80C" | "MY.preservationFreezeDried" | "MY.preservationGoldPlated" | "MY.preservationActiveCulture" | "MY.preservationLiving" | "MY.preservationSlide" | "MY.preservationSlideCanadaBalsam" | "MY.preservationSlideEuparal" | "MY.preservationSlidePolyviol" | "MY.preservationStuffed" | "MY.preservationCast" | "MY.preservationPlastinated" | "MY.preservationFrozenMinus80CAndEthanolMinus20C")[];
|
|
1698
|
-
/**
|
|
1699
|
-
* 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.
|
|
1700
|
-
*/
|
|
1701
|
-
primarySpecimen?: boolean;
|
|
1702
|
-
/**
|
|
1703
|
-
* Origin or source of the garden accession
|
|
1704
|
-
*/
|
|
1705
|
-
provenance?: "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
|
|
1706
|
-
/**
|
|
1707
|
-
* Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
|
|
1708
|
-
*/
|
|
1709
|
-
recordBasis?: "" | "MY.recordBasisPreservedSpecimen" | "MY.recordBasisHumanObservation" | "MY.recordBasisHumanObservationSeen" | "MY.recordBasisHumanObservationHeard" | "MY.recordBasisHumanObservationHandled" | "MY.recordBasisHumanObservationPhoto" | "MY.recordBasisHumanObservationAudio" | "MY.recordBasisHumanObservationVideo" | "MY.recordBasisHumanObservationIndirect" | "MY.recordBasisMachineObservation" | "MY.recordBasisMachineObservationPhoto" | "MY.recordBasisMachineObservationVideo" | "MY.recordBasisMachineObservationAudio" | "MY.recordBasisMachineObservationGeologger" | "MY.recordBasisMachineObservationSatelliteTransmitter" | "MY.recordBasisFossilSpecimen" | "MY.recordBasisSubfossilSpecimen" | "MY.recordBasisSubfossilSpecimenAmberInclusion" | "MY.recordBasisMaterialSample" | "MY.recordBasisMaterialSampleAir" | "MY.recordBasisMaterialSampleSoil" | "MY.recordBasisMaterialSampleWater" | "MY.recordBasisMicrobialSpecimen" | "MY.recordBasisLivingSpecimen" | "MY.recordBasisLiterature";
|
|
1710
|
-
/**
|
|
1711
|
-
* What parts of the record are / have been in storage.
|
|
1712
|
-
*/
|
|
1713
|
-
recordParts?: ("" | "MY.recordPartsBones" | "MY.recordPartsAntler" | "MY.recordPartsHead" | "MY.recordPartsSkull" | "MY.recordPartsSkin" | "MY.recordPartsWing" | "MY.recordPartsTail" | "MY.recordPartsTissue" | "MY.recordPartsFeather" | "MY.recordPartsEgg" | "MY.recordPartsIntestine" | "MY.recordPartsGonad" | "MY.recordPartsSeed" | "MY.recordPartsNest" | "MY.recordPartsFaeces" | "MY.recordPartsFeedingMarks" | "MY.recordPartsTracks" | "MY.recordPartsScale" | "MY.recordPartsFin" | "MY.recordPartsFull" | "MY.recordPartsPart" | "MY.recordPartsActiveCulture" | "MY.recordPartsCutting" | "MY.recordPartsVegetativePart" | "MY.recordPartsFreezeDried" | "MY.recordPartsDryIce" | "MY.recordPartsDNA" | "MY.recordPartsShell" | "MY.recordPartsWholePlant" | "MY.recordPartsTissueCulture" | "MY.recordPartsMount" | "My.recordPartsSkullAndBones")[];
|
|
1714
|
-
/**
|
|
1715
|
-
* Bird or bat ring number, code, colour code or such
|
|
1716
|
-
*/
|
|
1717
|
-
ring?: string;
|
|
1718
|
-
/**
|
|
1719
|
-
* Main method for (usually intentional) sampling
|
|
1720
|
-
*/
|
|
1721
|
-
samplingMethod?: "" | "MY.samplingMethodCarnet" | "MY.samplingMethodFeromonetrap" | "MY.samplingMethodNet" | "MY.samplingMethodDrag" | "MY.samplingMethodWindowtrap" | "MY.samplingMethodDigging" | "MY.samplingMethodFishNet" | "MY.samplingMethodHand" | "MY.samplingMethodReared" | "MY.samplingMethodEpupa" | "MY.samplingMethodExovo" | "MY.samplingMethodElarva" | "MY.samplingMethodFishTrap" | "MY.samplingMethodYellowWindowTrap" | "MY.samplingMethodYellowpan" | "MY.samplingMethodTriangleDrag" | "MY.samplingMethodPitfall" | "MY.samplingMethodEclectortrap" | "MY.samplingMethodDungTrap" | "MY.samplingMethodBoard" | "MY.samplingMethodYellowtrap" | "MY.samplingMethodMistnet" | "MY.samplingMethodSweeping" | "MY.samplingMethodSoilsample" | "MY.samplingMethodWashing" | "MY.samplingMethodMalaise" | "MY.samplingMethodPantrap" | "MY.samplingMethodSeine" | "MY.samplingMethodAngleFishing" | "MY.samplingMethodTrampling" | "MY.samplingMethodBeamTrawl" | "MY.samplingMethodTrap" | "MY.samplingMethodDropping" | "MY.samplingMethodTrunkWindowTrap" | "MY.samplingMethodElectrofishing" | "MY.samplingMethodSifting" | "MY.samplingMethodDiverInsectTrap" | "MY.samplingMethodDiving" | "MY.samplingMethodBait" | "MY.samplingMethodBaittrap" | "MY.samplingMethodTrawling" | "MY.samplingMethodLight" | "MY.samplingMethodLightTrap" | "MY.samplingMethodWaterBucket" | "MY.samplingMethodAquaticNet" | "MY.samplingMethodAquaticEmergenceTrap" | "MY.samplingMethodWaterSieve" | "MY.samplingMethodOther";
|
|
1722
|
-
samplingMethodNotes?: string;
|
|
1723
|
-
/**
|
|
1724
|
-
* Maturity of the collected seeds, used for botanical garden accessions/seed bank.
|
|
1725
|
-
*/
|
|
1726
|
-
seedMaturity?: "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
|
|
1727
|
-
/**
|
|
1728
|
-
* Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
|
|
1729
|
-
*/
|
|
1730
|
-
seedMorphology?: "" | "MY.seedMorphologyBent" | "MY.seedMorphologyBroad" | "MY.seedMorphologyCapitate" | "MY.seedMorphologyFolded" | "MY.seedMorphologyLateral" | "MY.seedMorphologyLinearFullyDeveloped" | "MY.seedMorphologyLinearUnderdeveloped" | "MY.seedMorphologyPeripheral" | "MY.seedMorphologyRudimentary" | "MY.seedMorphologySpatulateFullyDeveloped" | "MY.seedMorphologySpatulateUnderdeveloped" | "MY.seedMorphologyUndifferentiated" | "MY.seedMorphologyInvesting";
|
|
1731
|
-
/**
|
|
1732
|
-
* Sex of the individual(s)
|
|
1733
|
-
*/
|
|
1734
|
-
sex?: "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
|
|
1735
|
-
/**
|
|
1736
|
-
* E.g. how sex was determined, by whom and when.
|
|
1737
|
-
*/
|
|
1738
|
-
sexNotes?: string;
|
|
1739
|
-
shortHandText?: string;
|
|
1740
|
-
smell?: "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
|
|
1741
|
-
smellNotes?: string;
|
|
1742
|
-
stratigraphyVerbatim?: string;
|
|
1743
|
-
substrateClassification?: "" | "MY.substrateGround" | "MY.substrateGroundLowShrubs" | "MY.substrateGroundLichens" | "MY.substrateGroundHerbs" | "MY.substrateGroundMosses" | "MY.substrateGroundSphagnum" | "MY.substrateGroundGrassy" | "MY.substrateGroundNeedleLitter" | "MY.substrateGroundLeafLitter" | "MY.substrateGroundMixedLitter" | "MY.substrateGroundSandySoil" | "MY.substrateGroundGravelSoil" | "MY.substrateGroundClayeySoil" | "MY.substrateGroundHeathHumus" | "MY.substrateGroundMull" | "MY.substrateGroundPeat" | "MY.substrateGroundBurnedSoil" | "MY.substrateLivingTree" | "MY.substrateLivingTreeTrunk" | "MY.substrateLivingTreeBase" | "MY.substrateLivingTreeRoots" | "MY.substrateLivingTreeBranch" | "MY.substrateLivingTreeDeadBranch" | "MY.substrateLivingTreeDeadLimb" | "MY.substrateLivingTreeLeaf" | "MY.substrateLivingTreeNeedle" | "MY.substrateDeadWood" | "MY.substrateDeadWoodStandingTreeTrunk" | "MY.substrateDeadWoodStandingTreeBranch" | "MY.substrateDeadWoodStandingTreeBase" | "MY.substrateDeadWoodFallenTreeTrunk" | "MY.substrateDeadWoodFallenTreeBranch" | "MY.substrateDeadWoodUpturnedRoots" | "MY.substrateDeadWoodDeadRoots" | "MY.substrateDeadWoodStump" | "MY.substrateDeadWoodFallenBranch" | "MY.substrateDeadWoodCone" | "MY.substrateDeadWoodTwigs" | "MY.substrateDeadWoodBark" | "MY.substrateDeadWoodSawdust" | "MY.substrateDeadWoodPieceOfWood" | "MY.substrateDeadWoodLoggingResidue" | "MY.substrateDeadWoodLog" | "MY.substrateDeadWoodDriftwood" | "MY.substrateDeadWoodConstructionWood" | "MY.substrateDung" | "MY.substrateCompost" | "MY.substrateLivingShoot" | "MY.substrateDeadShoot" | "MY.substrateLivingFungus" | "MY.substrateDeadFungus" | "MY.substrateLivingAnimal" | "MY.substrateDeadAnimal" | "MY.substrateRockSurface" | "MY.substrateDeadNeedle" | "MY.substrateDeadLeaf";
|
|
1744
|
-
substrateDecayStage?: "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
|
|
1745
|
-
substrateNotes?: string;
|
|
1746
|
-
substrateSpecies?: string;
|
|
1747
|
-
substrateSpeciesID?: string;
|
|
1748
|
-
substrateSpeciesInformalNameString?: string;
|
|
1749
|
-
substrateTreeClassification?: ("" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6")[];
|
|
1750
|
-
tailInMillimeters?: string[];
|
|
1751
|
-
taste?: "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
|
|
1752
|
-
tasteNotes?: string;
|
|
1753
|
-
taxonConfidence?: "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
|
|
1754
|
-
twitched?: boolean;
|
|
1755
|
-
unitFact?: {
|
|
1756
|
-
adultIndividualCount?: number;
|
|
1757
|
-
autocompleteSelectedTaxonID?: string;
|
|
1758
|
-
glowWormMicrohabitat?: "" | "MY.glowWormMicrohabitatEnum1" | "MY.glowWormMicrohabitatEnum2" | "MY.glowWormMicrohabitatEnum3" | "MY.glowWormMicrohabitatEnum4" | "MY.glowWormMicrohabitatEnum5" | "MY.glowWormMicrohabitatEnum6" | "MY.glowWormMicrohabitatEnumOther";
|
|
1759
|
-
individualCountFlock?: number;
|
|
1760
|
-
individualCountInner?: number;
|
|
1761
|
-
individualCountOuter?: number;
|
|
1762
|
-
juvenileIndividualCount?: number;
|
|
1763
|
-
lineTransectObsType?: "" | "MY.lineTransectObsTypeSong" | "MY.lineTransectObsTypeOtherSound" | "MY.lineTransectObsTypeSeen" | "MY.lineTransectObsTypeSeenMale" | "MY.lineTransectObsTypeSeenFemale" | "MY.lineTransectObsTypeFlyingOverhead" | "MY.lineTransectObsTypeFlock" | "MY.lineTransectObsTypeFlockFlyingOverhead" | "MY.lineTransectObsTypeSeenPair" | "MY.lineTransectObsTypeSeenBrood" | "MY.lineTransectObsTypeSeenNest" | "MY.lineTransectObsTypeUnknown";
|
|
1764
|
-
lineTransectRouteFieldType?: "" | "MY.lineTransectRouteFieldTypeInner" | "MY.lineTransectRouteFieldTypeOuter";
|
|
1765
|
-
lolifeDroppingsCount?: "" | "MY.lolifeDroppingsCount0" | "MY.lolifeDroppingsCount1" | "MY.lolifeDroppingsCount2" | "MY.lolifeDroppingsCount25" | "MY.lolifeDroppingsCount3" | "MY.lolifeDroppingsCount4";
|
|
1766
|
-
lolifeDroppingsQuality?: "" | "MY.lolifeDroppingsQuality1" | "MY.lolifeDroppingsQuality2";
|
|
1767
|
-
lolifeDroppingsType?: "" | "MY.lolifeDroppingsTypeRock" | "MY.lolifeDroppingsTypeTree" | "MY.lolifeDroppingsTypeTreeGroup" | "MY.lolifeDroppingsTypeOther";
|
|
1768
|
-
lolifeNestTree?: "" | "MX.38590" | "MX.37812" | "MX.37999" | "MX.37993" | "MX.38010" | "MX.38008" | "MY.lolifeNestTreeOther";
|
|
1769
|
-
pairCountInner?: number;
|
|
1770
|
-
pairCountOuter?: number;
|
|
1771
|
-
pointCountFlock?: string;
|
|
1772
|
-
runningWaterInVicinity?: boolean;
|
|
1773
|
-
waterbirdFemale?: "" | "MY.waterbirdFemaleEnumYes" | "MY.waterbirdFemaleEnumNo" | "MY.waterbirdFemaleEnumLonelyPanicking";
|
|
1774
|
-
waterbirdJuvenileAgeClass?: "" | "MY.waterbirdJuvenileAgeClassIa" | "MY.waterbirdJuvenileAgeClassIb" | "MY.waterbirdJuvenileAgeClassIc" | "MY.waterbirdJuvenileAgeClassIIa" | "MY.waterbirdJuvenileAgeClassIIb" | "MY.waterbirdJuvenileAgeClassIIc" | "MY.waterbirdJuvenileAgeClassIIIa" | "MY.waterbirdJuvenileAgeClassUnknown";
|
|
1775
|
-
waterbirdJuvenileCountAccurate?: boolean;
|
|
1776
|
-
waterbirdObserverOpinionSelectedCensus?: boolean;
|
|
1777
|
-
waterbirdPairCountOpinionReasoning?: "" | "MY.waterbirdPairCountOpinionReasoningEnum1" | "MY.waterbirdPairCountOpinionReasoningEnum2" | "MY.waterbirdPairCountOpinionReasoningEnum3" | "MY.waterbirdPairCountOpinionReasoningEnumOther";
|
|
1778
|
-
individualCountBiotopeA?: number;
|
|
1779
|
-
individualCountBiotopeB?: number;
|
|
1780
|
-
individualCountBiotopeC?: number;
|
|
1781
|
-
individualCountBiotopeD?: number;
|
|
1782
|
-
individualCountBiotopeE?: number;
|
|
1783
|
-
individualCountBiotopeF?: number;
|
|
1784
|
-
individualCountBiotopeG?: number;
|
|
1785
|
-
individualCountBiotopeH?: number;
|
|
1786
|
-
};
|
|
1787
|
-
unitGathering?: {
|
|
1788
|
-
id?: string;
|
|
1789
|
-
"@type"?: string;
|
|
1790
|
-
"@context"?: string;
|
|
1791
|
-
dateBegin?: string;
|
|
1792
|
-
dateEnd?: string;
|
|
1793
|
-
geometry?: {
|
|
1794
|
-
[k: string]: unknown | undefined;
|
|
1795
|
-
};
|
|
1796
|
-
/**
|
|
1797
|
-
* Informal description of the habitat.
|
|
1798
|
-
*/
|
|
1799
|
-
habitatDescription?: string;
|
|
1800
|
-
habitatIUCN?: string;
|
|
1801
|
-
/**
|
|
1802
|
-
* Type of substrate or name of substrate species.
|
|
1803
|
-
*/
|
|
1804
|
-
substrate?: string;
|
|
1805
|
-
};
|
|
1806
|
-
unitType?: string[];
|
|
1807
|
-
weightInGrams?: string[];
|
|
1808
|
-
wild?: "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
|
|
1809
|
-
wingInMillimeters?: string[];
|
|
1810
|
-
audio?: string[];
|
|
1811
|
-
images?: string[];
|
|
1812
|
-
/**
|
|
1813
|
-
* 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.
|
|
1814
|
-
*/
|
|
1815
|
-
publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
1816
|
-
identifications?: {
|
|
1817
|
-
id?: string;
|
|
1818
|
-
"@type"?: string;
|
|
1819
|
-
"@context"?: string;
|
|
1820
|
-
"herbo:sortOrder"?: number;
|
|
1821
|
-
/**
|
|
1822
|
-
* 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.
|
|
1823
|
-
*/
|
|
1824
|
-
associatedObservationTaxa?: string;
|
|
1825
|
-
/**
|
|
1826
|
-
* Author for the taxon
|
|
1827
|
-
*/
|
|
1828
|
-
author?: string;
|
|
1829
|
-
/**
|
|
1830
|
-
* Name of the identifier (person) preferably in format "lastname, firstname"
|
|
1831
|
-
*/
|
|
1832
|
-
det?: string;
|
|
1833
|
-
/**
|
|
1834
|
-
* Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
|
|
1835
|
-
*/
|
|
1836
|
-
detDate?: string;
|
|
1837
|
-
detMethod?: "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
|
|
1838
|
-
/**
|
|
1839
|
-
* Name of the identifier and date of identification in original format (e.g. from the label), errors and all
|
|
1840
|
-
*/
|
|
1841
|
-
detVerbatim?: string;
|
|
1842
|
-
/**
|
|
1843
|
-
* Additional qualifier or specifier at genus level (e.g. aff., cf.)
|
|
1844
|
-
*/
|
|
1845
|
-
genusQualifier?: string;
|
|
1846
|
-
identificationBasis?: ("" | "MY.identificationBasisDNA" | "MY.identificationBasisGenitals" | "MY.identificationBasisGenitalPreparate" | "MY.identificationBasisSpores" | "MY.identificationBasisHandled" | "MY.identificationBasisChemical" | "MY.identificationBasisHeard" | "MY.identificationBasisMicroscope" | "MY.identificationBasisSeen" | "MY.identificationBasisPreservedSpecimen" | "MY.identificationBasisFreshSpecimen" | "MY.identificationBasisMedia")[];
|
|
1847
|
-
/**
|
|
1848
|
-
* Additional information on the identification, basis or such
|
|
1849
|
-
*/
|
|
1850
|
-
identificationNotes?: string;
|
|
1851
|
-
/**
|
|
1852
|
-
* Author for the taxon below species level/infra epithet
|
|
1853
|
-
*/
|
|
1854
|
-
infraAuthor?: string;
|
|
1855
|
-
/**
|
|
1856
|
-
* Taxon name for the epithet below species level
|
|
1857
|
-
*/
|
|
1858
|
-
infraEpithet?: string;
|
|
1859
|
-
/**
|
|
1860
|
-
* Taxonomic level of the epithet below species level
|
|
1861
|
-
*/
|
|
1862
|
-
infraRank?: "" | "MY.infraRankSsp" | "MY.infraRankVar" | "MY.infraRankBeta" | "MY.infraRankB" | "MY.infraRankForma" | "MY.infraRankHybrid" | "MY.infraRankAnamorph" | "MY.infraRankAggregate" | "MY.infraRankAberration" | "MY.infraRankCultivar" | "MY.infraRankMorpha" | "MY.infraRankUnknown" | "MY.infraRankNothosubspecies" | "MY.infraRankCultivarGroup" | "MY.infraRankFsp";
|
|
1863
|
-
/**
|
|
1864
|
-
* Pathovars, serovars and other infrasubspecific subdivisions of microbes.
|
|
1865
|
-
*/
|
|
1866
|
-
infrasubspecificSubdivision?: string;
|
|
1867
|
-
/**
|
|
1868
|
-
* Which parent or larger collection this is part of.
|
|
1869
|
-
*/
|
|
1870
|
-
isPartOf?: string;
|
|
1871
|
-
isTaxonGroup?: boolean;
|
|
1872
|
-
/**
|
|
1873
|
-
* This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
|
|
1874
|
-
*/
|
|
1875
|
-
preferredIdentification?: string;
|
|
1876
|
-
/**
|
|
1877
|
-
* Publication reference for the taxon concept, that was used in identification
|
|
1878
|
-
*/
|
|
1879
|
-
sec?: string;
|
|
1880
|
-
/**
|
|
1881
|
-
* Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
|
|
1882
|
-
*/
|
|
1883
|
-
speciesQualifier?: string;
|
|
1884
|
-
/**
|
|
1885
|
-
* Taxon name
|
|
1886
|
-
*/
|
|
1887
|
-
taxon?: string;
|
|
1888
|
-
/**
|
|
1889
|
-
* ID for the taxon if has some other than an MX code
|
|
1890
|
-
*/
|
|
1891
|
-
taxonID?: string;
|
|
1892
|
-
/**
|
|
1893
|
-
* Taxonomic level for the identification
|
|
1894
|
-
*/
|
|
1895
|
-
taxonRank?: "" | "MX.superdomain" | "MX.domain" | "MX.kingdom" | "MX.subkingdom" | "MX.infrakingdom" | "MX.superphylum" | "MX.phylum" | "MX.subphylum" | "MX.infraphylum" | "MX.superdivision" | "MX.division" | "MX.subdivision" | "MX.infradivision" | "MX.superclass" | "MX.class" | "MX.subclass" | "MX.infraclass" | "MX.parvclass" | "MX.superorder" | "MX.order" | "MX.suborder" | "MX.infraorder" | "MX.parvorder" | "MX.superfamily" | "MX.family" | "MX.subfamily" | "MX.tribe" | "MX.subtribe" | "MX.supergenus" | "MX.genus" | "MX.nothogenus" | "MX.subgenus" | "MX.section" | "MX.subsection" | "MX.series" | "MX.subseries" | "MX.infragenericTaxon" | "MX.aggregate" | "MX.speciesAggregate" | "MX.species" | "MX.nothospecies" | "MX.infraspecificTaxon" | "MX.subspecificAggregate" | "MX.subspecies" | "MX.nothosubspecies" | "MX.variety" | "MX.subvariety" | "MX.form" | "MX.subform" | "MX.hybrid" | "MX.anamorph" | "MX.ecotype" | "MX.populationGroup" | "MX.intergenericHybrid" | "MX.infragenericHybrid" | "MX.cultivar" | "MX.group" | "MX.grex";
|
|
1896
|
-
taxonSpecifier?: string;
|
|
1897
|
-
taxonURI?: string;
|
|
1898
|
-
/**
|
|
1899
|
-
* Taxon name in original format (e.g. from the label), errors and all
|
|
1900
|
-
*/
|
|
1901
|
-
taxonVerbatim?: string;
|
|
1902
|
-
/**
|
|
1903
|
-
* 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.
|
|
1904
|
-
*/
|
|
1905
|
-
publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
1906
|
-
sortOrder?: number;
|
|
1907
|
-
}[];
|
|
1908
|
-
typeSpecimens?: {
|
|
1909
|
-
id?: string;
|
|
1910
|
-
"@type"?: string;
|
|
1911
|
-
"@context"?: string;
|
|
1912
|
-
/**
|
|
1913
|
-
* Which parent or larger collection this is part of.
|
|
1914
|
-
*/
|
|
1915
|
-
isPartOf?: string;
|
|
1916
|
-
/**
|
|
1917
|
-
* Author of the type species
|
|
1918
|
-
*/
|
|
1919
|
-
typeAuthor?: string;
|
|
1920
|
-
/**
|
|
1921
|
-
* Publication reference for original description or basionyme
|
|
1922
|
-
*/
|
|
1923
|
-
typeBasionymePubl?: string;
|
|
1924
|
-
/**
|
|
1925
|
-
* Additional information on the type
|
|
1926
|
-
*/
|
|
1927
|
-
typeNotes?: string;
|
|
1928
|
-
/**
|
|
1929
|
-
* Publication reference for type publication
|
|
1930
|
-
*/
|
|
1931
|
-
typePubl?: string;
|
|
1932
|
-
/**
|
|
1933
|
-
* ID for the type series, if part of one
|
|
1934
|
-
*/
|
|
1935
|
-
typeSeriesID?: string;
|
|
1936
|
-
/**
|
|
1937
|
-
* Name of the type species
|
|
1938
|
-
*/
|
|
1939
|
-
typeSpecies?: string;
|
|
1940
|
-
/**
|
|
1941
|
-
* Is this holotype, paratype, syntype etc...
|
|
1942
|
-
*/
|
|
1943
|
-
typeStatus?: "" | "MY.typeStatusType" | "MY.typeStatusHolotype" | "MY.typeStatusSyntype" | "MY.typeStatusParatype" | "MY.typeStatusLectotype" | "MY.typeStatusParalectotype" | "MY.typeStatusNeotype" | "MY.typeStatusAllotype" | "MY.typeStatusNeoallotype" | "MY.typeStatusIsotype" | "MY.typeStatusEpitype" | "MY.typeStatusIsolectotype" | "MY.typeStatusIsoepitype" | "MY.typeStatusIsoneotype" | "MY.typeStatusIsoparatype" | "MY.typeStatusIsosyntype" | "MY.typeStatusOriginalMaterial" | "MY.typeStatusCotype" | "MY.typeStatusTopotype" | "MY.typeStatusHomotype" | "MY.typeStatusNo" | "MY.typeStatusPossible" | "MY.typeStatusObscure" | "MY.typeStatusTypeStrain" | "MY.typeStatusPathovarReferenceStrain";
|
|
1944
|
-
/**
|
|
1945
|
-
* Name of the type subspecies
|
|
1946
|
-
*/
|
|
1947
|
-
typeSubspecies?: string;
|
|
1948
|
-
/**
|
|
1949
|
-
* Author of the type subspecies
|
|
1950
|
-
*/
|
|
1951
|
-
typeSubspeciesAuthor?: string;
|
|
1952
|
-
/**
|
|
1953
|
-
* Verification whether this really is a type?
|
|
1954
|
-
*/
|
|
1955
|
-
typeVerification?: "" | "MY.typeVerificationVerified" | "MY.typeVerificationUnverified" | "MY.typeVerificationProbable" | "MY.typeVerificationDoubtful";
|
|
1956
|
-
/**
|
|
1957
|
-
* Name of the person who chose the type, preferably in the format "Lastname, firstname"
|
|
1958
|
-
*/
|
|
1959
|
-
typif?: string;
|
|
1960
|
-
/**
|
|
1961
|
-
* Date when the specimen was chosen as a type
|
|
1962
|
-
*/
|
|
1963
|
-
typifDate?: string;
|
|
1964
|
-
/**
|
|
1965
|
-
* 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.
|
|
1966
|
-
*/
|
|
1967
|
-
publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
1968
|
-
}[];
|
|
1969
|
-
}[];
|
|
1970
|
-
}[]
|
|
1971
|
-
];
|
|
226
|
+
gatherings: [Gathering, ...[Gathering]];
|
|
1972
227
|
}
|