view etc/schema/xhtml-link.rnc @ 107438:19fdc244bab9

* s/openbsd.h: Remove support for non-ELF and for systems that do not support shared libraries. * s/netbsd.h: * s/freebsd.h: Likewise.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 19 Mar 2010 22:18:05 -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*