2.24.3.85 CT_TextData

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

Referenced by: CT_Text

A complex type<552> that specifies text data.

Child Elements:

f: A CT_Formula element<553> that specifies a data reference.

v: A string ([XMLSCHEMA2/2] section 3.2.1) element<554> that specifies the cached text.

v: A string ([XMLSCHEMA2/2] section 3.2.1) element<555> that specifies the literal text.

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

 <xsd:complexType name="CT_TextData">
   <xsd:choice minOccurs="1" maxOccurs="1">
     <xsd:sequence>
       <xsd:element name="f" type="CT_Formula" minOccurs="1" maxOccurs="1"/>
       <xsd:element name="v" type="xsd:string" minOccurs="0" maxOccurs="1"/>
     </xsd:sequence>
     <xsd:element name="v" type="xsd:string" minOccurs="1" maxOccurs="1"/>
   </xsd:choice>
 </xsd:complexType>

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