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

<root>

    <employee>       

        <office>

            <dept id="accounts">

            <name>Raju</name>

            </dept>

        </office>       

    </employee>

    <student>

        <school>

            <name>Lucy</name>

        </school>

    </student>

</root>