POSC Specifications: Epicentre Version 3.0 | Relational Implementation |
The conversion factors needed to convert from a first unit of measure to a second unit of measure. The factors are: A, B, C, and D and the conversion formula is: c=(A+Bx)/(C+Dx) where x is the quantity in the first unit and c is the quantity in the second unit.
- instance_s (PK, M: CHAR VARYING(19))
- Surrogate key of the table.
- factor_a (M: FLOAT(14))
- ref_unit_of_measure_conversion.factor_a
This is the value of A in the conversion formula c = (A +Bx)/(C + Dx) when converting from the first unit of measure to the second unit of measure.
- factor_b (M: FLOAT(14))
- ref_unit_of_measure_conversion.factor_b
This is the value of B in the conversion formula c = (A + Bx)/(C + Dx) when converting from the first unit of measure to the second unit of measure.
- factor_c (M: FLOAT(14))
- ref_unit_of_measure_conversion.factor_c
This is the value of C in the conversion formula c = (A + Bx)/(C + Dx) when converting from the first unit of measure to the second unit of measure.
- factor_d (M: FLOAT(14))
- ref_unit_of_measure_conversion.factor_d
This is the value of D in the conversion formula c + (A + Bx)/(C + Dx) when converting from the first unit of measure to the second unit of measure.
- instance_create_date (O: TIMESTAMP)
- e_and_p_data.instance_create_date
This is the date that this instance was created. This date is defined by the source if imported, or is the date the instance is created if a new instance.
- last_updated (O: TIMESTAMP)
- e_and_p_data.last_updated
This is the date that this instance was last updated. This value should be updated when any part of this instance is altered (except for inverse relationships).
- entity_type_nm (M: CHAR VARYING(30))
- Column that contains the name of the entity that this row is an instance of in case a table represents multiple entities. Possible values are: ref_uom_custom_conversion, ref_uom_si_conversion.
- description (O: CHAR VARYING(2000))
- e_and_p_data.description
A remark or comment about the instance.
- instance_creator (O: CHAR VARYING(80))
- e_and_p_data.instance_creator
This is the person, company or application that created this instance. This identifies the party responsible for loading this instance.
- last_updated_by (O: CHAR VARYING(80))
- e_and_p_data.last_updated_by
This records the person or application making the update to this instance.
- source (O: CHAR VARYING(80))
- e_and_p_data.source
The provider of this instance, which is usually a data provider for imported/purchased data. If this instance is provided by POSC, then this attribute must be "POSC".
- source_content (O: CHAR VARYING(80))
- ref_aliasable_data.source_content
This is the original source of the data. This is the person, company or application that defined or specified the data (content) for this instance and is considered to be responsible for it. For example, POSC, EPSG, API, ISO, etc. This may be the same as or different from the provider of the instance (e.g., POSC).
- source_reference (O: CHAR VARYING(2000))
- ref_aliasable_data.source_reference
The reference used by source to provide the standard instance, such as Petroleum Industry Data Dictionary (PIDD), Websters Ninth New Collegiate Dictionary, etc.
- status (O: CHAR VARYING(11))
- ref_aliasable_data.status
The status of this instance in the version of Epicentre running in a data store. This is an enumerated datatype for which the following are the possible values: current, provisional, deprecated. Current - use without restriction. Provisional - use with caution, this value is for comment and may not appear in future releases of Epicentre. Deprecated - avoid use if possible, it is planned to remove this value in the next major release of Epicentre.
- first_unit_s (FSK, O: CHAR VARYING(19))
- ref_uom_custom_conversion.first_unit
This defines the first unit in the conversion.
ref_uom_si_conversion.first_unit
This defines the first unit in the conversion.
Defines a foreign key to table r_unit_of_measure.
- naming_system (FNK, O: CHAR VARYING(80))
- ref_aliasable_data.naming_system
The naming system in which the identifier is specified and determined to be unique.
Defines a foreign key to table naming_system.
- second_unit_s (FSK, O: CHAR VARYING(19))
- ref_uom_custom_conversion.second_unit
This defines the second unit in the conversion.
ref_uom_si_conversion.second_unit
This defines the second unit in the conversion.
Defines a foreign key to table r_unit_of_measure.
- version_s (FSK, O: CHAR VARYING(19))
- ref_aliasable_data.version
This describes the version of this instance as defined by the provider.
Defines a foreign key to table r_version.
Table is related to: code_alias, data_collection_content, document_specification_part, @graphical_element
Primary Key Constraint on: INSTANCE_S
Generated on Tue Jul 10 19:35:01 2001
© Copyright 2001 POSC. All rights reserved.