<complexType name="feSpecularLightingType">
<sequence>
<choice>
<element ref="svg:feDistantLight"/>
<element ref="svg:fePointLight"/>
<element ref="svg:feSpotLight"/>
</choice>
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="svg:animate"/>
<element ref="svg:set"/>
<element ref="svg:animateColor"/>
</choice>
</sequence>
<attributeGroup ref="svg:stdAttrs"/>
<attribute name="class" type="svg:ClassListType" use="optional"/>
<attribute name="style" type="svg:StyleSheetType" use="optional"/>
<attributeGroup ref="svg:PresentationAttributes-LightingEffects"/>
<attributeGroup ref="svg:filter_primitive_attributes_with_in"/>
<attribute name="surfaceScale" type="double" use="optional"/>
<attribute name="specularConstant" type="double" use="optional"/>
<attribute name="specularExponent" type="double" use="optional"/>
</complexType> |