- From: Dare Obasanjo <dareo@microsoft.com>
- Date: Wed, 6 Mar 2002 10:36:02 -0800
- To: <Simon.Cox@csiro.au>, <xmlschema-dev@w3.org>
I'd be glad to accept a repro which I'll investigate and file a bug for if it is an issue. Please include what version of MSXML you were using that did something unexpected. -- THINGS TO DO IF I BECOME AN EVIL OVERLORD #230 I will not procrastinate regarding any ritual granting immortality. > -----Original Message----- > From: Simon.Cox@csiro.au [mailto:Simon.Cox@csiro.au] > Sent: Tuesday, March 05, 2002 2:42 AM > To: xmlschema-dev@w3.org > Subject: RE: Derivation by restriction from <any> > > > Is there any way to submit a bug report to Microsoft??? > > _____ > Simon.Cox@csiro.au CSIRO Exploration & Mining > 26 Dick Perry Avenue, Kensington WA 6151 > PO Box 1130, Bentley WA 6102 AUSTRALIA > T: +61 (8) 6436 8639 F: +61 (8) 6436 8555 C: +61 (4) 0330 > 2672 http://www.csiro.au/page.asp?type=resume&id=CoxSimon > > > -----Original Message----- > > From: Cox, Simon (E&M, Kensington) > > Sent: Tuesday, 5 March 2002 6:33 PM > > To: 'ht@cogsci.ed.ac.uk'; Cox, Simon (E&M, Kensington) > > Cc: xmlschema-dev@w3.org > > Subject: RE: Derivation by restriction from <any> > > > > > > OK - thats what I thought too. > > There is a bug in MSXML then > > "Invalid particle derivation by restriction" > > > > _____ > > Simon.Cox@csiro.au CSIRO Exploration & Mining > > 26 Dick Perry Avenue, Kensington WA 6151 > > PO Box 1130, Bentley WA 6102 AUSTRALIA > > T: +61 (8) 6436 8639 F: +61 (8) 6436 8555 C: +61 (4) 0330 2672 > > http://www.csiro.au/page.asp?type=resume&id=CoxSimon > > > > > -----Original Message----- > > > From: ht@cogsci.ed.ac.uk [mailto:ht@cogsci.ed.ac.uk] > > > Sent: Tuesday, 5 March 2002 6:28 PM > > > To: Simon.Cox@csiro.au > > > Cc: xmlschema-dev@w3.org > > > Subject: Re: Derivation by restriction from <any> > > > > > > > > > Simon.Cox@csiro.au writes: > > > > > > > Is it possible to derive by restriction starting with an <any>? > > > > > > > > e.g. > > > > > > > > <complexType name="basetype"> > > > > <sequence> > > > > <any maxOccurs="unbounded"/> > > > > </sequence> > > > > </complexType> > > > > > > > > <complexType name="newtype"> > > > > <complexContent> > > > > <restriction base="my:basetype"> > > > > <sequence> > > > > <element name="e1" type="string"/> > > > > <element name="e2" type="integer" minOccurs="0"/> > > > > <element name="e3" type="date" minOccurs="0"/> > > > > </sequence> > > > > </restriction> > > > > </complexContent> > > > > </complexType> > > > > > > Yes, that should be fine. > > > > > > 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@cogsci.ed.ac.uk > > > URL: http://www.ltg.ed.ac.uk/~ht/ > > > > > > >
Received on Wednesday, 6 March 2002 13:36:42 UTC