RelaxNG/publiquiz.rnc
changeset 169 416be14707c1
parent 168 c0413c8aa327
child 174 ca43d2c3a2c2
equal deleted inserted replaced
168:c0413c8aa327 169:416be14707c1
   154    (point.section+ | point.block+)
   154    (point.section+ | point.block+)
   155 
   155 
   156 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matching ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   156 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matching ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   157 
   157 
   158 # ~~~~~~ matching
   158 # ~~~~~~ matching
   159 matching = element matching { matching.content }
   159 matching = element matching { matching.attributes, matching.content }
       
   160 
       
   161 matching.attributes =
       
   162    multiple.attribute?
   160 
   163 
   161 matching.content =
   164 matching.content =
   162    match,
   165    match,
   163    match+
   166    match+
   164 
   167