Overview Schemas Index

EXTENDED_MEASURE_REPRESENTATION_MIM (jsdai.SExtended_measure_representation_mim)


FUNCTION value_range_wr3
          (agg : compound_item_definition) : BOOLEAN;

 BEGIN IF ( SIZEOF  ( QUERY  ( i1 <* agg | ( 'qualified_measure_schema.measure_representation_item' IN  TYPEOF  ( i1 ) ) AND  ( SIZEOF ( QUERY ( i2 <* agg | ( 'qualified_measure_schema.measure_representation_item' IN TYPEOF ( i2 ) ) AND  ( i1 :<>: i2 ) AND ( i1 \ measure_with_unit . unit_component :=: i2 \ measure_with_unit . unit_component ) ) ) = 1 ) ) ) = 2 ) THEN RETURN  ( TRUE ) ; ELSE RETURN ( FALSE ) ; END_IF ; END ; 

END_FUNCTION; -- value_range_wr3

public class FValue_range_wr3
          public static Value run(SdaiContext _context, Value agg)