An area designated or managed within a framework of international, Community and Member States' legislation to achieve specific conservation objectives.
-- Description --
Each protected site has a boundary defined through formal, legal or administrative agreements or decisions. The establishment of a protected site is normally underpinned by legislation and thus given weight in decisions about land use change and spatial planning. Each Site is normally selected as a representative example of a wider resource and selected through a formal criterion based approach. A protected site can be a contiguous extent of land/sea or a collection of discrete areas that together represent a single formal Protected Site. This class has the attributes, constraints and associations that are part of the Natura2000 application schema.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
Navn |
Type |
Lengde |
Multiplisitet |
Name |
Type |
English |
Description |
Navn |
Beskrivelse |
natura2000MandatoryItems |
/*A protected site that complies with the Natura2000 application schema must have a Natura2000 site identifier, a classification of 'natureConservation', a Natura2000 designation, information about quality and importance, vulnerabiliy, ownership, documentation, data source, official site area, site name, site management plan, respondent and at least one activity or impact, present habitat, protected habitat and protected species.*/
inv: self.applicationSchema = ApplicationSchemaValue::natura2000 implies (
self.siteIdentifier.siteIdentifierScheme = SiteIdentifierScheme::natura2000 and
self.siteProtectionClassification = ProtectionClassificationValue::natureConservation and
self.designationScheme = DesignationSchemeValue::natura2000 and
self.activitiesAndImpactsOnSite.notEmpty() and
self.qualityAndImportance.notEmpty() and
self.vulnerability.notEmpty() and
self.ownership.notEmpty() and
self.documentation.notEmpty() and
self.dataSource.notEmpty() and
self.officialSiteArea.notEmpty() and
self.siteName.notEmpty() and
self.siteManagementPlan.notEmpty() and
self.natura2000Respondent.notEmpty() and
self.presentHabitat.notEmpty() and
self.protectedEntity.isAHabitat.notEmpty() and
self.protectedEntity.isASpeciesDistribution.notEmpty())
|