--Definition--
SOURCE : [Flood Directive 2007/60/CE]
Potential flooded areas as defined in Chapter III, article 6, paragraph 3 of Directive 2007/60/CE
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
Navn |
Type |
Lengde |
Multiplisitet |
Name |
Type |
English |
Description |
Navn |
Beskrivelse |
3 values possible for likelihood of occurrence |
/*The likelihood of occurrence attribute must take following values : "Low", "Medium" or "High" */
inv:
self.likelihoodOfOccurrence.qualitativeLikelihood = "Low"
or
self.likelihoodOfOccurrence.qualitativeLikelihood = "Medium"
or
self.likelihoodOfOccurrence.qualitativeLikelihood = "High"
|
Hazard category is "Flood" |
/*The generic risk or hazard category is "Flood" for all "potential flooded areas*/
inv :
self.typeOfHazard.hazardCategory = 'flood'
|
The likelihood of occurrence must be completed. |
/*The likelihood of occurrence must be completed. */
inv:
self.likelihoodOfOccurrence.qualitativeLikelihood.notEmpty()
|