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.

XML Validation with XSD in Visual Studio IDE

I know I have done this before, but it isn't working today, nor can I find anywhere that explains how …

xml visual-studio xsd intellisense xsd-validation
Difference between <xsd:all> and <xsd:sequence> in schema definition?

I am using xsd:all in a complex type. When I miss any mandatory elements while validating it will show …

xml xsd xml-validation xsd-validation
XML Schema: root element

The following post asks how to indicate that an element is the root element in an XML schema: Is it …

xml xsd
How can i convert XSD file to C# Class

I have a file in XSD format. How can I convert it to a C# class ? I need class reference …

c# xsd servicestack
XML Schema: Element with attributes containing only text?

I'm having difficulty searching for this. How would I define an element in an XML schema file for XML that …

xml xsd
xml schema validation error "prefix is not bound"

I am entirely new to XML Schema and am trying to get the basics down. Here is my xml schema …

xml xsd xsd-validation
No matching global declaration available for the validation root

Background Validate an XML document using a schema. Problem The simplest form of the problem is shown in two files. …

xml xsd xmllint
What is the difference between targetNamespace and xmlns:target?

What is targetNamespace's function? <schema xmlns="http://www.w3.org/2001/SchemaXML" targetNamespace="http://www.example.com/name" xmlns:target="…

xsd
How to convert xsd to human readable documentation?

We have a few XML based interfaces that is quite well documented in XSD schemas. The interfaces are now going …

xml xsd
Automatically generate C# from XSD in Visual Studio IDE

I am running Visual Studio 2010. I have a XSD schema and want to use xsd.exe tool to generate appropriate …

c# visual-studio xsd xsd.exe