svg:tspanType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment-baseline restriction of string optional
base optional
baseline-shift svg:BaselineShiftValueType 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
direction restriction of string optional
display restriction of string optional
dominant-baseline restriction of string optional
dx svg:LengthsType optional
dy svg:LengthsType optional
externalResourcesRequired boolean optional
fill svg:PaintType optional
fill-opacity svg:OpacityValueType optional
fill-rule svg:ClipFillRuleType optional
filter svg:FilterValueType optional
font-family svg:FontFamilyValueType optional
font-size svg:FontSizeValueType optional
font-size-adjust svg:FontSizeAdjustValueType optional
font-stretch restriction of string optional
font-style restriction of string optional
font-variant restriction of string optional
font-weight restriction of string optional
glyph-orientation-horizontal svg:GlyphOrientationHorizontalValueType optional
glyph-orientation-vertical svg:GlyphOrientationVerticalValueType optional
id ID optional
image-rendering restriction of string optional
lang optional
lengthAdjust restriction of string optional
letter-spacing svg:SpacingValueType 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
requiredExtensions svg:ExtensionListType optional
requiredFeatures svg:FeatureListType optional
rotate string 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-anchor restriction of string optional
text-decoration svg:TextDecorationValueType optional
text-rendering restriction of string optional
textLength svg:LengthType optional
unicode-bidi restriction of string optional
visibility restriction of string optional
word-spacing svg:SpacingValueType optional
x svg:CoordinatesType optional
y svg:CoordinatesType optional

Used By

Element svg:tspan

Source

<complexType name="tspanType" mixed="true">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="svg:desc"/>
    <element ref="svg:title"/>
    <element ref="svg:metadata"/>
    <element ref="svg:tspan"/>
    <element ref="svg:tref"/>
    <element ref="svg:altGlyph"/>
    <element ref="svg:a"/>
    <element ref="svg:animate"/>
    <element ref="svg:set"/>
    <element ref="svg:animateColor"/>
  </choice>
  <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-FontSpecification"/>
  <attributeGroup ref="svg:PresentationAttributes-Graphics"/>
  <attributeGroup ref="svg:PresentationAttributes-TextContentElements"/>
  <attributeGroup ref="svg:graphicsElementEvents"/>
  <attribute name="x" type="svg:CoordinatesType" use="optional"/>
  <attribute name="y" type="svg:CoordinatesType" use="optional"/>
  <attribute name="dx" type="svg:LengthsType" use="optional"/>
  <attribute name="dy" type="svg:LengthsType" use="optional"/>
  <attribute name="rotate" type="string" use="optional"/>
  <attribute name="textLength" type="svg:LengthType" use="optional"/>
  <attribute name="lengthAdjust" use="optional">
    <simpleType>
      <restriction base="string">
        <enumeration value="spacing"/>
        <enumeration value="spacingAndGlyphs"/>
      </restriction>
    </simpleType>
  </attribute>
</complexType>