A data dictionary that describes itself
| FieldNumber | FieldName | Description | DataType | Example |
|---|---|---|---|---|
| 1 | FieldNumber | Sequential number indicating field order, starting at 1. | Integer | 1 |
| 2 | FieldName | Name of the data field. Shows as a column header in the data table. | String | FieldNumber |
| 3 | Description | Explanation of the purpose of the data field. | String | Sequential number indicating field order, starting at 1. |
| 4 | DataType | Type of data stored in the field. | String | Integer |
| 5 | Example | Example of the data stored in the field. | String | 1 |