default namespace id2245719 = "http://www.w3.org/2000/svg" namespace local = "" namespace inh = inherit namespace svg = "http://www.w3.org/2005/02/svg-annotations" svg.Properties.attr &= [ svg:animatable = "true" svg:inheritable = "true" ] attribute display-align { "auto" | "before" | "center" | "after" | "inherit" }?, [ svg:animatable = "true" svg:inheritable = "true" ] attribute line-increment { "auto" | "inherit" | Number.datatype }? svg.GCommon.group |= textArea [ xml:id = "textArea" ] div { textArea = element textArea { textArea.AT, ( element tspan { tspan.AT, ( tbreak | svg.TextCommon.group )* } | svg.TextCommon.group )* } textArea.AT &= svg.Properties.attr, svg.FocusHighlight.attr, svg.Core.attr, svg.Conditional.attr, svg.Focus.attr, svg.Transform.attr, svg.XY.attr, svg.Editable.attr, [ svg:animatable = "true" svg:inheritable = "false" ] attribute width { Length.datatype | "auto" }?, [ svg:animatable = "true" svg:inheritable = "false" ] attribute height { Length.datatype | "auto" }? } [ xml:id = "tbreak" ] div { tbreak = element tbreak { tbreak.AT, empty } tbreak.AT &= svg.Core.attr }