ODMX [ODMX_DBWrench_Schema.xml]
Stores information about measured properties.
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| VariableID | Integer |
| nextval('"ODMXCore"."Variables_VariableID_seq"'::regclass) | Primary key identifier | ||
VariableTerm | VarChar() | ||||||
VariableName | VarChar() | The Human Readable name for the parameter | |||||
VariableDefinition | VarChar() | Text definition of the variable | |||||
VariableDomainCV | VarChar() |
| CV for the Variable Domain |
|
|||
SampledMediumCV | VarChar() |
| Controlled vocabulary for sampled Medium |
|
|||
QuantityKindCV | VarChar() |
| Controlled vocabulary for the type of variable |
|
|||
VariableSourceURI | VarChar(1000) |
| Link to additional information on the variable |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_Variables_CV_Medium | ODMXCV.CV_Medium | ODMXCore.Variables | Term | SampledMediumCV |
fk_Variables_CV_QuantityKind | ODMXCV.CV_QuantityKind | ODMXCore.Variables | Term | QuantityKindCV |
fk_Variables_CV_VariableDomain | ODMXCV.CV_VariableDomain | ODMXCore.Variables | Term | VariableDomainCV |
(none)
Name | Table | Columns |
uc_VariableCode | ODMXCore.Variables | VariableSourceURI |
Diagram Name |
ODMXCore |
ODMXEquipment |
ODMXExtensionProperties |
ODMXExternalIdentifiers |
ODMXOverviewSimplified |
ODMXSimulation |