Files
emacs/etc/schema/xhtml-link.rnc
Mark A. Hershberger 8cd39fb3c4 Initial merge of nxml
2007-11-23 06:58:00 +00:00

14 lines
402 B
Plaintext

# Link Module
link = element link { link.attlist }
link.attlist =
Common.attrib,
attribute charset { Charset.datatype }?,
attribute href { URI.datatype }?,
attribute hreflang { LanguageCode.datatype }?,
attribute type { ContentType.datatype }?,
attribute rel { LinkTypes.datatype }?,
attribute rev { LinkTypes.datatype }?,
attribute media { MediaDesc.datatype }?
head.content &= link*