Abbreviations
Field types
The following abbreviations are used to describe field types.
| Type | Description |
|---|---|
| A | Letters (A-Z) |
| N | Numeric characters (0-9) |
| AN | Alphanumeric characters |
| DT | Datetime Format: yyyy-mm-ddThh:mm:ss |
| DA | Date Format: yyyy-mm-dd |
| D | Decimal |
| B | Boolean(true or false) |
| L | A list which can include Letters(A-Z) and Numeric characters (0-9) |
Usage
The following abbreviations are used to describe usage
| Usage | Description |
|---|---|
| M | Mandatory field |
| O | Optional field |
| C | Conditional |