<complexType name="radialGradientType">
<sequence>
<group ref="svg:descTitleMetadata" minOccurs="0"/>
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="svg:stop"/>
<element ref="svg:animate"/>
<element ref="svg:set"/>
<element ref="svg:animateTransform"/>
</choice>
</sequence>
<attributeGroup ref="svg:stdAttrs"/>
<attributeGroup ref="svg:xlinkRefAttrs"/>
<attribute ref="xlink:href" use="optional"/>
<attribute name="externalResourcesRequired" type="boolean" use="optional"/>
<attribute name="gradientUnits" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="userSpaceOnUse"/>
<enumeration value="userSpace"/>
<enumeration value="objectBoundingBox"/>
</restriction>
</simpleType>
</attribute>
<attribute name="gradientTransform" type="svg:TransformListType" use="optional"/>
<attribute name="cx" type="svg:CoordinateType" use="optional"/>
<attribute name="cy" type="svg:CoordinateType" use="optional"/>
<attribute name="r" type="svg:LengthType" use="optional"/>
<attribute name="fx" type="svg:CoordinateType" use="optional"/>
<attribute name="fy" type="svg:CoordinateType" use="optional"/>
<attribute name="spreadMethod" default="pad">
<simpleType>
<restriction base="string">
<enumeration value="pad"/>
<enumeration value="reflect"/>
<enumeration value="repeat"/>
</restriction>
</simpleType>
</attribute>
</complexType> |