Re: [xml-dev] Use xsd to specify multiple instances of existing element

From
Rick Jelliffe <>
Date
2008-09-22T15:58:17Z
ID
<>
Thread
Re: [xml-dev] Use xsd to specify multiple instances of existing element
Michael Kay wrote:
>>> ...in XSD 1.0.  It's perfectly possible 1.1 isn't it?
>>>       
>
> Yes, in either of two ways. Either by defining an assertion on the type of
> the containing element, or by using conditional type assignment (where the
> type of the element depends on the values of its attributes).
>   
The conditional way does not seem to meet Ian's order constraint. So I 
think the assertions are the
only mechanism for XSD 1.1 for Ian's particular problem.

Cheers
Rick