1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE PoolDatabase SYSTEM "InMemory">
<PoolDatabase >
<PoolContainer name="SiPixelFedCablingMap_basic" >
<Class table="SIPIXELFEDCABLINGMAP" id_columns="ID" name="SiPixelFedCablingMap" mapping_version="basic" >
<Container table="SIPIXEL_THEMAP" id_columns="ID_ID" name="theMap" position_column="POS" >
<Object name="key_type" >
<Primitive column="DFED" name="fed" />
<Primitive column="DLINK" name="link" />
<Primitive column="DROC" name="roc" />
</Object >
<Object name="mapped_type" >
<Primitive column="DTHEDETUNIT" name="theDetUnit" />
<Primitive column="DTHEIDDU" name="theIdDU" />
<Primitive column="DTHEIDLK" name="theIdLk" />
</Object >
</Container >
<Primitive column="DTHEVERSION" name="theVersion" />
</Class >
</PoolContainer >
</PoolDatabase >
|