<?xml version="1.0" encoding="UTF-8"?>

<!-- スポーツ選手についてのXMLデータ -->

<!DOCTYPE athletes[

  <!NOTATION GIF SYSTEM "IMAGE">
  <!ENTITY dammy SYSTEM "http://arjava/chap07/dammy.gif" NDATA GIF>
  <!ATTLIST imageFile file ENTITY #IMPLIED>
]>
<gihyo:athlete xmlns:gihyo="http://arjava/chap07">
  <gihyo:baseball country="Japan" team="Giants">
    <gihyo:person no="2" position="left">中村</gihyo:person>
    <gihyo:person no="3" position="third">田中</gihyo:person>
    <gihyo:person no="24" position="catcher">山元</gihyo:person>
  </gihyo:basball>
  <gihyo:baseball country="America" team="Mariners">
    <gihyo:person no="24" position="right">john</gihyo:person>
    <gihyo:person no="32" position="left">Michael</gihyo:person>
  </gihyo:baseball>
<gihyo:athlete>