Overview Schemas Index

EXTENDED_MEASURE_REPRESENTATION_MIM (jsdai.SExtended_measure_representation_mim)


FUNCTION value_range_wr1
          (agg : compound_item_definition) : BOOLEAN;

 BEGIN IF ( SIZEOF  ( agg ) = 2 ) AND ( ( SIZEOF  ( QUERY  ( i1 <* agg | ( 'qualified_measure_schema.measure_representation_item' IN  TYPEOF  ( i1 ) ) ) ) = 2 ) OR ( SIZEOF ( QUERY ( i2 <* agg | ( 'representation_schema.value_representation_item' IN TYPEOF ( i2 ) ) ) ) = 2 ) ) THEN RETURN  ( TRUE ) ; ELSE RETURN ( FALSE ) ; END_IF ; END ; 

END_FUNCTION; -- value_range_wr1

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