##################################################
#
# PROJECT: xsd2c examples
# CREATED: 30.03.2003
# WRITTEN BY: Ferhat Ayaz
#
##################################################


DESCRIPTION:

	This example uses a simple comlexType (Person)
	to show you how to:

		+ create
		+ set simple variables
		+ sax serialize
		+ free

	a xsd object in c


FILES:

	ex1.c    : Main program code
	ex1.xsd  : XML Schema 
	Makefile : The makefile
	README   : This file


	After you make the program with

		$>make

	the following c files will be generated:

		+ Person_xsd.h
		+ Person_xsd.c