This variation means that an instance can only be classified by one of the subclasses. The instance cannot be classified as only the superclass, and it cannot be classified by two subclasses at the same time.

For example, in the subsequent diagram, two instances are shown. One is an instance of “Windshield Manufacturer”, and one is an instance of “Car Manufacturer”. There can be no instance of “Manufacturer” that is not also an instance of one of the subclasses, and there can be no instance that is classified as both a “Windshield Manufacturer” and a “Car Manufacturer” at the same time.

Disjoint and complete instances.

The diagram below shows an example of disjoint and complete subclasses in standard UML notation. The diagram shows that “Steering Wheel Manufacturer”, “Car Manufacturer”, and “Windshield Manufacturer” are all subclasses of “Manufacturer”. In addition, the standard UML {complete, disjoint} notation declares that the subclasses are complete and disjoint. 

Disjoint and complete subclasses in standard UML notation.