2.3.25 CT_DataField

Referenced by: CT_DataFields

A PivotTable data field.

Attributes:

Name: The PivotTable data field caption.

Id: An identifier for the PivotTable data field.

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

 <xs:complexType name="CT_DataField">
   <xs:attribute name="Name" type="ST_nonEmptyString"/>
   <xs:attribute name="Id" type="ST_nonEmptyString"/>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).