-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathdf.coinbatch.xml
More file actions
28 lines (26 loc) · 1.32 KB
/
df.coinbatch.xml
File metadata and controls
28 lines (26 loc) · 1.32 KB
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' original-name='material' ref-target='material' aux-value='$$.mat_index'/>
<int32_t name='mat_index' original-name='matgloss'/>
<int32_t name='entity' original-name='civ_id' ref-target='historical_entity'/>
<int32_t name='ruler' original-name='hist_fig_id' ref-target='historical_figure'/>
<compound name='image_front'> not a compound
<int32_t name='id' original-name='front_image_chunk_id' ref-target='art_image_chunk'/>
<int16_t name='subid' original-name='front_image_chunk_member' ref-target='art_image' aux-value='$$.id'/>
</compound>
<compound name='image_back'> not a compound
<int32_t name='id' original-name='back_image_chunk_id' ref-target='art_image_chunk'/>
<int16_t name='subid' original-name='back_image_chunk_member' ref-target='art_image' aux-value='$$.id'/>
</compound>
</struct-type>
<struct-type type-name='coinbatch_handlerst'>
<stl-vector pointer-type='coin_batch' name='all' original-name='global'/>
</struct-type>
</data-definition>
<!--
Local Variables:
indent-tabs-mode: nil
nxml-child-indent: 4
End:
-->