Merge from emacs-24; up to 2014-04-04T23:31:02Z!joaotavora@gmail.com
[bpt/emacs.git] / etc / schema / xhtml-base.rnc
1 # Base Module
2
3 base = element base { base.attlist }
4 base.attlist = attribute href { URI.datatype }
5 head.content &= base?