[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: <all> and minOccurs="0" Problem

  • From: Radek Wisniewski <rw@d...>
  • To: xml-dev@l...
  • Date: Fri, 14 Sep 2001 13:27:54 +0200 (CEST)

minoccurs
On 14 Sep 2001, Henry S. Thompson wrote:

> Eddie <eddie@a...> writes:
>
> > > > -----Original Message-----
> > > > From: Radek Wisniewski [mailto:rw@d...]
> > > > Sent: Thursday, September 13, 2001 10:00 AM
> > > > To: Martin Gudgin
> > > > Cc: Radek Wisniewski; xml-dev@l...
> > > > Subject: Re:  <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.
>
> Eddie is correct -- the XML Schema WG has agreed a correction here, as
> two different parts of the REC contradict each other on this point,
> but the resolution will be that 0 or 1 is allowed.

OK, is allowed in <all> definition, but if i declare:

<xs:element name="person">
	<xs:complexType>
		<xs:all minOccurs="0">
			<xs:element name="vorname"/>
			<xs:element name="name"/>
		</xs:all>
	</xs:complexType>
</xs:element>

Xerces claims: Error:  cos-all-limited.1.2:  The minOccurs attribute of a
mod el group with "all" compositor that is part of a pair that is the
content type of a complex type definition must have the value one.
The value "0" is incorrect.

And has right, look at http://www.w3.org/TR/xmlschema-1/#cos-all-limited

So probably we should use maxOccurs="0" in <group>? Lets try:

<xs:group name="personGroup">
	<xs:all minOccurs="0">
		<xs:element name="vorname"/>
		<xs:element name="name"/>
	</xs:all>
</xs:group>


Xerces say: Error:  The child 'xs:all' of the named group definition
'personGroup' must not specify either the minOccurs or maxOccurs attribute.

So where can I specyfy <all> with minOccurs="0" in not under <comlexType>
or <group> ?

XML Syp for example doesn't see any of abowe problems so please dosn't use
this tool for this matter.

>
> ht
> --
>   Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
>           W3C Fellow 1999--2001, part-time member of W3C Team
>      2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
> 	    Fax: (44) 131 650-4587, e-mail: ht@c...
> 		     URL: http://www.ltg.ed.ac.uk/~ht/
>


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.