Skip to content

Commit

Permalink
agreement fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pronvit committed Jun 2, 2016
1 parent de57e9f commit 2d3d72e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions df.entities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1167,9 +1167,9 @@
<int32_t name='id'/>
<stl-vector name='parties'>
<pointer>
<int32_t/>
<stl-vector type-name='int32_t' ref-target='historical_figure'/>
<stl-vector type-name='int32_t'/>
<int32_t name='idx'/>
<stl-vector type-name='int32_t' name='histfig_ids' ref-target='historical_figure'/>
<stl-vector type-name='int32_t' name='entity_ids' ref-target='historical_entity'/>
<stl-vector>
<pointer>
<int32_t/>
Expand All @@ -1180,12 +1180,12 @@
</stl-vector>
</pointer>
</stl-vector>
<int32_t/>
<stl-vector>
<int32_t name='next_party_idx'/>
<stl-vector name='details'>
<pointer>
<int32_t/>
<int32_t/>
<int32_t/>
<int32_t name='idx'/>
<int32_t name='year'/>
<int32_t name='year_tick'/>
<compound name='data' is-union='true'>
<pointer name='data0'>
<int32_t/>
Expand All @@ -1207,7 +1207,7 @@
<int32_t name='type'/>
</pointer>
</stl-vector>
<int32_t/>
<int32_t name='next_details_idx'/>
<int32_t/>
<int32_t/>
<int32_t comment='v0.42.01'/>
Expand Down

0 comments on commit 2d3d72e

Please sign in to comment.