Groups

Allow a NAME element to contain either plain text or a GIVEN and a FAMILY but not both:

<element name="NAME>
  <choice>
    <text/>
    <group>
       <interleave>
         <element name="GIVEN">
           <text/>
         </element>
         <element name="FAMILY">
           <text/>
         </element>
       </interleave>
    </group>
  </choice>
</element>

Previous | Next | Top | Cafe con Leche

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