Macro Syntax Error
File: language\reference\input-fields\inline\exponentials.de.md
Line 5 in Markdown file: unexpected char '`' at 56
Das `exponential` Element unterstützt die folgenden Attribute:
| Attribut | Typ | Standardwert | Beschreibung |
| :- | :- | :- | :- |
| `base` | `xs:positiveInteger` | -| Base of the number system in which the user will enter the mantissa and exponent. |
| `engineering` | `xs:boolean` | -| When set to true, the exponent in the user input must be a whole number divisible by 3 for the input to be correct. |
| `lowerreltolerance` | `NonNegativeDecimal` | -| If this value is LRT and the solution is x, then any value between x-LRT*|x| and x is considered a correct value. |
| `lowertolerance` | `NonNegativeDecimal` | -| If this value is LT and the solution is x, then any value between x-LT and x is considered a correct value. |
| `model` | `Name` | -| Name of the model to use for this input value. If this attribute is not set, the input model associated to the input field containing this input value is used. |
| `powerbase` | `xs:positiveInteger` | -| Base number that is used for the power operation in the exponential calculation. |
| `scientific` | `xs:boolean` | -| When set to true, the mantissa in the user input must be a single digit between 1 and 9 for the input to be correct. |
| `upperreltolerance` | `NonNegativeDecimal` | -| If this value is URT and the solution is x, then any value between x and x+URT*|x| is considered a correct value. |
| `uppertolerance` | `NonNegativeDecimal` | -| If this value is UT and the solution is x, then any value between x and x+UT is considered a correct value. |