<?xml version="1.0"?>

<instructor-course-data xmlns="http://www.w3schools.com"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.w3schools.com icd.xsd">

   <instructor iid="sp" teaches="430, 432, 444, 445">
      <name>Perugini</name>
      <office><bldg>AN</bldg><no>145</no></office>
      <address><street>Patterson</street><city>Dayton</city></address>
   </instructor>

   <instructor iid="jb" teaches="430, 432">
      <name>Buckley</name><bldg>AN</bldg><no>135</no> 
   </instructor>

   <course cid="430" taught_by="jb, sp">
      <dept>CPS</dept><no>430</no><credits>3</credits>
   </course>
</instructor-course-data>

