Skip to content

Commit

Permalink
deprecate thead; remove default values from @era and @Calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry Catapano committed Jun 8, 2012
1 parent 5915b24 commit cf3efa8
Showing 1 changed file with 41 additions and 15 deletions.
56 changes: 41 additions & 15 deletions ead_revised.rng
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ Other changes:
* deprecate <thead> in dsc and c
* eliminate @tpattern
* deprecate <fileplan>
* remove default value from @calendar and @era
* deprecate thead
* add containerid
-->
<!--
EAD 2002 Relax NG Schema
Expand Down Expand Up @@ -1262,9 +1266,11 @@ Other changes:
<empty/>
</element>
</zeroOrMore>
<optional>
<!-- TC; 2012-06-08: deprecate thead -->
<!--<optional>
<ref name="thead"/>
</optional>
-->
<element name="tbody">
<ref name="a.common"/>
<optional>
Expand Down Expand Up @@ -1347,6 +1353,12 @@ Other changes:
<data type="IDREFS"/>
</attribute>
</optional>
<!-- TC: 2012-06-08: add containerid -->
<optional>
<attribute name="containerid">
<data type="NMTOKEN"/>
</attribute>
</optional>
<zeroOrMore>
<choice>
<text/>
Expand Down Expand Up @@ -1590,16 +1602,20 @@ Other changes:
<ref name="m.inter"/>
</choice>
</define>
<!-- TC 2012-06-08: remove default value -->
<define name="am.dates.calendar">
<optional>
<attribute a:defaultValue="gregorian" name="calendar">
<!-- <attribute a:defaultValue="gregorian" name="calendar"> -->
<attribute name="calendar">
<data type="NMTOKEN"/>
</attribute>
</optional>
</define>
<!-- TC 2012-06-08: remove default value -->
<define name="am.dates.era">
<optional>
<attribute a:defaultValue="ce" name="era">
<!-- <attribute a:defaultValue="ce" name="era"> -->
<attribute name="era">
<data type="NMTOKEN"/>
</attribute>
</optional>
Expand Down Expand Up @@ -2998,12 +3014,13 @@ Other changes:
</zeroOrMore>
</group>
<choice>
<group>
<optional>
<ref name="thead"/>
</optional>
<!-- TC; 2012-03-07: Replaced by pattern m.cOrC01 -->
<!-- <choice>
<!--
<group>
<optional>
<ref name="thead"/>
</optional>
<choice>
<oneOrMore>
<ref name="c"/>
<optional>
Expand All @@ -3017,9 +3034,10 @@ Other changes:
</optional>
</oneOrMore>
</choice>
</group>
-->
<ref name="m.cOrC01"/>
</group>

<!-- TC; 2012-03-07: Removed dsc -->
<!-- <zeroOrMore>
<ref name="dsc"/>
Expand Down Expand Up @@ -3697,7 +3715,8 @@ Other changes:
</oneOrMore>
</element>
</define>
<define name="thead">
<!-- TC 2012-06-08: deprecate thead -->
<!-- <define name="thead">
<element name="thead">
<ref name="a.common"/>
<optional>
Expand All @@ -3714,6 +3733,7 @@ Other changes:
</oneOrMore>
</element>
</define>
-->
<define name="row">
<element name="row">
<ref name="a.common"/>
Expand Down Expand Up @@ -4027,15 +4047,19 @@ Other changes:
<choice>
<oneOrMore>
<ref name="c"/>
<optional>
<!-- TC; 2012-06-08: deprecate thead -->
<!--<optional>
<ref name="thead"/>
</optional>
-->
</oneOrMore>
<oneOrMore>
<ref name="c01"/>
<optional>
<!-- TC; 2012-06-08: deprecate thead -->
<!--<optional>
<ref name="thead"/>
</optional>
</optional>
-->
</oneOrMore>
</choice>
</define>
Expand All @@ -4049,9 +4073,11 @@ Other changes:
<zeroOrMore>
<ref name="m.desc.full"/>
</zeroOrMore>
<optional>
<!-- TC; 2012-06-08: deprecate thead -->
<!--<optional>
<ref name="thead"/>
</optional>
</optional>
-->
<!-- TC; 2012-03-08: Added <dao> and <daogrp> -->
<zeroOrMore>
<choice>
Expand Down

0 comments on commit cf3efa8

Please sign in to comment.