複合条件とは、複数の他の条件を組み合わせたものです。 複合条件の構文は以下のとおりです: { (condition) | NOT condition | condition { AND | OR } condition } 条件NOT、AND、ORの詳細については、論理条件を参照してください。