<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA)>
<!ENTITY egbase "http://id.example.org/">
<!ENTITY egns "http://id.example.org/namespace">
<!ENTITY egns1 "&egbase;namespace">
<!ATTLIST doc eg:a1 CDATA "v1">
<!ATTLIST doc eg:a2 CDATA "v2">
]>
<!-- Namespace02.xml: simple attribute -->
<doc xmlns:eg="http://id.example.org/namespace" eg:a1="a1">foo</doc>
|