Comment : Charset=windows-1252
Request : inquire extend(relation(heading(attr(intinterval))body(tuple(attr(begin(1)end(5))))),(the_begin(the_begin(attr))the_end(the_end(attr))))
Reply   : RELATION(HEADING(THE_BEGIN(INT)ATTR(INTINTERVAL)THE_END(INT))BODY(TUPLE(THE_BEGIN(1)ATTR(BEGIN(1)END(5))THE_END(5))))
Request : inquire extend(relation(heading(attr(intinterval))body(tuple(attr(begin(3)end(7)))tuple(attr(begin(13)end(17))))),(the_begin(the_begin(attr))the_end(the_end(attr))))
Reply   : RELATION(HEADING(THE_BEGIN(INT)ATTR(INTINTERVAL)THE_END(INT))BODY(TUPLE(THE_BEGIN(3)ATTR(BEGIN(3)END(7))THE_END(7))TUPLE(THE_BEGIN(13)ATTR(BEGIN(13)END(17))THE_END(17))))
Request : inquire extend(relation(heading(attr(intinterval))body(tuple(attr(begin(1))))),(the_begin(the_begin(attr))the_end(the_end(attr))))
Reply   : 858993459:-1:java.lang.IllegalArgumentException:Infinite interval value has no END component value.
Request : inquire extend(relation(heading(attr(intinterval))body(tuple(attr(begin(1))))),(the_begin(the_begin(attr))))
Reply   : RELATION(HEADING(THE_BEGIN(INT)ATTR(INTINTERVAL))BODY(TUPLE(THE_BEGIN(1)ATTR(BEGIN(1)))))
Request : 
Request : inquire extend(relation(heading(attr(dateinterval))body(tuple(attr(begin(2001-03-07)end(2005-11-19))))),(beginyear(the_year(the_begin(attr)))endyear(the_year(the_end(attr)))))
Reply   : RELATION(HEADING(ATTR(DATEINTERVAL)ENDYEAR(INT)BEGINYEAR(INT))BODY(TUPLE(ATTR(BEGIN(2001-03-07)END(2005-11-19))ENDYEAR(2005)BEGINYEAR(2001))))
Request : inquire extend(relation(heading(attr(dateinterval))body(tuple(attr(begin(2001-03-07)end(2005-11-19))))),(beginmonth(the_month(the_begin(attr)))endmonth(the_month(the_end(attr)))))
Reply   : RELATION(HEADING(ENDMONTH(INT)ATTR(DATEINTERVAL)BEGINMONTH(INT))BODY(TUPLE(ENDMONTH(11)ATTR(BEGIN(2001-03-07)END(2005-11-19))BEGINMONTH(3))))
Request : inquire extend(relation(heading(attr(boolean))body(tuple(attr(true)))),(the_yn(the_yn(attr))))
Reply   : RELATION(HEADING(THE_YN(STRING)ATTR(BOOLEAN))BODY(TUPLE(ATTR(True)THE_YN(Y))))
Request : inquire extend(relation(heading(attr(decimal))body(tuple(attr(-1.5))tuple(attr(1.5))tuple(attr(5)))),(the_string(the_string(attr))))
Reply   : RELATION(HEADING(THE_STRING(STRING)ATTR(DECIMAL))BODY(TUPLE(THE_STRING(-1.5)ATTR(-1.5))TUPLE(THE_STRING(1.5)ATTR(1.5))TUPLE(THE_STRING(5.)ATTR(5.))))
Request : inquire extend(relation(heading(attr(float))body(tuple(attr(-1.5))tuple(attr(1.5))tuple(attr(5E35))tuple(attr(0.55E-35)))),(the_string(the_string(attr))))
Reply   : RELATION(HEADING(THE_STRING(STRING)ATTR(FLOAT))BODY(TUPLE(THE_STRING(-1.5)ATTR(-1.5))TUPLE(THE_STRING(5.5E-36)ATTR(5.5E-36))TUPLE(THE_STRING(1.5)ATTR(1.5))TUPLE(THE_STRING(5.0E35)ATTR(5.0E35))))
Request : inquire extend(relation(heading(attr(int))body(tuple(attr(-1))tuple(attr(5)))),(the_string(the_string(attr))))
Reply   : RELATION(HEADING(THE_STRING(STRING)ATTR(INT))BODY(TUPLE(THE_STRING(-1)ATTR(-1))TUPLE(THE_STRING(5)ATTR(5))))
Request : inquire extend(relation(heading(attr(long))body(tuple(attr(-1))tuple(attr(5)))),(the_string(the_string(attr))))
Reply   : RELATION(HEADING(THE_STRING(STRING)ATTR(LONG))BODY(TUPLE(THE_STRING(-1)ATTR(-1))TUPLE(THE_STRING(5)ATTR(5))))
Request : inquire extend(relation(heading(attr(name))body(tuple(attr(abc))tuple(attr(ABC)))),(the_string(the_string(attr))))
Reply   : RELATION(HEADING(THE_STRING(STRING)ATTR(NAME))BODY(TUPLE(THE_STRING(ABC)ATTR(ABC))))
Request : 
Request : inquire extend(relation(heading(attr(int))body(tuple(attr(-1))tuple(attr(5)))),(the_hex(the_hex(attr))))
Reply   : RELATION(HEADING(ATTR(INT)THE_HEX(STRING))BODY(TUPLE(ATTR(5)THE_HEX(5))TUPLE(ATTR(-1)THE_HEX(FFFFFFFF))))
Request : inquire extend(relation(heading(attr(long))body(tuple(attr(-1))tuple(attr(5)))),(the_hex(the_hex(attr))))
Reply   : RELATION(HEADING(ATTR(LONG)THE_HEX(STRING))BODY(TUPLE(ATTR(5)THE_HEX(5))TUPLE(ATTR(-1)THE_HEX(FFFFFFFFFFFFFFFF))))
END
