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 .NET 4.0 classes from xsd?

What are the options to generate .NET 4.0 c# classes (entities) from an xsd file, using Visual Studio 2010?

c# .net xsd
Using Notepad++ to validate XML against an XSD

Can someone explain how to use Notepad++ to validate an xml file against an xsd. There are no options in …

xml xsd notepad++
Generate Java classes from .XSD files...?

I have a gigantic QuickBooks SDK .XSD schema file which defines XML requests/responses that I can send/receive from …

java xml xsd
What's the best way to validate an XML file against an XSD file?

I'm generating some xml files that needs to conform to an xsd file that was given to me. What's the …

java xml validation xsd
XML Schema (XSD) validation tool?

At the office we are currently writing an application that will generate XML files against a schema that we were …

xml validation xsd schema
How to generate sample XML documents from their DTD or XSD?

We are developing an application that involves a substantial amount of XML transformations. We do not have any proper input …

xml xsd dtd test-data
XML Schema minOccurs / maxOccurs default values

I'm wondering how the XML Schema specification handles these cases: <xsd:element minOccurs="1" name="asdf"/> No maxOccurs given …

xml xsd
Validating an XML against referenced XSD in C#

I have an XML file with a specified schema location such as this: xsi:schemaLocation="someurl ..\localSchemaPath.xsd" I want …

c# xml xsd
what is the difference between XSD and WSDL

What is the difference between an XML Schema and WSDL? The difference I noticed is that WSDL contains XSD and …

web-services wsdl xsd
Generate C# class from XML

Can I generate a C# class from an XML file?

c# .net xml xsd