.. ******************************************************************************* * MetaFactory.io R2 * Technical Documentation * * File name : ProRef_Output.rst * Created by : Marnix Bochove (original text) * Updated by : Niels de Nies * * MetaFactory BV Amsterdam ******************************************************************************* .. include:: /inline-images.txt .. include:: /metadata_include.txt Output ====== is a sub element of . This element marks the location of the project’s output folder. It distinguishes three file types for which a location can be given: - java - xml - file (any file type other than java and xml) .. code-block:: xml :caption: in project file :name: PR-Output :linenos: :emphasize-lines: 5-7 ... ../quickstart ../quickstart ../quickstart ... .. rubric:: Attributes There are no attributes for . .. rubric:: Sub elements .. list-table:: ** sub elements** :widths: 15 70 15 :header-rows: 1 :class: tight-table * - Name - Details - Number * - path - Marks the location of the output folder for each defined type of file. A maximum of three of these sub elements is allowed. However at least one with “type=(java|xml|file)” is mandatory. - 1-3