1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/etc/schema/xhtml-hypertext.rnc
2007-11-23 06:58:00 +00:00

16 lines
479 B
Text

# 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