diff --git a/docs/source/io_formats/cross_sections.rst b/docs/source/io_formats/cross_sections.rst index 60f1d4f505..9f0759a3ac 100644 --- a/docs/source/io_formats/cross_sections.rst +++ b/docs/source/io_formats/cross_sections.rst @@ -51,3 +51,20 @@ attributes: :type: The type of data contained in the file. Accepted values are 'neutron', 'thermal', 'photon', and 'wmp'. + +.. _depletion_element: + +----------------------------- +```` Element +----------------------------- + +The ```` element indicates the location of the depletion chain file. +This file contains information describing how nuclides decay and transmute to other +nuclides through the depletion process. This element has a single attribute, ``path``, +pointing to the location of the chain file. + +.. code-block:: xml + + + +The structure of the depletion chain file is explained in :ref:`io_depletion_chain`.