xhtml-link.rnc 402 B

1234567891011121314
  1. # Link Module
  2. link = element link { link.attlist }
  3. link.attlist =
  4. Common.attrib,
  5. attribute charset { Charset.datatype }?,
  6. attribute href { URI.datatype }?,
  7. attribute hreflang { LanguageCode.datatype }?,
  8. attribute type { ContentType.datatype }?,
  9. attribute rel { LinkTypes.datatype }?,
  10. attribute rev { LinkTypes.datatype }?,
  11. attribute media { MediaDesc.datatype }?
  12. head.content &= link*