is there a way to instruct the validator to ignore
namespace as well for this 'noValidation' element's
children?

Thanks
-D

--- "Henry S. Thompson" <[EMAIL PROTECTED]> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> dave writes:
> 
> >  1. How would I specify in the Schema that
> > 'noValidation' element should not get validated?
> Is
> > using ANY a valid use case in this situation
> although
> > it's not used for Schema extension purpose here?
> CDATA
> > may not be a good choice because I would NOT be
> able
> > to parse anything under 'noValidation'. 
> 
> <xs:element name="noValidation">
>  <xs:complexType mixed="true">
>   <xs:sequence>
>    <xs:any processContents='skip' minOccurs="0"
> maxOccurs="unbounded"/>
>   </xs:sequence>
>  </xs:complexType>
> </xs:element>
> 



      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to