Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 3, 2024
1 parent 0c50f3b commit a6d6a22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions grammars/biblio-standoc.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ structuredidentifier = element structuredidentifier {
}

StandardBibliographicItem =
StandardBibliographicItem,
BibliographicItem,
amend*

StandardReducedBibliographicItem =
StandardReducedBibliographicItem,
ReducedBibliographicItem,
amend*
4 changes: 2 additions & 2 deletions grammars/biblio-standoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@
</element>
</define>
<define name="StandardBibliographicItem">
<ref name="StandardBibliographicItem"/>
<ref name="BibliographicItem"/>
<zeroOrMore>
<ref name="amend"/>
</zeroOrMore>
</define>
<define name="StandardReducedBibliographicItem">
<ref name="StandardReducedBibliographicItem"/>
<ref name="ReducedBibliographicItem"/>
<zeroOrMore>
<ref name="amend"/>
</zeroOrMore>
Expand Down
6 changes: 3 additions & 3 deletions grammars/biblio.rng
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
with more elaborated types; e.g. title (text) replaced with
title-main, title-intro, title-part; type replaced with
enum.
some renaming at leaf nodes is permissible
obligations can change both from optional to mandatory,
and from mandatory to optional; optional elements may
be omitted; freely positioned alternatives may be replaced
with strict ordering
DO NOT introduce a namespace here. We do not want a distinct namespace
for these elements, and a distinct namespace for any grammar inheriting
these elements; we just want one namespace for any child grammars
Expand Down

0 comments on commit a6d6a22

Please sign in to comment.