[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Schema constraint
- From: Tony.Coates@reuters.com
- To: xml-dev@lists.xml.org
- Date: Fri, 06 Jul 2001 21:15:42 +0100
On 06/07/2001 18:00:59 Eric van der Vlist wrote:
>What wouldn't be possible (IMHO) is "two elements in any order and with
>any number of occurrences and at least one of them" which had been my
>interpretation of the problem!
Isn't this just "(a|b)+", or in Schema notation
<xsd:choice minOccurs = "1">
<xsd:element ref = "a"/>
<xsd:element ref = "b"/>
</xsd:choice>
???? Or did I misunderstand what you were getting at?
Cheers,
Tony.
========
Anthony B. Coates
(1) Content Distribution Architect - Project Gazelle
(2) Leader of XML Architecture & Design - Chief Technology Office
Reuters Plc, London.
tony.coates@reuters.com
========
-----------------------------------------------------------------
Visit our Internet site at http://www.reuters.com
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be
the views of Reuters Ltd.