Group (Named Data Type)

From wiki.fine.cz
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.

Template XML definition

Common Properties

Property XML Description Presence Default
Settings [E] Settings required
Item [:E:] Item List of data definitions of any type excluding Group required

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>

Data XML definition

Common Properties

  • Group has no specific attributes
  • It has sub-elements of type Item defined by Template

Example of 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>