Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jun 3, 2024
1 parent e082061 commit 705062f
Show file tree
Hide file tree
Showing 12 changed files with 2,483 additions and 2,252 deletions.
1,259 changes: 840 additions & 419 deletions lib/metanorma/ieee/basicdoc.rng

Large diffs are not rendered by default.

53 changes: 26 additions & 27 deletions lib/metanorma/ieee/biblio.rng
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,23 @@
</oneOrMore>
</choice>
</define>
<define name="LocalizedMarkedUpString1">
<!-- multiple languages and scripts possible: comma delimit them if so -->
<ref name="LocalizedStringAttrs"/>
<oneOrMore>
<ref name="TextElement"/>
</oneOrMore>
</define>
<define name="LocalizedMarkedUpString">
<choice>
<ref name="LocalizedMarkedUpString1"/>
<oneOrMore>
<element name="variant">
<ref name="LocalizedMarkedUpString1"/>
</element>
</oneOrMore>
</choice>
</define>
<!--
Unlike UML, change type to format: type is overloaded
Would be need if plain were default value and could omit the attribute
Expand Down Expand Up @@ -204,10 +221,7 @@
</define>
<define name="roledescription">
<element name="description">
<ref name="LocalizedStringAttrs"/>
<oneOrMore>
<ref name="TextElement"/>
</oneOrMore>
<ref name="LocalizedMarkedUpString"/>
</element>
</define>
<define name="person">
Expand Down Expand Up @@ -332,10 +346,7 @@
</define>
<define name="affiliationdescription">
<element name="description">
<ref name="LocalizedStringAttrs"/>
<oneOrMore>
<ref name="TextElement"/>
</oneOrMore>
<ref name="LocalizedMarkedUpString"/>
</element>
</define>
<define name="organization">
Expand Down Expand Up @@ -384,7 +395,7 @@
</define>
<define name="logo">
<element name="logo">
<ref name="image"/>
<ref name="image-no-id"/>
</element>
</define>
<define name="depiction">
Expand All @@ -393,7 +404,7 @@
<attribute name="scope"/>
</optional>
<zeroOrMore>
<ref name="image"/>
<ref name="image-no-id"/>
</zeroOrMore>
</element>
</define>
Expand Down Expand Up @@ -946,10 +957,7 @@
<optional>
<attribute name="type"/>
</optional>
<ref name="LocalizedStringAttrs"/>
<zeroOrMore>
<ref name="TextElement"/>
</zeroOrMore>
<ref name="LocalizedMarkedUpString"/>
</define>
<!-- TitleType = ( "alternative" | "original" | "unofficial" | "subtitle" | "main" ) -->
<define name="TypedUri">
Expand Down Expand Up @@ -1040,10 +1048,7 @@
<data type="boolean"/>
</attribute>
</optional>
<ref name="LocalizedStringAttrs"/>
<oneOrMore>
<ref name="TextElement"/>
</oneOrMore>
<ref name="LocalizedMarkedUpString"/>
</element>
</define>
<define name="docnumber">
Expand Down Expand Up @@ -1268,18 +1273,15 @@
<optional>
<attribute name="type"/>
</optional>
<ref name="LocalizedStringAttrs"/>
<oneOrMore>
<ref name="TextElement"/>
</oneOrMore>
<ref name="LocalizedMarkedUpString"/>
</element>
</define>
<define name="bibabstract">
<element name="abstract">
<ref name="LocalizedStringAttrs"/>
<choice>
<oneOrMore>
<ref name="BasicBlock"/>
<ref name="BasicBlockNoId"/>
</oneOrMore>
<oneOrMore>
<ref name="TextElement"/>
Expand Down Expand Up @@ -1389,10 +1391,7 @@
</attribute>
<optional>
<element name="description">
<ref name="LocalizedStringAttrs"/>
<oneOrMore>
<ref name="TextElement"/>
</oneOrMore>
<ref name="LocalizedMarkedUpString"/>
</element>
</optional>
<element name="bibitem">
Expand Down
Loading

0 comments on commit 705062f

Please sign in to comment.