Group (Named Data Type)

From wiki.fine.cz
Revision as of 10:50, 22 March 2022 by Petr.Bures (talk | contribs)
Jump to navigation Jump to search

Used to put more items together especially for editing. Items can be of any item type except Group again.

Common Properties

Group properties
Property Template XML Description
Settings [E] Settings
Item [:E:] Item List of column definitions of any type including Table

Example of the Template XML

<Item ID="{7FED1F3C-4E8A-46B1-B77D-1225F6A57F2A}" ItemType="Group">

  <Name Lang="CS" Text="Data - Základní" />

  <Settings />

  <Item ID="{4E7D11F3-E4B3-49A4-B85F-3CB37E532535}" ItemType="String">

    <Name Lang="CS" Text="Stratigrafie" />

    <Settings />

  </Item>

  <Item ... />

  <Item ... />

  <Item ... />

</Item>

Example of the Data XML

<Item ID="{FE37E7D9-6FF6-42EC-996C-2310D31FE721}">

  <Item ID="{49C320B1-05F0-480B-87B6-11C476AD53F4}" StrValue="Text" />

  <Item ID="{62B68200-79F1-4B80-97E3-1CB37EC4863B}" StrValue="Example" />

  <Item ID="{0E3DEF98-9212-4CB6-B3B8-553517E395F8}" Date="2022.03.22" />

</Item>