<complexType name="feTurbulenceType">
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="svg:animate"/>
<element ref="svg:set"/>
</choice>
<attributeGroup ref="svg:stdAttrs"/>
<attributeGroup ref="svg:filter_primitive_attributes"/>
<attribute name="baseFrequency" type="string" use="optional"/>
<attribute name="numOctaves" type="integer" use="optional"/>
<attribute name="seed" type="double" use="optional"/>
<attribute name="stitchTiles" default="noStitch">
<simpleType>
<restriction base="string">
<enumeration value="stitch"/>
<enumeration value="noStitch"/>
</restriction>
</simpleType>
</attribute>
<attribute name="type" default="turbulence">
<simpleType>
<restriction base="string">
<enumeration value="fractalNoise"/>
<enumeration value="turbulence"/>
</restriction>
</simpleType>
</attribute>
</complexType> |