Element | svg:feSpecularLighting |
<xs:complexType name="svg_SVG.feSpecularLighting.content"> <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:complexType> |