Re: One of more elements required

Thank you for the reply, sorry for the response delay.

On 23/10/2008, Stan Kitsis <Stan.Kitsis@microsoft.com> wrote:
> If I understand your requirements right, you want
>
>   <xsd:choice minOccurs="1" maxOccurs="unbounded">
>      <xsd:element name="platform" type="platformType"/>
>      <xsd:element name="device" type="deviceType"/>
>   </xsd:choice>
>

I don't understand. Doesn't the choice limit me to only use one of the
two elements in the parent element? I'd like to use both (multiple
times if required) but at least one of the elements should be present.

Yours,

Age Bosma

Received on Friday, 24 October 2008 17:44:01 UTC