Types and Formats
| Type | Description | Format |
|---|---|---|
| string | Character string | |
| string-date | String with date format | yyyy-MM-dd |
| string-date/time | String with date and time format | yyyy-MM-ddTHH:mm:ss |
| integer | Integer number representing codes and identifiers | |
| number | Integer number in situations where it may exceed the value 2^31-1 | |
| decimal | Fractional number, always with two decimal places, separated by "." | Ex: 123456789012.22 (Except for the dollar rate, which can have up to 3 decimal places). |