# quantification example element bugReports { element bugReport { element problem { text }, # one (1) element reporter { text }+, # repeatable (1 or more) element fix { text }?, # optional (0 or 1) element see-also { text }* # optional & repeatable (0 or more) }+ }