I tried. All the objects in the container are copied, but they are not really a copy like container (have different id), they are actually link of objects in the old container (have the same id). So it is still not possible to copy the container with copied objects in it, right?