0% found this document useful (0 votes)
17 views4 pages

Cs311 Assignment1

The document describes an XML code for a software house company. The XML code includes information about the company name, location, departments, employees, and projects.

Uploaded by

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

Cs311 Assignment1

The document describes an XML code for a software house company. The XML code includes information about the company name, location, departments, employees, and projects.

Uploaded by

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

Assignment Submitted by:

Muhammad Abdul Nafay (Bc200403120)

Assignment Submitting to:

Syed Nauman Ali Shah


Problem Statement:
You are required to write XML code for the following description of a software house.

XML Code:

<?xml version="1.0" encoding="UTF-8"?>

<company>

<name>Soft Tech</name>

<location>

<city>Rahim Yar Khan</city>

<country>Pakistan</country>

</location>

<departments>

<department>

<name>Engineering</name>

<employees>

<employee>

<name>Muhammad Abdul Nafay</name>

<position>Back-End Developer</position>

</employee>

<employee>
<name>Abdul Nafay</name>

<position>Front-End Developer</position>

</employee>

<employee>

<name>Nafay</name>

<position>Senior Developer</position>

</employee>

</employees>

</department>

<department>

<name>Design</name>

<employees>

<employee>

<name>Muhammad Abdul Nafay</name>

<position>UI/UX Designer</position>

</employee>

<employee>

<name>Abdul Nafay</name>

<position>Graphic Designer</position>

</employee>

<employee>

<name>Nafay</name>

<position>Visual Designer</position>

</employee>

</employees>
</department>

<department>

<name>Sales and Marketing</name>

<employees>

<employee>

<name>Muhammad Abdul Nafay</name>

<position>Marketing Manager</position>

</employee>

<employee>

<name>Abdul Nafay</name>

<position>Sales Representative</position>

</employee>

<employee>

<name>Nafay</name>

<position>Social Media Manager</position>

</employee>

</employees>

</department>

</departments>

<projects>

<project>

<name>Happy Meal</name>

<department>Engineering</department>

<status>In Progress</status>

</project>
<project>

<name>Social Interaction</name>

<department>Marketing</department>

<status>Complete</status>

</project>

</projects>

</company>

Assignment No 1 Done😊

Trait # 1 of a professional: Seriousness


Trait # 2 of a professional: Wanting to do better
Trait # 3 of a professional: Dealing with the Unexpected
Trait # 4 of a professional: Communication Skills
Trait # 5 of a professional: Enthusiasm
Trait # 6 of a professional: Helpfulness
Trait # 7 of a professional: Taking the Initiative
Trait # 8 of a professional: Cool under Pressure
Trait # 9 of a professional: Remains Focused
Trait # 10 of a professional: Don’t Follow, Lead

You might also like