2.6.3.3 CT_DataLabelFieldTable

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

Referenced by: dlblFieldTable

The CT_DataLabelFieldTable is a complex type that contains one or more CT_DataLabelFieldTableEntry entries (section 2.6.3.4) which specify the formula references of each of the cell-reference text fields in the parent Datalabel text (section 2.2.1.3).<71> Each Datalabel can have one or more of these cell-reference fields. This complex type contains one entry for each cell-reference field, identifying the field it references using the GUID of the field. This is pointed to by the txfldGUID element of CT_DataLabelFieldTableEntry.

Child Elements:

dlblFTEntry: A CT_DataLabelFieldTableEntry element that specifies the formula reference for a single cell-reference field in the Datalabel text. This formula reference points to the text value of the field.

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

 <xsd:complexType name="CT_DataLabelFieldTable">
   <xsd:sequence>
     <xsd:element name="dlblFTEntry" type="CT_DataLabelFieldTableEntry" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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