Skip to content

Commit 8757b10

Browse files
authored
Merge pull request #66 from relaton/fix/formattedref-fn
formattedref admits footnotes in the standoc context
2 parents db9e5c8 + 7ffb7ca commit 8757b10

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

grammars/biblio-standoc.rnc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ docrelation =
2424
(sourceLocality* | sourceLocalityStack*)
2525
}
2626

27+
## Footnotes are admitted in formatted references in the standoc context:
28+
## free-form bibliography entries may carry authored footnotes
29+
## (metanorma-model-iso#154)
30+
formattedref = element formattedref {
31+
## format of formatted reference; Metanorma assumes references are formatted as Metanorma XML
32+
attribute format { text }?,
33+
( TextElement | fn )+
34+
}
35+
2736
}
2837

2938
## The extension point of the bibliographic description of a standardisation document

0 commit comments

Comments
 (0)