Skip to content

Commit

Permalink
grammar updates
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Oct 8, 2018
1 parent 6ad83ea commit b4ad268
Show file tree
Hide file tree
Showing 4 changed files with 759 additions and 748 deletions.
11 changes: 11 additions & 0 deletions lib/asciidoctor/csand/biblio.rng
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@
</define>
<define name="uri">
<element name="uri">
<optional>
<attribute name="type"/>
</optional>
<data type="anyURI"/>
</element>
</define>
Expand Down Expand Up @@ -444,6 +447,9 @@
<ref name="BibItemType"/>
</attribute>
</optional>
<optional>
<ref name="fetched"/>
</optional>
<choice>
<oneOrMore>
<ref name="btitle"/>
Expand Down Expand Up @@ -523,6 +529,11 @@
<ref name="FormattedString"/>
</element>
</define>
<define name="fetched">
<element name="fetched">
<data type="dateTime"/>
</element>
</define>
<define name="validity">
<element name="validity">
<optional>
Expand Down
3 changes: 3 additions & 0 deletions lib/asciidoctor/csand/isostandard.rng
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
<ref name="BibItemType"/>
</attribute>
</optional>
<optional>
<ref name="fetched"/>
</optional>
<choice>
<oneOrMore>
<ref name="btitle"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/csand/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Csand
VERSION = "1.0.5"
VERSION = "1.0.6"
end
end
Loading

0 comments on commit b4ad268

Please sign in to comment.