Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

schema file, root element

example file

pi_latinputs.xsd, LatInputs

latinput.xml


Example:
<?xml version="1.0" encoding="UTF-8"?>
<LatInputs xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews
pi_latinputs.xsd" version="1.1">
<geoDatum>LOCAL</geoDatum>
<input latId="Dinkel1" x="3.14" y="9.19" branchId="Regge56" chainage="200">
<value>12</value>
</input>
<input latId="Dinkel2" x="3.14" y="9.19" branchId="Regge56" chainage="300">
<value>40</value>
</input>
</LatInputs>
The structure of the XML schema is given in the figures below. Note that attributes are not displayed in the figures. Consult the full schema (+documentation) for details.