Can I set a specific xmlns value for one single element in an XSD?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello,
Can someone tell me if I can set an xmlns value for one specfic element in my xsd?
Here is a snippet of what is being returned from the endpoint when I issue the webservice request.
....<GetFacilityInfoResult> <Facility xmlns="http://cameron.ca ....

My XSD is expecting something like:
....<GetFacilityInfoResult> <Facility xmlns= http://tempuri.org http://tempuri.org > .....
Is there some way I can change my xsd so that it expects the "cameron.ca", rather than "tempuri.org" value?

I am a little new at this, so if I am asking a foolish question.................

Thanks
<hr class="sig Cameron Conacher

View the full article
 
Back
Top