Initial commit
This commit is contained in:
commit
a491ef2093
813 changed files with 345031 additions and 0 deletions
13
site-lisp/nxml-mode-20041004/schema/xhtml-link.rnc
Normal file
13
site-lisp/nxml-mode-20041004/schema/xhtml-link.rnc
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Link Module
|
||||
|
||||
link = element link { link.attlist }
|
||||
link.attlist =
|
||||
Common.attrib,
|
||||
attribute charset { Charset.datatype }?,
|
||||
attribute href { URI.datatype }?,
|
||||
attribute hreflang { LanguageCode.datatype }?,
|
||||
attribute type { ContentType.datatype }?,
|
||||
attribute rel { LinkTypes.datatype }?,
|
||||
attribute rev { LinkTypes.datatype }?,
|
||||
attribute media { MediaDesc.datatype }?
|
||||
head.content &= link*
|
||||
Loading…
Add table
Add a link
Reference in a new issue