Initial commit
This commit is contained in:
commit
a491ef2093
813 changed files with 345031 additions and 0 deletions
16
site-lisp/nxml-mode-20041004/schema/xhtml-hypertext.rnc
Normal file
16
site-lisp/nxml-mode-20041004/schema/xhtml-hypertext.rnc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Hypertext Module
|
||||
|
||||
# Depends on text module.
|
||||
|
||||
a = element a { a.attlist, Inline.model }
|
||||
a.attlist =
|
||||
Common.attrib,
|
||||
attribute href { URI.datatype }?,
|
||||
attribute charset { Charset.datatype }?,
|
||||
attribute type { ContentType.datatype }?,
|
||||
attribute hreflang { LanguageCode.datatype }?,
|
||||
attribute rel { LinkTypes.datatype }?,
|
||||
attribute rev { LinkTypes.datatype }?,
|
||||
attribute accesskey { Character.datatype }?,
|
||||
attribute tabindex { Number.datatype }?
|
||||
Inline.class |= a
|
||||
Loading…
Add table
Add a link
Reference in a new issue