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