Versions Compared

Key

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

scrollbar

What

locationSets.xml

Required

no

Description

Definitions of groups of locations

schema location

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

...

Option is available since 2014.01

chainageLocationAttributeId

By configuring <chainageLocationAttributeId> all locations that have a value for this attribute will be contained in this location set. This attribute will automatically be used as sortingLocationAttributeId so the locations are in the order of ascending chainage value. The attribute must be of type numeric.

Referring to the chainage location set can only be done in combination with <readWriteMode>read only</readWriteMode> by configuring <chainageLocationSetId> in <timeSeriesSet>:

 

{code}
<timeSeriesSet>
        <moduleInstanceId>ExportRunMultipleTimeSeries</moduleInstanceId>
        <valueType>scalar</valueType>
        <parameterId>H.m</parameterId>
        <chainageLocationSetId>CHAINAGE_D</chainageLocationSetId>
        <timeSeriesType>external historical</timeSeriesType>
        <timeStep unit="day"/>
        <relativeViewPeriod unit="day" start="-7" end="0"/>
        <readWriteMode>read only</readWriteMode>
</timeSeriesSet>
{code}


description

Optional description of the location set. Used for reference purposes only.

...