summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-hypertext.rnc
blob: 0dc78e6161f3acaf9f32dfa501ddf303e1e06222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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*