2.6.200 CT_CalcFeatures

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

Referenced by: calcFeatures

This element specifies a list of CT_CalcFeature elements (section 2.6.199).

Child Elements:

feature: A CT_CalcFeature element that specifies a calculation engine feature.

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

 <xsd:complexType name="CT_CalcFeatures">
   <xsd:sequence>
     <xsd:element name="feature" minOccurs="1" maxOccurs="unbounded" type="CT_CalcFeature"/>
   </xsd:sequence>
 </xsd:complexType>

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