view etc/schema/xhtml-hypertext.rnc @ 111598:66622c9fb890

Add fall-back definition of _CS_DARWIN_USER_TEMP_DIR (fix last failed check-in).
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 10 Nov 2010 17:35:27 +0900
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