Initial commit
This commit is contained in:
commit
a491ef2093
813 changed files with 345031 additions and 0 deletions
14
site-lisp/nxml-mode-20041004/schema/xhtml-attribs.rnc
Normal file
14
site-lisp/nxml-mode-20041004/schema/xhtml-attribs.rnc
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue