2.1.3.14 TDataSourceVariables

In CSDLBI 2.0 and CSDLBI 2.5, the TDataSourceVariables simple type<23> indicates whether the dataset supports variables for data sources.

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

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

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

Value

Meaning

0

Data source variables are not supported. This is the default value.

1

Data source variables are supported.