start = menu menu = element liste { apéritif, entrée, plat, dessert, fin } suite = annonce, choix* annonce = element annonce { text } choix = element choix { text } apéritif = element étape { attribute nom { "apéritif" }, suite} entrée = element étape { attribute nom { "entrée" }, suite} plat = element étape { attribute nom { "plat" }, suite} dessert = element étape { attribute nom { "dessert" }, suite} fin = element étape { attribute nom { "fin" }, annonce}