<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hi,<br><br>It's been awhile since I've had to post to this list but now I have a confusing problem.<br><br>My script queries MLB.com's servers for a media location request.&nbsp; The response back has an element of type xsd:string named "cdn".<br><br>That element is now being double enclosed.&nbsp; <br><br>What used to be:<br><br>&lt;cdn&gt;foobar&lt;/cdn&gt;<br><br>is now comng back as:<br><br>&lt;cdn&gt;&lt;cdn&gt;foobar&lt;/cdn&gt;&lt;/cdn&gt;<br><br>So it seems like this is both a string (inside &lt;cdn&gt;) and a complex type (outside &lt;cdn&gt;.)&nbsp; I'm hoping this is just an error that they will resolve on their end.&nbsp; If that's not the case, is it valid SOAP/XML to have a complex type and a string type with the same name?&nbsp; How would I go about changing my local xsd file to
 accomodate this?<br><br>Because of many other omissions or errors in their official xsd files, I'm using my own xsd to parse their responses.&nbsp; I'm attaching that xsd.&nbsp; The elelment in question is an element of media-item.<br><br>Thanks,<br>Matthew Levine<br></div>
</div></body></html>