Skip to content

Commit

Permalink
Created a.unitdatetype
Browse files Browse the repository at this point in the history
Replaced two attribute definitions with refs
  • Loading branch information
rockivist committed Mar 29, 2014
1 parent 7dc1937 commit ce209fa
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions ead_revised.rng
Original file line number Diff line number Diff line change
Expand Up @@ -698,14 +698,7 @@ For these and/or other purposes and motivations, and without any expectation of
<element name="unitdate">
<ref name="a.common"/>
<ref name="a.label"/>
<optional>
<attribute name="unitdatetype">
<choice>
<value>bulk</value>
<value>inclusive</value>
</choice>
</attribute>
</optional>
<ref name="a.unitdatetype"/>
<optional>
<attribute name="datechar"/>
</optional>
Expand All @@ -724,14 +717,7 @@ For these and/or other purposes and motivations, and without any expectation of
<element name="unitdatestructured">
<ref name="a.common"/>
<ref name="a.label"/>
<optional>
<attribute name="unitdatetype">
<choice>
<value>bulk</value>
<value>inclusive</value>
</choice>
</attribute>
</optional>
<ref name="a.unitdatetype"/>
<optional>
<attribute name="certainty"/>
</optional>
Expand All @@ -748,6 +734,17 @@ For these and/or other purposes and motivations, and without any expectation of
</choice>
</element>
</define>

<define name="a.unitdatetype">
<optional>
<attribute name="unitdatetype">
<choice>
<value>bulk</value>
<value>inclusive</value>
</choice>
</attribute>
</optional>
</define>

<define name="e.datesingle">
<element name="datesingle">
Expand Down

0 comments on commit ce209fa

Please sign in to comment.