Added DECIMAL_DEGREE definition.
This commit is contained in:
parent
63dd407749
commit
4ac7be0e78
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ Data are stored in property files. Each entry line uses key defined by conventio
|
|||
| DATE | A date in ISO format | ISO_DATE | 2020-07-06 |
|
||||
| DATETIME | A date and time in ISO format | ISO_DATETIME | 2020-07-06T14:23:20 |
|
||||
| DAYS | List of 366 NUMERIC separated by SEPARATOR | STU | 1;2;3;4;5;…;365 |
|
||||
| DECIMAL_DEGREE | Longitude or latitidue value | ^[+-]?\\d+[,\\.]\\d{1,8}$ | -12,3456 |
|
||||
| EMAIL | An electronic address. | ^.+@.+$ | christian@momon.org |
|
||||
| MONTHS | List of 12 NUMERIC separated by SEPARATOR | STU | 1;2;3;4;5;6;7;9;10;11;12 |
|
||||
| NUMERIC | A numeric value | STU | -1234.567 |
|
||||
|
|
Loading…
Reference in a new issue