Index: /trunk/src/xml_shemas/ImaDoc_template_pairs.xml
===================================================================
--- /trunk/src/xml_shemas/ImaDoc_template_pairs.xml	(revision 743)
+++ /trunk/src/xml_shemas/ImaDoc_template_pairs.xml	(revision 743)
@@ -0,0 +1,13 @@
+<?xml version="1.0" ?>
+<ImaDoc>
+<Camera >
+    <TimeUnit>s</TimeUnit>
+    <BurstTiming>
+      <FrameFrequency unit="1/TimeUnit">10000</FrameFrequency>
+      <Dtj unit="frame">0.1</Dtj> <!--intervals inside the burst, here one interval (2 images a b in a burst)-->
+      <Time unit="TimeUnit" >0</Time> <!--time of the first image -->
+      <Dti unit="frame">2</Dti><!--interval between bursts-->
+      <NbDti>99</NbDti> <!--Nbe d'intervals Dti (nre of bursts-1)-->
+    </BurstTiming>
+</Camera>
+</ImaDoc>
Index: /trunk/src/xml_shemas/ImaDoc_template_series.xml
===================================================================
--- /trunk/src/xml_shemas/ImaDoc_template_series.xml	(revision 743)
+++ /trunk/src/xml_shemas/ImaDoc_template_series.xml	(revision 743)
@@ -0,0 +1,11 @@
+
+<ImaDoc >
+    <TimeUnit>s</TimeUnit>
+    <BurstTiming>
+      <FrameFrequency unit="1/TimeUnit">50</FrameFrequency>
+      <Time unit="TimeUnit" >0</Time> <!--time of the first image, expressed in TimeUnit-->
+      <Dti unit="frame">1</Dti><!--time interval, expressed in frames-->
+      <NbDti>50</NbDti> <!--Nbe of intervals Dti (=nbre de frames-1)-->
+    </BurstTiming>
+  </Camera>
+</ImaDoc>
