This is an enumeration variable designed to identify the type of data in a given node. HL_DataType can be any of the following possible values:
DTYPE_UNDEFINED_ID=-1 HL_SIMPLE=0 HL_ARRAY=1When new nodes are initiated, they contain HL_DataType=DTYPE_UNDEFINED.