view etc/schema/xhtml-hypertext.rnc @ 99878:684861183d28

* emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 24 Nov 2008 18:23:53 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Hypertext Module

# Depends on text module.

a = element a { a.attlist, Inline.model }
a.attlist =
  Common.attrib,
  attribute href { URI.datatype }?,
  attribute charset { Charset.datatype }?,
  attribute type { ContentType.datatype }?,
  attribute hreflang { LanguageCode.datatype }?,
  attribute rel { LinkTypes.datatype }?,
  attribute rev { LinkTypes.datatype }?,
  attribute accesskey { Character.datatype }?,
  attribute tabindex { Number.datatype }?
Inline.class |= a