<?xml version="1.0" encoding="UTF-8"?>
<pdf>
    <department>
        <department_name>Department Name</department_name>
        <department_head_name>Department Head Name</department_head_name>
        <department_head_mail>Head Email</department_head_mail>
        <department_head_contact>Head Contact</department_head_contact>
        <userID>User</userID>
    </department>
    <departmentTeams>
        <member_name>Name</member_name>
        <designation>Designation</designation>
        <member_contactno>Contact No.</member_contactno>
        <member_email>Email</member_email>
        <working_area>Working Area</working_area>
        <department_name>Department Name</department_name>
        <userID>User</userID>
    </departmentTeams>
    <user>
        <userID>user Id </userID>
        <name>Name</name>
        <phoneNumber>Contact No.</phoneNumber>
        <email>Email </email>
        <role_name>Role</role_name>        
        <department>Department</department>
    </user>
    <subject>
        <department_name>Department Name </department_name>
        <subject_hindi>Hindi</subject_hindi>
        <subject_eng>English</subject_eng>
    </subject>
    <suggestion>
        <suggestion_id>Id</suggestion_id>
        <complainant_name>Name</complainant_name>
        <contact_no>Contact</contact_no>
        <email>Email</email>
        <suggestion_text>Suggestion</suggestion_text>
        <quality_remark_text>Quality</quality_remark_text>
        <suggestion_date>Date</suggestion_date>
    </suggestion>
    <visitors>
        <visitor_local_id_proof>Id Proof No</visitor_local_id_proof>
        <visitor_name>Name</visitor_name>
        <visitor_contact>Contact</visitor_contact>
        <visitor_gender>Gender</visitor_gender>
    </visitors>

    <clarification>
        <id>Id Proof No</id>
        <clarification>Name</clarification>
        <date>Contact</date>
        <time>Gender</time>
    </clarification>
    <complainants>
        <complainant_name>Name</complainant_name>
        <contact_no>Contact No</contact_no>
        <email>Email</email>
		<gender>Gender</gender>
		<divyaang>Divyaang</divyaang>
		<apartment_name>Apartment</apartment_name>
        <building>Building</building>
    </complainants>
    <contacts>
            <id>ID</id>
            <details>Details</details>
            <numbers>Numbers</numbers>
    </contacts>
	<calldetails>
		<call_description>Description</call_description>
		<call_date>Date</call_date>
		<call_time>Time</call_time>
		<name>Name</name>
		<call_file>File</call_file>
		<file_ext>Extension</file_ext>
	</calldetails>
    <complainsbyid>
        <complainant_name>Complainant</complainant_name>
        <contact_no>Contact</contact_no>
        <email>Email</email>
        <complaint_subject>Subject</complaint_subject>
        <complaint_status>Status</complaint_status>
        <department_name>Department</department_name>
        <department_head_name>D.Head</department_head_name>
        <department_head_mail>D.Email</department_head_mail>
        <department_head_contact>D.Contact</department_head_contact>
        <complaint_date>Date</complaint_date>
        <description>description</description>
        <priority_desc>priority</priority_desc>
    </complainsbyid>
	<slas>
        <sla_id>Id</sla_id>
        <reminder1_desc>Reminder 1</reminder1_desc>
        <reminder2_desc>Reminder 2</reminder2_desc>
        <reminder3_desc>Reminder 3</reminder3_desc>
        <finalwarning_desc>Warning</finalwarning_desc>
        <closure_time_desc>Closure</closure_time_desc>
    </slas>
	<buildings>
		<building_id>Id</building_id>
		<name>Name</name>
		<address>Address</address>
		<cordinates>Cordinates</cordinates>
	</buildings>
	<buildingResidences>
		<residence_name>Residence Name</residence_name>
	</buildingResidences>
	<deptSummary>
		<department_name>Department Name</department_name>
		<total_complaints>Total</total_complaints>
		<pending_complaints>Pending</pending_complaints>
		<complete_complaints>Complete</complete_complaints>
		<reopen_complaints>Reopen</reopen_complaints>
		<closed_complaints>Closed</closed_complaints>
		<long_term_complaints>Long Term</long_term_complaints>
		<successRate>Success Rate</successRate>
	</deptSummary>
	<facilityBookings>
		<facility_name>Facility</facility_name>
		<start_date>Start date</start_date>
		<end_date>End date</end_date>
		<complainant_name>Name</complainant_name>
		<contact_no>Contact</contact_no>
		<apartment_name>Apartment</apartment_name>
		<booking_status>Status</booking_status>
		<booking_desc>Event</booking_desc>
	</facilityBookings>
	<gatePass>
		<name>Name</name>
		<entry_dt>Entry</entry_dt>
		<entry_tm></entry_tm>
		<exit_dt>Exit</exit_dt>
		<exit_tm></exit_tm>
		<gender>Gender</gender>
		<complainant_name>Visiting</complainant_name>
		<apartment_name>Apartment</apartment_name>
	</gatePass>
	<closureReportForDeptTeam>
		<complain_no>C.No</complain_no>
		<closed_date>Closed date</closed_date>
		<closed_time>Closed time</closed_time>
		<complaint_date>Complaint date</complaint_date>
		<complaint_time>Complaint time</complaint_time>
		<process_days>Process days</process_days>
		<department_name>Department</department_name>
		<member_name>Member</member_name>
		<member_contactno>Contact</member_contactno>
	</closureReportForDeptTeam>
	<closureReportForAllDepartment>
		<complain_no>C.No</complain_no>
		<closed_date>Closed date</closed_date>
		<closed_time>Closed time</closed_time>
		<complaint_date>Complaint date</complaint_date>
		<complaint_time>Complaint time</complaint_time>
		<process_days>Process days</process_days>
		<department_name>Department</department_name>
		<department_head_name>Head Name</department_head_name>
	</closureReportForAllDepartment>
	<msgSummaryPdf>
		<description>Description</description>
		<total_msg>Messages sent</total_msg>
	</msgSummaryPdf>
</pdf>