svg:stopType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
base optional
class svg:ClassListType optional
id ID optional
offset svg:LengthType required
stop-color svg:SVGColorType optional
stop-opacity svg:OpacityValueType optional
style svg:StyleSheetType optional

Used By

Element svg:stop

Source

<complexType name="stopType">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="svg:animate"/>
    <element ref="svg:set"/>
    <element ref="svg:animateColor"/>
  </choice>
  <attributeGroup ref="svg:stdAttrs"/>
  <attribute name="class" type="svg:ClassListType" use="optional"/>
  <attribute name="style" type="svg:StyleSheetType" use="optional"/>
  <attributeGroup ref="svg:PresentationAttributes-Gradients"/>
  <attribute name="offset" type="svg:LengthType" use="required"/>
</complexType>