Skip to content

Commit

Permalink
only permit <emph> and <ref> as element children of <unitid>
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry Catapano committed Jun 13, 2012
1 parent f85ebd6 commit cc7cdf3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ead_revised.rng
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ Other changes:
* allow only <emph> and <ref> in <container>
* allow only <emph>, <ref>, and <language> in <langmaterial>
* remove <materialspec> from <did> and move to <archdesc> and <c>/<c#>; adopt same content model as <phystech>
* only permit emph and ref as element children of <physloc>
* only permit <emph> and <ref> as element children of <physloc>
* only permit <emph> and <ref> as element children of <unitid>
-->
<!--
Expand Down Expand Up @@ -1498,10 +1499,12 @@ Other changes:
<optional>
<attribute name="encodinganalog"/>
</optional>
<!-- TC; 2012-6-13: only permit <emph> and <ref> as element children -->
<zeroOrMore>
<choice>
<text/>
<ref name="m.phrase.basic"/>
<ref name="emph"/>
<ref name="ref"/>
</choice>
</zeroOrMore>
</element>
Expand Down

0 comments on commit cc7cdf3

Please sign in to comment.