Named Data Template

From wiki.fine.cz
Revision as of 16:26, 20 June 2022 by Petr.Bures (talk | contribs)
Jump to navigation Jump to search

Named Data Template defines input of data for various items, e. g. field test, etc.

Template XML definition

Template consists of individual items of various types, documented in detail in Named Data.

Property XML Description Presence Default
GUID [A] STRING GUID GUID of the Template required
Preference of Ident [A] BOOL PreferIdent Use Ident in input labels if specified, otherwise use Name optional false


Example of template XML

<Template>

  <Item ID="{F12017FC-9AF4-4866-9FC2-BE7CF40B1A67}" ItemType="String">

    <Name Lang="CS" Text="Název zkoušky" />

    <Settings />

  </Item>

  <Item ..... />

  <Item ..... />

  <Item ..... />

</Template>