Inspire revision 4711
Gyldig
Quantitative or qualitative assessment of either risk, hazard or vulnerability.
-- Description --
Common concept for assessing the level of risk, or the level of hazard, or the level of vulnerability.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
qualitativeValue |
|
|
CharacterString |
1..1 |
quantitativeValue |
|
|
Measure
(datatype)
|
1..1 |
- value |
|
|
Decimal |
1..1 |
- unitOfMeasure |
|
|
UnitOfMeasure |
1..1 |
assessmentMethod |
|
|
DocumentCitation |
1..1 |
Navn |
Type |
Lengde |
Multiplisitet |
|
CharacterString |
|
1..1 |
|
Measure
|
|
1..1 |
|
DocumentCitation |
|
1..1 |
Name |
Type |
English |
Description |
qualitativeValue |
CharacterString |
|
A qualitative assessment of the level or intensity.
|
quantitativeValue |
Measure
|
|
A quantitative assessment of the level or intensity.
|
assessmentMethod |
DocumentCitation |
|
A citation to the method used to express the level or intensity.
|
Vis LevelOrIntensity i NVDB Datakatalog
Id |
Navn |
Type |
Multiplisitet |
|
|
CharacterString |
1 ..1 |
|
|
Measure
|
1 ..1 |
|
|
DocumentCitation |
1 ..1 |
Navn |
Beskrivelse |
either the quantitative value or the qualitative value must be completed. |
/*either the qualitative value or the quantitative value must be completed. */
inv: self.qualitativeValue.isEmpty()
implies self.quantitativeValue.notEmpty()
and self.quantitativeValue.isEmpty() implies
self.qualitativeValue.notEmpty()
|