Skip to content

Commit 8f0713c

Browse files
committed
version bump
1 parent f70b343 commit 8f0713c

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

lib/metanorma/iho/biblio.rng

+12-6
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@ Detailed in https://www.relaton.org/model/creator/</a:documentation>
267267
<a:documentation>An identifier of the person according to an international identifier scheme</a:documentation>
268268
</ref>
269269
</zeroOrMore>
270-
<zeroOrMore>
270+
<optional>
271271
<ref name="contact">
272272
<a:documentation>Contact information for the person, including URI, address, phone number, and email</a:documentation>
273273
</ref>
274-
</zeroOrMore>
274+
</optional>
275275
</element>
276276
</define>
277277
<define name="fullname">
@@ -454,11 +454,11 @@ real names (if the person is named with a pseudonym or user name); previous lega
454454
<a:documentation>An identifier of the organization according to an international identifier scheme</a:documentation>
455455
</ref>
456456
</zeroOrMore>
457-
<zeroOrMore>
457+
<optional>
458458
<ref name="contact">
459459
<a:documentation>Contact information for the organization, including address, phone number, and email</a:documentation>
460460
</ref>
461-
</zeroOrMore>
461+
</optional>
462462
<optional>
463463
<ref name="logo">
464464
<a:documentation>A logo for the organization</a:documentation>
@@ -540,12 +540,18 @@ real names (if the person is named with a pseudonym or user name); previous lega
540540
<!-- TODO may change -->
541541
<define name="contact">
542542
<a:documentation>Contact information for a person or organization</a:documentation>
543-
<choice>
543+
<zeroOrMore>
544544
<ref name="address"/>
545+
</zeroOrMore>
546+
<zeroOrMore>
545547
<ref name="phone"/>
548+
</zeroOrMore>
549+
<zeroOrMore>
546550
<ref name="email"/>
551+
</zeroOrMore>
552+
<zeroOrMore>
547553
<ref name="uri"/>
548-
</choice>
554+
</zeroOrMore>
549555
</define>
550556
<define name="phone">
551557
<a:documentation>The phone number associated with a person or organization</a:documentation>

lib/metanorma/iho/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Metanorma
22
module Iho
3-
VERSION = "1.0.13".freeze
3+
VERSION = "1.0.14".freeze
44
end
55
end

spec/metanorma/base_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
<stage>in-force</stage>
585585
</status>
586586
<copyright>
587-
<from>2024</from>
587+
<from>#{Date.today.year}</from>
588588
<owner>
589589
<organization>
590590
<name>International Hydrographic Organization</name>

0 commit comments

Comments
 (0)