| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.w3.org/2000/svg | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | svg:feDistantLight svg:fePointLight svg:feSpotLight svg:animate svg:set svg:animateColor | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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> |
| type | svg:ClassListType | ||||
| properties |
|
||||
| source | <xs:attribute name="class" type="svg:ClassListType" use="optional"/> |
| type | svg:StyleSheetType | ||||
| properties |
|
||||
| source | <xs:attribute name="style" type="svg:StyleSheetType" use="optional"/> |
| type | xs:double | ||||
| properties |
|
||||
| source | <xs:attribute name="surfaceScale" type="double" use="optional"/> |
| type | xs:double | ||||
| properties |
|
||||
| source | <xs:attribute name="specularConstant" type="double" use="optional"/> |
| type | xs:double | ||||
| properties |
|
||||
| source | <xs:attribute name="specularExponent" type="double" use="optional"/> |