CT_TextPath

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
fitpath ST_TrueFalse optional
fitshape ST_TrueFalse optional
id xsd:string optional
on ST_TrueFalse optional
string xsd:string optional
style xsd:string optional
trim ST_TrueFalse optional
xscale ST_TrueFalse optional

Used By

Element textpath

Source

<xsd:complexType name="CT_TextPath">
  <xsd:attributeGroup ref="AG_Id"/>
  <xsd:attributeGroup ref="AG_Style"/>
  <xsd:attribute name="on" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="fitshape" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="fitpath" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="trim" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="xscale" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="string" type="xsd:string" use="optional"/>
</xsd:complexType>