POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
This combines several miscellaneous changes to the ndt specifications.
CHANGE ESM_ndt_cleanup (*<REMARK>CHANGE ESM_ndt_cleanup CONTEXT Epicentre_2_2;*) (*<CHANGE>Version 2 - Change ndt_binary to actually use a binary data type. Activate the changes to ndt_money and ndt_unstructured_grid_3d. *) (*<CHANGE> This combines several miscellaneous changes to the ndt specifications. *) ADD TYPE NDT_BINARY = binary (*<DESC> This is for the storage of binary data.*); END_TYPE; ALTER TYPE ndt_non_darcy_flow_coefficient (*<CHANGE>Add the missing quantity type.*) ALTER TYPE AS quantity('nonDarcy flow coefficient',6); END_TYPE; ALTER TYPE ndt_money (*<CHANGE>Make the NDT match the DAE specification.*) ALTER TYPE AS money; END_TYPE; ALTER TYPE ndt_unstructured_grid_3d (*<CHANGE>Make the NDT match the DAE specification.*) ALTER TYPE AS unstructured_3d_topology(); END_TYPE; END_CHANGE;