for $a in collection("11.8.1.dbxml")/order where $a/total > xs:decimal("11000.0") order by $a/total descending return {$a/@id} {$a/order_date} {$a/total}