<?xml version="1.0" encoding="Shift_JIS" ?>
<EMPLOYEES xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:noNamespaceSchemaLocation="emp.xsd">
  <EMPLOYEE  empid="A001">
    <Name>Kazuhiko Naito</Name>
    <Dept >IT Education Services Dept.</Dept>
  </EMPLOYEE>
  <EMPLOYEE  empid="B002">
    <Name>Masahiko Kondo</Name>
    <Dept >Education Sales Dept.</Dept>
  </EMPLOYEE>
</EMPLOYEES>
