next up previous contents index
Next: Comment element Up: Fib elements Previous: Properties   Contents   Index


List element

For the description of the list element see section 9.4 on page [*] .

The name of the list element is list. It contains a number of subobjects that are listed in their order. (The first element in the XML list element is for the first subobject of the list element, etc. .)


An example for a list element:

<list>
   <!-- 1. list subobject -->
   <property>
      <vector type="property.boundSize">
      </vector>
      ...<!-- Fib subobject -->
   </property>

   <!-- 2. list subobject -->
   <point>
      <vector type="position">
         <variable>1</variable>
         <variable>2</variable>
      </vector>
   </point>

   <!-- 3. list subobject -->
   <point>
      <vector type="position">
         <variable>52</variable>
         <value>36</value>
      </vector>
   </point>

</list>



Betti Österholz 2013-02-13