view etc/schema/xhtml-edit.rnc @ 86426:e02473c24e45

(top-level): Move provide statement to the end of the file. Use require with NOERROR for pcomplete. Don't mess with load-path.
author Glenn Morris <rgm@gnu.org>
date Sun, 25 Nov 2007 01:16:56 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Edit Module

del = element del { del.attlist, Inline.model }
del.attlist = Edit.attrib
ins = element ins { ins.attlist, Inline.model }
ins.attlist = Edit.attrib
Edit.attrib =
  attribute cite { URI.datatype }?,
  attribute datetime { Datetime.datatype }?
Edit.class = del | ins
Inline.class |= Edit.class
Block.class |= Edit.class