svg:fePointLightType

Complex Type Information

Model

Children: svg:animate, svg:set

Attributes

QName Type Fixed Default Use Inheritable Annotation
base optional
id ID optional
x double optional
y double optional
z double optional

Used By

Source

<complexType name="fePointLightType">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="svg:animate"/>
    <element ref="svg:set"/>
  </choice>
  <attributeGroup ref="svg:stdAttrs"/>
  <attribute name="x" type="double" use="optional"/>
  <attribute name="y" type="double" use="optional"/>
  <attribute name="z" type="double" use="optional"/>
</complexType>