Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



scrollbar



What

ThresholdValueSets.xml

Required

no

Description

definition of threshold values for all locations and data types

schema location

http://fews.wldelft.nl/schemas/version1.0/thresholdValueSets.xsd

...

Specific values for max thresholds.

 

levelThresholdValue

Image Removed

levelThresholdId

ID of the level threshold type, as it is specified in the file thresholds

levelThresholdIdFunction

Id for the thresholds based on attribute values

Can be based on multivalued attributes

value

level threshold value

...

Optional location dependent label that is specified by a function, e.g. "@FLOOD_WATCH@", in which tags between "@" signs refer to location attributes that are defined in the locationSets config file. The tags are replaced by actual attribute values. These attribute values can be different for different locations. If an attribute is missing for a location, then the label is ignored for that location.

targetLocationIdFunction

Location dependent text value that points to an id of a different location that is effected by this threshold crossing @TARGET_LOCATION_ID@. 

Can be used in threshold event display to refer to different location / time series 

warningArea

One or more warnings that correspond to this threshold for the configured timeSeriesSet(s). These warningAreas are e.g. used in the ThresholdOverviewDisplay threshold crossing counts tabs.

...

ID of the action message (=additional log.message) that must be logged if a threshold value is crossed DOWN. This id has to contain a dot, because the action event is only visible to the master controller if this id contains a dot, e.g. "Threshold_Name.Down". The event code need not be unique. 


Code Block
languagexml
titlelevelThresholdValue
		<levelThresholdValue>
			<levelThresholdIdFunction>@ThresholdType@ @ThresholdCategory@</levelThresholdIdFunction>
			<valueFunction>@ThresholdValue@</valueFunction>
			<labelFunction>@ThresholdType@ @Purpose@ @FWACode@</labelFunction>
			<toolTip>@ThresholdComment@</toolTip>
			<targetLocationIdFunction>@FWACode@</targetLocationIdFunction>
		</levelThresholdValue>

aggregationLevelThresholdValues

...