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 generate @XmlRootElement Classes for Base Types in XSD?

I am having some issues with generating Java Classes with appropriate JAXB annotations from an XSD using XJC. I have …

java xsd jaxb xjc
How to create pojo classes from XSD?

I am using Spring maven plugin, I want to create POJO classes from specified xml schema in particular folder. I …

java spring maven xsd pojo
Why is it called nillable?

In an XML schema you can mark an element as nillable meaning it can take an explicit NULL value. See …

xsd
nillable and minOccurs XSD element attributes

I am going back and forth with setting an element to minOccurs="0" and nillable="true". I was reading this article …

xml xsd wsdl
cvc-complex-type.2.4.a: Invalid content was found starting with element 'MarkupListURI'. One of '{MarkupDeleteURI}' is expected

I have been attempting to resolve this final issue with validating the return xml from the api to the xsd, …

xml validation xsd sax saxparseexception
Difference between xs and xsd in XML schema file?

What is the difference between the xs and xsd prefixes in XML schema files?

xsd
Bogus Eclipse warning for web.xml: "No grammar constraints (DTD or XML schema) detected for the document."

The top of my web.xml file looks like this: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://…

java eclipse xsd warnings
Comparison of XSD Code Generators

I'm doing some research in code generation from xsd schema files. My requirements: Must generate C# 2.0 code (or above), using …

c# xsd code-generation
Add attributes to a simpletype or restriction to a complextype in Xml Schema

The problem is as follows: I have the following XML snippet: <time format="minutes">11:60</time> The …

xsd restriction
app.config "Could not find schema information" after converting to Visual Studio 2010 / .Net 4.0

After upgrading my project to Visual Studio 2010 and .Net 4.0, my app.config file generates these messages upon building the project: …

.net visual-studio-2010 xsd app-config