Skip to content

Commit

Permalink
Fix for #503
Browse files Browse the repository at this point in the history
I decomposed the refs to m.blocks and m.desc.base.desgrp, listing each
element from those models. Hope this will address the issue with
translating the undeprecated schema.
  • Loading branch information
rockivist committed May 19, 2017
1 parent 3e8eb02 commit 52825e8
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions inprocess/ead3_undeprecated-driver.rng
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,36 @@
</optional>
<oneOrMore>
<choice>
<ref name="m.blocks"/>
<ref name="m.desc.base.descgrp"/>
<ref name="e.p"/>
<ref name="e.blockquote"/>
<ref name="e.chronlist"/>
<ref name="e.list"/>
<ref name="e.table"/>
<ref name="e.accessrestrict"/>
<ref name="e.accruals"/>
<ref name="e.acqinfo"/>
<ref name="e.altformavail"/>
<ref name="e.appraisal"/>
<ref name="e.arrangement"/>
<ref name="e.bibliography"/>
<ref name="e.bioghist"/>
<ref name="e.controlaccess"/>
<ref name="e.custodhist"/>
<ref name="e.descgrp"/>
<ref name="e.fileplan"/>
<ref name="e.index"/>
<ref name="e.legalstatus"/>
<ref name="e.odd"/>
<ref name="e.originalsloc"/>
<ref name="e.otherfindaid"/>
<ref name="e.phystech"/>
<ref name="e.prefercite"/>
<ref name="e.processinfo"/>
<ref name="e.relatedmaterial"/>
<ref name="e.relations"/>
<ref name="e.scopecontent"/>
<ref name="e.separatedmaterial"/>
<ref name="e.userestrict"/>
</choice>
</oneOrMore>
</element>
Expand Down

0 comments on commit 52825e8

Please sign in to comment.