1 2 3 4 5 6 7 8
<?xml version="1.0"?> <param xml:id='expression_logical_3'> <get> <amdaParam name='dst'/> </get> <process description="((dst>-7)&(dst<-3))|((-20<dst)&(-10>dst))">Or(And(greater_than($dst,-7),lower_than($dst,-3)),And(lower_than(-20,$dst),greater_than(-10,$dst)))</process> <output/> </param>