Walkthrough: Creating an XSD Schema
Tags:
ADO.NET
, IDE
, 2003
, Beginning
XML Schemas (XSD) are important in Visual Studio.NET. They define how XML should be properly formatted and are used extensively in ADO.NET Data Sets, Classes and most XML operations. This walkthrough demonstrates how to create a XSD Schema using the XML Designer in Visual Studio.NET, adding descriptive elements such as attributes and attribute groups, complexTypes, simple types and facets, relationships and more. It also highlights ways to navigate and organize the XML Designer objects.