Re: complexType extending a simpleType

2002-02-22 Thread R J Scheuerle Jr
co.uk> cc: Subject: Re: complexType extending a simpleType 02/21/2002 03:59

RE: complexType extending a simpleType

2002-02-22 Thread Glen Daniels
ll as being a String. But ah well, beans with getValue()/setValue() it is. --Glen > -Original Message- > From: Richard Sitze [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 6:29 PM > To: [EMAIL PROTECTED] > Subject: Re: complexType extending a simpleType >

RE: complexType extending a simpleType

2002-02-22 Thread Glen Daniels
Ah, well so much for that idea then. :) > -Original Message- > From: Melissa Turner [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 5:22 PM > To: [EMAIL PROTECTED] > Subject: Re: complexType extending a simpleType > > > On Thursday, February

Re: complexType extending a simpleType

2002-02-21 Thread Richard Sitze
EMAIL PROTECTED]To: [EMAIL PROTECTED] co.uk> cc: Subject: Re: complexType extending a simpleType 02/21/2002 03:25 PM Please respo

Re: complexType extending a simpleType

2002-02-21 Thread Melissa Turner
; Subject: Re: > complexType extending a simpleType > 02/21/2002 03:25 > PM > Please respond to > axis-dev > > > > > > FWIW, I ran int

Re: complexType extending a simpleType

2002-02-21 Thread Simon Fell
> <[EMAIL PROTECTED]To: [EMAIL PROTECTED] > > co.uk> cc: >

Re: complexType extending a simpleType

2002-02-21 Thread R J Scheuerle Jr
cc: Subject: Re: complexType extending a simpleType 02/21/

RE: complexType extending a simpleType

2002-02-21 Thread Glen Daniels
Tom and I discussed this yesterday, and I like this approach a little better: Have the custom type directly extend the simple type which is being extended. So in the example below, you'd have: public class InternationalPrice extends String implements TypeWithAttributes { public static Str

Re: complexType extending a simpleType

2002-02-21 Thread Simon Fell
FWIW, I ran into this doing the Group D doc/literal interop tests for pocketSOAP, and took exactly the same approach. Cheers Simon On Thu, 21 Feb 2002 15:12:03 -0600, in soap you wrote: >According to XML Schema Primer 0 Chapter 2.5.1, a complexType can be >derived from a simple type to add attr