Conditions table
The condition table describes the type and level of each driving condition. Use CONDITION_ID as a reference key to find additional information about the condition in related tables. NavStrands and LaneNavStrands identify Streets associated with a condition by using Link_Id as a reference key.
For descriptions of the GlobalID and OBJECTID attributes, see Esri® system fields.
| Field name | Data type | Description |
|---|---|---|
| CONDITION_ID | Integer (4) | Unique identifier for the condition |
| CONDITION_TYPE | Integer (4) | Specifies the condition type. |
| CONDITION_TYPE_DESC | String (35) | Description of the condition type |
| CONDITION_LEVEL | String (10) | Specifies the condition level. |
| CONDITION_LEVEL_DESC | String (35) | Description for condition level |
| ACCESS_ID | Integer (4) | Unique identifier for access |
| ISO_COUNTRY_CODE | String (3) | ISO 3 character country code |