2.6.3.4 CT_DataLabelFieldTableEntry

Target namespace: http://schemas.microsoft.com/office/drawing/2012/chart

Referenced by: CT_DataLabelFieldTable

The CT_DataLabelFieldTableEntry is a complex type that specifies the formula reference used to obtain the text value of a cell reference field in the parent dLbl element ([ISO/IEC29500-1:2016] section 21.2.2.47).<72> A Datalabel (section 2.2.1.3) can contain more than one field pointing to formula references. This complex type associates one field in the Datalabel with the formula reference to which it refers.

Child Elements:

txfldGUID: A string ([XMLSCHEMA2/2] section 3.2.1) element that specifies the GUID (identifier) of the cell-reference field in the Datalabel text. This element is used to identify which field in the Datalabel text this entry corresponds to.

f: A string element ([XMLSCHEMA2/2] section 3.2.1) that specifies the formula reference of the text field in the Datalabel text whose GUID is identified by the txfldGUID element.

dlblFieldTableCache: A CT_StrData element ([ISO/IEC29500-1:2016] section A.5.1) that contains the value to be inserted into the ancestor Datalabel. This is a cached value obtained from the reference formula specified by the f element in the parent Datalabel field table entry.

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

 <xsd:complexType name="CT_DataLabelFieldTableEntry">
   <xsd:sequence>
     <xsd:element name="txfldGUID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="f" type="xsd:string" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="dlblFieldTableCache" type="c:CT_StrData" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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