0% found this document useful (0 votes)
24 views2 pages

Fall 2024 - CS311 - 1

Wakz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

Fall 2024 - CS311 - 1

Wakz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment No.

01
Total Marks: 20
Semester: Fall 2024
Topics Covered: 90-110
Introduction to Web Services Development – CS311 Due Date: 05th Nov, 2024

Instructions:
Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:

 The assignment is submitted after due date.


 The assignment is submitted via email.
 The assignment is copied from the Internet or from any other student.
 The submitted assignment does not open or file is corrupt.

Objective: To understand and get hands on experience of:


 XML Tree
 XML Code
Note: All types of plagiarism are strictly prohibited.

For any query about the assignment, contact at [email protected]

Covered Lectures: Assignment no.1 is from 90-110 Topics.

Assignment Submission Instructions

 .DOC/DOCX word format file is required to submit on LMS


Problem Statement:
Marks 20

Create a structured XML document to represent various aspects of a university management system.
Instructions:
Design an XML document to represent the following elements of a university:
o <university>: Root element.

 <name>: Name of the university.


 <location>: Location of the university.
 <departments>: A list of departments (multiple <department> elements).
 <department>: Contains:
 <name>: Name of the department.
 <head>: Name of the department head.
 <courses>: A list of courses offered (multiple <course> elements).
 <course>: Contains:
 <code>: Course code.
 <title>: Course title.
 <credits>: Number of credits.
 <students>: A list of enrolled students (multiple <student> elements).
 <student>: Contains:
 <id>: Student ID.
 <name>: Name of the student.
 <major>: Major field of study.
 <enrollment_year>: Year of enrollment.
 <faculty>: A list of faculty members (multiple <faculty_member> elements).
 <faculty_member>: Contains:
 <id>: Faculty ID.
 <name>: Name of the faculty member.
 <department>: Department of the faculty member.
 <position>: Position (e.g., Professor, Lecturer).
Note: Write dummy data for one instance whereever multiple is written i.e student. Just write any one dummy
student data.

BEST OF LUCK

You might also like