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.

xjc: Two declarations cause a collision in the ObjectFactory class

Running the following xjc command raises an error : $ xjc "ftp://ftp.ncbi.nih.gov/bioproject/Schema/Core.xsd" parsing a …

java binding xsd schema xjc
How to generate a Java class which implements Serializable interface from xsd using JAXB?

I would like to introduce caching into an existing Spring project which uses JAXB to expose WebServices. Caching will be …

java xsd jaxb xjc
How to add attributes to xml using XmlDocument in c# .net CF 3.5

I need to create an attribute "abc" with the prefix "xx" for an element "aaa". The following code adds the …

c# .net xml windows-mobile xsd
Eclipse XSD editor

How do you launch or install the Eclipse XSD editor? According to this it seems it should work out-of-the-box. I …

eclipse xsd eclipse-indigo
Is xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" a special case in XML?

When we use a namespace, we should also indicate where its associated XSD is located at, as can be seen …

xml xsd xml-namespaces
XSD with elements from other namespace

I have two XSDs that are definining different documents. Say A.xsd defines an element ElementA as the root, with …

xml xsd xml-namespaces
There is no Unicode byte order mark. Cannot switch to Unicode

I am writing an XML validator with XSD. Below is what I did, but when the validator reached the line …

c# xml character-encoding xsd xmlreader
cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'

This is my web.xml xsd <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/…

servlets xsd web.xml init-parameters
How to convert XSD to Python Class

I just want to know if there is a program that can convert an XSD file to a Python class …

python xml data-binding xsd xsd2code
XML, what is this: null or empty element?

Regarding to my other question: XML deserialize null elements? I've got elements like these from a third-party server for API …

xml xsd null dtd xmlserializer