1 |
d2a8c3fd
|
Marc NICOLAS
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 |
|
|
<tables xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schemaNosqlDb.xsd">
|
3 |
|
|
|
4 |
|
|
<table>
|
5 |
|
|
<name>Match</name>
|
6 |
|
|
<column>
|
7 |
|
|
<name>transitId</name>
|
8 |
|
|
<type>long</type>
|
9 |
|
|
</column>
|
10 |
|
|
<column>
|
11 |
|
|
<name>sourceId</name>
|
12 |
|
|
<type>long</type>
|
13 |
|
|
</column>
|
14 |
|
|
<column>
|
15 |
|
|
<name>flags</name>
|
16 |
|
|
<type>byte</type>
|
17 |
|
|
</column>
|
18 |
|
|
<column>
|
19 |
|
|
<name>data</name>
|
20 |
|
|
<type>gaia.cu1.mdb.cu3.idt.xm.dmimpl.MatchImpl</type>
|
21 |
|
|
</column>
|
22 |
|
|
</table>
|
23 |
|
|
|
24 |
|
|
<table>
|
25 |
|
|
<name>NewSource</name>
|
26 |
|
|
<column>
|
27 |
|
|
<name>sourceId</name>
|
28 |
|
|
<type>long</type>
|
29 |
|
|
</column>
|
30 |
|
|
<column>
|
31 |
|
|
<name>data</name>
|
32 |
|
|
<type>gaia.cu1.mdb.cu3.idt.xm.dmimpl.NewSourceImpl</type>
|
33 |
|
|
</column>
|
34 |
|
|
</table>
|
35 |
|
|
|
36 |
|
|
<table>
|
37 |
|
|
<name>AstroElementary</name>
|
38 |
|
|
<column>
|
39 |
|
|
<name>transitId</name>
|
40 |
|
|
<type>long</type>
|
41 |
|
|
</column>
|
42 |
|
|
<column>
|
43 |
|
|
<name>data</name>
|
44 |
|
|
<type>gaia.cu1.mdb.cu3.idt.interm.dmimpl.AstroElementaryImpl</type>
|
45 |
|
|
</column>
|
46 |
|
|
</table>
|
47 |
|
|
|
48 |
|
|
<table>
|
49 |
|
|
<name>AstroObservation</name>
|
50 |
|
|
<column>
|
51 |
|
|
<name>transitId</name>
|
52 |
|
|
<type>long</type>
|
53 |
|
|
</column>
|
54 |
|
|
<column>
|
55 |
|
|
<name>data</name>
|
56 |
|
|
<type>gaia.cu1.mdb.cu3.idt.raw.dmimpl.AstroObservationImpl</type>
|
57 |
|
|
</column>
|
58 |
|
|
</table>
|
59 |
|
|
|
60 |
|
|
</tables> |