Init-Files/site-lisp/nxml-mode-20041004/schema/xhtml-link.rnc
2012-03-22 07:16:09 -07:00

13 lines
402 B
Text

# 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*