Merge from emacs--rel--22
[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?