Submitting the Schema and Data of Phase I

You need to submit the schema and data of phase I in an XML file, formatted as explained below.

Suppose you have the following schema for a students domain is as below

Students(ID, Name)
Signup(StudentID, ClassSignedUp)
Classes(Code, Instructor)
where:

The format for specifying such a schema with some example data is shown here.

Turnin Procedure

1. Send your xml file as an attachement, named as your name and hw1 so we can identify you. For example, my file would be eric_chu_hw1.xml.
2. Make sure your xml file is well-formed. Check it by viewing it w/ a browser.
3. When you send us the file, cc it to Jayant Madhavan at jayant@cs.washington.edu.