2.1.3.15 TVisualCalculations

In CSDLBI 2.0 and CSDLBI 2.5, the TVisualCalculations simple type<24> indicates whether the dataset supports visual calculations.

The TVisualCalculations simple type is defined in the schema as follows.

       <xs:simpleType name="TVisualCalculations">
         <xs:restriction base="xs:int">
           <xs:enumeration value="0" />
           <xs:enumeration value="1" />
         </xs:restriction>
       </xs:simpleType>

The possible values for the TVisualCalculations type are specified in the following table.

Value

Meaning

0

Visual calculations are not supported. This is the default value.

1

Visual calculations are supported.