xhtml-param.rnc 238 B

12345678910
  1. # Param Module
  2. param = element param { param.attlist }
  3. param.attlist =
  4. id.attrib,
  5. attribute name { text },
  6. attribute value { text }?,
  7. attribute valuetype { "data" | "ref" | "object" }?,
  8. attribute type { ContentType.datatype }?