: Public <<dataType>> Class
Created: 10/03/2011 10:58:56
Modified: 19/04/2012 08:41:24
Project:
Advanced:
-- Definition --<br/>Quantitative or qualitative assessment of either risk, hazard or vulnerability.<br/><br/>-- Description --<br/>Common concept for assessing the level of risk, or the level of hazard, or the level of vulnerability.<br/><br/>
Attribute
Public CharacterString
  qualitativeValue
Details:
Notes: -- Definition --<br/>A qualitative assessment of the level or intensity.<br/><br/>
Public Measure
  quantitativeValue
Details:
Notes: -- Definition --<br/>A quantitative assessment of the level or intensity.<br/><br/>
Public DocumentCitation
  assessmentMethod
Details:
Notes: -- Definition --<br/>A citation to the method used to express the level or intensity.<br/><br/>
Tag Value
isCollection false
Details:
Values: true | false
Default: false
Description: Identifies the data type as an object collection.
noPropertyType false
Details:
Values: false
Default: false
Description: Surpress creation of a standard property type that supports inline encoding (applies to ISO 19136:2007 encoding rule). Always set to false in INSPIRE.
xsdEncodingRule iso19136_2007_INSPIRE_Extensions
Details:
Values: iso19136_2007 | iso19139_2007 | iso19136_2007_INSPIRE_Extensions
Default: iso19136_2007_INSPIRE_Extensions
Description: XML Schema encoding rule to apply
Constraint Type Status
either the quantitative value or the qualitative value must be completed. OCL Approved
Details:
/*either the qualitative value or the quantitative value must be completed. */<br/>inv: self.qualitativeValue.isEmpty()<br/>implies self.quantitativeValue.notEmpty()<br/>and self.quantitativeValue.isEmpty() implies <br/>self.qualitativeValue.notEmpty()<br/><br/><br/>