svg:circleType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
base optional
class svg:ClassListType optional
clip-path svg:ClipPathValueType optional
clip-rule svg:ClipFillRuleType optional
color svg:ColorType optional
color-interpolation restriction of string optional
color-rendering restriction of string optional
cursor svg:CursorValueType optional
cx svg:CoordinateType optional
cy svg:CoordinateType optional
display restriction of string optional
externalResourcesRequired boolean optional
fill svg:PaintType optional
fill-opacity svg:OpacityValueType optional
fill-rule svg:ClipFillRuleType optional
filter svg:FilterValueType optional
id ID optional
image-rendering restriction of string optional
lang optional
mask svg:MaskValueType optional
onactivate svg:ScriptType optional
onclick svg:ScriptType optional
onfocusin svg:ScriptType optional
onfocusout svg:ScriptType optional
onload svg:ScriptType optional
onmousedown svg:ScriptType optional
onmousemove svg:ScriptType optional
onmouseout svg:ScriptType optional
onmouseover svg:ScriptType optional
onmouseup svg:ScriptType optional
opacity svg:OpacityValueType optional
pointer-events restriction of string optional
r svg:LengthType required
requiredExtensions svg:ExtensionListType optional
requiredFeatures svg:FeatureListType optional
shape-rendering restriction of string optional
space optional
stroke svg:PaintType optional
stroke-dasharray svg:StrokeDashArrayValueType optional
stroke-dashoffset svg:StrokeDashOffsetValueType optional
stroke-linecap restriction of string optional
stroke-linejoin restriction of string optional
stroke-miterlimit svg:StrokeMiterLimitValueType optional
stroke-opacity svg:OpacityValueType optional
stroke-width svg:StrokeWidthValueType optional
style svg:StyleSheetType optional
systemLanguage svg:LanguageCodesType optional
text-rendering restriction of string optional
transform svg:TransformListType optional
visibility restriction of string optional

Used By

Element svg:circle

Source

<complexType name="circleType">
  <sequence>
    <group ref="svg:descTitleMetadata" minOccurs="0"/>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element ref="svg:animate"/>
      <element ref="svg:set"/>
      <element ref="svg:animateMotion"/>
      <element ref="svg:animateColor"/>
      <element ref="svg:animateTransform"/>
    </choice>
  </sequence>
  <attributeGroup ref="svg:stdAttrs"/>
  <attributeGroup ref="svg:testAttrs"/>
  <attributeGroup ref="svg:langSpaceAttrs"/>
  <attribute name="externalResourcesRequired" type="boolean" use="optional"/>
  <attribute name="class" type="svg:ClassListType" use="optional"/>
  <attribute name="style" type="svg:StyleSheetType" use="optional"/>
  <attributeGroup ref="svg:PresentationAttributes-Color"/>
  <attributeGroup ref="svg:PresentationAttributes-FillStroke"/>
  <attributeGroup ref="svg:PresentationAttributes-Graphics"/>
  <attribute name="transform" type="svg:TransformListType" use="optional"/>
  <attributeGroup ref="svg:graphicsElementEvents"/>
  <attribute name="cx" type="svg:CoordinateType" use="optional"/>
  <attribute name="cy" type="svg:CoordinateType" use="optional"/>
  <attribute name="r" type="svg:LengthType" use="required"/>
</complexType>