Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
{scrollbar}

What

Required

Description

schema location

ModuleInstanceDescriptors.xml

yes

Definition of instances of modules

http://fews.wldelft.nl/schemas/version1.0/moduleInstanceDescriptors.xsdImage Removed

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).

...

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.

...