0ad/binaries/data/mods/public/gui/gui_page.rnc
2014-06-17 18:45:40 +00:00

12 lines
286 B
Plaintext

namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
##
# NOTE: To modify this Relax NG grammar, edit the Relax NG Compact (.rnc) file
# and use a converter tool like trang to generate the Relax NG XML (.rng) file
##
element page {
element include {
text
}*
}