To teach how to write XML and Schemas (or DTD's). Schemas can be complex to understand some of the more finer details. I needed an easy (and free)way to know if my work was correct, if not then exactly what was wrong with them. As implied above, this example will also show you how to use schemas in your own programs.
File List:
Xsd example/
0b
Xsd example/App.ico
1Kb
Xsd example/AssemblyInfo.cs
2Kb
Xsd example/Form1.cs
9Kb
Xsd example/Form1.resx
7Kb
Xsd example/Product.xml
219b
Xsd example/ProductWithXsd.xml
2Kb
Xsd example/Shipping Order.xml
1Kb
Xsd example/Shipping Order.xsd
1Kb
Xsd example/Shipping Order.xsx
2Kb
Xsd example/Xsd example.csproj
6Kb
Xsd example/Xsd example.csproj.user
2Kb
Xsd example/Xsd example.sln
1Kb
Xsd example/Xsd example.suo
10Kb
Xsd example/bin/
0b
Xsd example/bin/Debug/
0b
Xsd example/bin/Debug/Xsd example.pdb
18Kb
Xsd example/bin/Release/
0b
Xsd example/obj/
0b
Xsd example/obj/Debug/
0b
Xsd example/obj/Debug/TempPE/
0b
Xsd example/obj/Debug/Xsd example.exe.incr
2Kb
Xsd example/obj/Debug/Xsd example.pdb
18Kb
Xsd example/obj/Debug/Xsd example.projdata
7Kb
Xsd example/obj/Debug/Xsd_example.Form1.resources
2Kb
Xsd example/obj/Debug/temp/
0b
Xsd example/obj/Release/
0b
Xsd example/obj/Release/TempPE/
0b
Xsd example/obj/Release/Xsd example.projdata
7Kb
Xsd example/obj/Release/temp/
0b
Xsd example/product.xsd
1Kb
Xsd example/product.xsx
1Kb
Similar code
ASP.NET Login Scripts
(Popularity: ) : This is a asp.net login with sql script to create a databese named weblogin on your server to store username and password, as well as give the users an optional 7-day cookie to avoid havung to retype their login and ... Windows Forms Regex Validation Library
(Popularity: ) : WinFormsRegexLibrary is a regular expression validation library for Windows Forms. It provides validation methods for a number if different data, such as, phone numbers, zip codes, email addresses, URL's, IP addresses, credit card numbers, date's, times, etc. The library is ... Filter User Input
(Popularity: ) : Filter User Input from the Keyboard. This code demonstrates how to accept certain characters and reject others from the keyboard. This way the programmer can prevent erroneous data entry. For example: A programmer adds a textbox in his program which ... Advanced TextBox
(Popularity: ) : Validating Entry Data (Arabic Letters, Numbers,Email Validation,Null Checking,and Alternative Letters In Arabic That Make Trouble of Searching Data as Alef And Hamzih) Validation Class
(Popularity: ) : A component class to validate a few common inputs, including some UK items such as mobile number, bank sort code etc.. Shows how to use regular expressions. Validate Data Grid
(Popularity: ) : This shows how to validate the contents of a datagrid per row, per column. This allows you to check the value of what the user changed\inserted in the desired column. It will show an error icon as well as fill ...