view etc/schema/xhtml-attribs.rnc @ 101540:5389a1f33e22

Remove leading `*' from defcustom docs. Replace `first' and `rest' with `car' and `cdr' throughout. (rsf-auto-delete-spam-bbdb-entries): Remove unused variable. (rsf-scanning-messages-now): Doc fix. (rsf-check-field): Rename from `check-field' and update callers. (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness. Use rmail-output rather than deleted rmail-output-to-rmail-file.
author Glenn Morris <rgm@gnu.org>
date Tue, 27 Jan 2009 03:43:26 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Common Attributes Module

id.attrib = attribute id { ID.datatype }?
class.attrib = attribute class { NMTOKENS.datatype }?
title.attrib = attribute title { Text.datatype }?
Core.attrib = id.attrib, class.attrib, title.attrib
lang.attrib = attribute xml:lang { LanguageCode.datatype }?
I18n.attrib = lang.attrib
Common.attrib = Core.attrib, I18n.attrib
CommonIdRequired.attrib =
  attribute id { ID.datatype },
  class.attrib,
  title.attrib,
  I18n.attrib