0ad/binaries/data/mods/public/gui/gui_page.rnc

12 lines
286 B
Plaintext
Raw Normal View History

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
}*
}