next up previous contents index
Next: Root-element Up: XML format Previous: XML format   Contents   Index


XML header

The header of the Fib XML format is structured the same in each case. It specifies the XML format. The top element of the Fib XML format is always an element named fib_object. This contains the attributes to specify the XML format and one root-object.


Layout:

<?xml version="1.0" encoding=ÜTF-8"?>
<fib_object
   xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
   xmlns="http://www.fib-development.org/"
   xsd:schemaLocation="http://www.fib-development.org/fib.xsd">

      ... <!-- root-element -->

</fib_object>



Betti Österholz 2013-02-13