<!-- ....................................................................... -->
<!-- SVG Full Container Attribute Module ................................... -->
<!-- file: svg-container-attrib-f-1.mod

     This is SVG, a language for describing two-dimensional graphics in XML.
     Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved.
     Revision: $Id$

     This DTD module is identified by the PUBLIC and SYSTEM identifiers:

        PUBLIC "-//W3C//ENTITIES SVG Full Container Attribute 1.0//EN"
        SYSTEM "svg-container-attrib-f-1.mod"

     ....................................................................... -->

<!-- Full Container Attribute

        clip-to-self, comp-op, enable-background, knock-out

     This module defines the Container attribute set.
-->

<!-- 'enable-background' property/attribute value (e.g., 'new', 'accumulate') -->
<!ENTITY % EnableBackgroundValue.datatype "CDATA" >

<!ENTITY % SVG.clip-to-self.attrib
    "clip-to-self %Boolean.datatype; #IMPLIED"
>

<!ENTITY % SVG.comp-op.attrib
    "comp-op ( clear | src | dst | src_over | dst_over | src_in | dst_in |
               src_out | dst_out | src_atop | dst_atop | xor | plus | multiply |
               screen | overlay | darken | lighten | color_dodge | color_burn |
               hard_light | soft_light | difference | exclusion | inherit )
               'src_over'"
>

<!ENTITY % SVG.enable-background.attrib
    "enable-background %EnableBackgroundValue.datatype; #IMPLIED"
>

<!ENTITY % SVG.knock-out.attrib
    "knock-out %Boolean.datatype; #IMPLIED"
>

<!ENTITY % SVG.Container.extra.attrib "" >

<!ENTITY % SVG.Container.attrib
    "%SVG.clip-to-self.attrib;
     %SVG.comp-op.attrib;
     %SVG.enable-background.attrib;
     %SVG.knock-out.attrib;
     %SVG.Container.extra.attrib;"
>

<!-- end of svg-container-attrib-f-1.mod -->
