1<?xml version="1.0"?><?TEST-STYLE PIDATA?>
2<!DOCTYPE staff
3[
4   <!ENTITY ent1 "es">
5   <!ENTITY ent2 "1900 Dallas Road">
6   <!ENTITY ent3 "Texas">
7   <!ENTITY chap1 SYSTEM "chap1.xml">
8   <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">
9   <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
10   <!ENTITY ent6 PUBLIC "uri" "file" NDATA notation2>
11   <!ENTITY ent1 "This entity should be discarded">
12   <!NOTATION notation1 PUBLIC "notation1File">
13   <!NOTATION notation2 SYSTEM "notation2File">
14]>
15<!-- This is comment number 1.-->
16<staff>
17 <employee xmlns="http://www.nist.gov" xmlns:dmstc="http://www.usa.com">
18  <employeeId>EMP0001</employeeId>
19  <name>Margaret Martin</name>
20  <position>Accountant</position>
21  <salary>56,000</salary>
22  <gender>Female</gender>
23  <address dmstc:domestic="Yes">1230 North Ave. Dallas, Texas 98551</address>
24 </employee>
25 <employee xmlns:dmstc="http://www.usa.com">
26  <employeeId>EMP0002</employeeId>
27  <name>Martha Raynolds &chap1;
28<![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]>
29<![CDATA[This is an adjacent CDATASection with a reference to a tab &tab;]]></name>
30  <position>Secretary</position>
31  <salary>35,000</salary>
32  <gender>Female</gender>
33  <address dmstc:domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
34 98554</address>
35 </employee>
36 <employee xmlns:dmstc="http://www.netzero.com">
37  <employeeId>EMP0003</employeeId>
38  <name>Roger
39 Jones</name>
40  <position>Department Manager</position>
41  <salary>100,000</salary>
42  <gender>&ent4;</gender>
43  <address dmstc:domestic="Yes" street="No">PO Box 27 Irving, texas 98553</address>
44 </employee>
45 <emp:employee xmlns:emp="http://www.nist.gov" xmlns:nm="http://www.altavista.com" >    <emp:employeeId>EMP0004</emp:employeeId>
46  <nm:name>Jeny Oconnor</nm:name>
47  <emp:position>Personnel Director</emp:position>
48  <emp:salary>95,000</emp:salary>
49  <emp:gender>Female</emp:gender>
50  <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
51 </emp:employee>
52 <employee xmlns:emp2="http://www.nist.gov">
53  <employeeId>EMP0005</employeeId>
54  <name>Robert Myers</name>
55  <position>Computer Specialist</position>
56  <salary>90,000</salary>
57  <gender>male</gender>
58  <address street="Yes" xmlns="http://www.nist.gov">1821 Nordic. Road, Irving Texas 98558</address>
59 </employee>
60 </staff>
61