1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/etc/schema/xhtml-hypertext.rnc
2007-11-23 06:58:00 +00:00

17 lines
479 B
Plaintext

# 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