Example when the value propagation mechanism is enabled
In the UniverseContext package, only the value of x of a Location is reconfigured to 3 in the UniverseContext context. The values of y and z are not set by the selected context. Since the value propagation is enabled, the next context, Universe, is considered. In the Universe context, the value of z is set to 2. However, the value of y is still missing; therefore, the next context, Thing, is considered. In the Thing context, the value of y is set to 1. Now, all attributes of the Location are set as follows:
