Example 12-20: Sample datagram with nested, repeating entries

<DepartmentList>
  <Department>
    <Id>98</Id>
    <Name>Research</Name>
    <Employees>
      <Employee>
        <Id>101</Id>
        <Name>Paul</Name>
        <Salary>2000</Salary>
      </Employee>
      <Employee>
        <Id>198</Id>
        <Name>Humphrey</Name>
        <Salary>3200</Salary>
      </Employee>
    </Employees>
  </Department>
  <Department>
    <Id>99</Id>
    <Name>Research</Name>
    <Employees>
      <Employee>
        <Id>167</Id>
        <Name>Amina</Name>
        <Salary>4350</Salary>
      </Employee>
    </Employees>
  </Department>
</DepartmentList>