- From: Eric Jain <Eric.Jain@isb-sib.ch>
- Date: Mon, 20 Jan 2003 09:13:23 +0100
- To: "Andreas Schneider" <andreas.s@befree.ch>
- Cc: "xmlschema-dev" <xmlschema-dev@w3.org>
> 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