You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vm...@apache.org on 2003/04/07 17:25:00 UTC

cvs commit: xml-fop/src/documentation/resources/schema/dtd compliance-v10.dtd

vmote       2003/04/07 08:24:59

  Modified:    src/documentation/resources/schema/dtd compliance-v10.dtd
  Log:
  Add optional ref-id to be used to build bookmark targets.
  
  Revision  Changes    Path
  1.4       +4 -1      xml-fop/src/documentation/resources/schema/dtd/compliance-v10.dtd
  
  Index: compliance-v10.dtd
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/resources/schema/dtd/compliance-v10.dtd,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- compliance-v10.dtd	3 Dec 2002 06:44:04 -0000	1.3
  +++ compliance-v10.dtd	7 Apr 2003 15:24:59 -0000	1.4
  @@ -19,6 +19,7 @@
     extURL CDATA #IMPLIED
     citation CDATA #IMPLIED
     compliance-item-desc CDATA #REQUIRED
  +  ref-name CDATA #IMPLIED
   >
   <!ELEMENT explanatory (p*)>
   <!ELEMENT level-2 (level-3+)>
  @@ -26,6 +27,7 @@
     name CDATA #REQUIRED
     extURL CDATA #IMPLIED
     citation CDATA #IMPLIED
  +  ref-name CDATA #IMPLIED
   >
   <!ELEMENT level-3 (comment*)>
   <!ATTLIST level-3
  @@ -34,6 +36,7 @@
     citation CDATA #IMPLIED
     compliance-level (1 | 2 | 3) #REQUIRED
     comply (yes | no | na | partial) #REQUIRED
  +  ref-name CDATA #IMPLIED
   >
   <!ELEMENT comment (#PCDATA)>
   <!ELEMENT p (#PCDATA)>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org