view etc/schema/xhtml-link.rnc @ 108178:0f3897ef1f44

* minibuffer.el (tags-completion-at-point-function): Fix return value.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 30 Apr 2010 19:13:22 -0400
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*