xhtml-datatypes.rnc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Datatypes Module
  2. # Length defined for cellpadding/cellspacing
  3. # nn for pixels or nn% for percentage length
  4. Length.datatype = text
  5. # space-separated list of link types
  6. LinkTypes.datatype = NMTOKENS.datatype
  7. # single or comma-separated list of media descriptors
  8. MediaDesc.datatype = text
  9. # pixel, percentage, or relative
  10. MultiLength.datatype = text
  11. # one or more digits (NUMBER)
  12. Number.datatype = text
  13. # integer representing length in pixels
  14. Pixels.datatype = text
  15. # script expression
  16. Script.datatype = text
  17. # textual content
  18. Text.datatype = text
  19. # Imported Datatypes ................................
  20. # a single character from [ISO10646]
  21. Character.datatype = text
  22. # a character encoding, as per [RFC2045]
  23. Charset.datatype = text
  24. # a space separated list of character encodings, as per [RFC2045]
  25. Charsets.datatype = text
  26. # media type, as per [RFC2045]
  27. ContentType.datatype = text
  28. # comma-separated list of media types, as per [RFC2045]
  29. ContentTypes.datatype = text
  30. # date and time information. ISO date format
  31. Datetime.datatype = text
  32. # formal public identifier, as per [ISO8879]
  33. FPI.datatype = text
  34. # a language code, as per [RFC1766]
  35. LanguageCode.datatype = xsd:language
  36. # a Uniform Resource Identifier, see [URI]
  37. URI.datatype = xsd:anyURI
  38. # a space-separated list of Uniform Resource Identifiers, see [URI]
  39. URIs.datatype = text
  40. NMTOKEN.datatype = xsd:NMTOKEN
  41. NMTOKENS.datatype = xsd:NMTOKENS
  42. ID.datatype = xsd:ID
  43. IDREF.datatype = xsd:IDREF
  44. IDREFS.datatype = xsd:IDREFS