Skip to content

Commit

Permalink
biblio/note is blocks, not inline text: relaton/relaton-model-iso#3
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 10, 2024
1 parent 83449f8 commit 0951d42
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion grammars/biblio.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,13 @@ biblionote = element note {
## May be used to differentiate rendering of notes in bibliographies
attribute type { text }?,
## The content of the note
LocalizedMarkedUpString
LocalizedStringAttributes,
(
## Multiple blocks of content
BasicBlockNoId+ |
## Single block of content
TextElement+
)
}

## Abstract of bibliographic item
Expand Down

0 comments on commit 0951d42

Please sign in to comment.