Loop multiple taxonomy in custom post

You cannot natively query broadly by taxonomy, only by terms

If you study through Taxonomy Parameters in Codex it is now pretty easy to construct conditions for multiple sets of terms required.

Still it’s not completely flexible, I won’t know easy way to do things like “having any term in some taxonomy” on top of my head.