Version

Setting Up a Project for XSD Support (Part 1 of 4)

Setting up the Project

  1. Create a new Windows application.

  2. Increase the size of the form so that there is enough room to put a WinGrid™ and a few buttons.

  3. Next drag an UltraGrid from the Toolbox onto the form. Resize the grid to be large enough to show several rows of data. You will notice that when you added the UltraGrid to the form three references were added to the project:

    • Infragistics.Shared.v23.2

    • Infragistics.Win.UltraWinGrid.v23.2

    • Infragistics.Win.v23.2

  1. At the bottom of the form add three buttons, labeled "Load Data", "Enforce XSD Constraints", and "Clear XSD Constraints".

  2. When you build and run the application, the form should look similar to the screen shot shown below.

setting up a project for xsd support
  1. In the next section we will create the XSD schema. Generating the XSD Schema (Part 2 of 4)