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 can I create database tables from XSD files?

I have a set of XSDs from which I generate data access classes, stored procedures and more. What I don't …

.net sql database xsd code-generation
cvc-elt.1: Cannot find the declaration of element 'MyElement'

I'm trying to validate a really simple xml using xsd, but for some reason I get this error. I'll really …

xsd xml-namespaces xml-validation xml-error
XML Schema Validation : Cannot find the declaration of element

I am still a bit new to XML Schema etc. and have been working to develop some XML, Schema and …

xml xsd xml-validation xml-error
What is the difference between XML and XSD?

What is the difference between Extensible Markup Language (XML) and XML Schema (XSD)?

xml xsd
xsd:boolean element type accept "true" but not "True". How can I make it accept it?

I am using xmllint --schema option to validate my XML that looks like this <XML> <Active>…

xml xsd boolean
what is the use of xsi:schemaLocation?

I see that we have multiple url's as value of this attribute like in spring: <beans xmlns="http://www.…

xsd
Importing xsd into wsdl

This is my current configuration: XSD <?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns="http://stock.com/schemas/…

web-services xsd wsdl wsdl2java
Generate Json schema from XML schema (XSD)

Does anybody know how to generate a JSON schema from a existing XML schema (XSD file)? Are there any tools …

xml json xsd transform jsonschema
How to reference a local XML Schema file correctly?

I'm having this problem with referencing my XML Schema in an XML file. I have my XSD in this path: …

xml xsd
Use of Greater Than Symbol in XML

I had created the xml document with xml version="1.0". In that document I need to use the greater than symbol &…

xml xsd