2.6.199 CT_CalcFeature

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2018/calcfeatures

Referenced by: CT_CalcFeatures

This complex type specifies the name of a calculation engine feature that was present when the workbook was calculated.

Attributes:

name: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of the calculation engine feature.

Name

Calculation Engine Feature

"microsoft.com:RD"

Rich data (section 2.3.6) was present in the calculation engine

"microsoft.com:FV"

_FV or FIELDVALUE functions were present in the calculation engine

"microsoft.com:Single"

The SINGLE function was present in the calculation engine

"Microsoft.com:LET_WF"

The LET function was present in the calculation engine

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

 <xsd:complexType name="CT_CalcFeature">
   <xsd:attribute name="name" type="xsd:string" use="required"/>
 </xsd:complexType>

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