Skip to content

Commit

Permalink
Allow both xml:id and n attribute in table
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Jan 28, 2020
1 parent e39067a commit a4c2dfe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions schema/resource/eoa-tei-strict.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,8 @@ table =
# attribute n { xsd:integer },
attribute rows { xsd:integer },
attribute cols { xsd:integer },
(( attribute xml:id { xsd:NCName },
attribute n { xsd:integer }?)|
attribute n { "nonumber" } ),
attribute xml:id { xsd:NCName },
attribute n { "nonumber" }? ,
# ( attribute xml:id { xsd:NCName }
# | attribute n { "nonumber" }),
attribute rend { "blank" }?,
Expand Down

0 comments on commit a4c2dfe

Please sign in to comment.