complexType svg:textType
diagram ddml31_p323.png
namespace http://www.w3.org/2000/svg
properties
mixed true
children svg:desc svg:title svg:metadata svg:tspan svg:tref svg:textPath svg:altGlyph svg:a svg:animate svg:set svg:animateMotion svg:animateColor svg:animateTransform
used by
element svg:text
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:IDoptional      
baseoptional      
documentation
See http://www.w3.org/TR/xmlbase/ for
                     information about this attribute.
requiredFeaturessvg:FeatureListTypeoptional      
requiredExtensionssvg:ExtensionListTypeoptional      
systemLanguagesvg:LanguageCodesTypeoptional      
langoptional      
documentation
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
spaceoptional      
externalResourcesRequiredxs:booleanoptional      
classsvg:ClassListTypeoptional      
stylesvg:StyleSheetTypeoptional      
colorsvg:ColorTypeoptional      
color-interpolationderived by: xs:stringoptional      
color-renderingderived by: xs:stringoptional      
fillsvg:PaintTypeoptional      
fill-opacitysvg:OpacityValueTypeoptional      
fill-rulesvg:ClipFillRuleTypeoptional      
strokesvg:PaintTypeoptional      
stroke-dasharraysvg:StrokeDashArrayValueTypeoptional      
stroke-dashoffsetsvg:StrokeDashOffsetValueTypeoptional      
stroke-linecapderived by: xs:stringoptional      
stroke-linejoinderived by: xs:stringoptional      
stroke-miterlimitsvg:StrokeMiterLimitValueTypeoptional      
stroke-opacitysvg:OpacityValueTypeoptional      
stroke-widthsvg:StrokeWidthValueTypeoptional      
font-familysvg:FontFamilyValueTypeoptional      
font-sizesvg:FontSizeValueTypeoptional      
font-size-adjustsvg:FontSizeAdjustValueTypeoptional      
font-stretchderived by: xs:stringoptional      
font-stylederived by: xs:stringoptional      
font-variantderived by: xs:stringoptional      
font-weightderived by: xs:stringoptional      
clip-pathsvg:ClipPathValueTypeoptional      
clip-rulesvg:ClipFillRuleTypeoptional      
cursorsvg:CursorValueTypeoptional      
displayderived by: xs:stringoptional      
filtersvg:FilterValueTypeoptional      
image-renderingderived by: xs:stringoptional      
masksvg:MaskValueTypeoptional      
opacitysvg:OpacityValueTypeoptional      
pointer-eventsderived by: xs:stringoptional      
shape-renderingderived by: xs:stringoptional      
text-renderingderived by: xs:stringoptional      
visibilityderived by: xs:stringoptional      
alignment-baselinederived by: xs:stringoptional      
baseline-shiftsvg:BaselineShiftValueTypeoptional      
directionderived by: xs:stringoptional      
dominant-baselinederived by: xs:stringoptional      
glyph-orientation-horizontalsvg:GlyphOrientationHorizontalValueTypeoptional      
glyph-orientation-verticalsvg:GlyphOrientationVerticalValueTypeoptional      
letter-spacingsvg:SpacingValueTypeoptional      
text-anchorderived by: xs:stringoptional      
text-decorationsvg:TextDecorationValueTypeoptional      
unicode-bididerived by: xs:stringoptional      
word-spacingsvg:SpacingValueTypeoptional      
writing-modederived by: xs:stringoptional      
transformsvg:TransformListTypeoptional      
onfocusinsvg:ScriptTypeoptional      
onfocusoutsvg:ScriptTypeoptional      
onactivatesvg:ScriptTypeoptional      
onclicksvg:ScriptTypeoptional      
onmousedownsvg:ScriptTypeoptional      
onmouseupsvg:ScriptTypeoptional      
onmouseoversvg:ScriptTypeoptional      
onmousemovesvg:ScriptTypeoptional      
onmouseoutsvg:ScriptTypeoptional      
onloadsvg:ScriptTypeoptional      
xsvg:CoordinateTypeoptional      
ysvg:CoordinateTypeoptional      
textLengthsvg:LengthTypeoptional      
lengthAdjustderived by: xs:stringoptional      
source <xs:complexType name="textType" mixed="true">
 
<xs:choice minOccurs="0" maxOccurs="unbounded">
   
<xs:element ref="svg:desc"/>
   
<xs:element ref="svg:title"/>
   
<xs:element ref="svg:metadata"/>
   
<xs:element ref="svg:tspan"/>
   
<xs:element ref="svg:tref"/>
   
<xs:element ref="svg:textPath"/>
   
<xs:element ref="svg:altGlyph"/>
   
<xs:element ref="svg:a"/>
   
<xs:element ref="svg:animate"/>
   
<xs:element ref="svg:set"/>
   
<xs:element ref="svg:animateMotion"/>
   
<xs:element ref="svg:animateColor"/>
   
<xs:element ref="svg:animateTransform"/>
 
</xs:choice>
 
<xs:attributeGroup ref="svg:stdAttrs"/>
 
<xs:attributeGroup ref="svg:testAttrs"/>
 
<xs:attributeGroup ref="svg:langSpaceAttrs"/>
 
<xs:attribute name="externalResourcesRequired" type="boolean" use="optional"/>
 
<xs:attribute name="class" type="svg:ClassListType" use="optional"/>
 
<xs:attribute name="style" type="svg:StyleSheetType" use="optional"/>
 
<xs:attributeGroup ref="svg:PresentationAttributes-Color"/>
 
<xs:attributeGroup ref="svg:PresentationAttributes-FillStroke"/>
 
<xs:attributeGroup ref="svg:PresentationAttributes-FontSpecification"/>
 
<xs:attributeGroup ref="svg:PresentationAttributes-Graphics"/>
 
<xs:attributeGroup ref="svg:PresentationAttributes-TextContentElements"/>
 
<xs:attributeGroup ref="svg:PresentationAttributes-TextElements"/>
 
<xs:attribute name="transform" type="svg:TransformListType" use="optional"/>
 
<xs:attributeGroup ref="svg:graphicsElementEvents"/>
 
<xs:attribute name="x" type="svg:CoordinateType" use="optional"/>
 
<xs:attribute name="y" type="svg:CoordinateType" use="optional"/>
 
<xs:attribute name="textLength" type="svg:LengthType" use="optional"/>
 
<xs:attribute name="lengthAdjust" use="optional">
   
<xs:simpleType>
     
<xs:restriction base="string">
       
<xs:enumeration value="spacing"/>
       
<xs:enumeration value="spacingAndGlyphs"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:complexType>

attribute svg:textType/@externalResourcesRequired
type xs:boolean
properties
isRef 0
use optional
source <xs:attribute name="externalResourcesRequired" type="boolean" use="optional"/>

attribute svg:textType/@class
type svg:ClassListType
properties
isRef 0
use optional
source <xs:attribute name="class" type="svg:ClassListType" use="optional"/>

attribute svg:textType/@style
type svg:StyleSheetType
properties
isRef 0
use optional
source <xs:attribute name="style" type="svg:StyleSheetType" use="optional"/>

attribute svg:textType/@transform
type svg:TransformListType
properties
isRef 0
use optional
source <xs:attribute name="transform" type="svg:TransformListType" use="optional"/>

attribute svg:textType/@x
type svg:CoordinateType
properties
isRef 0
use optional
facets
pattern ((((\+|\-)?((\d+)))|((\+|\-)?(((((\d+)?\.(\d+))|((\d+)\.))([eE](\+|\-)?(\d+))?)|((\d+)([eE](\+|\-)?(\d+))))))(em|ex|px|pt|pc|cm|mm|in|%)?)
source <xs:attribute name="x" type="svg:CoordinateType" use="optional"/>

attribute svg:textType/@y
type svg:CoordinateType
properties
isRef 0
use optional
facets
pattern ((((\+|\-)?((\d+)))|((\+|\-)?(((((\d+)?\.(\d+))|((\d+)\.))([eE](\+|\-)?(\d+))?)|((\d+)([eE](\+|\-)?(\d+))))))(em|ex|px|pt|pc|cm|mm|in|%)?)
source <xs:attribute name="y" type="svg:CoordinateType" use="optional"/>

attribute svg:textType/@textLength
type svg:LengthType
properties
isRef 0
use optional
facets
pattern ((((\+|\-)?((\d+)))|((\+|\-)?(((((\d+)?\.(\d+))|((\d+)\.))([eE](\+|\-)?(\d+))?)|((\d+)([eE](\+|\-)?(\d+))))))(em|ex|px|pt|pc|cm|mm|in|%)?)
source <xs:attribute name="textLength" type="svg:LengthType" use="optional"/>

attribute svg:textType/@lengthAdjust
type restriction of xs:string
properties
isRef 0
use optional
facets
enumeration spacing
enumeration spacingAndGlyphs
source <xs:attribute name="lengthAdjust" use="optional">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="spacing"/>
     
<xs:enumeration value="spacingAndGlyphs"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy