2.1.3.10 TInOperator

In CSDLBI 2.0 and CSDLBI 2.5, the TInOperator simple type<19> indicates whether the dataset supports the In operation.

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

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

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

Value

Meaning

0

The In operation is not supported. This is the default value.

1

The In operation is supported.