- From: Henry S. Thompson <ht@cogsci.ed.ac.uk>
- Date: 07 Feb 2001 14:07:59 +0000
- To: "Chris McClelland" <mcclellc@dvapss11.london.uk.chase.com>
- Cc: <xmlschema-dev@w3.org>
"Chris McClelland" <mcclellc@dvapss11.london.uk.chase.com> writes:
> The XSV and the Apache schema validators appear to allow local model group
> definitions, like:
>
>
>
> <complexType>
> <sequence>
> <element name='A' type='string'/>
> <group name='BC' maxOccurs='unbounded'>
> <choice>
> <element name='B' type='string'/>
> <element name='C' type='string'/>
> </choice>
> </group>
> </sequence>
> </complexType>
>
>
> This is explicitly forbidden in
> http://www.w3.org/TR/2000/CR-xmlschema-1-20001024/#declare-namedModelGroup .
> The name is quite useless information as far as schema validation is
> concerned
Thanks for the heads-up, I'll fix that ASAP in XSV.
ht
--
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 Wednesday, 7 February 2001 09:08:07 UTC