Skip to content

Commit

Permalink
Created a.datechar and a.certainty
Browse files Browse the repository at this point in the history
Replaced multiple attribute definitions with refs
  • Loading branch information
rockivist committed Mar 29, 2014
1 parent be835d3 commit 1daefc8
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions ead_revised.rng
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,7 @@ For these and/or other purposes and motivations, and without any expectation of
<ref name="am.dates.era"/>
<ref name="am.dates.calendar"/>
<ref name="am.date.normal"/>
<optional>
<attribute name="certainty"/>
</optional>
<ref name="a.certainty"/>
<ref name="a.encodinganalog"/>
<ref name="m.mixed.basic"/>
</element>
Expand Down Expand Up @@ -690,15 +688,11 @@ For these and/or other purposes and motivations, and without any expectation of
<ref name="a.common"/>
<ref name="a.label"/>
<ref name="a.unitdatetype"/>
<optional>
<attribute name="datechar"/>
</optional>
<ref name="a.datechar"/>
<ref name="a.certainty"/>
<ref name="am.dates.era"/>
<ref name="am.dates.calendar"/>
<ref name="am.date.normal"/>
<optional>
<attribute name="certainty"/>
</optional>
<ref name="a.encodinganalog"/>
<ref name="m.mixed.basic"/>
</element>
Expand All @@ -709,13 +703,9 @@ For these and/or other purposes and motivations, and without any expectation of
<ref name="a.common"/>
<ref name="a.label"/>
<ref name="a.unitdatetype"/>
<optional>
<attribute name="certainty"/>
</optional>
<ref name="a.datechar"/>
<ref name="a.certainty"/>
<ref name="a.encodinganalog"/>
<optional>
<attribute name="datechar"/>
</optional>
<ref name="am.dates.era"/>
<ref name="am.dates.calendar"/>
<choice>
Expand Down Expand Up @@ -2901,6 +2891,18 @@ For these and/or other purposes and motivations, and without any expectation of
</attribute>
</optional>
</define>

<define name="a.datechar">
<optional>
<attribute name="datechar"/>
</optional>
</define>

<define name="a.certainty">
<optional>
<attribute name="certainty"/>
</optional>
</define>

<!-- ATTRIBUTE VALUE LISTS -->

Expand Down

0 comments on commit 1daefc8

Please sign in to comment.