You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

What

Required

Description

schema location

locationSets.xml

no

Definitions of groups of locations

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

Location sets may be used to define logical groups of locations. Often an action may need to be taken on a whole set of locations (e.g. validation). By creating a LocationSet the action need only be defined once.

Any location may appear in more than one location sets. Internally a location set is simply evaluated as a list of locations.

When available on the file system, the name of the XML file is for example:

LocationSets 1.00 default.xml

LocationSets                              Fixed file name for the locationSets configuration

1.00                                            Version number

default                                       Flag to indicate the version is the default configuration (otherwise omitted).


Figure 24 Elements in the LocationSets configuration

locationSet

Root element for the definition of a location set. Multiple entries may exist.

Attributes;

  •         id: Id of the location set. This must be unique
description

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

locationID

Location ID configured to be a member of the locationSet. Multiple entries may exist.

  • No labels