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.
        
     
            
    
    
    
        
                
                    
                        | 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. | 
        
     
    
        
        
            
                
                    | 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() |