Ownership of the container
Defines how and if the container will release the list and its elemens when it is destroyed
Do not release anything
Release the list, but not its elements, when the container is deleted
Release the list, and its elements, when the container is deleted.