Вы находитесь на странице: 1из 3

SEMESTER MARCH 2019

BMIS 32152 WEB TECHNIQUES AND APPLICATION


(LAB 9 – DTD) (Date: 14/06/2019) 3%
NAME: _____________________________________________________ ID: __________________

Write Document Type Definition (DTD) for the following XML file:
1.
<?xml version="1.0"?>
<!-- link your style sheet here - ->
<!DOCTYPE University SYSTEM "uni.dtd">
<university>
<name>AIMST</name>
<division>
<div_name>SRLD</div_name>
<staff group="management">
<staff_id>0199</staff_id>
<staff_name>Alice</staff_name>
<designation>Director</designation>
<ic_number>780512073456</ic_number>
<qualification>MBA</qualification>
</staff>
</division>
<faculty>
<fac_name>FECT</fac_name>
<school>
<school_name>Engineering</school_name>
<dept>
<dept_name>EEE</dept_name>
<hod />
<staff group="academic">
<staff_id>0099</staff_id>
<staff_name>Peter</staff_name>
<designation>Professor</designation>
<ic_number>450101025835</ic_number>
<qualification>PhD</qualification>
</staff>
<student level="degree">
<stu_id>050011</stu_id>
<stu_name>Balan</stu_name>
<programme>ECE</programme>
</student>
</dept>
<dept>
<dept_name>Mechanical</dept_name>
<hod />

1
<staff group="academic">
<staff_id>0100</staff_id>
<staff_name>Ramesh</staff_name>
<designation>Lecturer</designation>
<ic_number>490323105785</ic_number>
<qualification>Masters</qualification>
</staff>
<student level="degree">
<stu_id>040017</stu_id>
<stu_name>Harun</stu_name>
<programme>Mech</programme>
</student>
</dept>
</school>
</faculty>
</university>

2.
<?xml version="1.0"?>
<!-- link your style sheet here - ->
<!DOCTYPE faq SYSTEM "faq.dtd">
<faq>
<title>House Plant FAQ</title>
<motto>Motto: All the plant questions you've lost sleep over, and then some.</motto>
<maintainer>
<who>Maintained by Digit Brown</who>
<date>April 1, 1999</date>
</maintainer>

<category>
<topic revised="yes" term="adv">Problems with Dying Plants</topic>
<question>Why are my plants limp and yellow?</question>
<answer>Because you water them too much! </answer>
<question>Why are my plants crispy and brown?</question>
<answer>Because you don't water them enough! </answer>
<question>Why don't my plants have a neat pattern like they should?</question>
<answer>Because we're not talking about tye-dying plants! </answer>
</category>
</faq>
1.

2
RUBRICS

Criteria Rubrics Allocated Marks


Delivered on time and in correct format. 1 2
Delivery
Not delivered on time or not in correct format. 0
Correct use of DTD features and organized excellently. 7 8

Scripts Correct use of DTD features and organized fairly. 6 5


Poor use of DTD features but disorganized and messy. 4 3
Not use any DTD features and organized accordingly. 0 1 2
Clearly and effectively provide the required images, symbols, fonts, buttons,
7 8
details description, formatting and border line.
Clearly and effectively provide the required images, symbols, fonts, buttons,
6 5
details description, formatting and border line.
Page Layout Poor and some missing the required images, symbols, fonts, buttons, details
4 3
description, formatting and border line.
The page layout is messy, without the required images, symbols, fonts,
0 1 0
buttons, details description, and formatting and border line.
Codes execute without errors and excellent use of HTML5 coding standard,
7 8
complete documentation and understandable.
Codes execute without errors and good use of HTML5 coding standard, but
6 5
Coding documentation is incomplete and fairly understood.
Codes execute without errors and fair used of HTML5 coding standard, but
4 3
documentation is incomplete.
Does not execute due to errors. Not using HTML5 coding standard. 0 1 0

/30

MARKS OBTAINED
30 = 3%

Submission is after lab practical ends on 24/05/2019 BEFORE 10.00 AM THROUGH EDMODO.

Вам также может понравиться