start = element cars { car+ } car = element automobile { attribute engineType { "int_combustion" | "hybrid" | "electric" }, text } | element automobile { mixed { element engineType { text } } }