RelaxNG/publiquiz.rnc
changeset 417 5bb0c5a94bf3
parent 412 c70e17e21021
child 422 4840aea082dd
equal deleted inserted replaced
416:544199d43060 417:5bb0c5a94bf3
    64  & quiz.type.attribute?
    64  & quiz.type.attribute?
    65  & lang.attribute?
    65  & lang.attribute?
    66 
    66 
    67 quiz.content =
    67 quiz.content =
    68    component.head?,
    68    component.head?,
    69    instructions,
    69    instructions?,
    70    (engine | composite),
    70    (engine | composite),
    71    help?,
    71    help?,
    72    answer?
    72    answer?
    73 
    73 
    74 
    74