| Navn | Type | Lengde | Multiplisitet | 
                
                    
                        |  | CharacterString |  | 1..1 | 
                    
                        |  | QuantitativeLikelihood |  | 1..1 | 
                    
                        |  | DocumentCitation |  | 1..1 | 
        
     
    
        
            
                
                    | Name | Type | English | Description | 
            
                
                    | qualitativeLikelihood | CharacterString |  | A qualitative assessment of the likelihood of occurrence of a hazard. 
-- Description --
Sometimes, this is known as susceptibility. | 
                
                    | quantitativeLikelihood | QuantitativeLikelihood |  | A frequency of occurence or return period of a hazard phenomenon. 
-- Description --
Sometimes, this is known as susceptibility. | 
                
                    | assessmentMethod | DocumentCitation |  | A citation to the method used to express the likelihood. | 
        
     
    
        
        
            
                
                    | Navn | Beskrivelse | 
            
                
                    | Either the qualitative likelihood or the quantitative likelihood must be completed. | /*either the qualitative likelihood or the quantitative likelihood must be completed. */
inv: self.qualitativeLikelihood.isEmpty()
implies self.quantitativeLikelihood.notEmpty()
and self.quantitativeLikelihood.isEmpty() implies 
self.qualitativeLikelihood.notEmpty() |