initial commit
[emacs-init.git] / nxhtml / etc / schema / old-xinclude.rnc
1 namespace xi = "http://www.w3.org/2001/XInclude"
2 namespace local = ""
3
4 xinclude.include.attlist =
5     attribute href     { xsd:anyURI }?,
6     attribute parse    { xsd:string }?,
7     attribute xpointer { xsd:string }?,
8     attribute encoding { xsd:string }?,
9     attribute accept   { xsd:string }?,
10     attribute accept-language { xsd:string }?
11