view etc/schema/xhtml-link.rnc @ 93770:41c5d9292db8

(Burmese): Rename from Myanmar to be consistent with comment in burmese.el
author Jason Rumney <jasonr@gnu.org>
date Sun, 06 Apr 2008 15:19:26 +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*