How to Include a XML File as Part of Package

Permalink
I am working on a new block that uses a php class, which also relies on a .xml data file.

How do I properly include the .xml data file into the package?

PineCreativeLabs