• You could make your own. If you run this against any instance in your environment it will return an XML document that you can then save as a file for use experimenting with SSIS.

    SELECT *

    FROM master.sys.tables AS

    FOR XML AUTO,

    ROOT('tables');

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato