2.24.3.84 CT_Text

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_ChartTitle, CT_AxisTitle, CT_AxisUnitsLabel, CT_Series

A complex type<549> that specifies text used on the chart. The text can be represented by data (and the data can itself be represented by a formula), or an OfficeArt TextBody.

Child Elements:

txData: A CT_TextData element<550> that specifies the text.

rich: A CT_TextBody ([ISO/IEC29500-1:2016] section A.4.1) element<551> that specifies literal text and formatting.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_Text">
   <xsd:sequence>
     <xsd:choice minOccurs="1" maxOccurs="1">
       <xsd:element name="txData" type="CT_TextData" minOccurs="1" maxOccurs="1"/>
       <xsd:element name="rich" type="a:CT_TextBody" minOccurs="1" maxOccurs="1"/>
     </xsd:choice>
   </xsd:sequence>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).