CS4025
Assignment 5
Due:
Apr. 9, 2008
Write
source codes for the following XML document designs.
Design
an XML document to store information about patients in a hospital. Information
about patients must include name (in three parts: first name, middle initial,
last name, ), home address (in three parts: street, city, province), Social
Insurance Number (SIN), age, room number, Medicare card information including
province name, member identification number, and expiration date (month and
year), private medical insurance number including insurance company name,
address (in three parts), and phone number as well as member identification
number and policy number. The patients first and last names, SIN, and room
number is required, others are optional. The Medicare card information and all
its elements are required. The private insurance information is optional, but
if it does exist all its elements are required.
Make sure that you validate the 4 documents using some tools before submitting your documents.
Zip all the 4 files in a single zip file with name cs4025a5.zip and submit the zip file online though CS4025 website.