svg:textPath

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment-baseline restriction of xs:token optional
baseline-shift mei:svg_BaselineShiftValue.datatype optional
class mei:svg_ClassList.datatype optional
clip-path mei:svg_ClipPathValue.datatype optional
clip-rule mei:svg_ClipFillRule.datatype optional
color mei:svg_Color.datatype optional
color-interpolation restriction of xs:token optional
color-rendering restriction of xs:token optional
cursor mei:svg_CursorValue.datatype optional
direction restriction of xs:token optional
display restriction of xs:token optional
dominant-baseline restriction of xs:token optional
externalResourcesRequired mei:svg_Boolean.datatype optional
fill mei:svg_Paint.datatype optional
fill-opacity mei:svg_OpacityValue.datatype optional
fill-rule mei:svg_ClipFillRule.datatype optional
filter mei:svg_FilterValue.datatype optional
font-family mei:svg_FontFamilyValue.datatype optional
font-size mei:svg_FontSizeValue.datatype optional
font-size-adjust mei:svg_FontSizeAdjustValue.datatype optional
font-stretch restriction of xs:token optional
font-style restriction of xs:token optional
font-variant restriction of xs:token optional
font-weight restriction of xs:token optional
glyph-orientation-horizontal mei:svg_GlyphOrientationHorizontalValue.datatype optional
glyph-orientation-vertical mei:svg_GlyphOrientationVerticalValue.datatype optional
id xs:ID optional
image-rendering restriction of xs:token optional
kerning mei:svg_KerningValue.datatype optional
lengthAdjust restriction of xs:token optional
letter-spacing mei:svg_SpacingValue.datatype optional
mask mei:svg_MaskValue.datatype optional
method restriction of xs:token optional
onactivate mei:svg_Script.datatype optional
onclick mei:svg_Script.datatype optional
onfocusin mei:svg_Script.datatype optional
onfocusout mei:svg_Script.datatype optional
onload mei:svg_Script.datatype optional
onmousedown mei:svg_Script.datatype optional
onmousemove mei:svg_Script.datatype optional
onmouseout mei:svg_Script.datatype optional
onmouseover mei:svg_Script.datatype optional
onmouseup mei:svg_Script.datatype optional
opacity mei:svg_OpacityValue.datatype optional
pointer-events restriction of xs:token optional
requiredExtensions mei:svg_ExtensionList.datatype optional
requiredFeatures mei:svg_FeatureList.datatype optional
shape-rendering restriction of xs:token optional
spacing restriction of xs:token optional
startOffset mei:svg_Length.datatype optional
stroke mei:svg_Paint.datatype optional
stroke-dasharray mei:svg_StrokeDashArrayValue.datatype optional
stroke-dashoffset mei:svg_StrokeDashOffsetValue.datatype optional
stroke-linecap restriction of xs:token optional
stroke-linejoin restriction of xs:token optional
stroke-miterlimit mei:svg_StrokeMiterLimitValue.datatype optional
stroke-opacity mei:svg_OpacityValue.datatype optional
stroke-width mei:svg_StrokeWidthValue.datatype optional
style mei:svg_StyleSheet.datatype optional
systemLanguage mei:svg_LanguageCodes.datatype optional
text-anchor restriction of xs:token optional
text-decoration mei:svg_TextDecorationValue.datatype optional
text-rendering restriction of xs:token optional
textLength mei:svg_Length.datatype optional
unicode-bidi restriction of xs:token optional
visibility restriction of xs:token optional
word-spacing mei:svg_SpacingValue.datatype optional
xlink:actuate restriction of xs:token optional
xlink:arcrole mei:svg_URI.datatype optional
xlink:href mei:svg_URI.datatype required
xlink:role mei:svg_URI.datatype optional
xlink:show restriction of xs:token optional
xlink:title optional
xlink:type restriction of xs:token simple optional
xml:base mei:svg_URI.datatype optional
xml:lang mei:svg_LanguageCode.datatype optional
xml:space restriction of xs:token optional

Source

<xs:element name="textPath" substitutionGroup="mei:svg_SVG.TextContent.class">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="mei:svg_SVG.textPath.content">
        <xs:attributeGroup ref="mei:svg_attlist.textPath"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample