<complexType name="feSpotLightType">
<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"/>
<attribute name="pointsAtX" type="double" use="optional"/>
<attribute name="pointsAtY" type="double" use="optional"/>
<attribute name="pointsAtZ" type="double" use="optional"/>
<attribute name="specularExponent" type="double" use="optional"/>
<attribute name="limitingConeAngle" type="double" use="optional"/>
</complexType> |