complexType svg:feSpecularLightingType
diagram ddml31_p285.png
namespace http://www.w3.org/2000/svg
children svg:feDistantLight svg:fePointLight svg:feSpotLight svg:animate svg:set svg:animateColor
used by
element svg:feSpecularLighting
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:IDoptional      
baseoptional      
documentation
See http://www.w3.org/TR/xmlbase/ for
                     information about this attribute.
classsvg:ClassListTypeoptional      
stylesvg:StyleSheetTypeoptional      
lighting-colorsvg:SVGColorTypeoptional      
xsvg:CoordinateTypeoptional      
ysvg:CoordinateTypeoptional      
widthsvg:LengthTypeoptional      
heightsvg:LengthTypeoptional      
resultxs:stringoptional      
inxs:stringoptional      
surfaceScalexs:doubleoptional      
specularConstantxs:doubleoptional      
specularExponentxs:doubleoptional      
source <xs:complexType name="feSpecularLightingType">
 
<xs:sequence>
   
<xs:choice>
     
<xs:element ref="svg:feDistantLight"/>
     
<xs:element ref="svg:fePointLight"/>
     
<xs:element ref="svg:feSpotLight"/>
   
</xs:choice>
   
<xs:choice minOccurs="0" maxOccurs="unbounded">
     
<xs:element ref="svg:animate"/>
     
<xs:element ref="svg:set"/>
     
<xs:element ref="svg:animateColor"/>
   
</xs:choice>
 
</xs:sequence>
 
<xs:attributeGroup ref="svg:stdAttrs"/>
 
<xs:attribute name="class" type="svg:ClassListType" use="optional"/>
 
<xs:attribute name="style" type="svg:StyleSheetType" use="optional"/>
 
<xs:attributeGroup ref="svg:PresentationAttributes-LightingEffects"/>
 
<xs:attributeGroup ref="svg:filter_primitive_attributes_with_in"/>
 
<xs:attribute name="surfaceScale" type="double" use="optional"/>
 
<xs:attribute name="specularConstant" type="double" use="optional"/>
 
<xs:attribute name="specularExponent" type="double" use="optional"/>
</xs:complexType>

attribute svg:feSpecularLightingType/@class
type svg:ClassListType
properties
isRef 0
use optional
source <xs:attribute name="class" type="svg:ClassListType" use="optional"/>

attribute svg:feSpecularLightingType/@style
type svg:StyleSheetType
properties
isRef 0
use optional
source <xs:attribute name="style" type="svg:StyleSheetType" use="optional"/>

attribute svg:feSpecularLightingType/@surfaceScale
type xs:double
properties
isRef 0
use optional
source <xs:attribute name="surfaceScale" type="double" use="optional"/>

attribute svg:feSpecularLightingType/@specularConstant
type xs:double
properties
isRef 0
use optional
source <xs:attribute name="specularConstant" type="double" use="optional"/>

attribute svg:feSpecularLightingType/@specularExponent
type xs:double
properties
isRef 0
use optional
source <xs:attribute name="specularExponent" type="double" use="optional"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy