Text conditions table (Condition_Text)
Condition_Text is a generic table that publishes the full spelling of the text value applicable to a condition. A certain condition may have multiple entries in Condition Text referenced by CONDITION_ID, TEXT_ID, SEQ_NUM, and LANGUAGE_CODE.
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 |
| SEQ_NUM | Integer (4) | Sequence number |
| TEXT_ID | Integer (4) | Unique identifier for the associated text |
| TEXT | String (256) | Specifies the text value for the condition entry. |
| LANGUAGE_CODE | String (3) | Specifies the language code for the text value. |
| ISO_COUNTRY_CODE | String (3) | ISO 3 character country code |