Re: help! How to represent relationships and inverse attributes in XML Schema?

Basically, your problem arises because you're trying to represent a
graph (students<->departments) using a tree (XML infoset).  You have
to use key/keyref to do this, see the Primer [1].

ht

[1] http://www.w3.org/TR/xmlschema-0/#specifying Keys&theirRefs
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2001, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/

Received on Monday, 16 October 2000 07:07:35 UTC