Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 20, 2025
1 parent 8e6b65b commit 09966ff
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
2 changes: 0 additions & 2 deletions Gemfile.devel

This file was deleted.

24 changes: 15 additions & 9 deletions lib/metanorma/ietf/biblio.rng
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,11 @@ Detailed in https://www.relaton.org/model/creator/</a:documentation>
<a:documentation>An identifier of the person according to an international identifier scheme</a:documentation>
</ref>
</zeroOrMore>
<zeroOrMore>
<optional>
<ref name="contact">
<a:documentation>Contact information for the person, including URI, address, phone number, and email</a:documentation>
</ref>
</zeroOrMore>
</optional>
</element>
</define>
<define name="fullname">
Expand Down Expand Up @@ -454,11 +454,11 @@ real names (if the person is named with a pseudonym or user name); previous lega
<a:documentation>An identifier of the organization according to an international identifier scheme</a:documentation>
</ref>
</zeroOrMore>
<zeroOrMore>
<optional>
<ref name="contact">
<a:documentation>Contact information for the organization, including address, phone number, and email</a:documentation>
</ref>
</zeroOrMore>
</optional>
<optional>
<ref name="logo">
<a:documentation>A logo for the organization</a:documentation>
Expand Down Expand Up @@ -540,12 +540,18 @@ real names (if the person is named with a pseudonym or user name); previous lega
<!-- TODO may change -->
<define name="contact">
<a:documentation>Contact information for a person or organization</a:documentation>
<choice>
<zeroOrMore>
<ref name="address"/>
</zeroOrMore>
<zeroOrMore>
<ref name="phone"/>
</zeroOrMore>
<zeroOrMore>
<ref name="email"/>
</zeroOrMore>
<zeroOrMore>
<ref name="uri"/>
</choice>
</zeroOrMore>
</define>
<define name="phone">
<a:documentation>The phone number associated with a person or organization</a:documentation>
Expand Down Expand Up @@ -1271,17 +1277,17 @@ for which this claim of validity is made, if applicable</a:documentation>
</define>
<define name="validityBegins">
<element name="validityBegins">
<ref name="ISO8601DateTime"/>
<ref name="ISO8601Date"/>
</element>
</define>
<define name="validityEnds">
<element name="validityEnds">
<ref name="ISO8601DateTime"/>
<ref name="ISO8601Date"/>
</element>
</define>
<define name="validityRevision">
<element name="revision">
<ref name="ISO8601DateTime"/>
<ref name="ISO8601Date"/>
</element>
</define>
<define name="TypedTitleString">
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.4.3".freeze
VERSION = "3.4.4".freeze
end
end

0 comments on commit 09966ff

Please sign in to comment.