next up previous contents index
Next: Area element Up: Fib elements Previous: List element   Contents   Index


Comment element

For the description of the comment element see section 9.5 on page [*] .

The comment element has the name comment. It has two attributes key and value. The attribute key is the key of the comment element and the attribute value the value. Instead of using the attribute value the value of the comment element can be stored in a XML element named value as the text. Furthermore, the comment element contains a Fib object (its subobject).


An example for a comment element:

<comment key="name" value="Mr X">
   ...<!-- Fib subobject -->
</comment>

An example for a comment element with a value XML element:

<comment key="description">
   <value>
      This is a long text
      line 2
   </value>
   ...<!-- Fib subobject -->
</comment>



Betti Österholz 2013-02-13