[Home] [By Thread] [By Date] [Recent Entries]


Not clear why you have two identical imports. . .

Ah, that's presumably the problem.  Processors are likely to ignore
2nd and subsequent imports of the same namespace.  Construct the
following document

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           targetNamespace="http://myhost/TruckTrace">
 <xs:include schemaLocation="TruckTraceRequest.xsd"/>
 <xs:include schemaLocation="TruckTraceResponse.xsd"/>
</xs:schema>

and put _one_ import of your namespace and that stub schema.

That may well fix it.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2002, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@c...
		     URL: http://www.ltg.ed.ac.uk/~ht/
 [mail really from me _always_ has this .sig -- mail without it is forged spam]

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member