There was an error while loading. Please reload this page.
2 parents db9e5c8 + 7ffb7ca commit 8757b10Copy full SHA for 8757b10
1 file changed
grammars/biblio-standoc.rnc
@@ -24,6 +24,15 @@ docrelation =
24
(sourceLocality* | sourceLocalityStack*)
25
}
26
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
+
36
37
38
## The extension point of the bibliographic description of a standardisation document
0 commit comments