RelaxNG/publidoc.rnc
changeset 481 bb1c88842f0c
parent 476 6c30a3543cd8
child 482 3e61d427ccf1
equal deleted inserted replaced
480:e04ad8759293 481:bb1c88842f0c
   452 
   452 
   453 # ~~~~~~ list
   453 # ~~~~~~ list
   454 \list =
   454 \list =
   455     element list {
   455     element list {
   456         block.head?,
   456         block.head?,
   457         ( (attribute type {"ordered"}?, item, item+) |
   457         ( (list.type.attribute?, item, item+) |
   458           (attribute type {"glossary"}, item.glossary+) ) }
   458           (attribute type {"glossary"}, item.glossary+) ) }
       
   459 
       
   460 list.type.attribute = attribute type {"ordered" | "alpha" | "Alpha" }
   459 
   461 
   460 # ~~~~~~ item
   462 # ~~~~~~ item
   461 item = element item { item.content }
   463 item = element item { item.content }
   462 
   464 
   463 item.content =
   465 item.content =