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 use jQuery for XML parsing with namespaces

I'm new to jQuery and would like to parse an XML document. I'm able to parse regular XML with the …

javascript jquery xml namespaces xsd
JAXB: How to change XJC-generated classes names when attr type is specified in XSD?

I'm a beginner to JAXB and I'm having annoying issues when generating Java classes with xjc. I am provided with …

types xsd jaxb xjc
JAXB - Property "Value" is already defined. Use <jaxb:property> to resolve this conflict

Using JAXB to generate XML binding classes. The schema is based on a set of legacy XML files, and includes …

java xsd jaxb
Fix: The Global element 'configuration' has already been declared

I used the second solution of How to resolve "Could not find schema information for the element/attribute <xxx&…

c# xsd stylesheet app-config
Visual Studio 2010 : XML XSD Schema to Classes within the IDE

Whenever I have needed to create a class file from an XML XSD schema, I use the .NET xsd.exe …

xml visual-studio-2010 class xsd schema
XSD: Cannot resolve the name 'type' to a(n) 'type definition' component

I am defining the schema but on validating it in eclipse it gives following error. src-resolve: Cannot resolve the name …

eclipse xsd xsd-validation
Validating XML against XSD

I need to validate an XML file with a given XSD file. I simply need the method to return true …

java xml validation xsd
XSD element with both attributes and child elements

I want to know the correct syntax for defining an element containing both attributes and child elements (if possible). For …

attributes xsd
Is there any difference between 'valid xml' and 'well formed xml'?

I wasn't aware of a difference, but a coworker says there is, although he can't back it up. What's the …

xml validation xsd dtd
Why do we need targetNamespace?

I would like to understand the purpose of targetNamespace as used both in XML Schema and in WSDL. In fact, …

xml namespaces xsd