Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Mar 25, 2024
1 parent c65a69d commit ceba48b
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 63 deletions.
2 changes: 0 additions & 2 deletions Gemfile.devel

This file was deleted.

126 changes: 66 additions & 60 deletions lib/metanorma/ietf/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -156,44 +156,7 @@
</define>
<define name="xref">
<element name="xref">
<attribute name="target">
<data type="string">
<param name="pattern">\i\c*|\c+#\c+</param>
</data>
</attribute>
<optional>
<attribute name="to">
<data type="string">
<param name="pattern">\i\c*|\c+#\c+</param>
</data>
</attribute>
</optional>
<optional>
<attribute name="type">
<ref name="ReferenceFormat"/>
</attribute>
</optional>
<optional>
<attribute name="alt"/>
</optional>
<optional>
<attribute name="case">
<choice>
<value>capital</value>
<value>lowercase</value>
</choice>
</attribute>
</optional>
<optional>
<attribute name="droploc">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="style">
<ref name="XrefStyleType"/>
</attribute>
</optional>
<ref name="XrefAttributes"/>
<ref name="XrefBody"/>
</element>
</define>
Expand Down Expand Up @@ -438,28 +401,6 @@
</optional>
</element>
</define>
<define name="FigureAttributes">
<attribute name="id">
<data type="ID"/>
</attribute>
<optional>
<attribute name="unnumbered">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="number"/>
</optional>
<optional>
<attribute name="subsequence"/>
</optional>
<optional>
<attribute name="class"/>
</optional>
<optional>
<attribute name="width"/>
</optional>
</define>
<define name="source">
<element name="source">
<attribute name="status">
Expand Down Expand Up @@ -2456,6 +2397,49 @@
</zeroOrMore>
</element>
</define>
<define name="XrefAttributes">
<attribute name="target">
<data type="string">
<param name="pattern">\i\c*|\c+#\c+</param>
</data>
</attribute>
<optional>
<attribute name="to">
<data type="string">
<param name="pattern">\i\c*|\c+#\c+</param>
</data>
</attribute>
</optional>
<optional>
<attribute name="type">
<ref name="ReferenceFormat"/>
</attribute>
</optional>
<optional>
<attribute name="alt"/>
</optional>
<optional>
<attribute name="case">
<choice>
<value>capital</value>
<value>lowercase</value>
</choice>
</attribute>
</optional>
<optional>
<attribute name="droploc">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="style">
<ref name="XrefStyleType"/>
</attribute>
</optional>
<optional>
<attribute name="label"/>
</optional>
</define>
<define name="XrefBody">
<zeroOrMore>
<ref name="XrefTarget"/>
Expand Down Expand Up @@ -2534,6 +2518,28 @@
<attribute name="columns"/>
</optional>
</define>
<define name="FigureAttributes">
<attribute name="id">
<data type="ID"/>
</attribute>
<optional>
<attribute name="unnumbered">
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="number"/>
</optional>
<optional>
<attribute name="subsequence"/>
</optional>
<optional>
<attribute name="class"/>
</optional>
<optional>
<attribute name="width"/>
</optional>
</define>
<start>
<ref name="standard-document"/>
</start>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/ietf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Ietf
VERSION = "3.3.4".freeze
VERSION = "3.3.5".freeze
end
end

0 comments on commit ceba48b

Please sign in to comment.