mirror of
https://github.com/nhammer514/textfiles-politics.git
synced 2025-06-05 13:28:49 -04:00
Relax NG schema for XML validation
This commit is contained in:
parent
34841f6e9d
commit
b5239ab4d0
1 changed files with 6 additions and 0 deletions
6
schema.rnc
Normal file
6
schema.rnc
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
start = xml
|
||||||
|
xml = element xml {p+}
|
||||||
|
p = element p {mixed{(special | info)*}}
|
||||||
|
special = element special {text}
|
||||||
|
info = element info {type, text}
|
||||||
|
type = attribute type {"Message-ID"}
|
Loading…
Add table
Add a link
Reference in a new issue