Merge from emacs--rel--22
[bpt/emacs.git] / etc / schema / xhtml-link.rnc
CommitLineData
8cd39fb3
MH
1# Link Module
2
3link = element link { link.attlist }
4link.attlist =
5 Common.attrib,
6 attribute charset { Charset.datatype }?,
7 attribute href { URI.datatype }?,
8 attribute hreflang { LanguageCode.datatype }?,
9 attribute type { ContentType.datatype }?,
10 attribute rel { LinkTypes.datatype }?,
11 attribute rev { LinkTypes.datatype }?,
12 attribute media { MediaDesc.datatype }?
13head.content &= link*