Top "Xsd" questions

XSD generally refers to a document written in the W3C XML Schema format, containing a description of a particular type of XML document.

How to visualize an XML schema?

I have made an XML Schema - all the code basically - and was wondering if there is a way …

xml xsd
What is the purpose of XSD files?

Since we can query on the XML file from C# (.NET), why do we need an XSD file? I know …

xml xsd
Any tools to generate an XSD schema from an XML instance document?

I am looking for a tool which will take an XML instance document and output a corresponding XSD schema. I …

xml xsd schema generator
SoapUI "failed to load url" error when loading WSDL

I keep having some weird problems. The main one is that I keep getting the following error when trying to …

java web-services xsd wsdl soapui
Spring schemaLocation fails when there is no internet connection

I am using Spring and in application-context.xml I have the following definitions: <?xml version="1.0" encoding="UTF-8"?> <…

java xml spring xsd
How to generate xsd from wsdl

Is there any way by which I can generate xsd from wsdl. Any link or tool will also do. What …

wsdl xsd
How to resolve "Could not find schema information for the element/attribute <xxx>"?

In visual studio, I have an asp.net 3.5 project that is using MS Enterprise Library 4.0 application blocks. When I have …

.net xml xsd enterprise-library
Generating a WSDL from an XSD file

I need to generate a WSDL file given an XSD file. How do I do this? Can I do this …

wsdl xsd
What's the difference between xsd:include and xsd:import?

What's the difference between xsd:include and xsd:import? When would you use one instead of the other, and when …

xml xsd
How to make an element in XML schema optional?

So I got this XML schema: <?xml version="1.0"?> <xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/…

xml xsd