summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/etc/schema/old-xinclude.rnc
blob: c45cf0ca817e1b844a974557297e84e867c8b9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace xi = "http://www.w3.org/2001/XInclude"
namespace local = ""

xinclude.include.attlist =
    attribute href     { xsd:anyURI }?,
    attribute parse    { xsd:string }?,
    attribute xpointer { xsd:string }?,
    attribute encoding { xsd:string }?,
    attribute accept   { xsd:string }?,
    attribute accept-language { xsd:string }?