view etc/schema/xhtml-link.rnc @ 105671:f4161811f50e

* xterm.c: * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 19 Oct 2009 05:11:07 +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*