<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=925362417-23082005><FONT face=Arial size=2>I realize this is 
off topic and I've exhausted the internet on this topic - nothing seems to work. 
I hope that someone here is a schema namespace guru or can offere some advice in 
this direction. </FONT></SPAN></DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial size=2>I've made a 
relatively simple example to illustrate my problem.</FONT></SPAN></DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial size=2>I have an XML file 
that has one element in a different namespace.</FONT></SPAN></DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial 
size=2>&lt;Message&gt;<BR>&nbsp;&lt;MessageInformation&gt;<BR>&nbsp;&nbsp;&lt;TimeCreated 
xmlns="<A 
href='http://www.kevindomain.com">123456789</TimeCreated'>http://www.kevindomain.com"&gt;123456789&lt;/TimeCreated</A>&gt;<BR>&nbsp;&nbsp;&lt;MessageType&gt;ORDER&lt;/MessageType&gt;<BR>&nbsp;&lt;/MessageInformation&gt;<BR>&lt;/Message&gt;<BR></FONT></SPAN></DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial size=2>How do I get my 
schema for the XML set up so that the TimeCreated element is in the correct 
namespace? My current schema errors on the TimeCreated element because its in a 
different namespace. I guess I just need the syntax for the schema that says 
that TimeCreated&nbsp;is in the "kevin" namespace.&nbsp;I just can't get over 
this hurdle.&nbsp;</FONT></SPAN></DIV>
<DIV><SPAN class=925362417-23082005>&nbsp;</SPAN></DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial size=2>&lt;?xml 
version="1.0" encoding="UTF-8"?&gt;</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial size=2>&lt;xs:schema 
&nbsp;xmlns:xs="<A 
href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</A>" 
<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;xmlns:kevin="<A 
href="http://www.kevindomain.com">http://www.kevindomain.com</A>"&gt;<BR>&nbsp;&nbsp; 
<BR>&nbsp;&nbsp; &lt;xs:element 
name="Message"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;xs:complexType&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;xs:sequence&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;xs:element 
ref="MessageInformation"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/xs:sequence&gt;<BR>&nbsp;&nbsp;&lt;/xs:complexType&gt;<BR>&nbsp;&lt;/xs:element&gt;</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial size=2>&nbsp;&lt;xs:element 
name="MessageInformation"&gt;<BR>&nbsp;&nbsp;&lt;xs:complexType&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;xs:sequence&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;xs:element 
name="TimeCreated" minOccurs="0"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;xs:element 
name="MessageType" 
minOccurs="0"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;/xs:sequence&gt;<BR>&nbsp;&nbsp;&lt;/xs:complexType&gt;<BR>&nbsp;&lt;/xs:element&gt;</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial 
size=2>&lt;/xs:schema&gt;</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=925362417-23082005><FONT face=Arial 
size=2>&nbsp;</DIV></FONT></SPAN>
<DIV>&nbsp;</DIV>
<P style="MARGIN-BOTTOM: 0in"></P>
<P style="MARGIN-BOTTOM: 0in" align=left><FONT size=2><FONT 
face=Arial>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR><STRONG><FONT color=#ff0000>Kevin L 
Cobb, MT(ASCP), SCJP2<BR></FONT></STRONG>Senior Software Engineer<BR>Emergint, 
Inc.<BR>2724 River Green Circle<BR>Louisville, KY 40206<BR></FONT></FONT><A 
href="mailto:Kevin.Cobb@emergint.com"><FONT size=2><FONT 
face=Arial>Kevin.Cobb@emergint.com</FONT></FONT></A><BR><FONT size=2><FONT 
face=Arial>502.896.6210 ext 255<BR>502.896.6170 fax</FONT></FONT></P>
<P style="MARGIN-BOTTOM: 0in">&nbsp;</P>
<P style="MARGIN-BOTTOM: 0in"><FONT face=Arial><FONT size=2>The preceding e-mail 
message and attachments, if any, contains information that is confidential and 
qualifies as such under the Definition of Confidential Information in the 
Non-Disclosure Agreement, and may constitute non-public information and trade 
secrets. It is intended to be conveyed only to the designated recipient(s). If 
you are not an intended recipient of this message, please notify the sender at 
502.896.6210. </FONT></FONT></P>
<DIV>&nbsp;</DIV></BODY></HTML>