protocol Airport
  description   The human airport protocol used in the interaction
  section Check In Message used during Check-In procedure.
  section OddSize Lug Message used for the Odd Size Luggage desk
  section Security Message used during the Security procedure.
  section Boarding Message used during the Boarding procedure.
  section Transport Message used during the Transport process.
  section Airplane Message used in the Airplane process.
  component Air-Passenger Represents an airport Passenger.
  component Check-In Represents a Service Check-In procedure.
  component Odd-Size-Desk Represents the Odd Size Luggage desk.
  component Security-Check Represents the Security Check procedure.
  component Boarding Represents the Boarding procedure.
  component Baggage-Transport Represents the Baggage Transport system.
  component Airplane Represents the actual Airplane.