If the owned requirement usage is a 'composite requirement' then what is the owning requirement to be called? In some other places in the spec 'composite' is used to refer to an element than owns other 'nested' element usages of the corresponding kind. Compare with composite view:
The inconsistency arises because of the isComposite Boolean.
Owned usages with isComposite=true are described multiple times in the spec as 'composite' (in contrast to 'referential' usages with isComposite=false). It might be clearer if throughout the spec these were instead referred to as composed usages.
Note that a 'nested' usage could have either isComposite=true ("composite") or isComposite=false ("referential") ; the suggested term composed makes it clear that the nested usage has isComposite=true.
Similarly, a "composite state" is widely understood to mean a state with substates, NOT a substate that is not owned but not referential.
