Re: Issue: overlapping with XML Schema Part 2

From
Murata Makoto <>
Date
2001-04-29T14:02:00+00:00
ID
Thread
Re: Issue: overlapping with XML Schema Part 2
Murata Makoto wrote:

> 
> Subissue 1: Lists
> 
> E.g.,    
> <t:oneOrMore>
>   <t:data type="NCName" ns="namespaceURI"/>
> </t:oneOrMore>

Oops, this is currently disallowed.  But we already 
have an issue "builtinList".

> Subissue 2: Union
> 
> <t:choice> 
>   <t:data type="NCName" ns="namespaceURI"/> 
>   <t:data type="NCName" ns="namespaceURI"/>
> </t:choice> 

I am not sure if this is currently disallowed or not.

Cheers,

Makoto