~ubuntu-branches/ubuntu/trusty/w3c-sgml-lib/trusty

« back to all changes in this revision

Viewing changes to htdocs/sgml-lib/REC-SVG11-20030114/svg-extresources-attrib.mod

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-08-21 11:15:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100821111542-cklvls9be6wh2f2z
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ....................................................................... -->
 
2
<!-- SVG 1.1 External Resources Attribute Module ........................... -->
 
3
<!-- file: svg-extresources-attrib.mod
 
4
 
 
5
     This is SVG, a language for describing two-dimensional graphics in XML.
 
6
     Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
 
7
     Revision: $Id: svg-extresources-attrib.mod,v 1.2 2002/04/20 18:07:42 fujisawa Exp $
 
8
 
 
9
     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
 
10
 
 
11
        PUBLIC "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN"
 
12
        SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-extresources-attrib.mod"
 
13
 
 
14
     ....................................................................... -->
 
15
 
 
16
<!-- External Resources Attribute
 
17
 
 
18
        externalResourcesRequired
 
19
 
 
20
     This module defines the External attribute set.
 
21
-->
 
22
 
 
23
<!ENTITY % SVG.externalResourcesRequired.attrib
 
24
    "externalResourcesRequired %Boolean.datatype; #IMPLIED"
 
25
>
 
26
 
 
27
<!ENTITY % SVG.External.extra.attrib "" >
 
28
 
 
29
<!ENTITY % SVG.External.attrib
 
30
    "%SVG.externalResourcesRequired.attrib;
 
31
     %SVG.External.extra.attrib;"
 
32
>
 
33
 
 
34
<!-- end of svg-extresources-attrib.mod -->