Versions Compared

Key

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

...

The topology of a region is configured by defining the indvidual nodes a region and grouping them. Below an example from the topology of the abrfc region

Code Block
xml
xml
topology<topology xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="chps1/schemas/topology.xsd">    
     <nodes<nodes id="ABRFC">
    <workflowId>ABRFC_Forecast</workflowId>
        <!-- Topology added for forecast group NMWTX -->
    <nodes id="NMWTX" name="NMWTX">
        <workflowId>NMWTX<workflowId>NMWTX_Forecast</workflowId>
  <   </node>
        <node id="EGLN5" name="EAGLE NEST DAM">
            <workflowId>EGLN5_Forecast</workflowId>
        </node>        <node  
        <node id="CMMN5" name="CIMARRON 4SW">
            <previousNodeId>EGLN5</previousNodeId>
            <workflowId>CMMN5_Forecast</workflowId>
     

...

The remaing options:workflowId, initialState, localRun and viewPermission are described in the section groupNodes.

...

Schema