| diagram | ![]() |
||
| namespace | http://www.w3.org/2000/svg | ||
| properties |
|
||
| children | svg:desc svg:title svg:metadata svg:tspan svg:tref svg:altGlyph svg:a svg:animate svg:set svg:animateColor | ||
| used by |
|
||
| attributes | |||
| source | <xs:complexType name="tspanType" 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:altGlyph"/> <xs:element ref="svg:a"/> <xs:element ref="svg:animate"/> <xs:element ref="svg:set"/> <xs:element ref="svg:animateColor"/> </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:graphicsElementEvents"/> <xs:attribute name="x" type="svg:CoordinatesType" use="optional"/> <xs:attribute name="y" type="svg:CoordinatesType" use="optional"/> <xs:attribute name="dx" type="svg:LengthsType" use="optional"/> <xs:attribute name="dy" type="svg:LengthsType" use="optional"/> <xs:attribute name="rotate" type="string" 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> |
| type | xs:boolean | ||||
| properties |
|
||||
| source | <xs:attribute name="externalResourcesRequired" type="boolean" use="optional"/> |
| type | svg:ClassListType | ||||
| properties |
|
||||
| source | <xs:attribute name="class" type="svg:ClassListType" use="optional"/> |
| type | svg:StyleSheetType | ||||
| properties |
|
||||
| source | <xs:attribute name="style" type="svg:StyleSheetType" use="optional"/> |
| type | svg:CoordinatesType | ||||
| properties |
|
||||
| source | <xs:attribute name="x" type="svg:CoordinatesType" use="optional"/> |
| type | svg:CoordinatesType | ||||
| properties |
|
||||
| source | <xs:attribute name="y" type="svg:CoordinatesType" use="optional"/> |
| type | svg:LengthsType | ||||
| properties |
|
||||
| source | <xs:attribute name="dx" type="svg:LengthsType" use="optional"/> |
| type | svg:LengthsType | ||||
| properties |
|
||||
| source | <xs:attribute name="dy" type="svg:LengthsType" use="optional"/> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="rotate" type="string" use="optional"/> |
| type | svg:LengthType | ||||
| properties |
|
||||
| facets |
|
||||
| source | <xs:attribute name="textLength" type="svg:LengthType" use="optional"/> |
| type | restriction of xs:string | ||||
| properties |
|
||||
| facets |
|
||||
| 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> |