Versions Compared

Key

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

...

Code Block
languagexml
linenumberstrue
<?xml version="1.0" encoding="UTF-8"?>
<locations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.wldelft.nl/fews" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/locations.xsd"
         xmlns:textAttribute="http://www.wldelft.nl/fews/textAttribute"
         xmlns:numberAttribute="http://www.wldelft.nl/fews/numberAttribute"
         xmlns:booleanAttribute="http://www.wldelft.nl/fews/booleanAttribute"
         version="1.1">
   <geoDatum>WGS 1984</geoDatum>
   
   <location id="LocA" name="LocA">
      <x>4.5</x>
      <y>53.5</y>
      <z>0</z>
<textAttribute:AddLabel>This is region Europe</textAttribute:REGION>AddLabel>
   </location>
   <location id="LocB" name="LocB">
      <x>4.1</x>
      <y>53.1</y>
      <z>0</z>
   </location>  
</locations>

...