summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-image.rnc
blob: f897cc6d956605c25e230001c6d81b42a8579c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
# Image Module

img = element img { img.attlist }
img.attlist =
  Common.attrib & 
  attribute src { URI.datatype } &
  attribute alt { Text.datatype } &
  attribute longdesc { URI.datatype }? &
  attribute height { Length.datatype }? &
  attribute width { Length.datatype }?
Inline.class &= img*