ATTRIBUTE data segment definitions
The ATTRIBUTE data segment contains identity attribute information.
| Tag Name | Field Type | Data Type | Required | Explanation |
| ATTR_TYPE | Char(25) | Yes | A unique code that is used to assign each type of attribute. | |
| ATTR_VALUE | Key Attribute | Char(250) | No | The value assigned to this attribute for this identity. |
| ATTR_LARGE_DATA | Char | No | Store as character data. For example, use Base64 encoding of binary data. Use this column to store attribute data that is too large for the ATTR_VALUE column. ATTR_LARGE_DATA is of type CLOB (character large object) column that can handle data of unlimited size. | |
| VALID_FROM_DT | Date | No | The date that the information is become valid. | |
| VALID_THRU_DT | Date | No | The date that the information expired or will expire. | |
| LOAD_ACTION | Char(1) | No | The action to take when loading the segment. Valid values are:
|