Author
XSD problem
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
HI all. I am using XMLSPY to create the following schema: but xmlspy complains that <xs:element name="to"> is unexpected... why???
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted Apr 19, 2004 07:28:00
0
The schema structure is incorrect. complextype shd be follwed by xs:sequence element cannot have simple type inside it. etc.,
Spritle Software Blogs
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
Thanks, but look at this : (please be patient) these days I am learning the schemas and now, I reserved unexpected restirction element.... Message edited for better readability: Balaji [ April 20, 2004: Message edited by: Balaji Loganathan ]
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted Apr 20, 2004 08:19:00
0
Will this help ? Are you aware of this tiny but good tutorial
subject: XSD problem