<?xml version='1.0' encoding='UTF-8'?>
<catalog xmlns="http://www.intertrust.ru/schema/palette/cat-ui">
<custom-descriptor id="{id}" name="{name}" ident="{module}" view="{collection name}" style="default">
<help id="{id}"/>
<builder name="{builder name}"/>
<table>
<columns>
<column-ref ref="{column name}"/>
<column-ref ref="{column name}"/>
<column-ref ref="{column name}" filter="true"/>
</columns>
</table>
<actions>
<action id="{id}" name="{name}">
<create object-ref="RKK_TEMPLATE_MISSIONS"/>
</action>
</actions>
<custom-actions schema-ref="{schema name}"/>
</custom-descriptor>
</catalog> |