Update of /cvsroot/docstring/dps/spec
In directory usw-pr-cvs1:/tmp/cvs-serv12067/dps/spec
Modified Files:
gpdi.dtd
Log Message:
- Added "refid" attribute to "system_message" and "problematic".
Index: gpdi.dtd
===================================================================
RCS file: /cvsroot/docstring/dps/spec/gpdi.dtd,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** gpdi.dtd 7 Mar 2002 03:53:53 -0000 1.37
--- gpdi.dtd 11 Mar 2002 03:26:52 -0000 1.38
***************
*** 429,432 ****
--- 429,433 ----
<!ATTLIST system_message
%basic.atts;
+ %refid.att;
level NMTOKEN #IMPLIED
type CDATA #IMPLIED>
***************
*** 494,498 ****
<!ELEMENT problematic (%text.model;)>
! <!ATTLIST problematic %basic.atts;>
--- 495,501 ----
<!ELEMENT problematic (%text.model;)>
! <!ATTLIST problematic
! %basic.atts;
! %refid.att;>
|