2.1.3.11 TTableConstructor

In CSDLBI 2.0 and CSDLBI 2.5, the TTableConstructor simple type<20> indicates whether the dataset supports the table constructor syntax.

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

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

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

Value

Meaning

0

The table constructor syntax is not supported. This is the default value.

1

The table constructor syntax is supported.