mei:svg_attlist.textPath

Attribute Group Information

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

Used By

Element svg:textPath

Source

<xs:attributeGroup name="svg_attlist.textPath">
  <xs:attributeGroup ref="mei:svg_SVG.Core.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Conditional.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Style.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.TextContent.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Font.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Paint.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Color.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Opacity.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Graphics.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Clip.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Mask.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Filter.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.GraphicalEvents.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Cursor.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.XLinkRequired.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.External.attrib"/>
  <xs:attribute name="startOffset" type="mei:svg_Length.datatype"/>
  <xs:attribute name="textLength" type="mei:svg_Length.datatype"/>
  <xs:attribute name="lengthAdjust">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="spacing"/>
        <xs:enumeration value="spacingAndGlyphs"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="method">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="align"/>
        <xs:enumeration value="stretch"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="spacing">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="auto"/>
        <xs:enumeration value="exact"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>