Read First: Object Type Partition A partition that requires all objects of the generalized type (the one it is partitioning) to be objects of one of the types in the partition. For example, the type Vehicle may be completely partitioned into Land Vehicle, Water Vehicle, Air Vehicle, and Space Vehicle. Every vehicle must to fall into one of these categories. Object types of this kind are sometimes called abstract, which means that they cannot be instantiated, only specialized. The partition of Object Type Partition in the meta-model into Complete Partition and Incomplete Partition is complete itself, but does not prevent Event Type Partition from having objects. It just requires that event type partitions be either complete or incomplete partitions also. Read First: Object Type Partition
Subtypes: None