next
first
previous
Quantifiers
Same as typical regular expression languages or DTDs:
␣
required, i.e. one
?
optional, i.e. zero or one
+
repeatable, i.e. one or more
*
optional and repeatable, i.e. zero or more
See example 04
rnc
Brief Introduction to RelaxNG
7
of
16