TYPE NDT_SPATIAL_PREDICATE = ENUMERATION OF (disjoint, touch, cross, within, overlaps, intersect, equal, relate); END_TYPE;