svg:pathType

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
d svg:PathDataType required
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
marker-end svg:MarkerValueType optional
marker-mid svg:MarkerValueType optional
marker-start svg:MarkerValueType 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
pathLength double optional
pointer-events restriction of string optional
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:path

Source

<complexType name="pathType">
  <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"/>
  <attributeGroup ref="svg:PresentationAttributes-Markers"/>
  <attribute name="transform" type="svg:TransformListType" use="optional"/>
  <attributeGroup ref="svg:graphicsElementEvents"/>
  <attribute name="d" type="svg:PathDataType" use="required"/>
  <attribute name="pathLength" type="double" use="optional"/>
</complexType>