-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathdf.coinbatch.xml
28 lines (26 loc) · 1.05 KB
/
df.coinbatch.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<data-definition>
<struct-type type-name='coin_batch' original-name='coinbatchst' instance-vector='$global.world.coin_batches.all'>
<int32_t name='year'/>
<int16_t name='mat_type' ref-target='material' aux-value='$$.mat_index'/>
<int32_t name='mat_index'/>
<int32_t name='entity' ref-target='historical_entity'/>
<int32_t name='ruler' ref-target='historical_figure'/>
<compound name='image_front'> not a compound
<int32_t name='id' ref-target='art_image_chunk'/>
<int16_t name='subid' ref-target='art_image' aux-value='$$.id'/>
</compound>
<compound name='image_back'> not a compound
<int32_t name='id' ref-target='art_image_chunk'/>
<int16_t name='subid' ref-target='art_image' aux-value='$$.id'/>
</compound>
</struct-type>
<struct-type type-name='coinbatch_handlerst'>
<stl-vector name='all' pointer-type='coin_batch'/>
</struct-type>
</data-definition>
<!--
Local Variables:
indent-tabs-mode: nil
nxml-child-indent: 4
End:
-->