Examples
Big Bank plc
Customer
Customer: Overview

Personal Banking Customer

ℹ️

The original C4 model does not have customer views.

LikeC4 has no view types and therefore any limits.
We may visualize how customers interact with the system.

views {
 
  view customer of customer {
    include
      *,
      customer -> internetBankingSystem.*,
      customer -> bigbank.*
      
    exclude
      webApplication
 
    style bigbank {
      color muted
    }
    style customer {
      color green
    }
  }
 
}

The diagram:

rendering...