view etc/schema/xhtml-link.rnc @ 109940:5f6bc820aec9

Minor align-regexp fix. * lisp/align.el (align-regexp): Make group and spacing arguments use the interactive defaults when non-interactive. (Bug#6698)
author Glenn Morris <rgm@gnu.org>
date Fri, 20 Aug 2010 00:33:06 -0700
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*