Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion svrl.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ schematron-output =
attribute title { text }?,
attribute phase { xsd:NMTOKEN }?,
attribute schemaVersion { text }?,
metadata*,
human-text*,
ns-prefix-in-attribute-values*,
(active-pattern,
Expand Down Expand Up @@ -140,4 +141,8 @@ attlist.assert-and-report =
attribute test { text },
attribute role { xsd:NMTOKEN }?,
attribute flag { xsd:NMTOKEN }?
start = schematron-output

metadata = element metadata {
foreign*
}
start = schematron-output