view etc/schema/xhtml-link.rnc @ 106242:fb2730a2950b

(doc-view-mode): Set buffer-local `view-read-only' to nil instead of switching off view-mode. (Bug#4896)
author Juri Linkov <juri@jurta.org>
date Wed, 25 Nov 2009 17:21:12 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Link Module

link = element link { link.attlist }
link.attlist =
  Common.attrib,
  attribute charset { Charset.datatype }?,
  attribute href { URI.datatype }?,
  attribute hreflang { LanguageCode.datatype }?,
  attribute type { ContentType.datatype }?,
  attribute rel { LinkTypes.datatype }?,
  attribute rev { LinkTypes.datatype }?,
  attribute media { MediaDesc.datatype }?
head.content &= link*