<ElementDef Type="foo">
   <Group RDF:Order="Seq">
      <Element>bar</Element>      <!-- bar is defined in this DCD -->
      <Element>baz:blah</Element> <!-- blah is defined in a separate DCD -->
   </Group>
</ElementDef>
How is the prefix associated with a namespace? With an xmlns:xxx attribute? If 
so, are there any adverse consequences to doing this? (I can't think of any 
right off.)
-- Ron Bourret