Skip to content

Commit 4811e0c

Browse files
committed
Update lina.rnc
Added @key to lina:author
1 parent a2bb0d9 commit 4811e0c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

rules/lina.rnc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ start =
77
element title { text },
88
element subtitle { text }?,
99
element genretitle { text }?,
10-
element author { text },
10+
element author {
11+
attribute key { text }?,
12+
text
13+
},
1114
element date {
1215
attribute when { xsd:int }?,
1316
attribute type { "print" | "premiere" | "written" }?,

0 commit comments

Comments
 (0)