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

Compare with Current View Page History

« Previous Version 6 Next »

What

Required

Description

schema location

ModuleInstanceDescriptors.xml

yes

Definition of instances of modules

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

Each module configured in DELFT-FEWS must be registered in the ModuleInstanceDescriptors configuration. This is required to identify the module to DELFT-FEWS (the name is free format), but is also required to define the type of module through reference to the moduleDescriptors defined (see system configuration).

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

ModuleInstanceDescriptors 1.00 default.xml

ModuleInstanceDescriptors       Fixed file name for the ModuleInstanceDescriptors configuration

1.00                                            Version number

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

Figure 44 Root element of the ModuleInstanceDescriptors configuration

ModuleInstanceDescriptorsId

Root element of the ModuleInstanceDescriptor element. For each module defined the element is repeated. Multiple instances may exist.

Attributes;

  •         Id: Id of the Module Instance. This Id must be unique. Normally a string is used that gives some understanding of the role of the module (e.g. SpatialInterpolationPrecipitation).
  •         name: Optional name for the module. Used for reference purposes only.
moduleId

Reference to the ModuleDescriptors defined in the SystemConfiguration to identify the type of module.

description

Optional description. Used for reference purposed only.

  • No labels