[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] <all> and minOccurs="0" Problem
- From: Eddie <eddie@allette.com.au>
- To: "David E. Cleary" <davec@progress.com>
- Date: Fri, 14 Sep 2001 12:03:14 +1000
> > -----Original Message-----
> > From: Radek Wisniewski [mailto:rw@datenknecht.de]
> > Sent: Thursday, September 13, 2001 10:00 AM
> > To: Martin Gudgin
> > Cc: Radek Wisniewski; xml-dev@lists.xml.org
> > Subject: Re: [xml-dev] <all> and minOccurs="0" Problem
> >
> >
> > Yes, it works fine. But the question remains unanswered: What is the sence
> > of <all minOccurs="0"> attribute?
> > What interesting, I can't deklare such en value in any way because:
> > 1) under <complexType>, element <all> must have both attributes minOccurs
> > and maxOccurs set to 1
No, the entire <xs:all> group can be optional as well, i.e allowed values for
minOccurs on the xs:all element itself is 0 or 1.
Cheers,
/Eddie