Defines where the element can be referenced. Public = visible anywhere; private = visible only in the owning component; protected ...

Defines where the element can be referenced. Public = visible anywhere; private = visible only in the owning component; protected = visible to specializations of the owning component; package = visible in the package or model owning the component. Default = public.