  <define name='svg.feGaussianBlur.content'>
    <zeroOrMore>
      <choice>
        <ref name='animate'/>
        <ref name='set'/>
      </choice>
    </zeroOrMore>
  </define>

  <define name='feGaussianBlur'>
    <element name='feGaussianBlur'>
      <ref name='attlist.feGaussianBlur'/>
      <ref name='svg.feGaussianBlur.content'/>
    </element>
  </define>

  <define name='attlist.feGaussianBlur' combine='interleave'>
    <ref name='svg.Core.attrib'/>
    <ref name='svg.FilterColor.attrib'/>
    <ref name='svg.FilterPrimitiveWithIn.attrib'/>
    <optional>
      <attribute name='stdDeviation'>
        <ref name='NumberOptionalNumber.datatype'/>
      </attribute>
    </optional>
  </define>
  