.. include:: /Includes.rst.txt .. _t3ds-sheet-references: Sheet references ^^^^^^^^^^^^^^^^ If Data Structures are arranged in a collection of sheets you can choose to store one or more sheets externally in separate files. This is done by setting the value of the <[sheet ident]> tag to a relative file reference instead of being a definition of the element. .. _t3ds-sheet-references-example: Example ~~~~~~~ Taking the Data Structure from the :ref:`previous example ` we could rearrange it in separate files: Main Data Structure: .. code-block:: xml fileadmin/sheets/default_sheet.xml fileadmin/sheets/welcome_sheet.xml :file:`EXT:news/Configuration/FlexForms/Sheets/Default.xml`: .. code-block:: xml LLL:EXT:felogin/locallang_db.xml:tt_content.pi_flexform.sheet_general array check LLL:EXT:lang/locallang_core.xml:labels.enabled 1 1 check LLL:EXT:lang/locallang_core.xml:labels.enabled 1 // ... and so on for the two other sheets.