Difference between revisions of "Area"
Jump to navigation
Jump to search
(Created page with "==Area element – domain partitioning== ===Example of description in XML=== <syntaxhighlight lang="xml" line> <area default="true" name="Kitchen" system="yes"></area> </synta...") |
|||
Line 8: | Line 8: | ||
|- | |- | ||
!Name!!type and variety!!description!!default value | !Name!!type and variety!!description!!default value | ||
+ | |- | ||
|name*||string||Area name|| - | |name*||string||Area name|| - | ||
+ | |- | ||
|default||true||Choose this area by default|| - | |default||true||Choose this area by default|| - | ||
+ | |- | ||
|system||yes||Visibility criterion in the interface<br>yes – do not display|| - | |system||yes||Visibility criterion in the interface<br>yes – do not display|| - | ||
+ | |} | ||
* – required fields | * – required fields |
Revision as of 06:44, 19 August 2021
Area element – domain partitioning
Example of description in XML
1<area default="true" name="Kitchen" system="yes"></area>
Parameters
{class="wikitable"
|-
!Name!!type and variety!!description!!default value
|-
|name*||string||Area name|| -
|-
|default||true||Choose this area by default|| -
|-
|system||yes||Visibility criterion in the interface
yes – do not display|| -
|}
- – required fields