Change-Id: I545d1b07444c9ca00ea2e95c4ccaed79946bbead Former-commit-id:0ed1ce5726
[formerlya6acf71a0a
] [formerly0ed1ce5726
[formerlya6acf71a0a
] [formerly2ee1ebe72d
[formerly e0f6cc70bf5258d66bfa8a4ddb1daf871b6c92c5]]] Former-commit-id:2ee1ebe72d
Former-commit-id:c720756850
[formerly4b3f5bc5c7
] Former-commit-id:3ee52065d1
24 lines
1.3 KiB
XML
24 lines
1.3 KiB
XML
<!--
|
|
This file defines grouping and replacement text for marine zones in the watch
|
|
wording of the template.
|
|
|
|
For each entry, the "match" attribute defines a regular expression that is
|
|
used to match marine zone UGCs. The "replace" attribute defines the text to
|
|
pass to the template. If the replacement text is empty, the marine zone
|
|
will not be used. If the "replace" attribute is not present, the marine
|
|
zone's original name is used.
|
|
|
|
Marine zone UGCs are matched against entries in their given order; the first
|
|
match is used. The order of the entries also determines the order of the
|
|
values passed to the template.
|
|
-->
|
|
<zoneWordingConfig>
|
|
<entry match="^LEZ.*" replace="THE ADJACENT WATERS OF LAKE ERIE" />
|
|
<entry match="^LHZ.*" replace="THE ADJACENT WATERS OF LAKE HURON" />
|
|
<entry match="^LMZ.*" replace="THE ADJACENT WATERS OF LAKE MICHIGAN" />
|
|
<entry match="^LOZ.*" replace="THE ADJACENT WATERS OF LAKE ONTARIO" />
|
|
<entry match="^LSZ.*" replace="THE ADJACENT WATERS OF LAKE SUPERIOR" />
|
|
<entry match="^LCZ.*" replace="THE ADJACENT WATERS OF LAKE SAINT CLAIRE" />
|
|
<entry match="^SLZ.*" replace="" /> <!-- Saint Lawrence River -->
|
|
<entry match="^.*" replace="THE ADJACENT COASTAL WATERS" />
|
|
</zoneWordingConfig>
|