RE: namespace question

2003-09-26 Thread Chris Williamson
; To: [EMAIL PROTECTED] > Subject: RE: namespace question > > > Sorry I neglected to answer #2: > > If elementFormDefault="qualified" then all elements in the schema -- > whether local or global -- are in the targetNamespace, and all > elements in >

RE: namespace question

2003-09-26 Thread Anne Thomas Manes
pace? Otherwise if it is a local element it should not. If elementFormDefault="qualified" is set then all should use the targetNamespace. Just to make sure. Thanks, Chris > -Original Message- > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 8

RE: namespace question

2003-09-26 Thread Chris Williamson
Thanks Gary! That is exactly what I needed to know. That was very helpful. Chris > -Original Message- > From: Gary L Peskin [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 12:25 PM > To: [EMAIL PROTECTED] > Subject: RE: namespace question > > > Ple

RE: namespace question

2003-09-26 Thread Gary L Peskin
Please see my answers below. Gary > -Original Message- > From: Chris Williamson [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 9:35 AM > To: [EMAIL PROTECTED] > Subject: RE: namespace question > > > I have a few followup questions about t

RE: namespace question

2003-09-26 Thread Chris Williamson
[EMAIL PROTECTED] > Subject: RE: namespace question > > > There's isn't a preferred way to do it. You may design your > schema however > you like. When using Doc/literal, the SOAP engine MUST generate SOAP > messages that conform to the schema. > > Anne >

RE: namespace question

2003-09-26 Thread Anne Thomas Manes
nes [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 8:54 PM > To: [EMAIL PROTECTED] > Subject: Re: namespace question > > > Per your schema, the element is a local element, which > means that it > should not be namespace qualified. Hence Axis does produce an accura

RE: namespace question

2003-09-26 Thread Chris Williamson
Chris > -Original Message- > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 8:54 PM > To: [EMAIL PROTECTED] > Subject: Re: namespace question > > > Per your schema, the element is a local element, which > means that it > s

RE: namespace question

2003-09-26 Thread Chris Williamson
Thomas Manes [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 8:54 PM > To: [EMAIL PROTECTED] > Subject: Re: namespace question > > > Per your schema, the element is a local element, which > means that it > should not be namespace qualified. Hence Axis does pro

Re: namespace question

2003-09-25 Thread Anne Thomas Manes
Per your schema, the element is a local element, which means that it should not be namespace qualified. Hence Axis does produce an accurate realization of your element. Since the has a default namespace, you must use xmlns="" to turn off the default namespace. If you added elementFormDefault=

RE: namespace question

2003-09-25 Thread Gary L Peskin
The "text" element is a locally defined element in your schema because it is declared as a child of the "sequence" element and not as a child of the "schema" element. The schema element has an attribute elementFormDefault whose default value is "unqualified". In your example, that attribute of th