Mercurial > emacs
view etc/schema/xhtml-hypertext.rnc @ 98288:0e01cc1dc57b mh-e-doc-8_1
*** empty log message ***
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Sun, 21 Sep 2008 17:34:10 +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