Re: Question on equality of lists

Stefan Wachter <Stefan.Wachter@gmx.de> writes:

> A similar question concerning equality arises with union types. Having the
> two union types:
> 
> <simpleType name="u1">
>   <union memberTypes="string"/>
> </simpleType>
> 
> <simpleType name="u2">
>   <union memberTypes="string"/>
> </simpleType>
> 
> are these two elements equal?
> 
> <element xsi:type="u1">abc</element> = <element xsi:type="u2">abc</element>

Yes -- another area the spec. needs to be clear about.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2002, 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/
 [mail really from me _always_ has this .sig -- mail without it is forged spam]

Received on Tuesday, 19 November 2002 07:57:33 UTC