Table (Named Data Type)
Revision as of 10:18, 22 March 2022 by Petr.Bures (talk | contribs)
Used to store tables with multiple rows. Items define columns, which can be of any item type.
Property | Template XML | Description |
---|---|---|
Settings | [E] Settings
|
|
Table type | [A] ENUM TableType
|
Table type {[V] General ,[V] Depth ,[V] DepthNoDuplicates ,[V] Thickness ,[V] DepthFromTo ,[V] DepthFromToNoDuplicates ,[V] DepthFromToOptionalDepthTo }
|
Item | [:E:] Item
|
List of column definitions of any type including Table
|
Table types have some obligatory columns according to following table:
Table type | Enum value | Column name | Column GUID |
---|---|---|---|
Table with arbitrary columns | [V] General
|
No arbitrary columns | |
Table with Depth column | [V] Depth
|
Depth | {9620F214-49F6-46E2-9E44-5E7FDE8D3289}
|
Table with Depth column,
no duplicate depths allowed |
[V] DepthNoDuplicates
|
Depth | {9620F214-49F6-46E2-9E44-5E7FDE8D3289}
|
Table with layers defined by its thickness | [V] Thickness
|
Thickness | {94D6458E-3A0C-4157-B5EF-5793907A78FC}
|
Table with depth intervals from-to | [V] DepthFromTo
|
Depth from | {4E767AEA-719A-4A5F-A6CB-C8419ACE7146}
|
Depth to | {FD0C4901-6D88-4872-AC41-CE757CB7AAE5}
| ||
Table with depth intervals from-to,
no duplicate depth ranges allowed |
[V] DepthFromToNoDuplicates
|
Depth from | {4E767AEA-719A-4A5F-A6CB-C8419ACE7146}
|
Depth to | {FD0C4901-6D88-4872-AC41-CE757CB7AAE5}
| ||
Table with depth intervals from-to,
depth to is optional |
[V] DepthFromToOptionalDepthTo
|
Depth from | {4E767AEA-719A-4A5F-A6CB-C8419ACE7146}
|
Depth to | {FD0C4901-6D88-4872-AC41-CE757CB7AAE5}
|