RelaxNG/publiquiz.rnc
changeset 337 fc5a30e23d0d
parent 336 15beef04b08c
child 339 d120083d9a6c
equal deleted inserted replaced
336:15beef04b08c 337:fc5a30e23d0d
   647 
   647 
   648 point = element point { point.attributes, point.content }
   648 point = element point { point.attributes, point.content }
   649 
   649 
   650 point.attributes =
   650 point.attributes =
   651    point.ref.attribute?
   651    point.ref.attribute?
   652 point.value.attribute = attribute ref { "right" | "1" | "2" | "3" | "4" | "5" }
   652 point.ref.attribute = attribute ref { "right" | "1" | "2" | "3" | "4" | "5" }
   653 
   653 
   654 point.content = simple.inlines
   654 point.content = simple.inlines