Re: Are these schemas equivalent?

> How could/should such a document  be tagged? Are the three solutions
> below equivalent? What approach would you prefer? Why?

Try not to use mixed content unless you absolutely have to!

Assuming all resources can be made to fit into a similar structure, the
simplest solution would probably be:

<card>
  <resource>
    <name>HUGO</name>
    <info>...</info>
  </resource>
  <resource>
    <name>GENBANK</name>
    <info>...</info>
  </resource>
</card>


--
Eric Jain

Received on Monday, 20 January 2003 03:24:22 UTC