Use Parentheses for Groups in the Compact Syntax

personContent =
  element NAME {
    (element GIVEN { text } & element FAMILY { text })
    |
    text
  }

Previous | Next | Top | Cafe con Leche

Copyright 2005, 2006 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified January 3, 2006