<?xml version='1.0' encoding='UTF-8'?>
<ui xmlns="http://www.intertrust.ru/schema/palette/tn-ui">
<form id="{id}" schema-ref="{schema name}" showtabs="true" projection="default">
<!-- Компоненты: Секции\Поля -->
<component>
<!-- System action -->
<button name="{name}"/>
<!-- Custom action/RootMenu -->
<section id = "RootMenu">
<component>
<button name="{name}"/>
<!-- Submenu -->
<section id = "{id}" name = "{name}">
<component>
<button name = "{name}"/>
</component>
</section>
</component>
</section >
<!-- Header -->
<section id = "Header">
<component>
<field attribute-ref = "{name schema property}" name = "{name}"/>
</component>
</section>
<!-- Custom section -->
<section id = "{id}" name = "{name}">
<component>
<field attribute-ref = "{name schema property}" name = "{name}"/>
<!--custom button-->
<button name="{name}"/>
<section id = "{id}" name = "{name}">
<component>
<field attribute-ref = "{name schema property}" name = "{name}"/>
</component>
</section>
</component>
</section>
<!-- System section -->
<section id="History" name="${ui.form.RkkResourceInputForm.section.History.name:История}"/>
</component>
</form>
</ui> |