Skip to content
Permalink
Browse files
Update lina.rnc
Added @key to lina:author
  • Loading branch information
dariok committed Sep 1, 2015
1 parent a2bb0d9 commit 4811e0c
Showing 1 changed file with 4 additions and 1 deletion.
@@ -7,7 +7,10 @@ start =
element title { text },
element subtitle { text }?,
element genretitle { text }?,
element author { text },
element author {
attribute key { text }?,
text
},
element date {
attribute when { xsd:int }?,
attribute type { "print" | "premiere" | "written" }?,

0 comments on commit 4811e0c

Please sign in to comment.