RelaxNG/publidoc.rnc
changeset 285 aace9a2da668
parent 280 d8a32aa88111
child 288 e89c967167bb
equal deleted inserted replaced
284:f2e60073557f 285:aace9a2da668
   904 
   904 
   905 smil.content = inlines
   905 smil.content = inlines
   906 
   906 
   907 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   907 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   908 
   908 
   909 warning = element warning { warning.content }
   909 warning = element warning { warning.attributes, warning.content }
       
   910 
       
   911 warning.attributes =
       
   912    warning.type.attribute?
       
   913 warning.type.attribute = attribute type { xsd:NCName }
   910 
   914 
   911 warning.content = inlines
   915 warning.content = inlines