Skip to content

Commit

Permalink
allow only <emph> and <ref> in <container>
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry Catapano committed Jun 13, 2012
1 parent 0c00b9b commit d9dcf33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ead_revised.rng
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Other changes:
* eliminate linkgrp
* remove linking attributes from <bibref>; restrict <bibref> to <bibliography> only
* remove <lb/> from content model of <abstract>
* allow only <emph> and <ref> in <container>
-->
<!--
Expand Down Expand Up @@ -2201,10 +2202,12 @@ Other changes:
<data type="NMTOKEN"/>
</attribute>
</optional>
<!-- TC: 2012-06-13: only allow emph and ref -->
<zeroOrMore>
<choice>
<text/>
<ref name="m.phrase.basic"/>
<ref name="emph"/>
<ref name="ref"/>
</choice>
</zeroOrMore>
</element>
Expand Down

0 comments on commit d9dcf33

Please sign in to comment.