Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 878 Bytes

table_quantitykinds.md

File metadata and controls

18 lines (15 loc) · 878 Bytes

Table: quantitykinds

Description: The general quantitykind of quantities reported in the ThermoML files. Note these are different from the groupings of properties in the ThermoML schema. The groups are captured in the quantities table.

MySQL 'quanititykinds' table structure

MySQL Structure

MySQL Fields

  • id: quantity primary key (auto-generated and unique)
  • name: the quantitykind name
  • altname: the alternate name of the quantitykind
  • symbol: the quantitykind symbol
  • definition: definition of the quantitykind
  • source: the source of the definition of the quantitykind
  • si_unit: foreign key (units table) of a standard unit for the quantitykind
  • dimsymbol: dimension symbol for the quantitykind
  • updated: datetime last updated