Formats
To search in the page use Ctrl+F on your keyboard
Value | Description |
---|---|
A | Indicate that alphabetic value [aA-zZ]\ is accepted |
N | Indicate that numeric value [0-9]\ is accepted |
U | All characters of the alphabets of all languages. However non-latin characters must be transmitted in thier binary representation and not in their hexadecimal representation in uXXXX format. |
H | Indicates that binary value in hexadecimal format [0-9,a-f,A-F]\ is accepted |
numeric | Indicates the maximum size of the field |
ANS | Any character is accepted |
AN RestrictedString |
The following characters are accepted:
|
AN ExtendedString |
The following characters are accepted:
|
ANU RestrictedString |
The following characters are accepted:
|
ANU ExtendedString |
The following characters are accepted:
|
YYYY | Indicates the year |
YY | Indicates the 2 last digit of the year |
MM | Indicates the month |
DD | Indicates the day |
hh | Indicates hours (24h) |
mm | Indicates minutes |
ss | Indicates seconds |
Indicates that an email adress is accepted. Example : name@example.com | |
phone |
String with a length lesser than or equal to 30 characters and matching the following regular expression: (\+\d+)?( )?\d+((\-\d+)*?|(\s\d+)*?) Examples: «+33 1 23 45 67 89» or «+33-1-23-45-67-89» or «+33123456789» or «01-23-45-67-89» or «01 23 45 67 89»
|
ipAddress | String less than or equal to 45 characters long and following the following IPV4 or IPV6 regular expressions: IPV4: ^([01]?\d\d?|2[0-4]\d|25[0-5]).([01]?\d\d?|2[0-4]\d|25[0-5]).([01]?\d\d?|2[0-4]\d|25[0-5]).([01]?\d\d?|2[0-4]\d|25[0-5])$ IPV6: ^\s((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:)(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s$ Example of IPv4 address: 123.1.34.67. Example of IPv6 address: 2001:db8:3c4d:15::1a2f:1a2b |
url | Indicates that a url name is accepted in the URL standard format (http://siteName.com or https://siteName.com) |
base64Url | Indicates the ANS format with special characters [_ - =]\ accepted. |
list | Indicates the ANS format with special characters [@.-+,]\ accepted and blanks. Values separated by comma [-=]. |
restricted values | Indicates a restricted list of accepted values. |
Composite list | Indicates a list of several instances of an elementary data. |
container | Indicates a group of data that may be either a container or an elementary data. |
ISO4217 | https://en.wikipedia.org/wiki/ISO_4217 |
ISO8601 | https://en.wikipedia.org/wiki/ISO_8601 |