Only used in DTDs
Pull in other DTD fragments
Add a SYSTEM to the declaration:
SYSTEM
<!ENTITY % player SYSTEM "player.dtd"> %player;
Can use a full URL:
<!ENTITY % player SYSTEM "http://metalab.unc.edu/xml/dtds/player.dtd"> %player;