<ed:report
    xmlns:ed="http://ed.gov.example/termsets#"
    xmlns:geo="http://geo.gov.example/termsets#"
    xmlns:time="http://time.gov.example/termsets#"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://www.w3.org/2009/03/25-TechSurvey/ed.xs
                        http://www.w3.org/2009/03/25-TechSurvey/geo.xs
                        http://www.w3.org/2009/03/25-TechSurvey/time.xs"
>
  <ed:county-monthly-avg id="http://ed.gov.example/monthlies/aggRes-2009-03-MA-norfolk">
    <ed:sat-math>518</ed:sat-math>
    <time:ending>2009-03-01</time:ending>
    <ed:testing-site xlink:href="http://gov.example/counties/MA-norfolk-county"/>
  </ed:county-monthly-avg>

  <geo:location id="http://gov.example/counties/MA-norfolk-county">
    <geo:state>Massachusetts</geo:state>
    <geo:county>Norfolk</geo:county>
  </geo:location>
</ed:report>
