Difference between revisions of "Named Data"

From wiki.fine.cz
Jump to navigation Jump to search
(Created page with "<u>Named Data</u> are the data defined by Named Data Template and usually stored in XML Format. It is used in GEO5 applications for example for field test data. Named Data consists of individual elements (in the XML Template <sup>[E]</sup> <code>Item</code>) of specified types. Some of them (table, group, enumeration, set) may contain child elements. The Named Data element is uniquely identified by a GUID. The elements can be global (these are part of some of...")
 
Line 1: Line 1:
<u>Named Data</u> are the data defined by [[Named Data Template]] and usually stored in [[XML Format]]. It is used in GEO5 applications for example for field test data.   
<u>Named Data</u> are the data defined by [[Named Data Template]] and usually stored in [[XML Format]]. It is used in GEO5 applications for example for field test data.   


Named Data consists of individual elements (in the XML Template <sup>[E]</sup> <code>Item</code>) of specified types. Some of them (table, group, enumeration, set) may contain child elements. The Named Data element is uniquely identified by a GUID. The elements can be global (these are part of some of the global libraries) and custom. When writing to a file, the GUID can be replaced by a unique text identifier, which allows both more human-readable writing and the possibility of interoperability with AGS or SEP3 formats. The relationship between the GUID and the text identifier can be specified in the Mapping. Every element can have a text identifier specified as a property.   
Named Data consists of individual elements (in the XML Template <sup>[E]</sup> <code>Item</code>) of specified types. Some of them (table, group, enumeration, set) may contain child elements. The Named Data element is uniquely identified by a GUID. The elements can be global (these are part of some of the global libraries) and custom. When writing to a file, the GUID can be replaced by a unique text identifier, which allows both more human-readable writing and the possibility of interoperability with AGS or SEP3 formats. The relationship between the GUID and the text identifier can be specified in the Mapping. Every element can also have a text Identifier specified as a property.   


Nmed Data consists on ItemsPojmenovaná data se skládají z jednotlivých prvků (v XML šabloně <sup>[E]</sup> <code>Item</code>) určených typů, některé typy (tabulka, skupina, výčet) mohou obsahovat podřízené prvky. Prvek pojmenovaných dat je jednoznačně identifikován [[wikipedia:Universally_unique_identifier|GUID]]. Prvky se dělí na <u>globální</u> (ty jsou součástí některé z globálních knihoven) a <u>uživatelské</u>. Při zápisu do souboru se může <u>GUID</u> nahradit jednoznačným <u>textovým identifikátorem</u>, to umožňuje jednak lidsky čitelnější zápis a také možnost interoperability s formáty typu [https://www.ags.org.uk/data-format/ AGS] či [https://www.lbeg.niedersachsen.de/karten_daten_publikationen/bohrdatenbank/sep_3/sep-3---die-schnittstelle-zur-neuen-bohrdatenbank-niedersachsens-724.html SEP3]. Vztah mezi GUID a textovým identifikátorem lze určit v <u>mapování,</u> některé prvky mají <u>textový identifikátor</u> zadán jako vlastnost.  
The Named Data element has [[Common properties of Named Data|common properties]] (GUID, Name, Identifier, Comment, Type) and type-specific properties (described in detail on element type pages).  


Každý prvek má [[Společné vlastnosti prvků pojmenovaných dat|společné vlastnosti]] (GUID, název, identifikátor, komentář, typ)
====Named Data Element Types====
 
*Text string (<code>String</code>)
====Typy prvků pojmenovaných dat====
*Number (<code>Double</code>)
*[[Pojmenovaná data textový řetězec|Textový řetězec]] (<code>String</code>)
*Enumeration (<code>Enum</code>)
*[[Pojmenovaná data číslo|Číslo]] (<code>Double</code>)
*Set of items (<code>Set</code>)
*[[Pojmenovaná data výčet|Výčet]] (<code>Enum</code>)
*Enumeration or Set element (<code>EnumItem</code>)
*[[Pojmenovaná data prvek výčtu|Prvek výčtu]] (<code>EnumItem</code>)
*Date and Time (<code>DateTime</code>)
*[[Pojmenovaná data datum a čas|Datum a čas]] (<code>DateTime</code>)
*Table (<code>Table</code>)
*[[Pojmenovaná data tabulka|Tabulka]] (<code>Table</code>)
*Group (<code>Group</code>)
*[[Pojmenovaná data skupina|Skupina]] (<code>Group</code>)
*Hatch and color (<code>SoilPattern</code>)
*[[Pojmenovaná data vzorek a barva|Vzorek a barva]] (<code>SoilPattern</code>)

Revision as of 00:09, 21 March 2022

Named Data are the data defined by Named Data Template and usually stored in XML Format. It is used in GEO5 applications for example for field test data.

Named Data consists of individual elements (in the XML Template [E] Item) of specified types. Some of them (table, group, enumeration, set) may contain child elements. The Named Data element is uniquely identified by a GUID. The elements can be global (these are part of some of the global libraries) and custom. When writing to a file, the GUID can be replaced by a unique text identifier, which allows both more human-readable writing and the possibility of interoperability with AGS or SEP3 formats. The relationship between the GUID and the text identifier can be specified in the Mapping. Every element can also have a text Identifier specified as a property.

The Named Data element has common properties (GUID, Name, Identifier, Comment, Type) and type-specific properties (described in detail on element type pages).

Named Data Element Types

  • Text string (String)
  • Number (Double)
  • Enumeration (Enum)
  • Set of items (Set)
  • Enumeration or Set element (EnumItem)
  • Date and Time (DateTime)
  • Table (Table)
  • Group (Group)
  • Hatch and color (SoilPattern)