<!-- $Id: p2ents.dtd,v 1.13 95/02/07 00:04:29 cmsmcq Exp $ -->
<!-- $Log:	p2ents.dtd,v $
# Revision 1.13  95/02/07  00:04:29  cmsmcq
# new entities?
# 
# Revision 1.12  1994/04/07  23:57:05  msmcq
# Minor changes to wording, add perc, prime
#
# Revision 1.11  1994/03/28  18:37:25  msmcq
# change declaration for amp
#
# Revision 1.10  1994/03/27  21:44:40  msmcq
# restore changes made in version 1.8
#
# Revision 1.8  1994/03/16  03:04:40  msmcq
# merge LB and MSM changes from 1.6:
# from LB, pcd and tilde changed/added
# from MSM, add DTDMOD entity and change copyright date, doc number\.
#
# Revision 1.6  1994/02/17  20:32:08  msmcq
# revisions for SC review version
#
# Revision 1.5  1994/02/12  18:37:10  msmcq
# add RCS keywords
# -->
 
<!-- TEI utility entities.  This file defines a library of entities
which may be useful in TEI documents, especially P2 and P3.  Typical
invocation:
   <!ENTITY % TEIutil public
              '//-TEI ED Z99//ENTITIES Utility entities 1//EN' >
   %TEIutil;
 
Revisions:
1994-03-15 : MSM : merge LB changes and MSM changes of today
1993-02-01 : MSM : made file
 
-->
 
<!ENTITY dtdver '<commDecl>Text Encoding Initiative:
Guidelines for Electronic Text Encoding and Interchange.
Document TEI P3, 1994.</commDecl>' >
 
<!ENTITY dtdcopy '<commDecl>
Copyright (c) 1994 ACH, ACL, ALLC.
Permission to copy in any form is granted,
provided this notice is included in all copies.
</commDecl>' >
 
<!ENTITY dtdmod '<commDecl>These materials may not be altered;
modifications to these DTDs should be performed as specified
in the Guidelines in chapter "Modifying the TEI DTD."
</commDecl>' >
 
<!ENTITY dtdwarn '<commDecl>These materials subject to revision.
Current versions are available from the Text Encoding Initiative.
</commDecl>' >
 
<!ENTITY dtdstart
'&dtdver;
&dtdcopy;
&dtdmod;
&dtdwarn;' >
 
<!ENTITY TC37dd '[See ISO TC 37 documentation for values.]' >
 
<!ENTITY fordef 'These elements are formally defined as follows:'>
 
<!ENTITY tei 'TEI'>
<!ENTITY pcd '&sharp;PCDATA'> <!-- used in SG -->
<!ENTITY nil "">
<!ENTITY amp CDATA "&amp;">
<!ENTITY tilde "~" >
<!ENTITY middot CDATA '&middot;'> <!-- midline dot -->
<!ENTITY bslash CDATA '&bslash;'> <!-- backslash, \ -->
<!ENTITY perc   CDATA '%'>
<!ENTITY prime  CDATA "&prime;">
<!ENTITY sharp  CDATA "#">
<!ENTITY ohook  CDATA "&ohook;">  <!-- o caudata, w/subscript hook -->
<!ENTITY circ   CDATA "&circ;">   <!-- circumflex accent -->
<!ENTITY equiv  CDATA "&equiv;">  <!-- '<==>' -->
