TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About XSD
XSD
stand for XML Schema Definition which is used for describe the elements in an Extensible Markup Language (XML) document. This description can be used to verify that each item of content in a document adheres to the description of the element in which the content is to be placed.
XSD
can also be used for generating XML documents that can be treated as programming objects. In addition XML processing tools can also generate human readable documentation which makes these files easier to understand the complex XML documents. In general
XSD
schema is an abstract representation of an object's characteristics and relationship to other objects. An XML schema represents the interrelationship between the attributes and elements of an XML object.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijay Prativadi (8)
Debadatta Mishra (1)
Sagar Shinde (1)
Devesh Omar (1)
Deepti Nahar (1)
Mukesh Kumar (1)
Nadeem Abbasi (1)
Krishnajina (1)
Surya Prakash (1)
Anup Hosur (1)
Bosco Wilfred (1)
Filip Bulovic (1)
Related resources for XSD
No resource found
Generation of XML, XSD, DTD With Java
7/31/2019 12:00:59 AM.
In this article, I will present how to generate various XML, XSD or DTD files using Java.
How To Validate XML Using XSD In C#
11/28/2018 4:20:21 AM.
Extensible Markup Language (XML) is used to describe data. The XML standard is a flexible way to create information formats and electronically share structured data via the public Internet, as well as
Creating XSD of a XML Using Visual Studio
1/15/2014 3:13:03 PM.
I would like to share a simple way to create a XSD of a sample XML file.
Modifying InfoPath Form Based on XSD Schema Using Resource Files
12/16/2013 8:06:54 PM.
I came across a scenario where an InfoPath form was created based on an XSD schema. This schema changed frequently and the corresponding changes had to be made to the UI (InfoPath form template) accordingly.
Update Data With Typed Dataset (XSD) Via WCF
2/27/2013 12:47:32 PM.
This article demonstrates an interesting and very useful concept in typed datasets.
Delete Data With Typed Dataset (XSD) Via WCF
2/26/2013 12:08:05 PM.
This article demonstrates an interesting and very useful concept in typed dataset.
Insert Data With Typed Dataset (XSD) Via WCF
2/26/2013 12:05:47 PM.
This article demonstrates an interesting and very useful concept in typed dataset.
Select Data With Typed Dataset (XSD) Via WCF
2/25/2013 9:17:39 PM.
This article demonstrates an interesting and very useful concept in typed datasets.
Insert, Select and Delete Data With Stored Proc Using XSD (Typed Dataset)
11/19/2012 1:27:21 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in C#.
Update Data With Stored Proc Using XSD (Typed Dataset)
11/16/2012 10:07:48 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in C#.
Select and Delete Data With LINQ Using XSD
11/13/2012 2:28:12 PM.
Today, in this article let's play around with one of the interesting and most useful concept of Select and Delete Data in LINQ.
Insert and Update Data With LINQ Using XSD
11/12/2012 12:31:02 PM.
Today, in this article let's play around with one of the interesting and most useful concept of Insert and Update data in LINQ using XSD.
Create a Strongly Typed DataSet Using The XML Schema Definition Tool (XSD.exe)
10/22/2012 9:11:09 AM.
In this article we are going to see how to create a strongly typed DataSet from a XSD schema file using the XML Schema Definition Tool (XSD.exe).
XSD XML Based Crystal Report Data Source
10/5/2012 8:20:14 AM.
This article is intended to illustrate the benefits of using disconnected connection in crystal reports.
Creating Reports in C# using Crystal Reports with Xml data Definitions
9/30/2012 2:54:32 AM.
This article explains how to extract data into a Crystal Report created outside a C# project using xml data definitions and data sets.
XML Validation with XSD Along With Custom Exception
9/29/2012 5:37:03 AM.
In this article, I will discuss about validating XML against defined XSD. Prior to getting into this article, it is mandatory that one should have basic knowledge on what XML & XSD are.
Basics of DataContract
12/8/2010 4:25:01 PM.
DataContract is under namespace System.Runtime.Serialization. During design time, DataContract Attribute is used to indicate which class should be represented as XSD.
SOAP Client in Windows XP
2/28/2006 12:08:38 AM.
This article covers the basics of using the SOAP Client software included with Microsoft Windows XP Professional to access Web Services using SOAP.
Degenerated Observer and Asynchronous Web Services
2/7/2006 11:30:24 PM.
In this article I will revisit Observer pattern and try to show how it can be modified and used to make web services to dispatch and receive notifications.