 | User Definable Parameters
For structured documentation of individual numerical and/or alpha-numerical requirements, so-called parameters are available. They have the following structure:
Figure 9: Structure of prms
* parameter
|
* long-name
|
|
* short-name
|
|
* description
|
|
* parameter characteristics
|
* condition
|
|
((* absolute value and tolerance or
|
|
* minimum, typical, maximum value )
|
|
* unit) or
|
|
* text
|
|
|
|
The following representation example can be drawn from this structure:
Parameter structure
|
|
|
|
|
|
|
|
|
|
|
|
|
Operating voltage
|
UB
|
10,8
|
|
14,2
|
|
V
|
|
|
|
|
|
13,5
|
V
|
5 %
|
|
Colour of housing
|
|
red, green and blue
|
|
Function state
|
|
active
|
|
| |
There are many pre-defined parameters in the MSR DOC DTD. The only difference between them and user defined parameters is that the designation (long-name element) of the parameter is pre-defined.
|
|