xhtml-object.rnc 675 B

12345678910111213141516171819202122232425
  1. # Object Module
  2. object =
  3. element object {
  4. object.attlist,
  5. # No restrictions on mixed content in TREX.
  6. param*,
  7. Flow.model
  8. }
  9. object.attlist =
  10. Common.attrib,
  11. attribute declare { "declare" }?,
  12. attribute classid { URI.datatype }?,
  13. attribute codebase { URI.datatype }?,
  14. attribute data { URI.datatype }?,
  15. attribute type { ContentType.datatype }?,
  16. attribute codetype { ContentType.datatype }?,
  17. attribute archive { URIs.datatype }?,
  18. attribute standby { Text.datatype }?,
  19. attribute height { Length.datatype }?,
  20. attribute width { Length.datatype }?,
  21. attribute name { text }?,
  22. attribute tabindex { Number.datatype }?
  23. Inline.class |= object