Used to describe the property value data signature of a Data Table. The property values are data values within cells of a Data Table. The Table Property Description components of a Data Table describe how to interpret the corresponding SE_PROPERTY_DATA_VALUE values retrieved from the cells of a Data Table.
<Property Grid>
<>
|
|-- <Table Property Description>
| attribute_code = EDCS_AC_SALINITY
|
|-- <Table Property Description>
| attribute_code = EDCS_AC_SEA_TEMPERATURE_MEAN
|
|-- <Table Property Description>
| attribute_code = EDCS_AC_SOUND_SPEED_WATER
|
| (other components, such as <Axes>)
| EDCS_AC_ID | attribute_code; | (notes) |
|---|---|---|
| EDCS_UNIT_ENUM | value_unit; | (notes) |
| SE_PROPERTY_DATA_VALUE_TYPE_ENUM | value_type; | (notes) |
|---|---|---|
| EDCS_CC_ID | component_data_table_ecc; | (notes) |
Specifies the meaning of the <Property>. The structure in attribute_code will contain an EAC.
Specifies the unit of measurement of the <Property>.
Specifies the storage type of the <Table Property Description>.
The EDCS Classification Code used to identify the table type of
a component or library <Data Table>. It is only used if this
<Table Property Description> is describing an index that refers
to a <Data Table>
(This is only the case if
attribute_code == EDCS_AC_INDEX_TO_COMPONENT and
value_unit == SE_UNITS_INDEX and
value_type == SE_PDV_DATA_TABLE_COMPONENT_INDEX
or
attribute_code = EDCS_AC_INDEX_TO_LIBRARY and
value_unit == SE_UNITS_INDEX and
value_type == SE_PDV_DATA_TABLE_LIBRARY_INDEX )
Otherwise component_data_table_ecc is ignored.